: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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.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}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#f0f4ff);overflow:hidden}.loader__grid{display:none!important;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(10,10,10,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(10,10,10,.06) 1px,transparent 1px);background-size:60px 60px}.loader__orb{position:absolute;border-radius:50%;pointer-events:none}.loader__orb--main{width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(20,184,200,.07) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}.loader__orb--accent{width:300px;height:300px;top:25%;right:15%;background:radial-gradient(circle,rgba(10,10,10,.04) 0%,transparent 70%);animation:float 5s ease-in-out infinite}.loader__logo{position:relative;z-index:10;text-align:center;opacity:0;display:flex;flex-direction:column;align-items:center;width:100%}.loader__logo-img-wrap{position:relative;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;padding:0 1rem;box-sizing:border-box}.loader__logo-img{width:min(60vw,600px)!important;max-width:100%!important;height:auto!important;-o-object-fit:contain;object-fit:contain;position:relative;z-index:1;display:block}.loader__logo-glow{position:absolute;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(20,184,200,.2) 0%,transparent 70%);animation:pulse 2s ease-in-out infinite}.loader__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#0a0a0a;letter-spacing:-.02em;line-height:1}.loader__title-accent{color:#0a0a0a}.loader__tagline{margin-top:1rem;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:#0a0a0a73;opacity:0}.loader__progress{position:absolute;bottom:3rem;left:0;right:0;padding:0 3rem}.loader__progress-meta{display:flex;justify-content:space-between;margin-bottom:.5rem}.loader__progress-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#00000026}.loader__progress-pct{font-family:var(--font-body);font-size:.75rem;color:#0a0a0a;font-variant-numeric:tabular-nums}.loader__progress-track{height:1px;width:100%;background:#00000012;overflow:hidden}.loader__progress-fill{height:100%;transform:scaleX(0);transform-origin:left center;background:linear-gradient(90deg,#14b8c8)}@media (max-width: 319.98px){.loader__orb--main{width:260px;height:260px}.loader__orb--accent{width:120px;height:120px;top:20%;right:8%}.loader__logo-img{width:min(85vw,270px)!important;height:auto!important}.loader__logo-glow{width:150px;height:150px}.loader__logo-img-wrap{margin-bottom:.75rem;padding:0 .75rem}.loader__tagline{font-size:.6rem;letter-spacing:.18em;margin-top:.6rem}.loader__progress{bottom:1.25rem;padding:0 1.25rem}.loader__progress-label{font-size:.55rem;letter-spacing:.14em}.loader__progress-pct{font-size:.65rem}.loader__progress-meta{margin-bottom:.38rem}}@media (min-width: 320px) and (max-width: 374.98px){.loader__orb--main{width:300px;height:300px}.loader__orb--accent{width:145px;height:145px;top:20%;right:10%}.loader__logo-img{width:min(82vw,280px)!important;height:auto!important}.loader__logo-glow{width:150px;height:150px}.loader__logo-img-wrap{margin-bottom:.85rem;padding:0 1rem}.loader__tagline{font-size:.62rem;letter-spacing:.2em;margin-top:.65rem}.loader__progress{bottom:1.5rem;padding:0 1.5rem}.loader__progress-label{font-size:.57rem;letter-spacing:.15em}.loader__progress-pct{font-size:.67rem}.loader__progress-meta{margin-bottom:.4rem}}@media (min-width: 375px) and (max-width: 424.98px){.loader__orb--main{width:290px;height:290px}.loader__orb--accent{width:140px;height:140px;top:22%;right:11%}.loader__logo-img{width:min(80vw,290px)!important;height:auto!important}.loader__logo-glow{width:88px;height:88px}.loader__logo-img-wrap{margin-bottom:1rem;padding:0 1rem}.loader__tagline{font-size:.65rem;letter-spacing:.22em;margin-top:.7rem}.loader__progress{bottom:1.6rem;padding:0 1.6rem}.loader__progress-label{font-size:.59rem;letter-spacing:.17em}.loader__progress-pct{font-size:.69rem}}@media (min-width: 425px) and (max-width: 767.98px){.loader__orb--main{width:360px;height:360px}.loader__orb--accent{width:180px;height:180px;top:23%;right:13%}.loader__logo-img{width:320px;height:auto}.loader__logo-glow{width:100px;height:100px}.loader__logo-img-wrap{margin-bottom:1.1rem}.loader__tagline{font-size:.67rem;letter-spacing:.24em;margin-top:.75rem}.loader__progress{bottom:1.75rem;padding:0 2rem}.loader__progress-label{font-size:.61rem;letter-spacing:.18em}.loader__progress-pct{font-size:.71rem}}@media (min-width: 768px) and (max-width: 833.98px){.loader__orb--main{width:440px;height:440px}.loader__orb--accent{width:220px;height:220px;top:24%;right:14%}.loader__logo-img{width:460px;height:auto}.loader__logo-glow{width:110px;height:110px}.loader__logo-img-wrap{margin-bottom:1.2rem}.loader__tagline{font-size:.7rem;letter-spacing:.26em;margin-top:.82rem}.loader__progress{bottom:2rem;padding:0 2.25rem}.loader__progress-label{font-size:.62rem;letter-spacing:.19em}.loader__progress-pct{font-size:.72rem}}@media (min-width: 834px) and (max-width: 1023.98px){.loader__orb--main{width:500px;height:500px}.loader__orb--accent{width:250px;height:250px;top:24%;right:15%}.loader__logo-img{width:540px;height:auto}.loader__logo-glow{width:118px;height:118px}.loader__logo-img-wrap{margin-bottom:1.35rem}.loader__tagline{font-size:.72rem;letter-spacing:.27em;margin-top:.88rem}.loader__progress{bottom:2.25rem;padding:0 2.5rem}.loader__progress-label{font-size:.63rem;letter-spacing:.19em}.loader__progress-pct{font-size:.73rem}}@media (min-width: 1024px) and (max-width: 1279.98px){.loader__orb--main{width:530px;height:530px}.loader__orb--accent{width:265px;height:265px}.loader__logo-img{width:680px;height:auto}.loader__logo-glow{width:122px;height:122px}.loader__logo-img-wrap{margin-bottom:1.4rem}.loader__progress{bottom:2.5rem;padding:0 2.75rem}}@media (min-width: 1280px) and (max-width: 1365.98px){.loader__orb--main{width:555px;height:555px}.loader__orb--accent{width:278px;height:278px}.loader__logo-img{width:780px;height:auto}.loader__logo-glow{width:125px;height:125px}.loader__logo-img-wrap{margin-bottom:1.45rem}.loader__progress{bottom:2.75rem;padding:0 3rem}}@media (min-width: 1366px) and (max-width: 1439.98px){.loader__orb--main{width:575px;height:575px}.loader__orb--accent{width:288px;height:288px}.loader__logo-img{width:860px;height:auto}.loader__logo-glow{width:128px;height:128px}.loader__logo-img-wrap{margin-bottom:1.48rem}.loader__progress{bottom:2.85rem;padding:0 3rem}}@media (min-width: 1440px) and (max-width: 1599.98px){.loader__orb--main{width:590px;height:590px}.loader__orb--accent{width:295px;height:295px}.loader__logo-img{width:920px;height:auto}.loader__logo-glow{width:130px;height:130px}}@media (min-width: 1600px) and (max-width: 1919.98px){.loader__orb--accent{width:298px;height:298px}.loader__logo-img{width:960px;height:auto}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}..modal{position:relative;width:100%;max-width:36rem;max-height:90vh;overflow-y:auto;overflow-x:hidden;border-radius:1.75rem;background:#000;border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 80px #000c,0 0 0 1px #14b8c814;font-family:var(--font-body)}.modal:before{display:none!important;content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(10,10,10,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(10,10,10,.02) 1px,transparent 1px);background-size:80px 80px;border-radius:1.75rem;z-index:0}.modal:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 70% 50% at 10% 20%,rgba(10,10,10,.05) 0%,transparent 70%),radial-gradient(ellipse 60% 50% at 90% 80%,hsla(212,71%,44%,.08) 0%,transparent 70%);border-radius:1.75rem;z-index:0}.modal::-webkit-scrollbar{width:4px}.modal::-webkit-scrollbar-track{background:transparent}.modal::-webkit-scrollbar-thumb{background:#0a0a0a1a;border-radius:4px}.modal__header{position:sticky;top:0;z-index:10;padding:1.25rem 1.75rem;display:flex;align-items:center;justify-content:space-between;background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.modal__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:#fff}.modal__sub{font-size:.7rem;color:#ffffff73;margin-top:.2rem}.modal__close{width:2.25rem;height:2.25rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;display:flex;align-items:center;justify-content:center;color:#ffffff8c;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease;position:relative;z-index:11}.modal__close:hover{background:#ffffff1f;color:#fff;box-shadow:0 0 12px #ffffff12}.modal__form{position:relative;z-index:1;padding:1.75rem;display:flex;flex-direction:column;gap:1.1rem}.modal__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal__field label{display:block;font-size:.7rem;font-weight:600;color:#fff9;margin-bottom:.4rem;letter-spacing:.04em;text-transform:uppercase}.modal__input,.modal__select,.modal__textarea{width:100%;padding:.75rem 1rem;border-radius:.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.875rem;font-family:var(--font-body);outline:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.modal__input::-moz-placeholder,.modal__textarea::-moz-placeholder{color:#ffffff47}.modal__input::placeholder,.modal__textarea::placeholder{color:#ffffff47}.modal__input:focus,.modal__select:focus,.modal__textarea:focus{border-color:#14b8c8a6;background:#ffffff14;box-shadow:0 0 0 3px #14b8c81f,0 0 20px #14b8c80f}.modal__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.20)' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.modal__textarea{resize:none}.modal__note{text-align:center;font-size:.7rem;color:#ffffff47;margin-top:-.25rem}@media (max-width: 374px){.modal{border-radius:1.25rem}.modal:before,.modal:after{border-radius:1.25rem}.modal__form{padding:1.25rem}.modal__row{grid-template-columns:1fr}.modal__header{padding:1rem 1.25rem}}@media (min-width: 1920px){.modal{max-width:44rem}}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;border-bottom:1px solid transparent;transition:background .4s ease,border-color .4s ease,box-shadow .4s ease;font-family:var(--font-display)}.header--scrolled{background:#fffffff2!important;border-bottom-color:#0a0a0a1a!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 24px #00000014}.nav-link{position:relative;font-size:1rem;font-weight:500;letter-spacing:.02em;color:#ffffffd9;text-decoration:none;background:none;border:none;padding:.25rem 0;transition:color var(--transition-fast);display:flex;align-items:center;gap:.375rem}.nav-link:hover{color:#14b8c8}.header--scrolled .nav-link:hover{color:#14b8c8}.header__inner{display:flex;align-items:center;justify-content:space-between;height:5.5rem}@media (min-width: 768px){.header__inner{height:6rem}}.header__logo{display:flex;align-items:center;gap:.625rem;text-decoration:none;flex-shrink:0}.header__logo-img{width:175px;height:175px;-o-object-fit:contain;object-fit:contain;transition:filter .3s ease}.header__logo-text{display:flex;flex-direction:column}.header__logo-name{font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:#0a0a0a;letter-spacing:-.02em;line-height:1.15}.header__logo-name span{color:#0a0a0a}.header__logo-sub{font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:#0a0a0a73;display:none}@media (min-width: 640px){.header__logo-sub{display:block}}.header__nav{display:none;align-items:center;gap:2rem}@media (min-width: 1024px){.header__nav{display:flex}}.nav-link{position:relative;font-size:1rem;font-weight:500;letter-spacing:.02em;color:#000000b3;text-decoration:none;background:none;border:none;padding:.25rem 0;transition:color var(--transition-fast);display:flex;align-items:center;gap:.375rem}.nav-link__chevron{transition:transform .3s ease}.nav-link__chevron.open{transform:rotate(180deg)}.mega-menu{position:absolute;top:calc(100% + 1rem);left:50%;transform:translate(-50%);width:680px;background:#fffffffa;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 25px 60px #0009,0 0 0 1px #0a0a0a26;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.mega-menu__search{padding:1rem;border-bottom:1px solid rgba(0,0,0,.07)}.mega-menu__search-wrap{position:relative}.mega-menu__search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#00000073;pointer-events:none}.mega-menu__input{width:100%;padding:.625rem 1rem .625rem 2.5rem;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);color:#0a0a0a;font-size:.875rem;outline:none;font-family:var(--font-body);transition:border-color var(--transition-fast)}.mega-menu__input::-moz-placeholder{color:#0a0a0a73}.mega-menu__input::placeholder{color:#0a0a0a73}.mega-menu__input:focus{border-color:#14b8c88c}.mega-menu__results{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.mega-menu__result-tag{padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.7rem;color:#0a0a0ad9;text-decoration:none;transition:color var(--transition-fast)}.mega-menu__result-tag:hover{color:#0a0a0a}.mega-menu__no-results{margin-top:.5rem;font-size:.75rem;color:#00000073;text-align:center;padding:.5rem 0}.mega-menu__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:1rem}.mega-menu__col{padding:.5rem}.mega-menu__col-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.07)}.mega-menu__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:#0a0a0a}.mega-menu__col-title{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#0a0a0a}.mega-menu__item{display:block;padding:.375rem .5rem;border-radius:var(--radius-sm);font-size:.8rem;color:#000000b3;text-decoration:none;transition:color var(--transition-fast),background var(--transition-fast)}.mega-menu__item:hover{color:#0a0a0a;background:#fffffff2}.mega-menu__footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#0a0a0a14;border-top:1px solid rgba(10,10,10,.2)}.mega-menu__footer-label{font-size:.75rem;color:#00000073}.header__cta{display:none;align-items:center;gap:2rem}@media (min-width: 1024px){.header__cta{display:flex}}.header__phone{display:none;align-items:center;gap:.375rem;font-size:.8rem;color:#000;text-decoration:none;transition:color var(--transition-fast);font-weight:bolder}.header__phone:hover{color:#fff}@media (min-width: 1280px){.header__phone{display:flex}}.header__hamburger{display:flex;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none}@media (min-width: 1024px){.header__hamburger{display:none}}.header__hamburger-bar{display:block;width:24px;height:2px;background:#ffffffe6;border-radius:2px;transition:transform .3s ease,opacity .3s ease,width .3s ease,background .3s ease;transform-origin:center}.header__hamburger-bar:nth-child(2){width:16px;margin-left:auto}.header__hamburger.open .header__hamburger-bar:nth-child(1){transform:rotate(45deg) translate(3px,3px)}.header__hamburger.open .header__hamburger-bar:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger.open .header__hamburger-bar:nth-child(3){transform:rotate(-45deg) translate(3px,-3px)}.header__mobile-nav{overflow:hidden;background:#fffffffa;border-top:1px solid rgba(0,0,0,.07)}@media (min-width: 1024px){.header__mobile-nav{display:none!important}}.header--scrolled .nav-link{color:#0a0a0abf}.header--scrolled .nav-link:hover,.header--scrolled .nav-link.active{color:#14b8c8}.header--scrolled .header__phone{color:#0a0a0a99}.header--scrolled .header__phone:hover{color:#0a0a0a}.header--scrolled .header__hamburger-bar{background:#0a0a0a}.vdrop{position:absolute;top:calc(100% + .875rem);left:50%;transform:translate(-50%);width:300px;background:#fffffffa;border:1px solid rgba(0,0,0,.1);border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px #000000a6,0 0 0 1px #0a0a0a1f;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);z-index:200;max-height:70vh;overflow-y:auto;scrollbar-width:none}.vdrop::-webkit-scrollbar{display:none}.vdrop__search{position:relative;padding:.875rem .875rem .75rem;border-bottom:1px solid rgba(0,0,0,.07)}.vdrop__search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-55%);color:#0a0a0a73;pointer-events:none}.vdrop__input{width:100%;padding:.55rem .875rem .55rem 2.25rem;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;color:#0a0a0a;font-size:.8rem;outline:none;font-family:var(--font-body);box-sizing:border-box;transition:border-color .2s}.vdrop__input::-moz-placeholder{color:#00000038}.vdrop__input::placeholder{color:#00000038}.vdrop__input:focus{border-color:#14b8c88c}.vdrop__results{display:flex;flex-direction:column;padding:.5rem 0}.vdrop__result-item{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;font-size:.8rem;color:#000000b3;text-decoration:none;transition:background .15s,color .15s}.vdrop__result-item:hover{background:#0a0a0a1a;color:#0a0a0a}.vdrop__result-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.vdrop__no-results{font-size:.75rem;color:#0a0a0a73;text-align:center;padding:.75rem 1rem}.vdrop__list{padding:.5rem 0;display:flex;flex-direction:column}.vdrop__group{display:flex;flex-direction:column}.vdrop__group+.vdrop__group{border-top:1px solid rgba(0,0,0,.04);margin-top:.25rem;padding-top:.25rem}.vdrop__group-header{display:flex;align-items:center;gap:.5rem;padding:.55rem 1rem .35rem}.vdrop__group-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.vdrop__group-title{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vdrop__item{display:flex;align-items:center;gap:.5rem;padding:.42rem 1rem .42rem 1.5rem;font-size:.8rem;color:#0a0a0acf;text-decoration:none;transition:background .15s,color .15s,padding-left .15s;border-radius:0}.vdrop__item:hover{background:#0a0a0a0a;color:#0a0a0a;padding-left:1.75rem}.vdrop__item-arrow{flex-shrink:0;color:#0a0a0a80;transition:color .15s,transform .15s}.vdrop__item:hover .vdrop__item-arrow{color:#0a0a0a;transform:translate(2px)}.vdrop__footer{padding:.75rem 1rem;border-top:1px solid rgba(10,10,10,.15);background:#0a0a0a0a;text-align:center}.vdrop__footer-btn{font-size:.75rem;font-weight:700;color:#0a0a0a;text-decoration:none;letter-spacing:.03em;transition:color .2s}.vdrop__footer-btn:hover{color:#0a0a0a}@media (min-width: 1024px) and (max-width: 1180px){.vdrop{left:0;transform:none}}.header,.header *{box-sizing:border-box}.header__logo-img{-o-object-fit:contain;object-fit:contain;display:block}.mobile-nav__inner{display:flex;flex-direction:column;padding:1rem 1.25rem 1.5rem;gap:.125rem}.mobile-nav__link{display:block;padding:.7rem 1rem;border-radius:.75rem;font-size:.9rem;font-weight:500;color:#0a0a0a;text-decoration:none;transition:background .2s,color .2s}.mobile-nav__link:hover,.mobile-nav__link.active{background:#14b8c814;color:#14b8c8}.mobile-nav__footer{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.07)}.mobile-nav__phone{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.875rem;font-weight:500;color:#0009;text-decoration:none;transition:color .2s}@media (max-width: 319px){.header__inner{height:2rem}.header__logo-img{width:100px!important;height:100px!important;max-width:none!important;max-height:none!important}.header__hamburger{padding:.375rem}.header__hamburger-bar{width:20px}.header__hamburger-bar:nth-child(2){width:13px}.header__cta{display:none!important}.mobile-nav__inner{padding:.75rem .875rem 1.25rem}.mobile-nav__link{font-size:.85rem;padding:.6rem .875rem}.mobile-nav__footer .btn-primary{font-size:.82rem;padding:.65rem 1rem;width:100%;justify-content:center}.hero__inner{padding-top:5rem;padding-bottom:2rem}.hero__grid-layout{grid-template-columns:1fr;min-height:auto;gap:1.5rem}.hero__content{order:1}.hero__visual{order:2;display:flex!important;justify-content:center;overflow:visible}.hero__visual-wrap{width:200px!important;height:200px!important}.hero__center-card{width:143px!important;height:143px!important;border-radius:1.25rem!important}.hero__center-label{font-size:.75rem!important;margin-top:.5rem!important}.hero__center-sub{font-size:.6rem!important}.hero__orbit-dot{transform-origin:center!important}.hero__stat-badge{top:-.5rem!important;right:-.5rem!important;padding:.3rem .5rem!important}.hero__stat-badge-val{font-size:.72rem!important}.hero__stat-badge-lbl{font-size:.55rem!important}.hero__title{font-size:1.55rem}.hero__subtitle{font-size:.8rem}.hero__actions{flex-direction:column;gap:.5rem}.hero__actions .btn-primary,.hero__actions .btn-outline{width:100%;justify-content:center;font-size:.82rem}.hero__stat-row{gap:.75rem}}@media (min-width: 320px) and (max-width: 374px){.header__inner{height:3.25rem}.header__logo-img{width:105px!important;height:105px!important;max-width:none!important;max-height:none!important}.header__cta{display:none!important}.mobile-nav__inner{padding:.875rem 1rem 1.25rem}.mobile-nav__link{font-size:.875rem}.mobile-nav__footer .btn-primary{width:100%;justify-content:center}.hero__inner{padding-top:5rem;padding-bottom:2rem}.hero__grid-layout{grid-template-columns:1fr;min-height:auto;gap:1.75rem}.hero__content{order:1}.hero__visual{order:2;display:flex!important;justify-content:center;overflow:visible}.hero__visual-wrap{width:230px!important;height:230px!important}.hero__center-card{width:164px!important;height:164px!important;border-radius:1.35rem!important}.hero__center-label{font-size:.8rem!important;margin-top:.6rem!important}.hero__center-sub{font-size:.62rem!important}.hero__stat-badge{top:-.6rem!important;right:-.6rem!important;padding:.35rem .55rem!important}.hero__stat-badge-val{font-size:.76rem!important}.hero__stat-badge-lbl{font-size:.58rem!important}.hero__title{font-size:1.7rem}.hero__subtitle{font-size:.83rem}.hero__actions{flex-direction:column;gap:.625rem}.hero__actions .btn-primary,.hero__actions .btn-outline{width:100%;justify-content:center;font-size:.84rem}}@media (min-width: 375px) and (max-width: 424px){.header__inner{height:4.5rem}.header__logo-img{width:105px!important;height:105px!important;max-width:none!important;max-height:none!important}.header__cta{display:none!important}.mobile-nav__footer .btn-primary{width:100%;justify-content:center}.hero__inner{padding-top:5.25rem;padding-bottom:2rem}.hero__grid-layout{grid-template-columns:1fr;min-height:auto;gap:2rem}.hero__content{order:1}.hero__visual{order:2;display:flex!important;justify-content:center;overflow:visible}.hero__visual-wrap{width:270px!important;height:270px!important}.hero__center-card{width:193px!important;height:193px!important;border-radius:1.5rem!important}.hero__center-label{font-size:.85rem!important;margin-top:.75rem!important}.hero__center-sub{font-size:.65rem!important}.hero__stat-badge{top:-.75rem!important;right:-.75rem!important;padding:.4rem .6rem!important}.hero__stat-badge-val{font-size:.8rem!important}.hero__stat-badge-lbl{font-size:.6rem!important}.hero__title{font-size:1.9rem}.hero__subtitle{font-size:.875rem}.hero__actions{flex-direction:column;gap:.625rem}.hero__actions .btn-primary,.hero__actions .btn-outline{width:100%;justify-content:center}}@media (min-width: 425px) and (max-width: 767px){.header__inner{height:4.75rem}.header__logo-img{width:110px!important;height:110px!important;max-width:none!important;max-height:none!important}.header__cta{display:flex!important;gap:.75rem;align-items:center}.header__phone,.header__cta .btn-primary{display:none!important}.header__nav{display:none}.header__hamburger{display:flex}.mobile-nav__footer .btn-primary{width:100%;justify-content:center}.hero__inner{padding-top:5.5rem;padding-bottom:2.5rem}.hero__grid-layout{grid-template-columns:1fr;min-height:auto;gap:2.5rem}.hero__content{order:1}.hero__visual{order:2;display:flex!important;justify-content:center;overflow:visible}.hero__visual-wrap{width:310px!important;height:310px!important}.hero__center-card{width:221px!important;height:221px!important;border-radius:1.6rem!important}.hero__center-label{font-size:.9rem!important}.hero__center-sub{font-size:.68rem!important}.hero__stat-badge{top:-.85rem!important;right:-.85rem!important}.hero__stat-badge-val{font-size:.85rem!important}.hero__stat-badge-lbl{font-size:.62rem!important}.hero__title{font-size:2rem}.hero__subtitle{font-size:.9rem}.hero__actions{flex-wrap:wrap;gap:.75rem}.hero__actions .btn-primary,.hero__actions .btn-outline{flex:1;min-width:140px;justify-content:center}}@media (min-width: 768px) and (max-width: 833px){.header__inner{height:4.75rem}.header__logo-img{width:110px!important;height:110px!important;max-width:none!important;max-height:none!important}.header__cta{display:flex!important;gap:.75rem;align-items:center}.header__phone,.header__cta .btn-primary{display:none!important}.header__nav{display:none}.header__hamburger{display:flex}.mobile-nav__footer .btn-primary{width:100%;justify-content:center}.hero__inner{padding-top:5.5rem;padding-bottom:2.5rem}.hero__grid-layout{grid-template-columns:1fr;min-height:auto;gap:2.5rem}.hero__content{order:1}.hero__visual{order:2;display:flex!important;justify-content:center;overflow:visible}.hero__visual-wrap{width:310px!important;height:310px!important}.hero__center-card{width:221px!important;height:221px!important;border-radius:1.6rem!important}.hero__center-label{font-size:.9rem!important}.hero__center-sub{font-size:.68rem!important}.hero__stat-badge{top:-.85rem!important;right:-.85rem!important}.hero__stat-badge-val{font-size:.85rem!important}.hero__stat-badge-lbl{font-size:.62rem!important}.hero__title{font-size:2rem}.hero__subtitle{font-size:.9rem}.hero__actions{flex-wrap:wrap;gap:.75rem}.hero__actions .btn-primary,.hero__actions .btn-outline{flex:1;min-width:140px;justify-content:center}}@media (min-width: 834px) and (max-width: 1023px){.header__inner{height:5.25rem}.header__logo-img{width:130px!important;height:130px!important;max-width:none!important;max-height:none!important}.header__cta{display:flex!important;gap:1rem;align-items:center}.header__phone{display:flex!important;font-size:.8rem}.header__cta .btn-primary{display:flex!important;font-size:.8rem;padding:.5rem 1rem}.header__nav{display:none}.header__hamburger{display:flex}.hero__grid-layout{grid-template-columns:1fr 1fr;gap:2rem;min-height:80vh}.hero__content{order:1}.hero__visual{order:2;display:flex!important;justify-content:center;overflow:visible}.hero__visual-wrap{width:340px!important;height:340px!important}.hero__center-card{width:243px!important;height:243px!important;border-radius:1.75rem!important}.hero__center-label{font-size:.95rem!important}.hero__stat-badge-val{font-size:.87rem!important}.hero__stat-badge-lbl{font-size:.63rem!important}.hero__title{font-size:2.4rem}.hero__subtitle{font-size:.9rem}}@media (min-width: 1024px) and (max-width: 1279px){.header__inner{height:5.5rem}.header__logo-img{width:130px!important;height:130px!important;max-width:none!important;max-height:none!important}.header__nav{display:flex;gap:1.25rem}.header__cta{display:flex;gap:1rem}.header__phone{display:flex;font-size:.78rem}.header__hamburger{display:none}.nav-link{font-size:.8rem}.btn-primary{font-size:.78rem;padding:.5rem .875rem}.vdrop{width:270px;left:0;transform:none}.hero__visual-wrap{width:360px!important;height:360px!important}.hero__center-card{width:257px!important;height:257px!important}}@media (min-width: 1280px) and (max-width: 1365px){.header__inner{height:5.5rem}.header__logo-img{width:135px!important;height:135px!important;max-width:none!important;max-height:none!important}.header__nav{display:flex;gap:1.5rem}.header__cta{display:flex;gap:1.25rem}.header__phone{display:flex;font-size:.78rem}.header__hamburger{display:none}.vdrop{width:280px}.hero__visual-wrap{width:390px!important;height:390px!important}.hero__center-card{width:278px!important;height:278px!important}}@media (min-width: 1366px) and (max-width: 1439px){.header__inner{height:5.75rem}.header__logo-img{width:140px!important;height:140px!important;max-width:none!important;max-height:none!important}.header__nav{gap:1.75rem}.header__cta{gap:1.5rem}.header__phone{display:flex;font-size:.8rem}.vdrop{width:290px}}@media (min-width: 1440px) and (max-width: 1599px){.header .container-xl{max-width:1600px;margin-inline:auto;padding-inline:3rem}.header__inner{height:8rem!important}.header__logo-img{width:200px!important;height:200px!important;max-width:none!important;max-height:none!important}.header__nav,.header__cta{gap:2rem}.nav-link{font-size:1rem!important}.vdrop{width:300px}}@media (min-width: 1600px) and (max-width: 1919px){.header .container-xl{max-width:1600px;margin-inline:auto;padding-inline:3rem}.header__inner{height:7.5rem!important}.header__logo-img{width:210px!important;height:210px!important;max-width:none!important;max-height:none!important}.header__nav{gap:2.5rem}.header__cta{gap:2.25rem}.nav-link{font-size:1.1rem!important;font-weight:bolder}.header__phone{font-size:1rem}.vdrop{width:310px}.hero__visual-wrap{width:460px!important;height:460px!important}.hero__center-card{width:328px!important;height:328px!important}}@media (min-width: 1920px){.header .container-xl{max-width:1600px;margin-inline:auto;padding-inline:3rem}.header__inner{height:9rem!important}.header__logo-img{width:220px!important;height:220px!important;max-width:none!important;max-height:none!important}.header__nav{gap:3rem}.header__cta{gap:2.5rem}.nav-link{font-size:1.1rem!important;letter-spacing:.03em}.btn-primary{font-size:.9rem;padding:.65rem 1.25rem}.header__phone{font-size:1.05rem}.vdrop{width:340px}.mega-menu{width:780px}.hero__visual-wrap{width:520px!important;height:520px!important}.hero__center-card{width:371px!important;height:371px!important}}@media (min-width: 1024px) and (max-width: 1200px){.vdrop{left:0;right:auto;transform:none}}.footer{position:relative;overflow:hidden;background:#fff;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.1)}.footer__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at 50% 0%,rgba(0,0,0,.03) 0%,transparent 60%)}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;padding:4rem 0}@media (min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer__grid{grid-template-columns:1fr 1fr 1fr 1fr}}.footer__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:1.25rem;width:100%}.footer__logo-img{width:min(80vw,260px)!important;height:auto!important;-o-object-fit:contain;object-fit:contain;display:block}@media (max-width: 374.98px){.footer__logo-img{width:min(82vw,220px)!important;height:auto!important}}@media (min-width: 375px) and (max-width: 424.98px){.footer__logo-img{width:min(78vw,240px)!important;height:auto!important}}.footer__tagline{font-size:.875rem;line-height:1.7;color:#0a0a0a;margin-bottom:1.5rem}.footer__socials{display:flex;align-items:center;gap:.5rem}.footer__social{width:2.25rem;height:2.25rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;background:#0000000d;border:1px solid rgba(0,0,0,.2);color:#0a0a0a;text-decoration:none;transition:all .25s ease}.footer__social:hover{background:#0a0a0a;border-color:#0a0a0a;color:#fff;transform:scale(1.1)}.footer__col-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#0a0a0a;margin-bottom:1.25rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer__link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#0a0a0a;text-decoration:none;transition:color .2s ease,transform .2s ease;background:none;border:none;padding:0;cursor:pointer;width:100%;text-align:left}.footer__link:hover{color:#14b8c8;transform:translate(3px)}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.footer__contact-icon{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem;background:#0000000f;color:#0a0a0a;border:1px solid rgba(0,0,0,.1)}.footer__contact-val{font-size:.875rem;color:#0a0a0a;line-height:1.6;text-decoration:none;transition:color .2s ease}a.footer__contact-val:hover{color:#14b8c8}.footer__enquire-btn{margin-top:1.25rem;width:100%;justify-content:center}.footer__newsletter-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#0a0a0a;margin-bottom:.75rem;margin-top:.5rem}.footer__newsletter{display:flex;gap:.5rem}.footer__newsletter-input{flex:1;padding:.625rem .875rem;border-radius:.75rem;background:#0000000a;border:1px solid rgba(0,0,0,.18);color:#0a0a0a;font-size:.8rem;font-family:var(--font-body);outline:none;transition:border-color .2s ease}.footer__newsletter-input::-moz-placeholder{color:#00000073}.footer__newsletter-input::placeholder{color:#00000073}.footer__newsletter-input:focus{border-color:#14b8c8a6}.footer__newsletter-btn{width:2.5rem;height:2.5rem;border-radius:.75rem;border:none;display:flex;align-items:center;justify-content:center;background:#14b8c8;transition:transform .2s ease;flex-shrink:0;cursor:pointer}.footer__newsletter-btn:hover{transform:scale(1.08)}.footer__bottom{padding:1.25rem 0;display:flex;flex-direction:column;align-items:center;gap:.5rem;border-top:1px solid rgba(0,0,0,.1)}@media (min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copy{font-size:.75rem;color:#0a0a0a}.footer__credit{font-size:.75rem;color:#0a0a0a;display:flex;align-items:center;gap:.35rem}.footer__credit-link{color:#0a0a0a;font-weight:600;text-decoration:none;transition:color .2s ease}.footer__credit-link:hover{color:#14b8c8}.wa-wrap{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.wa-fab{position:relative;width:3.5rem;height:3.5rem;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;background:#25d366;box-shadow:0 6px 28px #25d36680,0 2px 10px #00000040;transition:background .2s ease,box-shadow .2s ease,transform .2s ease;cursor:pointer!important}.wa-fab:hover{background:#20c05c;box-shadow:0 8px 36px #25d36699,0 2px 12px #0000004d;transform:scale(1.08)}.wa-fab__pulse{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid rgba(37,211,102,.5);animation:wa-pulse 2.2s ease-out infinite;pointer-events:none}@keyframes wa-pulse{0%{transform:scale(1);opacity:.85}70%{transform:scale(1.28);opacity:0}to{transform:scale(1.28);opacity:0}}.wa-bubble{position:relative;width:240px;background:#fff;border-radius:1rem 1rem .25rem;box-shadow:0 12px 40px #00000038,0 2px 8px #0000001f;overflow:hidden;margin-bottom:.25rem}.wa-bubble:before{content:"";display:block;height:3px;background:#25d366}.wa-bubble__avatar{position:relative;display:inline-block;margin:.9rem 0 0 .9rem}.wa-bubble__online{position:absolute;bottom:1px;right:1px;width:10px;height:10px;border-radius:50%;background:#25d366;border:2px solid #fff}.wa-bubble__body{padding:.5rem .9rem .9rem}.wa-bubble__name{font-size:.75rem;font-weight:700;color:#111;margin-bottom:.5rem}.wa-bubble__msg{background:#f0f4f8;border-radius:0 .75rem .75rem;padding:.6rem .75rem;margin-bottom:.75rem}.wa-bubble__msg p{font-size:.8rem;color:#333;line-height:1.5;margin:0}.wa-bubble__msg p+p{margin-top:.15rem}.wa-bubble__cta{display:flex;align-items:center;gap:.4rem;width:100%;padding:.55rem .9rem;background:#25d366;border:none;border-radius:.6rem;color:#0a0a0a;font-size:.78rem;font-weight:700;font-family:var(--font-body);cursor:pointer!important;transition:background .18s ease;justify-content:center}.wa-bubble__cta:hover{background:#20c05c}.wa-bubble__tail{position:absolute;bottom:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:0px solid transparent;border-top:8px solid #fff;filter:drop-shadow(0 2px 3px rgba(0,0,0,.1))}@media (min-width: 768px) and (max-width: 1023px){.wa-wrap{bottom:5.5rem;right:1.5rem;z-index:999}.wa-bubble{width:240px}.wa-fab{width:3.5rem;height:3.5rem}}@media (min-width: 480px) and (max-width: 767px){.wa-wrap{bottom:5rem;right:1.25rem;z-index:999}.wa-bubble{width:230px}.wa-fab{width:3.25rem;height:3.25rem}}@media (min-width: 375px) and (max-width: 479px){.wa-wrap{bottom:5rem;right:1rem;z-index:999}.wa-bubble{width:220px}.wa-fab{width:3.25rem;height:3.25rem}}@media (max-width: 374px){.wa-wrap{bottom:4.75rem;right:.75rem;z-index:999}.wa-bubble{width:210px}.wa-fab{width:3rem;height:3rem}}.cookie-banner{position:fixed;bottom:7rem;left:1.5rem;z-index:195;max-width:20rem;border-radius:1.25rem;padding:1.25rem;background:#f0f0f5f7;border:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:0 25px 60px #0006}.cookie-banner__row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.cookie-banner__icon{width:2.25rem;height:2.25rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#0a0a0a26;color:#0a0a0a}.cookie-banner__title{font-size:.875rem;font-weight:600;color:#0a0a0a;margin-bottom:.2rem}.cookie-banner__text{font-size:.75rem;line-height:1.6;color:#00000080}.cookie-banner__btns{display:flex;gap:.5rem}.bnav{position:fixed;bottom:0;left:0;right:0;z-index:998;display:grid;grid-template-columns:repeat(4,1fr);background:#fffffff7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.1);padding-bottom:env(safe-area-inset-bottom,0px);box-shadow:0 -4px 24px #00000073}.bnav__tab{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 4px;background:none;border:none;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;overflow:hidden;transition:background .2s ease}.bnav__tab:active{background:#0000000d}.bnav__bar{position:absolute;top:0;left:16%;right:16%;height:2.5px;border-radius:0 0 3px 3px;background:linear-gradient(90deg,#0a0a0a,#0a0a0a);box-shadow:0 0 10px #0a0a0ab3}.bnav__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;transition:background .2s ease,transform .2s ease}.bnav__tab--active .bnav__icon{background:#0a0a0a1a;transform:translateY(-1px)}.bnav__tab:not(.bnav__tab--active):active .bnav__icon{transform:scale(.9)}.bnav__label{font-size:10px;font-weight:500;letter-spacing:.02em;color:#0006;line-height:1;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.bnav__tab--active .bnav__label{color:#0a0a0a;font-weight:700}.bnav__tab:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(10,10,10,.12) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.bnav__tab:active:after{opacity:1}@media (min-width: 1024px){.bnav{display:none}}@media (max-width: 374px){.bnav__tab{padding:9px 2px;gap:3px}.bnav__icon{width:28px;height:28px;border-radius:8px}.bnav__icon svg{width:19px;height:19px}.bnav__label{font-size:9px}.bnav__bar{left:18%;right:18%;height:2px}}@media (min-width: 375px) and (max-width: 479px){.bnav__tab{padding:10px 3px}.bnav__icon{width:30px;height:30px}.bnav__icon svg{width:20px;height:20px}.bnav__label{font-size:9.5px}}@media (min-width: 480px) and (max-width: 767px){.bnav__tab{padding:11px 4px;gap:4px}.bnav__icon{width:32px;height:32px}.bnav__icon svg{width:22px;height:22px}.bnav__label{font-size:10px}}@media (min-width: 768px) and (max-width: 1023px){.bnav__tab{padding:12px 8px;gap:5px}.bnav__icon{width:34px;height:34px;border-radius:10px}.bnav__icon svg{width:22px;height:22px}.bnav__label{font-size:11px}.bnav__bar{left:22%;right:22%;height:2.5px}}.scroll-top{position:fixed;bottom:2rem;left:2rem;z-index:999;width:2.75rem;height:2.75rem;border-radius:50%;border:2px solid rgba(255,255,255,.85);background:#0a0a0abf;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #00000059,0 0 0 1px #ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,background .2s ease,border-color .2s ease}.scroll-top--visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-top:hover{background:#14b8c8;border-color:#14b8c8;transform:translateY(-3px);box-shadow:0 6px 20px #14b8c873}@media (max-width: 767px){.scroll-top{bottom:5.5rem;left:1rem;width:2.4rem;height:2.4rem}}[data-animate]{opacity:0;transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}[data-animate].is-visible{opacity:1!important;transform:none!important}[data-animate=fade-up]{transform:translateY(24px)}[data-animate=fade-down]{transform:translateY(-24px)}[data-animate=fade-left]{transform:translate(28px)}[data-animate=fade-right]{transform:translate(-28px)}[data-animate=zoom-in]{transform:scale(.93)}[data-animate=zoom-up]{transform:scale(.95) translateY(18px)}[data-animate=fade-in]{transform:none}[data-animate-delay="1"]{transition-delay:.06s}[data-animate-delay="2"]{transition-delay:.12s}[data-animate-delay="3"]{transition-delay:.18s}[data-animate-delay="4"]{transition-delay:.24s}[data-animate-delay="5"]{transition-delay:.3s}[data-animate-delay="6"]{transition-delay:.36s}@media (prefers-reduced-motion: reduce){[data-animate]{opacity:1!important;transform:none!important;transition:none!important}}.hs{position:relative;width:100%;height:100vh;min-height:600px;max-height:1080px;overflow:hidden;display:flex;align-items:stretch;justify-content:flex-start;padding-bottom:0}.hs__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hs__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .9s cubic-bezier(.4,0,.2,1);will-change:opacity}.hs__slide--active{opacity:1;z-index:2}.hs__slide--prev{opacity:0;z-index:1}.hs__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block}.hs__content{position:relative;z-index:10;padding:0 clamp(1.25rem,6vw,5rem);padding-bottom:50px;max-width:min(900px,95vw);animation:hs-content-in 1.1s cubic-bezier(.22,1,.36,1) both;align-self:flex-end;width:100%}@keyframes hs-content-in{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hs__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:clamp(.65rem,1.5vw,.72rem);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#ffffff8c;margin-bottom:clamp(1rem,2.5vw,1.5rem);padding:.375rem .875rem;border:1px solid rgba(255,255,255,.12);border-radius:100px;background:#ffffff0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:-moz-fit-content;width:fit-content}.hs__eyebrow-star{color:#f59e0b;font-size:.75rem}.hs__heading{display:flex;flex-direction:column;align-items:flex-start;gap:.1em;margin:0 0 clamp(.875rem,2vw,1.25rem);line-height:1}.hs__heading-line1{font-family:var(--font-display, "Playfair Display", Georgia, serif);font-size:1.5rem;font-weight:400;color:#fff;letter-spacing:-.02em;font-style:italic;white-space:nowrap;text-shadow:0 1px 12px rgba(0,0,0,.55),0 2px 24px rgba(0,0,0,.35)}.hs__heading-line2{font-family:var(--font-display, "Playfair Display", Georgia, serif);font-size:2.6rem;font-weight:700;letter-spacing:-.03em;background:#14b8c8;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;white-space:nowrap}.hs__subtitle{font-size:1.1rem;font-weight:400;color:#fff;letter-spacing:.01em;margin:0 0 clamp(.75rem,1.5vw,1rem);font-style:italic;white-space:nowrap;line-height:1;text-shadow:0 1px 12px rgba(0,0,0,.55),0 2px 24px rgba(0,0,0,.35)}.hs__desc{font-size:clamp(.8rem,1.8vw,.92rem);color:#000;line-height:1.75;max-width:480px;margin:0 0 clamp(1.5rem,3.5vw,2.25rem)}.hs__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:clamp(1.5rem,3vw,2rem)}.hs__btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:clamp(.7rem,1.8vw,.85rem) clamp(1.25rem,3vw,1.75rem);background:#14b8c8;color:#fff;font-size:clamp(.78rem,1.6vw,.875rem);font-weight:600;letter-spacing:.02em;border-radius:100px;text-decoration:none;transition:background .25s ease,transform .2s ease,box-shadow .25s ease;box-shadow:0 0 30px #14b8c859;white-space:nowrap}.hs__btn-primary:hover{background:#0ea5ba;transform:translateY(-2px);box-shadow:0 6px 40px #14b8c880}.hs__btn-ghost{display:inline-flex;align-items:center;gap:.4rem;padding:clamp(.7rem,1.8vw,.85rem) clamp(1.25rem,3vw,1.75rem);background:#ffffff0f;color:#fffc;font-size:clamp(.78rem,1.6vw,.875rem);font-weight:500;letter-spacing:.02em;border-radius:100px;border:1px solid rgba(255,255,255,.15);text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .25s ease,color .25s ease,border-color .25s ease,transform .2s ease;white-space:nowrap}.hs__btn-ghost:hover{background:#ffffff1f;color:#fff;border-color:#ffffff4d;transform:translateY(-2px)}.hs__trust{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap}.hs__trust-item{display:flex;align-items:center;gap:.35rem;font-size:clamp(.68rem,1.5vw,.76rem);color:#ffffff80;font-weight:500;letter-spacing:.01em}.hs__trust-sep{width:1px;height:14px;background:#ffffff26}.hs__indicators{position:absolute;bottom:clamp(1.5rem,4vw,2.5rem);left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:.5rem}.hs__indicator{position:relative;width:36px;height:3px;border-radius:100px;background:#ffffff2e;border:none;cursor:pointer;padding:0;overflow:hidden;transition:width .3s ease,background .3s ease}.hs__indicator--active{width:64px;background:#ffffff40}.hs__indicator-fill{position:absolute;top:0;left:0;height:100%;background:#14b8c8;border-radius:100px;transition:width .04s linear}.hs__scroll-hint{position:absolute;bottom:clamp(1.5rem,4vw,2.5rem);right:2rem;z-index:10;display:flex;flex-direction:column;align-items:center;gap:.4rem;color:#ffffff4d;font-size:.6rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.hs__scroll-mouse{width:18px;height:28px;border:1px solid rgba(255,255,255,.2);border-radius:100px;display:flex;justify-content:center;padding-top:5px}.hs__scroll-wheel{width:3px;height:6px;background:#ffffff59;border-radius:100px;animation:hs-scroll 1.8s ease-in-out infinite}@keyframes hs-scroll{0%{transform:translateY(0);opacity:1}60%{transform:translateY(8px);opacity:.2}to{transform:translateY(0);opacity:1}}@media (max-width: 1439px){.hs{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:unset!important}.hs__bg{position:relative;width:100%;height:auto}.hs__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hs__slide--active{position:relative;inset:auto;width:100%;height:auto}.hs__image{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;-o-object-fit:unset!important;object-fit:unset!important;-o-object-position:unset!important;object-position:unset!important;display:block!important}.hs__content{position:absolute!important;bottom:0;left:0;right:0;align-self:auto;max-width:100%!important}.hs__indicators{position:absolute;bottom:.625rem;left:50%;transform:translate(-50%)}.hs__scroll-hint,.hs__trust-sep{display:none}}@media (max-width: 319px){.hs__content{padding:0 .875rem 2.5rem}.hs__heading{gap:.05em;margin-bottom:.5rem;flex-wrap:wrap}.hs__heading-line1{font-size:.7rem;white-space:normal}.hs__heading-line2{font-size:1.1rem;white-space:normal}.hs__subtitle{font-size:.55rem;white-space:normal;margin-bottom:.4rem}.hs__desc{font-size:.72rem}.hs__actions{flex-direction:column;gap:.5rem}.hs__btn-primary,.hs__btn-ghost{width:100%;justify-content:center;font-size:.75rem;padding:.6rem 1rem}.hs__indicator{width:24px}.hs__indicator--active{width:44px}.hs__trust{gap:.4rem}}@media (min-width: 320px) and (max-width: 374px){.hs__content{padding:0 1rem 2.75rem}.hs__heading{gap:.05em;margin-bottom:.6rem;flex-wrap:wrap}.hs__heading-line1{font-size:.8rem;white-space:normal}.hs__heading-line2{font-size:1.25rem;white-space:normal}.hs__subtitle{font-size:.65rem;white-space:normal;margin-bottom:.4rem}.hs__desc{font-size:.74rem}.hs__actions{flex-direction:column;gap:.625rem}.hs__btn-primary,.hs__btn-ghost{width:100%;justify-content:center;font-size:.78rem;padding:.65rem 1rem}.hs__indicator{width:28px}.hs__indicator--active{width:48px}}@media (min-width: 375px) and (max-width: 424px){.hs__content{padding:0 1.125rem 3rem}.hs__heading{gap:.06em;margin-bottom:.65rem;flex-wrap:wrap}.hs__heading-line1{font-size:.9rem;white-space:normal}.hs__heading-line2{font-size:1.4rem;white-space:normal}.hs__subtitle{font-size:.7rem;white-space:normal;margin-bottom:.5rem}.hs__desc{font-size:.76rem;max-width:100%}.hs__actions{flex-direction:column;gap:.625rem}.hs__btn-primary,.hs__btn-ghost{width:100%;justify-content:center;font-size:.8rem}.hs__indicator{width:30px}.hs__indicator--active{width:52px}}@media (min-width: 425px) and (max-width: 767px){.hs__content{padding:0 1.5rem 3.25rem}.hs__heading{gap:.07em;margin-bottom:.75rem;flex-wrap:wrap}.hs__heading-line1{font-size:1rem;white-space:normal}.hs__heading-line2{font-size:1.6rem;white-space:normal}.hs__subtitle{font-size:.78rem;white-space:normal;margin-bottom:.5rem}.hs__desc{font-size:.78rem;max-width:100%}.hs__actions{flex-direction:row;flex-wrap:wrap;gap:.75rem}.hs__btn-primary,.hs__btn-ghost{font-size:.8rem;padding:.65rem 1.125rem}.hs__indicator{width:32px}.hs__indicator--active{width:56px}}@media (min-width: 768px) and (max-width: 833px){.hs__content{padding:0 2rem 3.5rem;max-width:680px}.hs__heading{gap:.08em;margin-bottom:.875rem}.hs__heading-line1{font-size:1.1rem}.hs__heading-line2{font-size:1.8rem}.hs__subtitle{font-size:.85rem;white-space:normal}.hs__desc{font-size:.8rem;max-width:440px}.hs__actions{gap:.875rem}.hs__indicator{width:34px}.hs__indicator--active{width:58px}}@media (min-width: 834px) and (max-width: 1023px){.hs__content{padding:0 2.5rem 3.75rem;max-width:720px}.hs__heading{gap:.08em;margin-bottom:.9rem}.hs__heading-line1{font-size:1.2rem}.hs__heading-line2{font-size:2rem}.hs__subtitle{font-size:.9rem}.hs__desc{font-size:.82rem;max-width:460px}.hs__actions{gap:.875rem}.hs__btn-primary,.hs__btn-ghost{font-size:.82rem}.hs__indicator{width:34px}.hs__indicator--active{width:60px}}@media (min-width: 1024px) and (max-width: 1279px){.hs__content{padding:0 3rem 4rem;max-width:760px}.hs__heading{gap:.09em;margin-bottom:1rem}.hs__heading-line1{font-size:1.25rem}.hs__heading-line2{font-size:2.1rem}.hs__subtitle{font-size:.95rem}.hs__desc{font-size:.84rem;max-width:480px}.hs__actions{gap:1rem}.hs__btn-primary,.hs__btn-ghost{font-size:.84rem}.hs__indicators{bottom:2rem}.hs__indicator{width:36px}.hs__indicator--active{width:62px}.hs__scroll-hint{display:none}}@media (min-width: 1280px) and (max-width: 1365px){.hs__content{padding:0 3.5rem 4.25rem;max-width:800px}.hs__heading{gap:.09em;margin-bottom:1rem}.hs__heading-line1{font-size:1.3rem}.hs__heading-line2{font-size:2.2rem}.hs__subtitle{font-size:1rem}.hs__desc{font-size:.86rem;max-width:500px}.hs__actions{gap:1rem}.hs__btn-primary,.hs__btn-ghost{font-size:.86rem}.hs__indicators{bottom:2rem}.hs__indicator{width:36px}.hs__indicator--active{width:64px}}@media (min-width: 1366px) and (max-width: 1439px){.hs__content{padding:0 4rem 4.5rem;max-width:840px}.hs__heading{gap:.1em;margin-bottom:1.1rem}.hs__heading-line1{font-size:1.8rem}.hs__heading-line2{font-size:2.3rem}.hs__subtitle{font-size:1.8rem}.hs__desc{font-size:.88rem;max-width:520px}.hs__actions{gap:1rem}.hs__btn-primary,.hs__btn-ghost{font-size:.875rem}.hs__indicators{bottom:2.25rem}.hs__indicator{width:36px}.hs__indicator--active{width:64px}}@media (min-width: 1440px) and (max-width: 1599px){.hs{height:100vh;min-height:640px;max-height:980px}.hs__image{-o-object-position:center center;object-position:center center}.hs__content{padding:0 clamp(4rem,8vw,6rem);padding-bottom:6rem;max-width:860px}.hs__heading{gap:.1em;margin-bottom:1.15rem}.hs__heading-line1{font-size:1.8rem}.hs__heading-line2{font-size:2.6rem}.hs__subtitle{font-size:1.8rem}.hs__desc{font-size:.9rem;max-width:540px}.hs__actions{gap:1rem}.hs__btn-primary,.hs__btn-ghost{font-size:.875rem}.hs__indicators{bottom:2.5rem}.hs__indicator{width:36px}.hs__indicator--active{width:64px}}@media (min-width: 1600px) and (max-width: 1919px){.hs{height:100vh;min-height:660px;max-height:1020px}.hs__image{-o-object-position:center center;object-position:center center}.hs__content{padding:0 clamp(5rem,9vw,8rem);padding-bottom:6.5rem;max-width:920px}.hs__heading{gap:.1em;margin-bottom:1.25rem}.hs__heading-line1{font-size:2.5rem}.hs__heading-line2{font-size:4rem}.hs__subtitle{font-size:2.5rem}.hs__desc{font-size:.94rem;max-width:560px}.hs__actions{gap:1.125rem}.hs__btn-primary,.hs__btn-ghost{font-size:.9rem;padding:.875rem 1.75rem}.hs__indicators{bottom:2.75rem;gap:.625rem}.hs__indicator{width:40px;height:3px}.hs__indicator--active{width:70px}.hs__scroll-hint{right:3rem}}@media (min-width: 1920px){.hs{height:100vh;min-height:680px;max-height:1080px}.hs__image{-o-object-position:center center;object-position:center center}.hs__content{padding:0 clamp(6rem,10vw,10rem);padding-bottom:7rem;max-width:1000px}.hs__heading{gap:.12em;margin-bottom:1.4rem}.hs__heading-line1{font-size:1.9rem}.hs__heading-line2{font-size:3.2rem}.hs__subtitle{font-size:1.35rem}.hs__desc{font-size:1rem;max-width:600px}.hs__actions{gap:1.25rem}.hs__btn-primary,.hs__btn-ghost{font-size:.95rem;padding:.9rem 1.875rem}.hs__eyebrow{font-size:.78rem;padding:.45rem 1rem}.hs__indicators{bottom:3rem;gap:.7rem}.hs__indicator{width:44px;height:4px}.hs__indicator--active{width:78px}.hs__scroll-hint{right:3.5rem;font-size:.65rem}.hs__trust-item{font-size:.82rem}}.ds-section{background:#000;overflow:hidden;width:100%;padding:0}.ds-inner{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%}.ds-photos{display:flex;flex-direction:row;gap:0;width:100%}.ds-photo{position:relative;flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#000}.ds-photo--first,.ds-photo--second{background:#000}.ds-photo__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center 10%;object-position:center 10%;display:block;z-index:1;transform:scale(1);transform-origin:center top}.ds-photo:before{display:none!important}.ds-photo__initials-wrap{position:relative;z-index:1;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#14b8c833,#14b8c814);border:2px solid rgba(20,184,200,.35);display:flex;align-items:center;justify-content:center}.ds-photo__initials{font-size:2.5rem;font-weight:800;color:#14b8c8;font-family:var(--font-display);letter-spacing:-.03em}.ds-photo__exp-badge{position:absolute;top:1rem;right:1rem;z-index:4;font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:.28rem .75rem;border-radius:999px;background:#14b8c8;color:#000}.ds-photo__name-tag{display:none}.ds-photo__doc-name{font-size:.85rem;font-weight:700;color:#fff}.ds-photo__doc-title{font-size:.68rem;color:#ffffffb3}.ds-photo__glow{display:none}.ds-content{display:flex;flex-direction:column;justify-content:center;background:#000;font-family:var(--font-body)}.ds-content__heading{font-family:var(--font-display, "Playfair Display", Georgia, serif);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin:0 0 1rem}.ds-content__heading-blue{color:#14b8c8;display:block}.ds-content__heading-white{color:#fff;display:block}.ds-content__names{font-weight:600;color:#14b8c8;letter-spacing:.02em;font-style:italic;margin:0 0 1.25rem}.ds-content__sub{line-height:1.9;color:#ffffffb8;margin:0 0 2rem;text-align:left}.ds-content__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2.25rem;background:#14b8c8;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:none;text-decoration:none;border-radius:4px;width:-moz-fit-content;width:fit-content;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.ds-content__btn:hover{background:#0f9aaa;color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #14b8c859}@media (max-width: 319px){.ds-section{padding:40px 0}.ds-inner{flex-direction:column-reverse}.ds-photos{width:100%;padding:0}.ds-photo{height:52vh;min-height:200px;border-radius:0}.ds-content{padding:1.5rem 1rem 1.25rem}.ds-content__heading{font-size:1.45rem;margin-bottom:.6rem}.ds-content__names{font-size:.8rem;margin-bottom:.875rem}.ds-content__sub{font-size:.75rem;margin-bottom:1.25rem;max-width:100%;text-align:justify}.ds-content__btn{font-size:.78rem;padding:.6rem 1.5rem}}@media (min-width: 320px) and (max-width: 374px){.ds-section{padding:40px 0}.ds-inner{flex-direction:column-reverse}.ds-photos{width:100%;padding:0}.ds-photo{height:55vh;min-height:220px;border-radius:0}.ds-content{padding:1.75rem 1.25rem 1.5rem}.ds-content__heading{font-size:1.55rem;margin-bottom:.7rem}.ds-content__names{font-size:.85rem;margin-bottom:.9rem}.ds-content__sub{font-size:.78rem;margin-bottom:1.4rem;max-width:100%;text-align:justify}.ds-content__btn{font-size:.8rem;padding:.65rem 1.75rem}}@media (min-width: 375px) and (max-width: 424px){.ds-section{padding:40px 0}.ds-inner{flex-direction:column-reverse}.ds-photos{width:100%;padding:0}.ds-photo{height:58vh;min-height:240px;border-radius:0}.ds-content{padding:2rem 1.25rem 1.75rem}.ds-content__heading{font-size:1.7rem;margin-bottom:.75rem}.ds-content__names{font-size:.9rem;margin-bottom:1rem}.ds-content__sub{font-size:.8rem;margin-bottom:1.5rem;max-width:100%;text-align:justify}.ds-content__btn{font-size:.82rem;padding:.68rem 1.875rem}}@media (min-width: 425px) and (max-width: 767px){.ds-section{padding:40px 0}.ds-inner{flex-direction:column-reverse}.ds-photos{width:100%;padding:0}.ds-photo{height:60vh;min-height:280px;border-radius:0}.ds-content{padding:2.25rem 1.5rem 2rem}.ds-content__heading{font-size:1.9rem;margin-bottom:.8rem}.ds-content__names{font-size:.95rem;margin-bottom:1rem}.ds-content__sub{font-size:.82rem;margin-bottom:1.75rem;max-width:100%;text-align:justify}.ds-content__btn{font-size:.83rem;padding:.7rem 2rem}}@media (min-width: 768px) and (max-width: 833px){.ds-section{padding:40px 0}.ds-inner{flex-direction:column}.ds-photos{width:100%;padding:0}.ds-photo{height:62vh;min-height:320px;border-radius:0}.ds-content{padding:2.5rem 2rem 3rem;align-items:center;text-align:center}.ds-content__heading{font-size:2.1rem;margin-bottom:.875rem}.ds-content__names{font-size:1rem;margin-bottom:1.1rem}.ds-content__sub{font-size:.85rem;margin-bottom:1.875rem;max-width:52ch;text-align:justify}.ds-content__btn{font-size:.85rem;padding:.75rem 2.25rem}}@media (min-width: 834px) and (max-width: 1023px){.ds-section{padding:40px 0}.ds-inner{flex-direction:column}.ds-photos{width:100%;padding:0}.ds-photo{height:65vh;min-height:380px;border-radius:0}.ds-content{padding:3rem 2.5rem 3.5rem;align-items:center;text-align:center}.ds-content__heading{font-size:2.4rem;margin-bottom:1rem}.ds-content__names{font-size:1.05rem;margin-bottom:1.15rem}.ds-content__sub{font-size:.875rem;margin-bottom:2rem;max-width:56ch;text-align:justify}.ds-content__btn{font-size:.85rem;padding:.75rem 2.25rem}}@media (min-width: 1024px) and (max-width: 1279px){.ds-section{padding:40px 0}.ds-inner{flex-direction:row;align-items:stretch;min-height:100vh}.ds-photos{flex:0 0 48%;max-width:48%;padding:1.25rem 0 1.25rem 1.25rem;flex-direction:row}.ds-photo{height:calc(100vh - 2.5rem);min-height:calc(100vh - 2.5rem);max-height:calc(100vh - 2.5rem);border-radius:.875rem}.ds-content{flex:1;padding:5.5rem 2.75rem 4rem 3rem;height:100vh;min-height:100vh;justify-content:flex-start}.ds-content__heading{font-size:2.6rem;margin-bottom:1.1rem}.ds-content__names{font-size:1.05rem;margin-bottom:1.25rem}.ds-content__sub{font-size:.84rem;max-width:40ch;margin-bottom:2.25rem;text-align:justify}.ds-content__btn{font-size:.85rem;padding:.75rem 2.25rem}}@media (min-width: 1280px) and (max-width: 1365px){.ds-section{padding:40px 0}.ds-inner{flex-direction:row;align-items:stretch;min-height:100vh}.ds-photos{flex:0 0 49%;max-width:49%;padding:1.375rem 0 1.375rem 1.375rem;flex-direction:row}.ds-photo{height:calc(100vh - 2.75rem);min-height:calc(100vh - 2.75rem);max-height:calc(100vh - 2.75rem);border-radius:.9375rem}.ds-content{flex:1;padding:5.75rem 3rem 4.5rem 3.5rem;height:100vh;min-height:100vh;justify-content:flex-start}.ds-content__heading{font-size:2.9rem;margin-bottom:1.15rem}.ds-content__names{font-size:1.1rem;margin-bottom:1.25rem}.ds-content__sub{font-size:.86rem;max-width:41ch;margin-bottom:2.35rem;text-align:justify}.ds-content__btn{font-size:.85rem;padding:.75rem 2.25rem}}@media (min-width: 1366px) and (max-width: 1439px){.ds-section{padding:40px 0}.ds-inner{flex-direction:row;align-items:stretch;min-height:100vh}.ds-photos{flex:0 0 50%;max-width:50%;padding:1.4rem 0 1.4rem 1.4rem;flex-direction:row}.ds-photo{height:calc(100vh - 2.8rem);min-height:calc(100vh - 2.8rem);max-height:calc(100vh - 2.8rem);border-radius:1rem}.ds-content{flex:1;padding:5.875rem 3.25rem 4.75rem 3.75rem;height:100vh;min-height:100vh;justify-content:flex-start}.ds-content__heading{font-size:3.1rem;margin-bottom:1.2rem}.ds-content__names{font-size:1.1rem;margin-bottom:1.25rem}.ds-content__sub{font-size:1.2rem;max-width:41ch;margin-bottom:2.4rem;text-align:justify}.ds-content__btn{font-size:.85rem;padding:.75rem 2.25rem}}@media (min-width: 1440px) and (max-width: 1599px){.ds-section{padding:40px 0}.ds-inner{flex-direction:row;align-items:stretch;min-height:100vh}.ds-photos{flex:0 0 50%;max-width:50%;padding:1.5rem 0 1.5rem 1.5rem;flex-direction:row}.ds-photo{height:calc(100vh - 3rem);min-height:calc(100vh - 3rem);max-height:calc(100vh - 3rem);border-radius:1rem}.ds-content{flex:1;padding:6rem 3.5rem 4rem 4rem;height:100vh;min-height:100vh;justify-content:flex-start}.ds-content__heading{font-size:3.4rem;margin-bottom:1.25rem}.ds-content__names{font-size:1.15rem;margin-bottom:1.25rem}.ds-content__sub{font-size:1.2rem;max-width:50ch;margin-bottom:2.4rem;text-align:justify}.ds-content__btn{font-size:.85rem;padding:.75rem 2.25rem}}@media (min-width: 1600px) and (max-width: 1919px){.ds-section{padding:40px 0}.ds-inner{flex-direction:row;align-items:stretch;min-height:100vh}.ds-photos{flex:0 0 50%;max-width:50%;padding:1.625rem 0 1.625rem 1.625rem;flex-direction:row}.ds-photo{height:calc(100vh - 3.25rem);min-height:calc(100vh - 3.25rem);max-height:calc(100vh - 3.25rem);border-radius:1.125rem}.ds-content{flex:1;padding:7rem 4rem 5rem 5rem;height:100vh;min-height:100vh;justify-content:flex-start}.ds-content__heading{font-size:3.9rem;margin-bottom:1.35rem}.ds-content__names{font-size:1.2rem;margin-bottom:1.35rem}.ds-content__sub{font-size:1.2rem;max-width:50ch;margin-bottom:2.4rem;text-align:justify}.ds-content__btn{font-size:.9rem;padding:.8rem 2.5rem}}@media (min-width: 1920px){.ds-section{padding:40px 0}.ds-inner{flex-direction:row;align-items:stretch;min-height:100vh;max-width:1920px;margin-inline:auto}.ds-photos{flex:0 0 50%;max-width:50%;padding:1.75rem 0 1.75rem 1.75rem;flex-direction:row}.ds-photo{height:calc(100vh - 3.5rem);min-height:calc(100vh - 3.5rem);max-height:calc(100vh - 3.5rem);border-radius:1.25rem}.ds-content{flex:1;padding:8rem 5rem 6rem 6rem;height:100vh;min-height:100vh;justify-content:flex-start}.ds-content__heading{font-size:4.6rem;margin-bottom:1.5rem}.ds-content__names{font-size:1.35rem;margin-bottom:1.5rem}.ds-content__sub{font-size:1.2rem;max-width:44ch;margin-bottom:3rem;text-align:justify}.ds-content__btn{font-size:.95rem;padding:.875rem 2.75rem}}.specialities{padding:110px 0 120px;position:relative;overflow:hidden;font-family:var(--font-body)}.specialities:before{display:none}.specialities__bg{display:none}.specialities__header{text-align:center;margin-bottom:3.5rem;font-family:var(--font-body)}.specialities__heading{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3rem);font-weight:700;color:#0a0a0a;letter-spacing:-.02em;margin:1rem 0;line-height:1.15}.specialities__sub{max-width:38rem;margin:0 auto;color:#0a0a0a;line-height:1.7}.specialities__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}.spec-tab{padding:.625rem 1.25rem;border-radius:999px;font-size:.875rem;border:1px solid rgba(0,0,0,.1);background:#0000000d;color:#000000bf;font-weight:600;transition:all .3s ease}.specialities__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.specialities__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.specialities__grid{grid-template-columns:repeat(3,1fr)}}.spec-card{position:relative;border-radius:1rem;padding:1.5rem;background:#00000008;border:1px solid rgba(0,0,0,.07);transition:transform .4s ease,box-shadow .4s ease,border-color .3s ease,background .3s ease;overflow:hidden;display:flex;flex-direction:column}.spec-card:hover{transform:translateY(-4px)}.spec-card__corner{position:absolute;top:0;right:0;width:4rem;height:4rem;border-radius:0 1rem 0 4rem;opacity:.6;transition:opacity .3s ease}.spec-card:hover .spec-card__corner{opacity:1}.spec-card__icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s ease}.spec-card:hover .spec-card__icon{transform:scale(1.1)}.spec-card__name{font-size:1rem;font-weight:600;color:#0a0a0a;margin-bottom:.5rem}.spec-card__desc{font-size:.8rem;line-height:1.65;color:#0a0a0a;margin-bottom:1rem;flex:1}.spec-card__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.spec-card__meta-item{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:#0a0a0a73}.spec-card__divider{width:1px;height:.75rem;background:#0000001a}.spec-card__link{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;background:none;border:none;padding:0;transition:gap .2s ease}.spec-card__link:hover{gap:.65rem}.lm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lm-modal{width:100%;max-width:42rem;border-radius:1.75rem;overflow:hidden;background:#f5f5fafa;border:1px solid rgba(0,0,0,.1);box-shadow:0 40px 80px #0009;position:relative}.lm-modal__close{position:absolute;top:1rem;right:1rem;z-index:10;width:2.25rem;height:2.25rem;border-radius:.625rem;border:none;background:#0000000a;color:#0a0a0a;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast)}.lm-modal__close:hover{background:#0000001a;color:#0a0a0a}.lm-modal__grid{display:grid;grid-template-columns:1fr}@media (min-width: 640px){.lm-modal__grid{grid-template-columns:1fr 1fr}}.lm-modal__left{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;border-right:1px solid rgba(0,0,0,.07);min-height:220px}.lm-modal__icon-wrap{width:5.5rem;height:5.5rem;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.lm-modal__name{font-family:var(--font-display);font-weight:700;color:#0a0a0a;font-size:1.1rem;text-align:center;margin-bottom:.5rem}.lm-modal__cat-badge{padding:.25rem .75rem;border-radius:999px;font-size:.7rem;font-weight:600;margin-bottom:1.25rem}.lm-modal__stats{display:flex;align-items:center;gap:1rem}.lm-modal__stat{text-align:center}.lm-modal__stat-val{font-size:.72rem;font-weight:700}.lm-modal__stat-key{font-size:.65rem;color:#0a0a0a73;margin-top:.15rem}.lm-modal__stat-sep{width:1px;height:1.5rem;background:#0000001a}.lm-modal__right{padding:2rem;display:flex;flex-direction:column}.lm-modal__label-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.lm-modal__label-bar{width:3px;height:1.1rem;border-radius:999px}.lm-modal__label-text{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.lm-modal__desc{font-size:.875rem;line-height:1.75;color:#0a0a0a;margin-bottom:1.5rem;flex:1}.lm-modal__features{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.lm-modal__feature{display:flex;align-items:center;gap:.625rem;font-size:.78rem;color:#0a0a0a}@media (max-width: 374px){.specialities__header{margin-bottom:2rem}.spec-card{padding:1rem}.specialities__tabs{gap:.5rem}.spec-tab{font-size:.72rem;padding:.45rem .875rem}}@media (min-width: 480px) and (max-width: 575px){.specialities__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1440px){.specialities__grid{gap:1.5rem}}@media (min-width: 1920px){.specialities__grid{grid-template-columns:repeat(4,1fr)}.spec-card{padding:1.75rem}}.section-hero-bg{background:linear-gradient(135deg,#0a0a0a0d -75%,#f8f9fc 50%,#fff);position:relative;overflow:hidden}.section-lines__grid{display:none!important;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(10,10,10,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(10,10,10,.06) 1px,transparent 1px);background-size:80px 80px;z-index:0}.section-lines__blob{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;transition:background 1.2s ease}.section-lines__h{display:none!important;position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(10,10,10,.18) 30%,rgba(10,10,10,.22) 50%,rgba(10,10,10,.18) 70%,transparent 100%);pointer-events:none;z-index:1}.section-lines__v{display:none!important;position:absolute;top:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(10,10,10,.15) 25%,rgba(10,10,10,.2) 50%,rgba(10,10,10,.15) 75%,transparent 100%);pointer-events:none;z-index:1}.section-lines__blob--left{background:radial-gradient(ellipse 60% 55% at 15% 50%,rgba(10,10,10,.12) 0%,transparent 65%)}.section-lines__blob--right{background:radial-gradient(ellipse 60% 55% at 85% 50%,rgba(10,10,10,.12) 0%,transparent 65%)}.section-lines__blob--center{background:radial-gradient(ellipse 70% 60% at 50% 40%,rgba(10,10,10,.1) 0%,transparent 65%)}.section-lines__blob--top-left{background:radial-gradient(ellipse 55% 50% at 10% 0%,rgba(10,10,10,.11) 0%,transparent 60%),radial-gradient(ellipse 50% 55% at 80% 100%,rgba(10,10,10,.07) 0%,transparent 60%)}.section-lines__blob--top-right{background:radial-gradient(ellipse 55% 50% at 90% 0%,rgba(10,10,10,.11) 0%,transparent 60%),radial-gradient(ellipse 50% 55% at 10% 100%,rgba(10,10,10,.07) 0%,transparent 60%)}.section-hero-bg>*:not(.section-lines__grid):not(.section-lines__blob):not(.section-lines__h):not(.section-lines__v){position:relative;z-index:2}.section-hero-bg:before,.section-hero-bg:after{display:none!important}.why-marvel{padding:110px 0 120px;position:relative;overflow:hidden;background:#000;color:#fff}.why-marvel__heading{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;margin:1rem 0 20px;line-height:1.15}.why-marvel__grid-bg{display:none}.why-marvel__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 60% 55% at 10% 20%,rgba(255,255,255,.18) 0%,transparent 65%),radial-gradient(ellipse 50% 50% at 85% 80%,rgba(0,0,0,.55) 0%,transparent 70%),radial-gradient(ellipse at 50% 50%,rgba(255,255,255,.06) 0%,transparent 60%)}.why-marvel .badge-blue{color:#fff!important;border-color:#ffffff59!important;background:#ffffff1a!important}.why-marvel__heading{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;margin:1rem 0 20px;line-height:1.15}.why-marvel .text-gradient-blue{background:linear-gradient(to right,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.why-marvel__sub{max-width:38rem;margin:0 auto;color:#fff;line-height:1.7}.why-marvel__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem;border-radius:1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);margin-bottom:56px}@media (min-width: 768px){.why-marvel__stats{grid-template-columns:repeat(4,1fr)}}.stat-box{text-align:center}.stat-box__val{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#fff;line-height:1}.stat-box__suffix{font-weight:700;font-size:clamp(1.5rem,3vw,2rem);color:#fff}.stat-box__label{font-size:.75rem;margin-top:.4rem;color:#ffffff8c;letter-spacing:.08em;text-transform:uppercase}.why-marvel__grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 640px){.why-marvel__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.why-marvel__grid{grid-template-columns:repeat(3,1fr)}}.feature-card{position:relative;border-radius:1rem;padding:28px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease;overflow:hidden}.feature-card:hover{background:#ffffff1f;border-color:#ffffff40;box-shadow:0 20px 50px #0006,0 0 0 1px #ffffff14;transform:translateY(-4px)}.feature-card__glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1rem;opacity:0;transition:opacity .5s ease;pointer-events:none;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.07),transparent 70%)}.feature-card:hover .feature-card__glow{opacity:1}.feature-card__icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover .feature-card__icon{transform:scale(1.1);box-shadow:0 4px 12px #ffffff1f}.feature-card__num{position:absolute;top:1rem;right:1rem;font-size:.75rem;font-weight:700;color:#ffffff1a}.feature-card__title{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:10px}.feature-card__desc{font-size:.8rem;line-height:1.65;color:#ffffff8c}.wm-slider{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wm-slider__stage{position:relative;width:100%;height:560px;overflow:hidden;border-radius:1.5rem;will-change:transform}.wm-slider__card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);will-change:transform,opacity}.wm-slider__card--enter-right{animation:wm-enter-right .46s cubic-bezier(.4,0,.2,1) forwards}.wm-slider__card--enter-left{animation:wm-enter-left .46s cubic-bezier(.4,0,.2,1) forwards}.wm-slider__card--leave-left{animation:wm-leave-left .46s cubic-bezier(.4,0,.2,1) forwards}.wm-slider__card--leave-right{animation:wm-leave-right .46s cubic-bezier(.4,0,.2,1) forwards}@keyframes wm-enter-right{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes wm-enter-left{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes wm-leave-left{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes wm-leave-right{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.wm-slider__img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.wm-slider__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .8s ease}.wm-slider__card--enter-right .wm-slider__img,.wm-slider__card--enter-left .wm-slider__img{animation:wm-kenburns 5s ease forwards}@keyframes wm-kenburns{0%{transform:scale(1.06)}to{transform:scale(1)}}.wm-slider__img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.5) 35%,rgba(0,0,0,.15) 60%,transparent 100%)!important}.wm-slider__top{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:clamp(1.5rem,3vw,2.25rem);display:flex;flex-direction:column;gap:.75rem;border-bottom:none}.wm-slider__tag{display:inline-flex;align-items:center;padding:.28rem .875rem;border-radius:100px;font-size:.65rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;border:1px solid;width:-moz-fit-content;width:fit-content}.wm-slider__title{font-family:var(--font-display, "Playfair Display", serif);font-size:clamp(1.15rem,2.4vw,1.75rem);font-weight:700;color:#fff;line-height:1.25;letter-spacing:-.018em;margin:0}.wm-slider__desc{font-size:clamp(.8rem,1.5vw,.92rem);line-height:1.75;color:#fffc;margin:0}.wm-slider__controls{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.75rem}.wm-slider__arrow{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff12;color:#fffc;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s,border-color .2s,transform .2s}.wm-slider__arrow:hover{background:#ffffff29;border-color:#fff6;color:#fff;transform:scale(1.08)}.wm-slider__dots{display:flex;align-items:center;gap:.5rem}.wm-slider__dot{width:7px;height:7px;border-radius:50%;border:none;background:#ffffff38;cursor:pointer;padding:0;transition:background .25s,transform .25s,width .3s,border-radius .3s}.wm-slider__dot--active{transform:scale(1.15);width:24px;border-radius:4px}.wm-slider__progress{height:2px;background:#ffffff1a;border-radius:2px;margin-top:1.1rem;overflow:hidden}.wm-slider__progress-bar{height:100%;border-radius:2px;width:0%;animation:wm-progress linear forwards}@keyframes wm-progress{0%{width:0%}to{width:100%}}@media (max-width: 479px){.wm-slider__stage{height:460px;border-radius:1.125rem}.wm-slider__card{border-radius:1.125rem}.wm-slider__top{padding:1.25rem;gap:.6rem}.wm-slider__title{font-size:1.05rem}.wm-slider__desc{font-size:.78rem}}@media (min-width: 480px) and (max-width: 767px){.wm-slider__stage{height:500px}}@media (min-width: 768px) and (max-width: 1023px){.wm-slider__stage{height:540px}}@media (min-width: 1440px){.wm-slider__stage{height:620px}.wm-slider__title{font-size:2rem}}@media (min-width: 1920px){.wm-slider__stage{height:700px}}.ts-section{padding:110px 0 120px;position:relative;overflow:hidden}.ts-section:before,.ts-section:after{display:none}.ts-header{text-align:center;margin-bottom:72px;position:relative;z-index:2}.ts-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 18px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;background:#14b8c81a;border:1px solid rgba(0,0,0,.15);color:#0a0a0a;margin-bottom:20px}.ts-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#0a0a0a;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.ts-title{font-family:var(--font-display);font-size:52px;font-weight:700;color:#0a0a0a;letter-spacing:-.03em;line-height:1.1;margin-bottom:18px}.ts-title em{font-style:normal;color:#0a0a0a;-webkit-text-fill-color:#0A0A0A}.ts-subtitle{font-size:17px;color:#0a0a0a;line-height:1.7;max-width:520px;margin:0 auto}.ts-stats-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3.5rem;padding:1.5rem;background:#0000000a;border:1px solid rgba(0,0,0,.12);border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:2}.ts-stat-box{text-align:center;padding:1.25rem .75rem;border-right:1px solid rgba(0,0,0,.1)}.ts-stat-box:last-child{border-right:none}.ts-stat-box__num{display:flex;align-items:flex-end;justify-content:center;gap:2px;margin-bottom:.4rem}.ts-stat-box__val{font-family:var(--font-display, "Playfair Display", serif);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:#0a0a0a;line-height:1;letter-spacing:-.03em}.ts-stat-box__suffix{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;color:#0a8a96;line-height:1.2;padding-bottom:.1em}.ts-stat-box__label{font-size:clamp(.65rem,1.4vw,.76rem);font-weight:500;color:#00000073;letter-spacing:.08em;text-transform:uppercase;margin:0}.ts-marquee-wrapper{width:100vw;position:relative;left:50%;transform:translate(-50%);overflow:hidden;padding:.5rem 0 2.5rem;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,1) 5%,rgba(0,0,0,1) 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,1) 5%,rgba(0,0,0,1) 95%,transparent 100%)}.ts-marquee-wrapper:hover .ts-marquee-track{animation-play-state:paused}.ts-marquee-row{display:flex;width:100%;overflow:visible;padding:4px 0}.ts-marquee-track{display:flex;gap:1.25rem;width:-moz-max-content;width:max-content;flex-shrink:0;animation:marquee-fwd linear infinite;will-change:transform}@keyframes marquee-fwd{0%{transform:translate(0)}to{transform:translate(-50%)}}.ts-mcard{flex-shrink:0;width:400px;background:#ffffff0d;border:1px solid #0A0A0A;border-radius:20px;padding:28px 28px 24px;display:flex;flex-direction:column;gap:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .3s ease,background .3s ease,box-shadow .3s ease;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ts-mcard:hover{border-color:#0a0a0a;background:#ffffff14;box-shadow:0 16px 48px #0000002e,0 0 0 1px #0a0a0a}.ts-card-stars{display:flex;gap:3px;margin-bottom:14px}.ts-mcard__headline{font-family:var(--font-display, "Playfair Display", serif);font-size:.95rem;font-weight:700;color:#0a0a0a;line-height:1.35;margin:0 0 12px;letter-spacing:-.01em}.ts-mcard__text{font-size:.82rem;line-height:1.75;color:#0a0a0a;flex:1;margin:0 0 20px;text-align:justify}.ts-mcard__divider{height:1px;background:#0a0a0a12;margin-bottom:18px;border-radius:1px;flex-shrink:0}.ts-mcard__author{display:flex;align-items:center;gap:12px;flex-shrink:0}.ts-mcard__avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display, "Playfair Display", serif);font-size:16px;font-weight:700;transition:transform .3s ease}.ts-mcard:hover .ts-mcard__avatar{transform:scale(1.07)}.ts-mcard__author-info{flex:1;min-width:0}.ts-mcard__name{font-size:.875rem;font-weight:700;color:#0a0a0a;line-height:1.2;margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.ts-mcard__meta{display:flex;align-items:center;gap:5px;flex-wrap:nowrap}.ts-mcard__treatment{font-size:.72rem;font-weight:500;color:#14b8c8;white-space:nowrap}.ts-mcard__sep{font-size:.7rem;color:#0a0a0a40;flex-shrink:0}.ts-mcard__location{display:flex;align-items:center;gap:3px;font-size:.7rem;color:#0a0a0a66;white-space:nowrap}.ts-cta{margin-top:60px;padding:40px 48px;border-radius:24px;background:linear-gradient(135deg,#14b8c812,#0a0a0a08);border:1px solid rgba(20,184,200,.14);display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;z-index:2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ts-cta-text h3{font-family:var(--font-display);font-size:22px;font-weight:700;color:#0a0a0a;margin-bottom:6px}.ts-cta-text h3 span{color:#0a0a0a}.ts-cta-text p{font-size:14px;color:#0a0a0a;margin:0}.ts-cta-btns{display:flex;gap:12px;flex-shrink:0}.ts-mcard__author-row{display:flex;align-items:center;gap:14px;margin-bottom:12px}.ts-mcard__treatment{display:block;font-size:11px;font-weight:600;color:#14b8c8;margin-top:2px;letter-spacing:.02em}@media (max-width: 767px){.ts-stats-boxes{grid-template-columns:repeat(2,1fr);gap:0}.ts-stat-box{border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.ts-stat-box:nth-child(2n){border-right:none}.ts-stat-box:nth-last-child(-n+2){border-bottom:none}}@media (max-width: 374.98px){.ts-section{padding:60px 0 68px}.ts-header{margin-bottom:32px}.ts-eyebrow{font-size:9.5px;padding:5px 12px;margin-bottom:14px}.ts-title{font-size:22px;margin-bottom:10px}.ts-subtitle{font-size:12.5px}.ts-stats-boxes{padding:.75rem;margin-bottom:2rem}.ts-stat-box{padding:1rem .5rem}.ts-marquee-wrapper{padding-bottom:2rem}.ts-mcard{width:260px;padding:18px 16px 16px;border-radius:14px}.ts-mcard__headline{font-size:.82rem}.ts-mcard__text{font-size:.74rem;margin-bottom:14px}.ts-mcard__avatar{width:36px;height:36px;font-size:13px}.ts-mcard__name{font-size:.78rem}.ts-cta{margin-top:32px;padding:18px 14px;flex-direction:column;align-items:flex-start;border-radius:14px;gap:14px}.ts-cta-text h3{font-size:16px}.ts-cta-text p{font-size:11.5px}.ts-cta-btns{flex-direction:column;width:100%}.ts-cta-btns .btn-primary{width:100%;justify-content:center}}@media (min-width: 375px) and (max-width: 479.98px){.ts-section{padding:68px 0 76px}.ts-header{margin-bottom:36px}.ts-title{font-size:26px}.ts-subtitle{font-size:13px}.ts-mcard{width:290px;padding:20px 18px 18px;border-radius:16px}.ts-mcard__headline{font-size:.85rem}.ts-mcard__text{font-size:.76rem}.ts-cta{margin-top:36px;padding:20px 18px;flex-direction:column;align-items:flex-start;border-radius:16px;gap:15px}.ts-cta-text h3{font-size:17px}.ts-cta-btns{flex-direction:column;width:100%}.ts-cta-btns .btn-primary{width:100%;justify-content:center}}@media (min-width: 480px) and (max-width: 575.98px){.ts-section{padding:76px 0 84px}.ts-title{font-size:29px}.ts-mcard{width:310px}.ts-cta{margin-top:38px;padding:22px 20px;flex-direction:column;align-items:flex-start;border-radius:18px;gap:16px}.ts-cta-text h3{font-size:18px}.ts-cta-btns{flex-direction:row;flex-wrap:wrap}}@media (min-width: 576px) and (max-width: 767.98px){.ts-section{padding:82px 0 90px}.ts-title{font-size:32px}.ts-mcard{width:330px}.ts-cta{margin-top:44px;padding:26px 24px;flex-direction:column;align-items:flex-start;border-radius:18px;gap:18px}.ts-cta-text h3{font-size:19px}}@media (min-width: 768px) and (max-width: 833.98px){.ts-section{padding:88px 0 96px}.ts-title{font-size:36px}.ts-mcard{width:350px}.ts-cta{margin-top:48px;padding:28px;flex-direction:column;align-items:flex-start;border-radius:20px;gap:18px}.ts-cta-text h3{font-size:20px}}@media (min-width: 834px) and (max-width: 1023.98px){.ts-section{padding:94px 0 104px}.ts-title{font-size:40px}.ts-mcard{width:370px}.ts-cta{margin-top:52px;padding:32px 36px;flex-direction:row;align-items:center;border-radius:22px;gap:24px}.ts-cta-text h3{font-size:21px}}@media (min-width: 1024px) and (max-width: 1279.98px){.ts-section{padding:94px 0 104px}.ts-title{font-size:40px}.ts-header{margin-bottom:60px}.ts-mcard{width:380px}.ts-cta{margin-top:52px;padding:34px 40px;border-radius:22px;flex-direction:row;align-items:center;justify-content:space-between}.ts-cta-text h3{font-size:21px}}@media (min-width: 1280px) and (max-width: 1439.98px){.ts-section{padding:110px 0 120px}.ts-title{font-size:48px}.ts-header{margin-bottom:68px}.ts-mcard{width:400px}.ts-marquee-track{gap:1.25rem}.ts-cta{margin-top:58px;padding:38px 46px;border-radius:24px}.ts-cta-text h3{font-size:22px}}@media (min-width: 1440px) and (max-width: 1919.98px){.ts-section{padding:130px 0 140px}.ts-title{font-size:52px}.ts-subtitle{font-size:17px;max-width:560px}.ts-header{margin-bottom:80px}.ts-mcard{width:420px;border-radius:22px;padding:32px 30px 28px}.ts-mcard__headline{font-size:1rem}.ts-mcard__text{font-size:.84rem}.ts-marquee-track{gap:1.5rem}.ts-cta{margin-top:64px;padding:44px 52px;border-radius:26px}.ts-cta-text h3{font-size:24px}.ts-cta-text p{font-size:15px}}@media (min-width: 1920px){.ts-section{padding:160px 0 170px}.ts-title{font-size:64px}.ts-subtitle{font-size:19px;max-width:640px}.ts-eyebrow{font-size:12px;padding:7px 22px}.ts-header{margin-bottom:96px}.ts-stats-boxes{border-radius:24px;margin-bottom:4.5rem}.ts-stat-box{padding:1.75rem 1rem}.ts-mcard{width:480px;border-radius:24px;padding:36px 34px 30px}.ts-mcard__headline{font-size:1.1rem}.ts-mcard__text{font-size:.9rem}.ts-mcard__name{font-size:1rem}.ts-mcard__avatar{width:52px;height:52px;font-size:19px}.ts-marquee-track{gap:1.75rem}.ts-cta{margin-top:80px;padding:56px 68px;border-radius:32px}.ts-cta-text h3{font-size:30px}.ts-cta-text p{font-size:17px}}.contact-section{padding:110px 0 180px;position:relative;overflow:visible;min-height:120vh;background:#000!important;background-image:none!important}.contact-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:#000}.contact-section.section-hero-bg{background:#000!important;background-image:none!important}.contact-section__heading{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3rem);font-weight:700;color:#fff;letter-spacing:-.02em;margin:1rem 0 .5rem;line-height:1.15}.contact-section__sub{max-width:38rem;margin:0 auto;color:#ffffff8c;line-height:1.7}.contact-section__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch;margin-top:56px}@media (min-width: 1024px){.contact-section__grid{grid-template-columns:1fr 1fr}}.contact-left-col{display:flex;flex-direction:column;gap:1rem;height:100%}.contact-info-card{border-radius:1rem;background:#f8f8f8;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 12px #0000000f;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:0}.contact-info-card__label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#0a0a0a;margin:0 0 1rem}.contact-info-row{display:flex;align-items:center;gap:.9rem;padding:.75rem 0}.contact-info-row__icon{width:2.25rem;height:2.25rem;border-radius:.65rem;background:#0a0a0a;border:1px solid rgba(0,0,0,.12);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-row__body{display:flex;flex-direction:column;gap:.15rem}.contact-info-row__key{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#0a0a0a}.contact-info-row__val{font-size:.875rem;font-weight:500;color:#0a0a0a;text-decoration:none;transition:color .2s ease}a.contact-info-row__val:hover{color:#14b8c8}.contact-info-divider{height:1px;background:#00000012;margin:0}.contact-timings-card{border-radius:1rem;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px #0000001f;padding:1.25rem 2.5rem;flex:1}.contact-timings__list{display:flex;flex-direction:column;gap:.6rem}.contact-timings__row{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;border-radius:.6rem;background:#00000008;border:1px solid rgba(0,0,0,.08)}.contact-timings__day{font-size:.82rem;font-weight:600;color:#0a0a0a;letter-spacing:.01em}.contact-timings__time{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;color:#000000b3}.contact-timings__time--closed{color:#00000059}.contact-timings__dot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0}.contact-timings__dot--closed{background:#0003}.contact-form-card{border-radius:1.75rem;overflow:hidden;background:#f4f4f4;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 32px #00000014;position:relative;display:flex;flex-direction:column;height:100%}.contact-form-card__header{padding:1.25rem 1.75rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.07)}.contact-form-card__title{font-family:var(--font-display);font-weight:700;color:#0a0a0a;font-size:1.1rem}.contact-form-card__sub{font-size:.7rem;color:#0006;margin-top:.2rem}.contact-form-card__body{padding:1.75rem;display:flex;flex-direction:column;gap:1rem;flex:1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field label{display:block;font-size:.7rem;font-weight:500;color:#0a0a0a;margin-bottom:.4rem;letter-spacing:.04em}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:.75rem;background:#fff;border:1px solid rgba(0,0,0,.12);color:#0a0a0a;font-size:.875rem;font-family:var(--font-body);outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#00000047}.form-input::placeholder,.form-textarea::placeholder{color:#00000047}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#14b8c899;background:#fff;box-shadow:0 0 0 3px #14b8c81a}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.35)' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.form-textarea{resize:none}.form-note{text-align:center;font-size:.7rem;color:#00000059;margin-top:-.25rem}.contact-map-full{margin-top:2rem;display:flex;flex-direction:column;gap:.6rem}.contact-map-full__bar{display:flex;align-items:center;justify-content:space-between}.contact-map-full__bar-left{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff6}.contact-map-full__frame{width:100%;height:360px;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#f0f0f0;position:relative;box-shadow:0 4px 20px #0000000f}.contact-map-full__frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;display:block;filter:none}.contact-map__directions{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:#ffffff8c;text-decoration:none;padding:.4rem 0;transition:color .2s ease,gap .2s ease;width:-moz-fit-content;width:fit-content}.contact-map__directions:hover{color:#fff;gap:.55rem}@media (max-width: 1023px){.contact-map-full__frame{height:280px}}@media (max-width: 374px){.contact-form-card__body{padding:1.125rem}.form-row{grid-template-columns:1fr}.contact-timings__row{flex-direction:column;align-items:flex-start;gap:.25rem}.contact-map-full__frame{height:220px}}.contact-section .badge-blue{color:#fff;border-color:#ffffff40;background:#ffffff14}.contact-section .text-gradient-blue{color:#fff;-webkit-text-fill-color:#ffffff;background:none}.lm-section{position:relative;width:100%;background:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:2.5rem 0;overflow:hidden}.lm-fade{position:absolute;top:0;bottom:0;width:180px;z-index:2;pointer-events:none}.lm-track-wrap{overflow:hidden;width:100%}.lm-track{display:flex;align-items:center;gap:0;width:-moz-max-content;width:max-content;animation:lm-scroll 18s linear infinite}.lm-track:hover{animation-play-state:paused}@keyframes lm-scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.lm-item{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.75rem 3rem;background:transparent;border-right:1px solid rgba(255,255,255,.08);transition:background .3s ease}.lm-item:hover{background:#ffffff0a}.lm-logo{height:150px;width:auto;max-width:200px;-o-object-fit:contain;object-fit:contain;opacity:.75;transition:opacity .3s ease,transform .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block}.lm-item:hover .lm-logo{opacity:1;transform:scale(1.06)}@media (max-width: 479px){.lm-section{padding:2rem 0}.lm-logo{height:36px;max-width:110px}.lm-item{padding:.5rem 1.5rem}.lm-fade{width:60px}}@media (min-width: 480px) and (max-width: 767px){.lm-logo{height:44px;max-width:130px}.lm-item{padding:.6rem 2rem}.lm-fade{width:80px}}@media (min-width: 768px) and (max-width: 1023px){.lm-logo{height:50px}.lm-item{padding:.75rem 2.5rem}.lm-fade{width:120px}}@media (min-width: 1440px){.lm-section{padding:3rem 0}.lm-logo{height:64px;max-width:180px}.lm-item{padding:.75rem 4rem}.lm-fade{width:220px}}@media (min-width: 1920px){.lm-section{padding:3.5rem 0}.lm-logo{height:72px;max-width:200px}.lm-item{padding:1rem 5rem}.lm-track{animation-duration:22s}.lm-fade{width:280px}}.page{min-height:100vh;font-family:var(--font-body)}.page-hero{position:relative;padding-block:clamp(8rem,14vw,12rem) clamp(5rem,8vw,7rem);overflow:hidden;background:linear-gradient(160deg,#fff,#1a1a1a 55%,#0a0a0a)}.page-hero:before{display:none!important}.page-hero:after{display:none}.page-hero__vline{display:none!important}.page-hero__vline--l{left:10%;display:none!important}.page-hero__vline--c{left:50%;display:none!important}.page-hero__vline--r{right:10%;display:none!important}.page-hero__blob{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at 65% 50%,rgba(10,10,10,.1) 0%,transparent 60%)}.page-hero__inner{position:relative;z-index:1;text-align:center}.page-hero__title{font-family:var(--font-display);font-size:clamp(1.75rem,6vw,4rem);font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.08;margin-block:clamp(.875rem,2vw,1.5rem);margin-bottom:0;margin-right:0}.page-hero__sub{max-width:min(42rem,90vw);margin-inline:auto;font-size:clamp(.875rem,2.5vw,1.05rem);color:#ffffffb3;line-height:1.72}.page-hero .page-hero__inner{position:relative;z-index:2}.page-hero .badge-blue{background:#ffffff1a;border-color:#ffffff40;color:#fff}.page-hero--img .page-hero__title{color:#0a0a0a}.page-hero--img .page-hero__sub{color:#0a0a0ab3}.page-hero--img .badge-blue{background:#0a0a0a14;border-color:#0a0a0a33;color:#0a0a0a}.hero-bg-section{position:relative;background:#fff;overflow:hidden}.hero-bg-section:before{display:none}.hero-bg-section:after{display:none}.hero-bg-section>*{position:relative;z-index:1}.consult-close-btn{width:2rem;height:2rem;border-radius:50%;border:none;background:#14b8c8;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:background var(--t-fast),transform var(--t-fast);box-shadow:0 2px 8px #14b8c873}.consult-close-btn:hover{background:#0f9aaa;transform:scale(1.08)}.consult-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:.5rem;background:#000000d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(.625rem,2vw,.875rem)}@media (max-width: 374px){.cf-row{grid-template-columns:1fr}}.cf-field{display:flex;flex-direction:column;gap:.35rem}.cf-label{font-size:clamp(.65rem,1.8vw,.7rem);font-weight:600;color:#0a0a0a;letter-spacing:.04em;text-transform:uppercase}.cf-input,.cf-select,.cf-textarea{width:100%;padding:clamp(.6rem,1.8vw,.72rem) clamp(.875rem,2.5vw,1rem);border-radius:var(--radius-md);background:#0000000d;border:1px solid rgba(0,0,0,.1);color:#0a0a0a;font-size:clamp(.8rem,2vw,.875rem);font-family:var(--font-body);outline:none;transition:border-color var(--t-fast),background var(--t-fast)}.cf-input::-moz-placeholder,.cf-textarea::-moz-placeholder{color:#0a0a0a4a}.cf-input::placeholder,.cf-textarea::placeholder{color:#0a0a0a4a}.cf-input:focus,.cf-select:focus,.cf-textarea:focus{border-color:#14b8c873;background:#14b8c80a}.cf-textarea{resize:none}.cf-note{text-align:center;font-size:clamp(.62rem,1.6vw,.68rem);color:#00000026;margin-top:-.2rem}@media (min-width: 1920px){.page-hero{padding-block:11rem 8rem}}.page-hero--img{background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;height:clamp(260px,45vw,520px);padding-block:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.page-hero--img .page-hero__inner{position:relative;z-index:1;text-align:left;padding:clamp(1.5rem,4vw,3.5rem) 0}.page-hero--img .page-hero__blob{display:none!important}.page-hero--img:before{display:none!important}@media (max-width: 319px){.page-hero--img{height:clamp(160px,52vw,220px)}.page-hero__title{font-size:.95rem;line-height:1.2}}@media (min-width: 320px) and (max-width: 374px){.page-hero--img{height:clamp(180px,52vw,240px)}.page-hero__title{font-size:1.05rem;line-height:1.2}}@media (min-width: 375px) and (max-width: 424px){.page-hero--img{height:clamp(200px,50vw,260px)}.page-hero__title{font-size:1.15rem;line-height:1.2}}@media (min-width: 425px) and (max-width: 767px){.page-hero--img{height:clamp(220px,46vw,300px)}.page-hero__title{font-size:1.3rem;line-height:1.2}}@media (min-width: 768px) and (max-width: 833px){.page-hero--img{height:clamp(260px,40vw,360px)}.page-hero__title{font-size:1.6rem;line-height:1.15}}@media (min-width: 834px) and (max-width: 1023px){.page-hero--img{height:clamp(300px,38vw,400px)}.page-hero__title{font-size:1.85rem;line-height:1.12}}@media (min-width: 1024px) and (max-width: 1279px){.page-hero--img{height:clamp(340px,36vw,440px)}.page-hero__title{font-size:2.1rem;line-height:1.1}}@media (min-width: 1280px) and (max-width: 1365px){.page-hero--img{height:clamp(380px,34vw,480px)}.page-hero__title{font-size:2.35rem;line-height:1.1}}@media (min-width: 1366px) and (max-width: 1439px){.page-hero--img{height:clamp(400px,33vw,500px)}.page-hero__title{font-size:2.5rem;line-height:1.08}}@media (min-width: 1440px) and (max-width: 1599px){.page-hero--img{height:clamp(420px,32vw,520px)}.page-hero__title{font-size:2.7rem;line-height:1.08}}@media (min-width: 1600px) and (max-width: 1919px){.page-hero--img{height:clamp(460px,30vw,560px)}.page-hero__title{font-size:3rem;line-height:1.08}}@media (min-width: 1920px){.page-hero--img{height:clamp(500px,28vw,620px)}.page-hero__title{font-size:3.4rem;line-height:1.08}}.mvv-grid{display:grid;grid-template-columns:1fr;gap:clamp(1rem,2.5vw,1.5rem)}@media (min-width: 576px){.mvv-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 834px){.mvv-grid{grid-template-columns:repeat(3,1fr)}}.mvv-card{padding:clamp(1.25rem,3vw,1.75rem);border-radius:var(--radius-xl);background:#00000008;border:1px solid rgba(0,0,0,.07)}.mvv-card__icon{width:clamp(2.5rem,6vw,3rem);height:clamp(2.5rem,6vw,3rem);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:clamp(1rem,2.5vw,1.25rem)}.mvv-card__title{font-family:var(--font-display);font-weight:700;color:#0a0a0a;font-size:clamp(1rem,2.5vw,1.1rem);margin-bottom:.75rem}.mvv-card__text{font-size:clamp(.8rem,2vw,.875rem);line-height:1.7;color:#0a0a0a}.timeline{position:relative;max-width:min(36rem,95vw);margin-inline:auto}.timeline__line{position:absolute;left:1rem;top:0;bottom:0;width:1px;background:linear-gradient(180deg,var(--clr-teal),transparent)}.timeline__item{display:flex;align-items:flex-start;gap:clamp(1rem,3vw,1.5rem);margin-bottom:clamp(1.25rem,3vw,2rem)}.timeline__dot{position:relative;width:2rem;height:2rem;border-radius:50%;border:2px solid var(--clr-teal);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.timeline__dot-inner{width:8px;height:8px;border-radius:50%;background:var(--clr-teal)}.timeline__card{flex:1;padding:clamp(.875rem,2.5vw,1rem);border-radius:var(--radius-lg);background:#00000008;border:1px solid rgba(0,0,0,.07)}.timeline__year{display:inline-block;font-size:.7rem;font-weight:700;padding:.2rem .625rem;border-radius:var(--radius-sm);background:#14b8c826;color:var(--clr-teal);margin-bottom:.5rem}.timeline__event{font-size:clamp(.8rem,2vw,.875rem);color:#0a0a0a;line-height:1.6}.team-grid-large{display:grid;grid-template-columns:1fr;gap:clamp(1rem,2.5vw,1.75rem)}@media (min-width: 480px){.team-grid-large{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.team-grid-large{grid-template-columns:repeat(3,1fr)}}.team-card{border-radius:var(--radius-2xl);overflow:hidden;background:#00000008;border:1px solid rgba(0,0,0,.07);transition:transform var(--t-base),box-shadow var(--t-base),border-color var(--t-base);display:flex;flex-direction:column}.team-card:hover{transform:translateY(-6px)}.team-card__avatar{position:relative;overflow:hidden;flex-shrink:0;height:260px;display:flex;align-items:center;justify-content:center;background:#0000000a}.team-card__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;z-index:1}.team-card__avatar-rings{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.team-card__ring{position:absolute;border-radius:50%;border:1px dashed;opacity:.12}.team-card__ring--outer{width:clamp(130px,18vw,180px);height:clamp(130px,18vw,180px);animation:spin-slow 20s linear infinite}.team-card__ring--inner{width:clamp(90px,12vw,120px);height:clamp(90px,12vw,120px);animation:spin-slow 13s linear infinite reverse;opacity:.18}.team-card__initials-wrap{width:clamp(64px,9vw,88px);height:clamp(64px,9vw,88px);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.team-card__initials{font-family:var(--font-display);font-weight:700;font-size:clamp(1.4rem,3vw,2rem)}.team-card__spec-badge{position:absolute;bottom:.875rem;left:.875rem;right:.875rem;z-index:3;padding:clamp(.375rem,1.2vw,.5rem) clamp(.75rem,2vw,.875rem);border-radius:var(--radius-md);background:#f0f0f8eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.09);font-size:clamp(.65rem,1.8vw,.72rem);font-weight:500;color:#000000b3;display:flex;align-items:center;gap:.5rem}.team-card__spec-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.team-card__color-bar{position:absolute;top:0;left:0;right:0;height:3px;z-index:4}.team-card__body{padding:clamp(1.125rem,3vw,1.5rem);display:flex;flex-direction:column;flex:1}.team-card__name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.4rem}.team-card__name{font-family:var(--font-display);font-weight:700;color:#0a0a0a;font-size:clamp(.95rem,2.5vw,1.1rem);line-height:1.2}.team-card__role{font-size:clamp(.68rem,1.8vw,.75rem);font-weight:600;margin-top:.15rem}.team-card__exp-badge{padding:.22rem .6rem;border-radius:var(--radius-pill);font-size:clamp(.6rem,1.5vw,.65rem);font-weight:700;white-space:nowrap;flex-shrink:0;margin-top:.1rem}.team-card__qual{font-size:clamp(.68rem,1.8vw,.72rem);color:#00000038;margin-bottom:clamp(.625rem,2vw,.875rem);line-height:1.5}.team-card__divider{height:1px;margin-bottom:clamp(.625rem,2vw,.875rem);border-radius:1px}.team-card__bio{font-size:clamp(.75rem,2vw,.82rem);line-height:1.7;color:#0a0a0a;flex:1;margin-bottom:clamp(1rem,2.5vw,1.25rem)}.team-card__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:clamp(.72rem,1.8vw,.78rem);font-weight:600;padding:clamp(.45rem,1.2vw,.55rem) clamp(.875rem,2.5vw,1.125rem);border-radius:var(--radius-pill);text-decoration:none;transition:gap var(--t-fast),transform var(--t-fast)}.team-card__cta:hover{gap:.65rem;transform:translate(2px)}.team-grid-eight .team-card__bio{text-align:justify}.consult-modal-wide{position:relative;width:100%;max-width:min(900px,95vw);max-height:min(92vh,700px);border-radius:var(--radius-2xl);overflow:hidden;background:#f5f5fafa;border:1px solid rgba(0,0,0,.1);box-shadow:0 50px 100px #000000b3,0 0 0 1px #14b8c814;display:flex;flex-direction:column}.consult-two-col{display:grid;grid-template-columns:1fr;flex:1;overflow-y:auto}@media (min-width: 640px){.consult-two-col{grid-template-columns:1fr 1fr;overflow-y:unset;max-height:min(88vh,660px)}.consult-modal-wide{max-height:min(88vh,660px)}}@media (min-width: 1024px){.consult-two-col{grid-template-columns:45% 1fr}}.consult-left{display:flex;flex-direction:column;overflow:hidden;border-right:1px solid rgba(0,0,0,.07)}.consult-left__illus{width:100%;height:clamp(160px,22vw,220px);flex-shrink:0;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.consult-left__content{padding:clamp(1.25rem,3vw,1.75rem);display:flex;flex-direction:column;gap:clamp(.75rem,2vw,.875rem);flex:1;overflow-y:auto}.consult-left__cat{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.consult-left__name{font-family:var(--font-display);font-weight:700;color:#0a0a0a;font-size:clamp(1rem,3vw,1.3rem);line-height:1.25;margin:0}.consult-left__desc{font-size:clamp(.78rem,2vw,.85rem);line-height:1.72;color:#0a0a0a;margin:0}.consult-left__stats{display:flex;align-items:center;gap:1.25rem;padding:clamp(.75rem,2vw,.875rem) 1rem;border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid rgba(0,0,0,.07)}.consult-left__stat{display:flex;align-items:center;gap:.45rem;flex:1}.consult-left__stat-val{font-size:clamp(.75rem,2vw,.82rem);font-weight:700;line-height:1.2}.consult-left__stat-key{font-size:.62rem;color:#0a0a0a6e;text-transform:uppercase;letter-spacing:.08em;margin-top:.1rem}.consult-left__stat-sep{width:1px;height:1.75rem;background:#0000001a;flex-shrink:0}.consult-left__benefits{display:flex;flex-direction:column;gap:.4rem}.consult-left__benefit{display:flex;align-items:center;gap:.45rem;font-size:clamp(.72rem,1.8vw,.78rem);color:#0a0a0a}.consult-right{display:flex;flex-direction:column;overflow-y:auto}.consult-right__header{padding:clamp(1.125rem,3vw,1.5rem) clamp(1.25rem,3vw,1.75rem);border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0;position:sticky;top:0;background:#0a0a0af7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.consult-right__title{font-family:var(--font-display);font-weight:700;color:#0a0a0a;font-size:clamp(1rem,2.5vw,1.2rem);margin:0 0 .15rem}.consult-right__sub{font-size:clamp(.65rem,1.8vw,.7rem);color:#0a0a0a73;margin:0}.consult-right__form{padding:clamp(1.25rem,3vw,1.75rem);display:flex;flex-direction:column;gap:clamp(.75rem,2vw,.875rem);flex:1}.about-feature-section{padding:100px 0}.about-feature-section--alt{background:#00000008}.about-feature-row{display:grid;grid-template-columns:1fr;gap:3rem;align-items:stretch}.about-feature-img{width:100%;display:flex;flex-direction:column;align-self:stretch}.about-feature-img__inner{position:relative;border-radius:1.75rem;flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(0,0,0,.07)}.about-feature-img__photo{position:relative;width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center top;object-position:center top;z-index:1}.about-feature-img__inner--doctor{align-items:flex-start;justify-content:center;min-height:unset!important;padding:0;background:#f5f5f5}.about-feature-img__inner--doctor .about-feature-img__photo{position:relative;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center top;object-position:center top}.about-feature-img__inner--blue{background:radial-gradient(ellipse at 50% 40%,#0a0a0a1f,#0a0a1499 70%)}.about-feature-img__inner--purple{background:radial-gradient(ellipse at 50% 40%,#7c3aed1f,#0a0a1499 70%)}.about-feature-img__glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit}.about-feature-img__glow--blue{background:radial-gradient(circle at 50% 50%,rgba(10,10,10,.18),transparent 65%)}.about-feature-img__glow--purple{background:radial-gradient(circle at 50% 50%,rgba(124,58,237,.18),transparent 65%)}.about-feature-img__icon-wrap{position:relative;z-index:2;filter:drop-shadow(0 0 32px rgba(10,10,10,.25))}.about-feature-img__stat-badge{position:absolute;z-index:3;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.75rem 1.1rem;border-radius:1rem;background:#0a0a14d9;border:1px solid rgba(10,10,10,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-feature-img__stat-badge--tl{top:1.5rem;left:1.5rem}.about-feature-img__stat-badge--br{bottom:1.5rem;right:1.5rem}.about-feature-img__stat-num{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:#0a0a0a;line-height:1}.about-feature-img__stat-label{font-size:.62rem;color:#0a0a0a;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.about-feature-content__heading{font-family:var(--font-display);font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;line-height:1;letter-spacing:-.025em;color:#0a0a0a;margin:0 0 1.5rem}.about-feature-content__body{font-size:.95rem;line-height:1.85;color:#0a0a0a;margin-bottom:1rem;text-align:justify}.about-feature-content__list{list-style:none;display:flex;flex-direction:column;gap:.625rem;margin-top:.5rem}.about-feature-content__list-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#0a0a0a}.about-feature-content__list-dot{width:7px;height:7px;border-radius:50%;background:#0a0a0a;flex-shrink:0}.about-feature-row--doctor .about-feature-content__heading{font-size:clamp(1.9rem,3.8vw,3rem);margin-bottom:1.75rem}.about-feature-row--doctor .about-feature-content__heading1{font-size:1.2rem;font-weight:600;line-height:1.3}.about-feature-content__divider{display:block;width:100%;height:1px;background:#14b8c8;margin:.85rem 0 .75rem;border-radius:999px}.about-feature-row--doctor .about-feature-content__body{font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.9}.about-feature-content__heading span.text-gradient-blue{font-size:inherit;font-weight:inherit;line-height:inherit}.about-team-section{padding-block:var(--section-y, 110px)}.about-welcome-section{padding:80px 0;background:#14b8c808;border-top:1px solid rgba(20,184,200,.08);border-bottom:1px solid rgba(20,184,200,.08)}.about-welcome-inner{max-width:860px;margin-inline:auto;text-align:center}.about-welcome-heading{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;color:#0a0a0a;letter-spacing:-.025em;line-height:1.15;margin:0 0 2rem}.about-welcome-body{font-size:clamp(.9rem,2vw,1rem);line-height:1.85;color:#0a0a0ab8;margin-bottom:1.25rem;text-align:justify}.about-welcome-body:last-child{margin-bottom:0}.about-welcome-body strong{color:#0a0a0a;font-weight:700;letter-spacing:.01em}.page-hero--clean{background-image:none!important;background:transparent!important;position:relative;overflow:hidden}.page-hero__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.page-hero--clean .page-hero__blob{display:none!important}.page-hero--clean .page-hero__inner{position:relative;z-index:1}.img-slider{position:relative;width:100%;overflow:hidden;z-index:1}.img-slider__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;transition:opacity .8s ease}.img-slider__sizer{display:block;width:100%;height:auto;visibility:hidden;pointer-events:none}.img-slider__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;z-index:2}.img-slider__dot{width:8px;height:8px;border-radius:50%;border:none;cursor:pointer;padding:0;background:#ffffff73;transition:background .3s,transform .3s}.img-slider__dot--active{background:#fff;transform:scale(1.35)}.img-slider__dot:hover{background:#fffc}.about-feature-content__heading1{font-size:1rem;line-height:1.5;font-weight:700}.team-grid-eight{display:grid;grid-template-columns:1fr;gap:1rem}@media (max-width: 319px){.about-feature-section{padding:32px 0}.about-feature-row{grid-template-columns:1fr;gap:1.25rem}.about-feature-img__inner{border-radius:.875rem;min-height:220px}.about-feature-content__heading{font-size:1.2rem;margin-bottom:.75rem;line-height:1.2}.about-feature-content__body{font-size:.75rem;line-height:1.65}.about-feature-content__list-item{font-size:.73rem}.about-welcome-section{padding:32px 0}.about-welcome-heading{font-size:1.2rem;margin-bottom:.875rem}.about-welcome-body{font-size:.75rem;text-align:left}.about-team-section{padding-block:36px}.team-grid-eight{grid-template-columns:1fr;gap:.875rem}.team-grid-eight .team-card__avatar{height:190px}.team-grid-eight .team-card__name{font-size:.84rem}.team-grid-eight .team-card__bio{font-size:.71rem}.team-grid-eight .team-card__body{padding:.875rem}.team-card__avatar{height:180px}.consult-two-col{grid-template-columns:1fr}.consult-modal-wide{max-width:100%;border-radius:var(--radius-xl)}.mvv-grid{grid-template-columns:1fr}}@media (min-width: 320px) and (max-width: 374px){.about-feature-section{padding:40px 0}.about-feature-row{grid-template-columns:1fr;gap:1.5rem}.about-feature-img__inner{border-radius:1rem;min-height:400px}.about-feature-content__heading{font-size:1.35rem;margin-bottom:.875rem}.about-feature-content__body{font-size:.77rem}.about-feature-content__list-item{font-size:.76rem}.about-welcome-section{padding:40px 0}.about-welcome-heading{font-size:1.35rem;margin-bottom:1rem}.about-welcome-body{font-size:.77rem;text-align:left}.about-team-section{padding-block:44px}.team-grid-eight{grid-template-columns:1fr;gap:.9rem}.team-grid-eight .team-card__avatar{height:210px}.team-grid-eight .team-card__name{font-size:.86rem}.team-grid-eight .team-card__bio{font-size:.73rem}.team-grid-eight .team-card__body{padding:.9rem}.team-card__avatar{height:300px}.consult-two-col{grid-template-columns:1fr}.consult-modal-wide{max-width:100%;border-radius:var(--radius-xl)}.mvv-grid{grid-template-columns:1fr}}@media (min-width: 375px) and (max-width: 424px){.about-feature-section{padding:48px 0}.about-feature-row{grid-template-columns:1fr;gap:1.75rem}.about-feature-img__inner{border-radius:1.1rem;min-height:425px}.about-feature-content__heading{font-size:1.45rem}.about-feature-content__body{font-size:.79rem}.about-feature-content__list-item{font-size:.78rem}.about-welcome-section{padding:48px 0}.about-welcome-heading{font-size:1.45rem}.about-welcome-body{font-size:.79rem;text-align:left}.about-team-section{padding-block:48px}.team-grid-eight{grid-template-columns:1fr;gap:1rem}.team-grid-eight .team-card__avatar{height:230px}.team-grid-eight .team-card__name{font-size:.88rem}.team-grid-eight .team-card__bio{font-size:.75rem}.team-card__avatar{height:215px}.consult-left__illus{height:140px}}@media (min-width: 425px) and (max-width: 767px){.about-feature-section{padding:56px 0}.about-feature-row{grid-template-columns:1fr;gap:2rem}.about-feature-img__inner{border-radius:1.2rem;min-height:500px}.about-feature-content__heading{font-size:1.55rem}.about-feature-content__body{font-size:.81rem}.about-feature-content__list-item{font-size:.8rem}.about-welcome-section{padding:52px 0}.about-welcome-heading{font-size:1.55rem}.about-welcome-body{font-size:.81rem;text-align:left}.about-team-section{padding-block:52px}.team-grid-eight{grid-template-columns:repeat(1,1fr);gap:1rem}.team-grid-eight .team-card__avatar{height:230px}.team-grid-eight .team-card__name{font-size:.88rem}.team-grid-eight .team-card__bio{font-size:.75rem}.team-grid-eight .team-card__body{padding:1rem}.team-card__avatar{height:235px}.consult-left__illus{height:150px}.team-grid-nine{grid-template-columns:1fr;gap:1rem}}@media (min-width: 768px) and (max-width: 833px){.about-feature-section{padding:64px 0}.about-feature-row{grid-template-columns:1fr;gap:2.25rem}.about-feature-img__inner{border-radius:1.3rem}.about-feature-content__heading{font-size:1.7rem}.about-feature-content__body{font-size:.84rem}.about-welcome-section{padding:60px 0}.about-welcome-heading{font-size:1.7rem}.about-team-section{padding-block:60px}.team-grid-eight{grid-template-columns:repeat(2,1fr);gap:1.15rem}.team-grid-eight .team-card__avatar{height:250px}.team-grid-eight .team-card__name{font-size:.91rem}.team-grid-eight .team-card__bio{font-size:.77rem}.team-grid-eight .team-card__body{padding:1.15rem}.team-card__avatar{height:255px}}@media (min-width: 834px) and (max-width: 1023px){.about-feature-section{padding:72px 0}.about-feature-row{grid-template-columns:1fr 1fr;gap:2.75rem;align-items:stretch}.about-feature-img__inner{border-radius:1.45rem}.about-feature-content__heading{font-size:1.85rem}.about-feature-content__body{font-size:.87rem}.about-welcome-section{padding:68px 0}.about-welcome-heading{font-size:1.85rem}.about-team-section{padding-block:72px}.team-grid-eight{grid-template-columns:repeat(2,1fr);gap:1.25rem}.team-grid-eight .team-card__avatar{height:270px}.team-grid-eight .team-card__name{font-size:.93rem}.team-grid-eight .team-card__bio{font-size:.78rem}.team-grid-eight .team-card__body{padding:1.2rem}.team-card__avatar{height:275px}}@media (min-width: 1024px) and (max-width: 1279px){.about-feature-section{padding:84px 0}.about-feature-row{grid-template-columns:1fr 1fr;gap:3.25rem;align-items:stretch}.about-feature-img__inner{border-radius:1.55rem}.about-feature-content__heading{font-size:1.95rem}.about-feature-content__body{font-size:.89rem}.about-welcome-section{padding:76px 0}.about-welcome-heading{font-size:1.95rem}.about-team-section{padding-block:84px}.team-grid-eight{grid-template-columns:repeat(4,1fr);gap:1.35rem}.team-grid-eight .team-card__avatar{height:255px}.team-grid-eight .team-card__name{font-size:.89rem}.team-grid-eight .team-card__role{font-size:.67rem}.team-grid-eight .team-card__bio{font-size:.75rem}.team-grid-eight .team-card__body{padding:1.15rem}.team-card__avatar{height:295px}.team-grid-large{grid-template-columns:repeat(3,1fr);gap:1.45rem}}@media (min-width: 1280px) and (max-width: 1365px){.about-feature-section{padding:92px 0}.about-feature-row{grid-template-columns:1fr 1fr;gap:3.75rem;align-items:stretch}.about-feature-img__inner{border-radius:1.6rem}.about-feature-content__heading{font-size:2.05rem}.about-feature-content__body{font-size:.91rem}.about-welcome-section{padding:82px 0}.about-welcome-heading{font-size:2.05rem}.about-team-section{padding-block:92px}.team-grid-eight{grid-template-columns:repeat(4,1fr);gap:1.45rem}.team-grid-eight .team-card__avatar{height:265px}.team-grid-eight .team-card__name{font-size:.91rem}.team-grid-eight .team-card__bio{font-size:.77rem}.team-grid-eight .team-card__body{padding:1.2rem}.team-card__avatar{height:315px}.team-grid-large{grid-template-columns:repeat(3,1fr);gap:1.55rem}}@media (min-width: 1366px) and (max-width: 1439px){.about-feature-section{padding:104px 0}.about-feature-row{grid-template-columns:1fr 1fr;gap:4.25rem;align-items:stretch}.about-feature-img__inner{border-radius:1.65rem}.about-feature-content__heading{font-size:2.15rem}.about-feature-content__body{font-size:.92rem}.about-welcome-section{padding:88px 0}.about-welcome-heading{font-size:2.15rem}.about-team-section{padding-block:104px}.team-grid-eight{grid-template-columns:repeat(4,1fr);gap:1.55rem}.team-grid-eight .team-card__avatar{height:280px}.team-grid-eight .team-card__name{font-size:.94rem}.team-grid-eight .team-card__bio{font-size:.78rem}.team-grid-eight .team-card__body{padding:1.25rem}.team-card__avatar{height:335px}.team-grid-large{grid-template-columns:repeat(3,1fr);gap:1.6rem}}@media (min-width: 1440px) and (max-width: 1599px){.about-feature-section{padding:116px 0}.about-feature-row{grid-template-columns:1fr 1fr;gap:4.75rem;align-items:stretch}.about-feature-img__inner{border-radius:1.7rem}.about-feature-content__heading{font-size:2.25rem}.about-feature-content__body{font-size:.94rem}.about-welcome-section{padding:96px 0}.about-welcome-heading{font-size:2.35rem}.about-welcome-body{font-size:.98rem}.about-team-section{padding-block:116px}.team-grid-eight{grid-template-columns:repeat(4,1fr);gap:1.65rem}.team-grid-eight .team-card__avatar{height:295px}.team-grid-eight .team-card__name{font-size:.96rem}.team-grid-eight .team-card__bio{font-size:.79rem}.team-grid-eight .team-card__body{padding:1.35rem}.team-card__avatar{height:355px}.team-grid-large{grid-template-columns:repeat(3,1fr);gap:1.7rem}}@media (min-width: 1600px) and (max-width: 1919px){.about-feature-section{padding:136px 0}.about-feature-row{grid-template-columns:1fr 1fr;gap:5.25rem;align-items:stretch}.about-feature-img__inner{border-radius:1.75rem}.about-feature-content__heading{font-size:2.4rem}.about-feature-content__body{font-size:.96rem}.about-welcome-section{padding:106px 0}.about-welcome-inner{max-width:920px}.about-welcome-heading{font-size:2.55rem}.about-welcome-body{font-size:1.03rem}.about-team-section{padding-block:136px}.team-grid-eight{grid-template-columns:repeat(4,1fr);gap:1.9rem}.team-grid-eight .team-card__avatar{height:315px}.team-grid-eight .team-card__name{font-size:.99rem}.team-grid-eight .team-card__bio{font-size:.81rem}.team-grid-eight .team-card__body{padding:1.45rem}.team-card__avatar{height:395px}.team-grid-large{grid-template-columns:repeat(3,1fr);gap:1.9rem}}@media (min-width: 1920px){.about-feature-section{padding:156px 0}.about-feature-row{grid-template-columns:1fr 1fr;gap:5.75rem;align-items:stretch}.about-feature-img__inner{border-radius:1.75rem}.about-feature-content__heading{font-size:2.65rem}.about-feature-content__body{font-size:.99rem}.about-welcome-section{padding:116px 0}.about-welcome-inner{max-width:1000px}.about-welcome-heading{font-size:2.85rem}.about-welcome-body{font-size:1.08rem}.about-team-section{padding-block:156px}.team-grid-eight{grid-template-columns:repeat(4,1fr);gap:2.2rem}.team-grid-eight .team-card__avatar{height:355px}.team-grid-eight .team-card__name{font-size:1.04rem}.team-grid-eight .team-card__bio{font-size:.83rem}.team-grid-eight .team-card__body{padding:1.55rem}.team-card__avatar{height:440px}.team-grid-large{grid-template-columns:repeat(3,1fr);gap:2.1rem}}.about-feature-row--slider{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}.about-feature-row--slider .about-feature-img{align-self:start}.about-feature-row--slider .about-feature-img__inner{overflow:visible;min-height:unset;padding:0;background:transparent;border:none;border-radius:1.75rem;display:block}.about-feature-row--slider .about-feature-content__heading{font-size:clamp(1.7rem,3.5vw,2.6rem)}.about-feature-row--slider .about-feature-content__body{font-size:clamp(.9rem,1.4vw,1rem);line-height:1.85}.about-feature-row--slider .about-feature-content__list-item{font-size:clamp(.875rem,1.3vw,1rem)}.about-feature-row--doctor{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;overflow:visible}@media (max-width: 319px){.about-feature-row--slider{gap:1.25rem}.about-feature-row--slider .about-feature-img__inner{min-height:200px;border-radius:.875rem}.about-feature-row--doctor{gap:1.25rem}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:.875rem}}@media (min-width: 320px) and (max-width: 374px){.about-feature-row--slider{gap:1.5rem}.about-feature-row--slider .about-feature-img__inner{min-height:220px;border-radius:1rem}.about-feature-row--doctor{gap:1.5rem}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1rem}}@media (min-width: 375px) and (max-width: 424px){.about-feature-row--slider{gap:1.75rem}.about-feature-row--slider .about-feature-img__inner{min-height:240px;border-radius:1.1rem}.about-feature-row--doctor{gap:1.75rem}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.1rem}}@media (min-width: 425px) and (max-width: 767px){.about-feature-row--slider{gap:2rem}.about-feature-row--slider .about-feature-img__inner{min-height:260px;border-radius:1.2rem}.about-feature-row--doctor{gap:2rem}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.2rem}}@media (min-width: 768px) and (max-width: 833px){.about-feature-row--slider{gap:2.25rem}.about-feature-row--slider .about-feature-img__inner{min-height:280px;border-radius:1.3rem}.about-feature-row--doctor{gap:2.25rem}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.3rem}}@media (min-width: 834px) and (max-width: 1023px){.about-feature-row--slider{grid-template-columns:1fr 1fr;gap:2.75rem;align-items:start}.about-feature-row--slider .about-feature-img__inner{min-height:0;border-radius:1.45rem}.about-feature-row--doctor{grid-template-columns:1fr 1fr;gap:2.75rem;align-items:start}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.45rem}}@media (min-width: 1024px) and (max-width: 1279px){.about-feature-row--slider{grid-template-columns:1fr 1fr;gap:3.25rem;align-items:start}.about-feature-row--slider .about-feature-img__inner{min-height:0;border-radius:1.55rem}.about-feature-row--doctor{grid-template-columns:1fr 1fr;gap:3.25rem;align-items:start}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.55rem}}@media (min-width: 1280px) and (max-width: 1365px){.about-feature-row--slider{grid-template-columns:1fr 1fr;gap:3.75rem;align-items:start}.about-feature-row--slider .about-feature-img__inner{min-height:0;border-radius:1.6rem}.about-feature-row--doctor{grid-template-columns:1fr 1fr;gap:3.75rem;align-items:start}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.6rem}}@media (min-width: 1366px) and (max-width: 1439px){.about-feature-row--slider{grid-template-columns:1fr 1fr;gap:4.25rem;align-items:start}.about-feature-row--slider .about-feature-img__inner{min-height:0;border-radius:1.65rem}.about-feature-row--doctor{grid-template-columns:1fr 1fr;gap:4.25rem;align-items:start}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.65rem}}@media (min-width: 1440px) and (max-width: 1599px){.about-feature-row--slider{grid-template-columns:1fr 1fr;gap:4.75rem;align-items:start}.about-feature-row--slider .about-feature-img__inner{min-height:0;border-radius:1.7rem}.about-feature-row--doctor{grid-template-columns:1fr 1fr;gap:4.75rem;align-items:start}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.7rem}}@media (min-width: 1600px) and (max-width: 1919px){.about-feature-row--slider{grid-template-columns:1fr 1fr;gap:5.25rem;align-items:start}.about-feature-row--slider .about-feature-img__inner{min-height:0;border-radius:1.75rem}.about-feature-row--doctor{grid-template-columns:1fr 1fr;gap:5.25rem;align-items:start}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.75rem}}@media (min-width: 1920px){.about-feature-row--slider{grid-template-columns:1fr 1fr;gap:5.75rem;align-items:start}.about-feature-row--slider .about-feature-img__inner{min-height:0;border-radius:1.75rem}.about-feature-row--doctor{grid-template-columns:1fr 1fr;gap:5.75rem;align-items:start}.about-feature-row--doctor .about-feature-img__inner{min-height:unset;border-radius:1.75rem}}@media (max-width: 319px){.about-welcome-section{padding:32px 0}.about-welcome-heading{font-size:1.2rem;margin-bottom:.875rem}.about-welcome-body{font-size:.75rem;line-height:1.65}}@media (min-width: 320px) and (max-width: 374px){.about-welcome-section{padding:40px 0}.about-welcome-heading{font-size:1.35rem;margin-bottom:1rem}.about-welcome-body{font-size:.77rem}}@media (min-width: 375px) and (max-width: 424px){.about-welcome-section{padding:48px 0}.about-welcome-heading{font-size:1.45rem}.about-welcome-body{font-size:.79rem}}@media (min-width: 425px) and (max-width: 767px){.about-welcome-section{padding:52px 0}.about-welcome-heading{font-size:1.55rem}.about-welcome-body{font-size:.81rem}}@media (min-width: 768px) and (max-width: 833px){.about-welcome-section{padding:60px 0}.about-welcome-heading{font-size:1.7rem}.about-welcome-body{font-size:.84rem}}@media (min-width: 834px) and (max-width: 1023px){.about-welcome-section{padding:68px 0}.about-welcome-heading{font-size:1.85rem}.about-welcome-body{font-size:.87rem}}@media (min-width: 1024px) and (max-width: 1279px){.about-welcome-section{padding:76px 0}.about-welcome-heading{font-size:1.95rem}.about-welcome-body{font-size:.89rem}}@media (min-width: 1280px) and (max-width: 1365px){.about-welcome-section{padding:82px 0}.about-welcome-heading{font-size:2.05rem}.about-welcome-body{font-size:.91rem}}@media (min-width: 1366px) and (max-width: 1439px){.about-welcome-section{padding:88px 0}.about-welcome-heading{font-size:2.15rem}.about-welcome-body{font-size:.92rem}}@media (min-width: 1440px) and (max-width: 1599px){.about-welcome-section{padding:96px 0}.about-welcome-heading{font-size:2.35rem}.about-welcome-body{font-size:.98rem}}@media (min-width: 1600px) and (max-width: 1919px){.about-welcome-section{padding:106px 0}.about-welcome-inner{max-width:920px}.about-welcome-heading{font-size:2.55rem}.about-welcome-body{font-size:1.03rem}}@media (min-width: 1920px){.about-welcome-section{padding:116px 0}.about-welcome-inner{max-width:1000px}.about-welcome-heading{font-size:2.85rem}.about-welcome-body{font-size:1.08rem}}.team-grid-nine{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.team-mcard{background:#fff;border:1px solid #0A0A0A;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;cursor:default}.team-mcard:hover{border-color:#14b8c8;box-shadow:0 16px 48px #0000001a,0 0 0 1px #14b8c8;transform:translateY(-4px)}.team-mcard__img-wrap{width:100%;height:220px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#f0f4ff,#e8f0fe);display:flex;align-items:center;justify-content:center;position:relative}.team-mcard__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block}.team-mcard__initials-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;letter-spacing:.02em}.team-mcard__body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}.team-mcard__name{font-size:.95rem;font-weight:700;color:#0a0a0a;margin:0 0 3px;text-transform:capitalize}.team-mcard__role{display:block;font-size:.75rem;font-weight:600;color:#14b8c8;letter-spacing:.01em;margin-bottom:8px}.team-mcard__qual{display:inline-block;font-size:.67rem;font-weight:600;color:#0a0a0a73;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.team-mcard__bio{font-size:.82rem;line-height:1.75;color:#0a0a0a;margin:0;text-align:justify;flex:1}@media (max-width: 319px){.team-grid-nine{grid-template-columns:1fr;gap:.875rem}.team-mcard__img-wrap{height:160px}.team-mcard__body{padding:14px 14px 16px}.team-mcard__name{font-size:.82rem}.team-mcard__bio{font-size:.73rem}}@media (min-width: 320px) and (max-width: 374px){.team-grid-nine{grid-template-columns:1fr;gap:1rem}.team-mcard__img-wrap{height:180px}.team-mcard__body{padding:16px 16px 18px}.team-mcard__name{font-size:.84rem}.team-mcard__bio{font-size:.75rem}}@media (min-width: 375px) and (max-width: 424px){.team-grid-nine{grid-template-columns:1fr;gap:1rem}.team-mcard__img-wrap{height:200px}.team-mcard__body{padding:16px 18px 18px}.team-mcard__name{font-size:.86rem}.team-mcard__bio{font-size:.76rem}}@media (min-width: 425px) and (max-width: 767px){.team-grid-nine{grid-template-columns:1fr;gap:1rem}.team-mcard__img-wrap{height:220px}.team-mcard__body{padding:16px 16px 18px}.team-mcard__name{font-size:.9rem}.team-mcard__bio{font-size:.78rem}}@media (min-width: 768px) and (max-width: 833px){.team-grid-nine{grid-template-columns:repeat(2,1fr);gap:1.15rem}.team-mcard__img-wrap{height:200px}.team-mcard__body{padding:18px 18px 20px}.team-mcard__name{font-size:.88rem}.team-mcard__bio{font-size:.78rem}}@media (min-width: 834px) and (max-width: 1023px){.team-grid-nine{grid-template-columns:repeat(3,1fr);gap:1.25rem}.team-mcard__img-wrap{height:190px}.team-mcard__body{padding:18px 18px 20px}.team-mcard__name{font-size:.88rem}.team-mcard__bio{font-size:.78rem}}@media (min-width: 1024px) and (max-width: 1279px){.team-grid-nine{grid-template-columns:repeat(3,1fr);gap:1.35rem}.team-mcard__img-wrap{height:200px}.team-mcard__body{padding:18px 20px 20px}.team-mcard__name{font-size:.89rem}.team-mcard__bio{font-size:.79rem}}@media (min-width: 1280px) and (max-width: 1365px){.team-grid-nine{grid-template-columns:repeat(3,1fr);gap:1.4rem}.team-mcard__img-wrap{height:210px}.team-mcard__bio{font-size:.8rem}}@media (min-width: 1366px) and (max-width: 1439px){.team-grid-nine{grid-template-columns:repeat(3,1fr);gap:1.5rem}.team-mcard__img-wrap{height:215px}.team-mcard__bio{font-size:.81rem}}@media (min-width: 1440px) and (max-width: 1599px){.team-grid-nine{grid-template-columns:repeat(3,1fr);gap:1.6rem}.team-mcard__img-wrap{height:220px}.team-mcard__body{padding:22px 24px 24px}.team-mcard__bio{font-size:.82rem}}@media (min-width: 1600px) and (max-width: 1919px){.team-grid-nine{grid-template-columns:repeat(3,1fr);gap:1.75rem}.team-mcard__img-wrap{height:240px}.team-mcard__body{padding:24px 26px 26px}.team-mcard__name{font-size:.95rem}.team-mcard__bio{font-size:.84rem}}@media (min-width: 1920px){.team-grid-nine{grid-template-columns:repeat(3,1fr);gap:2rem}.team-mcard__img-wrap{height:260px}.team-mcard__body{padding:26px 28px 28px}.team-mcard__name{font-size:1rem}.team-mcard__bio{font-size:.88rem}}.team-mcard__readmore{display:inline-flex;align-items:center;gap:5px;margin-top:12px;font-size:.78rem;font-weight:700;color:#14b8c8;background:none;border:none;padding:0;cursor:pointer;transition:gap .2s ease,color .2s ease;font-family:var(--font-body)}.team-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.team-modal{position:relative;width:100%;max-width:min(860px,95vw);max-height:88vh;background:#fff;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:row;box-shadow:0 40px 80px #00000059}.team-modal__close{position:absolute;top:1rem;right:1rem;z-index:10;width:2rem;height:2rem;border-radius:50%;border:none;background:#00000014;color:#0a0a0a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.team-modal__close:hover{background:#14b8c8;color:#fff;transform:scale(1.08)}.team-modal__left{width:42%;flex-shrink:0;position:relative;overflow:hidden;background:#f0f4ff}.team-modal__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block}.team-modal__initials{width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;font-size:5rem;font-weight:700;color:#fff;letter-spacing:.02em}.team-modal__right{flex:1;display:flex;flex-direction:column;overflow:hidden}.team-modal__header{padding:2rem 2rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.team-modal__name{font-family:var(--font-display);font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700;color:#0a0a0a;margin:0 0 4px;line-height:1.2}.team-modal__title{display:block;font-size:.8rem;font-weight:700;color:#14b8c8;margin-bottom:6px;letter-spacing:.02em}.team-modal__qual{display:inline-block;font-size:.68rem;font-weight:600;color:#0a0a0a73;text-transform:uppercase;letter-spacing:.1em}.team-modal__body{padding:1.5rem 2rem 2rem;overflow-y:auto;flex:1}.team-modal__body::-webkit-scrollbar{width:4px}.team-modal__body::-webkit-scrollbar-track{background:transparent}.team-modal__body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:2px}.team-modal__bio{font-size:.88rem;line-height:1.85;color:#0a0a0a;margin:0 0 .875rem;text-align:justify}.team-modal__bio:last-child{margin-bottom:0}@media (max-width: 639px){.team-modal{flex-direction:column;max-height:92vh;border-radius:1.25rem}.team-modal__left{width:100%;height:200px;flex-shrink:0}.team-modal__initials{min-height:200px;font-size:3.5rem}.team-modal__header{padding:1.25rem 1.25rem 1rem}.team-modal__body{padding:1rem 1.25rem 1.5rem}.team-modal__name{font-size:1.15rem}.team-modal__bio{font-size:.82rem}}@media (min-width: 640px) and (max-width: 833px){.team-modal__left{width:38%}.team-modal__header{padding:1.5rem 1.5rem 1rem}.team-modal__body{padding:1.25rem 1.5rem 1.75rem}}.team-modal__qual{display:none}.team-modal__title{display:block;font-size:.8rem;font-weight:700;color:#14b8c8;margin-bottom:0;letter-spacing:.02em}.team-mcard__readmore{display:inline-flex;align-items:center;gap:5px;margin-top:12px;font-size:.78rem;font-weight:700;color:#14b8c8;background:none;border:none;padding:0;cursor:pointer;transition:gap .2s ease,color .2s ease;font-family:var(--font-body, inherit);line-height:1;text-decoration:none}.team-mcard__readmore:hover{gap:9px;color:#0f9aaa}.team-mcard__readmore svg{flex-shrink:0;transition:transform .2s ease}.team-mcard__readmore:hover svg{transform:translate(2px)}.spec-tab{padding:clamp(.5rem,1.5vw,.625rem) clamp(1rem,2.5vw,1.25rem);border-radius:var(--radius-pill);font-size:clamp(.78rem,2vw,.875rem);font-weight:600;border:1px solid rgba(0,0,0,.15);background:#0000000d;color:#000000bf;transition:all var(--t-fast)}.spec-tab:hover{color:#0a0a0a;background:#00000012}.spec-tab.active{color:#fff;transform:scale(1.03)}.spec-card-page{position:relative;border-radius:var(--radius-xl);padding:clamp(1.5rem,3.5vw,2rem);background:#00000008;border:1px solid rgba(0,0,0,.07);transition:all var(--t-base);display:flex;flex-direction:column;min-height:200px}.spec-card-page:hover{transform:translateY(-4px)}.spec-card-page__img-wrap{position:relative;width:100%;height:180px;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1rem}.spec-card-page__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.spec-card-page__img-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.spec-card-page__dur-badge{display:inline-flex;padding:clamp(.2rem,.8vw,.25rem) clamp(.5rem,1.5vw,.625rem);border-radius:var(--radius-sm);font-size:clamp(.62rem,1.6vw,.7rem);font-weight:600;margin-bottom:clamp(.75rem,2vw,1rem);width:-moz-fit-content;width:fit-content}.spec-card-page__name{font-size:clamp(1rem,2.5vw,1.15rem);font-weight:700;color:#0a0a0a;margin-bottom:.65rem}.spec-card-page__desc{font-size:clamp(.82rem,2vw,.88rem);line-height:1.72;color:#0a0a0a;flex:1;margin-bottom:clamp(1.25rem,3vw,1.5rem)}.spec-card-page__btn{display:inline-flex;align-items:center;gap:.4rem;font-size:clamp(.75rem,1.8vw,.82rem);font-weight:700;padding:clamp(.55rem,1.4vw,.65rem) clamp(1rem,2.5vw,1.25rem);border-radius:var(--radius-md);border:none;transition:all var(--t-fast);width:-moz-fit-content;width:fit-content}.spec-card-page__btn:hover{transform:translateY(-2px)}.detail-modal{position:relative;width:100%;max-width:min(960px,96vw);border-radius:var(--radius-2xl);overflow:hidden;background:url(/src/assets/About.jpg) no-repeat center center;background-size:cover;border:1px solid rgba(255,255,255,.08);box-shadow:0 50px 100px #000000d9,0 0 0 1px #14b8c814;display:flex;flex-direction:column;color:#fff}.detail-two-col{display:grid;grid-template-columns:1fr;overflow-y:auto}@media (min-width: 1024px){.detail-two-col{grid-template-columns:44% 1fr;overflow:hidden;max-height:min(88vh,780px)}.detail-modal{max-height:min(88vh,780px);overflow:hidden}}.detail-left{position:relative;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid rgba(255,255,255,.06)}@media (min-width: 1024px){.detail-left{height:100%;overflow-y:auto}}.detail-left__illus{position:relative;width:100%;height:320px;flex-shrink:0;overflow:hidden}@media (min-width: 1024px){.detail-left__illus{height:0;flex:1;min-height:380px}}.detail-left__name-overlay{padding:1rem 1.25rem .75rem;display:flex;flex-direction:column;gap:.35rem;background:#0d0d14;flex-shrink:0}.detail-left__cat-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .7rem;border-radius:var(--radius-pill);font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;width:-moz-fit-content;width:fit-content;background:#14b8c833;border:1px solid rgba(20,184,200,.35);color:#14b8c8;margin-bottom:.2rem}.detail-left__service-name{font-family:var(--font-display);font-size:clamp(1rem,2.5vw,1.3rem);font-weight:700;color:#fff;line-height:1.25;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.5)}.detail-left__divider{height:1px;background:linear-gradient(90deg,rgba(20,184,200,.4),transparent);margin:.4rem 0 0;width:60%}.detail-left__info-strip{padding:1rem 1.5rem;background:#00000059;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:1.25rem;flex-shrink:0}.detail-left__info-item{display:flex;flex-direction:column;gap:.15rem}.detail-left__info-val{font-size:.78rem;font-weight:700;color:#fff;line-height:1.2}.detail-left__info-key{font-size:.58rem;color:#fff6;text-transform:uppercase;letter-spacing:.08em}.detail-left__info-sep{width:1px;background:#ffffff14;align-self:stretch;flex-shrink:0}.detail-right{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#0d0d14}.detail-right__scroll{display:flex;flex-direction:column;gap:0;padding-bottom:1rem;overflow-y:auto;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(20,184,200,.4) transparent}.detail-right__scroll::-webkit-scrollbar{width:4px}.detail-right__scroll::-webkit-scrollbar-track{background:transparent}.detail-right__scroll::-webkit-scrollbar-thumb{background:#14b8c866;border-radius:4px}.detail-right__scroll::-webkit-scrollbar-thumb:hover{background:#14b8c8a6}.detail-right__custom-body{font-size:clamp(.78rem,1.75vw,.875rem);line-height:1.78;color:#ffffffad;text-align:justify;margin:0}.detail-right__header{padding:clamp(1.25rem,3vw,1.75rem);padding-bottom:clamp(1rem,2.5vw,1.5rem);padding-right:clamp(2.5rem,5vw,3.5rem);border-bottom:1px solid rgba(255,255,255,.08);background:#0d0d14}.detail-right__title{font-family:var(--font-display);font-weight:700;color:#fff;font-size:clamp(1.1rem,3vw,1.5rem);line-height:1.2;letter-spacing:-.02em;margin:0 0 .75rem}.detail-right__desc{font-size:clamp(.82rem,2vw,.9rem);line-height:1.78;color:#ffffffb8;margin:0}.detail-right__section{padding:clamp(1rem,2.5vw,1.5rem) clamp(1.25rem,3vw,1.75rem);border-top:1px solid rgba(255,255,255,.08);background:#0d0d14}.detail-right__section-label{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .875rem}.detail-steps{display:flex;flex-direction:column;gap:.6rem}.detail-step{display:flex;align-items:flex-start;gap:.75rem}.detail-step__num{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0;margin-top:.1rem}.detail-step__label{font-size:.78rem;font-weight:600;color:#fff;margin:0 0 .15rem}.detail-step__desc{font-size:.72rem;color:#fff9;line-height:1.6;margin:0}.detail-benefits{display:flex;flex-direction:column;gap:.45rem}.detail-benefit{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:#ffffffb8}.detail-benefit__dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.detail-right__cta{padding:clamp(1rem,2.5vw,1.5rem) clamp(1.25rem,3vw,1.75rem) clamp(1.25rem,3vw,1.75rem);border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.5rem}.detail-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.25rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:700;color:#0a0a0a;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.detail-cta-btn:hover{transform:translateY(-2px)}.detail-cta-note{text-align:center;font-size:.65rem;color:#ffffff40;margin:0}@media (max-width: 319.98px){.specs-page-grid{gap:.75rem!important}.spec-card-page{padding:.75rem;border-radius:.875rem;min-height:unset}.spec-card-page__img-wrap{height:130px;margin-bottom:.65rem;border-radius:.625rem}.spec-card-page__dur-badge{font-size:.6rem;padding:.18rem .5rem;margin-bottom:.6rem}.spec-card-page__name{font-size:.875rem;margin-bottom:.4rem}.spec-card-page__desc{font-size:.75rem;line-height:1.6;margin-bottom:.875rem}.spec-card-page__btn{font-size:.7rem;padding:.45rem .875rem}.detail-left{min-height:280px!important}.detail-left__illus{height:280px!important}}@media (min-width: 320px) and (max-width: 374.98px){.specs-page-grid{gap:.875rem!important}.spec-card-page{padding:.875rem;border-radius:1rem;min-height:unset}.spec-card-page__img-wrap{height:150px;margin-bottom:.75rem;border-radius:.75rem}.spec-card-page__dur-badge{font-size:.62rem;padding:.2rem .55rem;margin-bottom:.7rem}.spec-card-page__name{font-size:.9rem;margin-bottom:.45rem}.spec-card-page__desc{font-size:.77rem;line-height:1.62;margin-bottom:1rem}.spec-card-page__btn{font-size:.72rem;padding:.48rem .9rem}.detail-left{min-height:310px!important}.detail-left__illus{height:530px!important}}@media (min-width: 375px) and (max-width: 424.98px){.detail-left{min-height:340px!important}.detail-left__illus{height:620px!important}}@media (min-width: 425px) and (max-width: 767.98px){.detail-left{min-height:380px!important}.detail-left__illus{height:700px!important}}@media (min-width: 768px) and (max-width: 833.98px){.detail-left{min-height:430px!important}.detail-left__illus{height:1300px!important}}@media (min-width: 834px) and (max-width: 1023.98px){.detail-left{min-height:480px!important}.detail-left__illus{height:480px!important}}@media (max-width: 1023.98px){.consult-overlay{align-items:flex-start;overflow-y:auto;padding:1rem .75rem 2rem;scrollbar-width:thin;scrollbar-color:rgba(20,184,200,.45) transparent}.consult-overlay::-webkit-scrollbar{width:4px}.consult-overlay::-webkit-scrollbar-track{background:transparent}.consult-overlay::-webkit-scrollbar-thumb{background:#14b8c873;border-radius:4px}.consult-overlay::-webkit-scrollbar-thumb:hover{background:#14b8c8a6}.detail-modal{overflow:visible;max-height:none}.detail-two-col{overflow:visible}.detail-right{overflow:visible;min-height:unset}.detail-right__scroll{overflow-y:visible;flex:unset;min-height:unset;padding-bottom:1.5rem}.detail-left{min-height:unset!important;overflow:visible}.detail-left__illus{background-color:#0d0d14!important;background-size:cover!important;background-position:center center!important;overflow:visible}}.blog-section{padding:110px 0 120px;background:#09090e;position:relative;overflow:hidden}.blog-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(20,184,200,.05) 0%,transparent 55%);pointer-events:none}.blog-section-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:52px;position:relative;z-index:2}.blog-section-headline{font-family:var(--font-display);font-size:clamp(28px,4vw,48px);font-weight:700;color:#fff;letter-spacing:-.025em;line-height:1.12;margin-top:14px}.blog-section-all{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#00c8c8;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:gap .2s ease;padding-bottom:4px}.blog-section-all:hover{gap:10px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:2}.bc-card{display:flex;flex-direction:column;border-radius:20px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);transition:transform .36s cubic-bezier(.34,1.4,.64,1),box-shadow .36s ease,border-color .28s ease;text-decoration:none;color:inherit}.bc-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--cat-color) 30%,transparent);box-shadow:0 12px 40px #0000001a,0 0 0 1px color-mix(in srgb,var(--cat-color) 15%,transparent)}.bc-thumb{position:relative;height:200px;overflow:hidden;flex-shrink:0}.bc-thumb-svg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:transform .5s ease}.bc-thumb-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;transition:transform .5s ease}.bc-card:hover .bc-thumb-svg,.bc-card:hover .bc-thumb-img{transform:scale(1.05)}.bc-cat{position:absolute;top:14px;left:14px;z-index:3;padding:6px 14px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.04em;opacity:1!important;visibility:visible!important;background:linear-gradient(135deg,#14b8c8f2,#0f9aaaf2)!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 16px #14b8c840;transition:all .3s cubic-bezier(.34,1.4,.64,1)}.bc-card:hover .bc-cat{box-shadow:0 6px 24px #14b8c859;transform:translateY(-2px);border-color:#ffffff80}.bc-body{display:flex;flex-direction:column;flex:1;padding:22px 24px 24px}.bc-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:14px}.bc-meta-item{font-size:12px;color:#00000073}.bc-meta-views{display:flex;align-items:center;gap:4px}.bc-dot{width:3px;height:3px;border-radius:50%;background:#0003;flex-shrink:0}.bc-title{font-family:var(--font-display);font-size:clamp(16px,1.6vw,19px);font-weight:700;color:#0a0a0a;line-height:1.4;letter-spacing:-.016em;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .22s ease}.bc-card:hover .bc-title{color:#0a0a0a}.bc-excerpt{font-size:13.5px;line-height:1.72;color:#00000080;flex:1;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.bc-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:18px;border-top:1px solid rgba(0,0,0,.07)}.bc-footer--center{justify-content:center}.bc-read{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:gap .2s ease}.bc-read:hover{gap:9px}.bc-read--btn{padding:.5rem 1.35rem;border-radius:999px;border:1.5px solid;cursor:pointer;font-family:inherit;letter-spacing:.02em;font-size:12px;font-weight:600;transition:all .3s cubic-bezier(.34,1.4,.64,1)}.bc-read--btn:hover{opacity:.9;transform:translateY(-2px);gap:9px;box-shadow:0 4px 12px #14b8c833}.bskel{border-radius:20px;overflow:hidden;background:#00000008;border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column}.bskel__thumb{height:200px;background:#0000000d;position:relative;overflow:hidden}.bskel__thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.04),transparent);background-size:200% 100%;animation:shimmer 1.5s linear infinite}.bskel__body{padding:22px 24px;display:flex;flex-direction:column;gap:11px}.bskel__line{border-radius:6px;background:#ffffff0f;height:12px}.bskel__line--sm{width:38%}.bskel__line--md{width:62%}.bskel__line--lg{width:86%}.bskel__line--xl{width:92%;height:18px}.blog-filter-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:40px;align-items:center}.blog-filter-tab{padding:.625rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:600;border:1px solid rgba(0,0,0,.15);background:#0000000d;color:#000000bf;transition:all .2s ease;white-space:nowrap}.blog-filter-tab:hover{color:#0a0a0a;background:#00000012}.blog-filter-tab.active{background:#14b8c8;border-color:#14b8c8;color:#fff;font-weight:700;transform:scale(1.03);box-shadow:0 0 18px #14b8c840}.blog-count{margin-left:auto;font-size:12px;color:#0006}@media (max-width: 1023px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 639px){.blog-grid{grid-template-columns:1fr;gap:18px}.blog-section{padding:80px 0 90px}.blog-section-header{margin-bottom:36px}}@media (min-width: 1440px){.blog-section{padding:130px 0 140px}.blog-grid{gap:28px}.bc-thumb{height:220px}}.bc-thumb{background:radial-gradient(ellipse at 50% 40%,#14b8c830,#f0f5fff2)}.bc-read--btn{color:#fff;border-color:#14b8c8;background:linear-gradient(135deg,#14b8c8,#0f9aaa);box-shadow:0 2px 8px #14b8c826}.bc-read--btn:hover{border-color:#0f9aaa;background:linear-gradient(135deg,#0f9aaa,#0a7a88)}.md-h3{font-size:1rem;font-weight:700;color:#fff;margin:1.25rem 0 .5rem;font-family:var(--font-display)}.md-bold{font-weight:700;color:#ffffffd9;margin:.625rem 0 .2rem;font-size:.82rem}.md-strong{color:#ffffffe6}.md-li{color:#fff9;font-size:.82rem;line-height:1.7;margin-bottom:.25rem;margin-left:1rem}.md-spacer{height:.5rem}.md-p{color:#ffffff94;font-size:.82rem;line-height:1.8;margin:.35rem 0}.md-list-icon{flex-shrink:0;margin-top:3px}.md-detail-bold{font-weight:600;color:var(--clr-white);margin-top:1.25rem}.consult-close-btn{position:absolute;top:1rem;right:1rem;z-index:10}.detail-right__header--border{border-bottom:1px solid rgba(20,184,200,.094)}.detail-right__section-label{color:#14b8c8}.md-article-body{display:flex;flex-direction:column}.detail-section--top-border{border-top:1px solid rgba(255,255,255,.06)}.detail-author-row{display:flex;align-items:center;gap:.6rem}.detail-author-avatar{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#14b8c8,#0f9aaa);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:#0a0a0a;flex-shrink:0}.detail-author-name{font-size:.78rem;font-weight:600;color:#ffffffd9;margin:0}.detail-author-role{font-size:.65rem;color:#ffffff59;margin:0}.blog-search-wrap{position:relative;max-width:480px;margin-bottom:2rem}.blog-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#0a0a0a66;pointer-events:none}.blog-search-input{width:100%;padding:12px 16px 12px 44px;border-radius:100px;background:#fff;border:1px solid rgba(0,0,0,.15);color:#0a0a0a;font-size:14px;outline:none;font-family:inherit;box-shadow:0 2px 8px #0000000f}.blog-empty-state{text-align:center;padding:80px 0}.blog-empty-state__msg{color:#fff6;font-size:16px;margin-bottom:16px}.blog-empty-state__btn{font-size:14px;color:#00c8c8;background:none;border:none;text-decoration:underline;cursor:pointer}.blog-detail-page{padding-top:5rem}.blog-detail-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:5rem}.blog-detail-spinner{width:48px;height:48px;border:2px solid rgba(20,184,200,.3);border-top-color:#14b8c8;border-radius:50%;animation:spin-slow .9s linear infinite}.blog-detail-breadcrumb{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.25rem}.blog-detail-back-link{font-size:.75rem;color:#fff6;text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:color .2s ease}.blog-detail-back-link:hover{color:#fff}.blog-detail-sep{color:#ffffff26}.blog-detail-cat-badge{padding:.25rem .75rem;border-radius:999px;font-size:.7rem;font-weight:700;background:#14b8c820;border:1px solid rgba(20,184,200,.25);color:#14b8c8}.blog-detail-title{font-size:clamp(1.6rem,4vw,3rem)}.blog-detail-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:1.25rem;font-size:.8rem;color:#fff6}.blog-detail-meta__views{display:flex;align-items:center;gap:.3rem}.blog-detail-body{max-width:50rem;margin:0 auto}.blog-detail-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.blog-detail-tag{padding:.25rem .75rem;border-radius:999px;font-size:.72rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fff6}.blog-detail-cta{margin-top:2.5rem;padding:2rem;border-radius:1.25rem;text-align:center;background:radial-gradient(ellipse at 50% 0%,#14b8c815,#0a0a1499);border:1px solid rgba(20,184,200,.145)}.blog-detail-cta__title{font-family:var(--font-display);font-weight:700;color:var(--clr-white);font-size:1.35rem;margin-bottom:.75rem}.blog-detail-cta__desc{font-size:.875rem;color:#ffffff80;margin-bottom:1.5rem;line-height:1.7}.blog-detail-cta__btn{display:inline-flex}.blog-detail-related{margin-top:3rem}.blog-detail-related__title{font-family:var(--font-display);font-weight:700;color:var(--clr-white);font-size:1.5rem;margin-bottom:1.5rem;letter-spacing:-.02em}.blog-detail-related__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.blog-content{padding:clamp(1.5rem,5vw,3rem);border-radius:var(--radius-2xl);background:#ffffff05;border:1px solid rgba(0,0,0,.07)}.blog-content p{color:#0a0a0a;font-size:clamp(.875rem,2vw,.95rem);line-height:1.85;margin-bottom:1rem}.blog-content h2{font-family:var(--font-display);font-size:clamp(1.1rem,3vw,1.5rem);font-weight:700;color:#0a0a0a;margin-block:clamp(1.5rem,4vw,2.5rem) 1rem;letter-spacing:-.02em}.blog-content strong{color:#0a0a0a;font-weight:600}.blog-content ul{margin-block:.875rem;display:flex;flex-direction:column;gap:.5rem}.blog-content ul li{font-size:clamp(.83rem,2vw,.9rem);color:#0a0a0a;display:flex;align-items:flex-start;gap:.75rem}.blog-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.blog-modal{width:100%;max-width:680px;max-height:88vh;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:1.5rem;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #000000b3}.blog-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;flex-shrink:0}.blog-modal__cat{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .75rem;border-radius:999px}.blog-modal__close{width:2rem;height:2rem;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.blog-modal__close:hover{background:#ffffff47;color:#fff}.blog-modal__body{overflow-y:auto;padding:1.5rem 2rem 2rem;flex:1;scroll-behavior:smooth}.blog-modal__body::-webkit-scrollbar{width:4px}.blog-modal__body::-webkit-scrollbar-track{background:transparent}.blog-modal__body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.blog-modal__title{font-family:var(--font-display);font-size:clamp(1.2rem,3vw,1.65rem);font-weight:800;color:#0a0a0a;line-height:1.2;letter-spacing:-.02em;margin:0 0 .75rem}.blog-modal__excerpt{font-size:.92rem;color:#0a0a0a;line-height:1.7;margin-bottom:1.25rem;font-style:italic}.blog-modal__divider{height:2px;border-radius:1px;margin-bottom:1.5rem}.blog-modal__content{font-size:.9rem;line-height:1.8}.blog-content-section{padding:80px 0 110px;background:#fff}@media (max-width: 480px){.blog-modal__body{padding:1.25rem}.blog-modal{border-radius:1rem;max-height:92vh}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.invisible{visibility:hidden}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.border{border-width:1px}.\!ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{--clr-black: #FFFFFF;--clr-white: #0A0A0A;--clr-off-white: #F0F0F0;--clr-blue: #0A0A0A;--clr-blue-dark: #0A0A0A;--clr-blue-light: #0A0A0A;--clr-blue-glow: rgba(10,10,10,.08);--clr-teal: #14B8C8;--clr-teal-dark: #0F9AAA;--clr-teal-glow: rgba(20,184,200,.3);--clr-surface-1: rgba(0,0,0,.03);--clr-surface-2: rgba(0,0,0,.05);--clr-surface-3: rgba(0,0,0,.08);--clr-border: rgba(0,0,0,.08);--clr-border-md: rgba(0,0,0,.12);--clr-glass-bg: rgba(0,0,0,.04);--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-xs: 6px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 28px;--radius-3xl: 36px;--radius-pill: 999px;--shadow-sm: 0 4px 16px rgba(0,0,0,.2);--shadow-md: 0 12px 40px rgba(0,0,0,.3);--shadow-lg: 0 24px 60px rgba(0,0,0,.4);--shadow-xl: 0 40px 80px rgba(0,0,0,.5);--shadow-glow: 0 0 20px rgba(10,10,10,.08);--shadow-teal: 0 0 30px rgba(20,184,200,.3);--t-fast: .18s cubic-bezier(.4,0,.2,1);--t-base: .32s cubic-bezier(.4,0,.2,1);--t-slow: .55s cubic-bezier(.4,0,.2,1);--section-y: clamp(5rem, 10vw, 7.5rem);--section-y-sm: clamp(3.5rem, 6vw, 5rem);--container-px: clamp(1rem, 4vw, 1.5rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-body);background:#fff;color:#0a0a0a;overflow-x:hidden;cursor:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}img,svg{display:block;max-width:100%}img{user-drag:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}img::-moz-selection{background:transparent}img::selection{background:transparent}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:var(--font-body)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--clr-teal),var(--clr-teal-dark));border-radius:4px}::-moz-selection{background:var(--clr-teal);color:var(--clr-black)}::selection{background:var(--clr-teal);color:var(--clr-black)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.container-xl{width:100%;max-width:1360px;margin-inline:auto;padding-inline:var(--container-px)}.section-padding{padding-block:var(--section-y)}.section-padding-sm{padding-block:var(--section-y-sm)}@media (max-width: 374px){:root{--container-px: 1rem;--section-y: clamp(4rem,8vw,5rem)}}@media (min-width: 375px) and (max-width: 479px){:root{--container-px: 1.125rem;--section-y: clamp(4.5rem,9vw,5.5rem)}}@media (min-width: 480px) and (max-width: 575px){:root{--container-px: 1.25rem}}@media (min-width: 576px) and (max-width: 767px){:root{--container-px: 1.5rem}}@media (min-width: 768px) and (max-width: 833px){:root{--container-px: 1.75rem}}@media (min-width: 834px) and (max-width: 1023px){:root{--container-px: 2rem}}@media (min-width: 1024px) and (max-width: 1279px){:root{--container-px: 2.5rem}}@media (min-width: 1280px) and (max-width: 1439px){:root{--container-px: 3rem}}@media (min-width: 1440px) and (max-width: 1919px){:root{--container-px: clamp(3rem, 5vw, 5rem)}}@media (min-width: 1920px){:root{--container-px: clamp(5rem, 6vw, 8rem);--section-y: clamp(7rem,10vw,9rem)}}.font-display{font-family:var(--font-display)}.text-gradient,.text-gradient-blue{color:#0a0a0a;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#0A0A0A}.text-gradient-teal{color:#14b8c8;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#14B8C8}.text-display-xl{font-size:clamp(2rem,5vw,4rem);font-family:var(--font-display);font-weight:700;letter-spacing:-.03em;line-height:1.08}.text-display-lg{font-size:clamp(1.6rem,4vw,3rem);font-family:var(--font-display);font-weight:700;letter-spacing:-.025em;line-height:1.1}.text-display-md{font-size:clamp(1.3rem,3vw,2.2rem);font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;line-height:1.15}.badge-blue{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:var(--radius-pill);font-size:clamp(.6rem,1.5vw,.72rem);font-weight:700;text-transform:uppercase;letter-spacing:.14em;background:#0a0a0a0f;border:1px solid rgba(10,10,10,.18);color:#0a0a0a}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:clamp(.6rem,1.5vw,.75rem) clamp(1.25rem,3vw,1.75rem);background:linear-gradient(135deg,var(--clr-teal),var(--clr-teal-dark));color:#fff;font-weight:700;font-size:clamp(.78rem,2vw,.9rem);letter-spacing:.01em;border-radius:var(--radius-pill);border:none;position:relative;overflow:hidden;transition:transform var(--t-fast),box-shadow var(--t-fast);box-shadow:0 0 20px var(--clr-teal-glow);text-decoration:none;flex-shrink:0}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0ea5ba,#0891a0);opacity:0;transition:opacity .25s ease}.btn-primary:hover:before{opacity:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px var(--clr-teal-glow)}.btn-primary>*,.btn-primary span,.btn-primary svg{position:relative;z-index:1}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:clamp(.6rem,1.5vw,.75rem) clamp(1.25rem,3vw,1.75rem);background:transparent;color:#0a0a0a;font-weight:600;font-size:clamp(.78rem,2vw,.9rem);border-radius:var(--radius-pill);border:1.5px solid rgba(0,0,0,.15);transition:background var(--t-fast),border-color var(--t-fast),transform var(--t-fast);text-decoration:none}.btn-outline:hover{background:#0000000a;border-color:var(--clr-teal);color:var(--clr-teal);transform:translateY(-2px)}.glass{background:var(--clr-glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--clr-border-md)}.grid-bg{display:none!important;background-image:linear-gradient(rgba(10,10,10,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(10,10,10,.06) 1px,transparent 1px);background-size:clamp(40px,6vw,70px) clamp(40px,6vw,70px)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.8}to{transform:scale(1.6);opacity:0}}@keyframes spin-slow{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.Toastify__toast{background:#f0f0f5f7!important;border:1px solid rgba(20,184,200,.3)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;color:#0a0a0a!important;font-family:var(--font-body)!important;border-radius:var(--radius-md)!important;font-size:.875rem!important}.Toastify__progress-bar{background:var(--clr-teal)!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}html,button,a,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}input,select,textarea{font-size:16px}@media (max-width: 1023px){input,select,textarea{font-size:max(16px,1em)}}@media (max-width: 1023px){body{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}}p{color:#0a0a0a}.feature-card,.mvv-card,.timeline__card,.team-card,.blog-card,.spec-card,.ts-card,.contact-info-card,.contact-timings-card,.contact-form-card,.lm-modal,.about-section__visual-card,.pillar,.contact-item,.ts-stats,.ts-cta,.consult-modal-wide{border:1px solid rgba(0,0,0,.18)!important}.why-marvel .feature-card{border:1px solid rgba(255,255,255,.18)!important}.why-marvel__stats{border:1px solid rgba(255,255,255,.2)!important}.ds-photo--first,.ds-photo--second{border:1px solid rgba(255,255,255,.12)!important}@media (max-width: 1023px){*{cursor:auto!important}body{cursor:auto}.cursor-dot,.cursor-ring{display:none!important}}@media (max-width: 374px){.header__inner{height:3.75rem;padding:0 .875rem}.header__logo-img{width:32px;height:32px}.header__logo-name{font-size:.85rem}.header__logo-sub{display:none}.mobile-nav__inner{padding:1rem .875rem}.mega-menu{width:calc(100vw - 2rem);left:1rem;transform:none}}@media (min-width: 375px) and (max-width: 479px){.header__inner{height:4rem}.header__logo-img{width:36px;height:36px}.mega-menu{width:calc(100vw - 2rem);left:1rem;transform:none}}@media (min-width: 480px) and (max-width: 575px){.header__inner{height:4.25rem}.header__logo-img{width:40px;height:40px}.mega-menu{width:calc(100vw - 2.5rem)}}@media (min-width: 576px) and (max-width: 1023px){.header__inner{height:4.5rem}}@media (min-width: 834px) and (max-width: 1023px){.mega-menu{width:600px}}@media (min-width: 1024px) and (max-width: 1279px){.header__nav{gap:1.5rem}.nav-link{font-size:.82rem}.mega-menu{width:620px}.header__inner{height:4.5rem}}@media (min-width: 1280px) and (max-width: 1439px){.header__nav{gap:1.75rem}.header__inner{height:4.75rem}}@media (min-width: 1440px) and (max-width: 1919px){.header__inner{height:5rem}.header__nav{gap:2.25rem}}@media (min-width: 1920px){.header__inner{height:5.5rem}.header__logo-img{width:56px;height:56px}.header__logo-name{font-size:1.25rem}.header__nav{gap:3rem}.nav-link{font-size:1rem}.mega-menu{width:800px}}@media (max-width: 374px){.hero{min-height:100svh}.hero__inner{padding-top:6.5rem;padding-bottom:1.5rem}.hero__title{font-size:1.55rem;letter-spacing:-.025em}.hero__grid-layout{min-height:88svh;gap:1.5rem}.hero__subtitle{font-size:.82rem;line-height:1.65}.hero__actions{flex-direction:column;align-items:flex-start;gap:.75rem}.hero__actions .btn-primary,.hero__actions .btn-outline{width:100%;justify-content:center}.hero__stat-row{flex-direction:column;align-items:flex-start;gap:.75rem;padding-top:1rem}.hero__stat-divider{display:none}.hero__stat-value{font-size:1.6rem}.hero__visual{display:none}.hero__controls{gap:.75rem}.hero__dot{height:6px}.hero__arrow{width:2rem;height:2rem}.hero__badge{font-size:.6rem;padding:.3rem .75rem}.hero__scroll{display:none}}@media (min-width: 375px) and (max-width: 479px){.hero__inner{padding-top:8rem}.hero__title{font-size:1.85rem}.hero__grid-layout{min-height:85svh}.hero__subtitle{font-size:.9rem}.hero__visual{display:none}.hero__actions{flex-direction:column;align-items:flex-start;gap:.75rem}.hero__actions .btn-primary,.hero__actions .btn-outline{width:100%;justify-content:center}}@media (min-width: 480px) and (max-width: 575px){.hero__inner{padding-top:5rem}.hero__title{font-size:2.1rem}.hero__visual{display:none}.hero__actions{flex-wrap:wrap}}@media (min-width: 576px) and (max-width: 767px){.hero__title{font-size:2.4rem}.hero__visual{display:none}.hero__actions{flex-wrap:wrap}}@media (min-width: 768px) and (max-width: 833px){.hero__inner{padding-top:8rem}.hero__title{font-size:2.7rem}.hero__visual{display:none}}@media (min-width: 834px) and (max-width: 1023px){.hero__title{font-size:3rem}.hero__grid-layout{grid-template-columns:1fr}.hero__visual{display:none}}@media (min-width: 1024px) and (max-width: 1279px){.hero__title{font-size:2.8rem}.hero__grid-layout{grid-template-columns:1fr 1fr;gap:2rem}.hero__visual-wrap{width:340px;height:340px}.hero__center-card{width:240px;height:240px}}@media (min-width: 1280px) and (max-width: 1439px){.hero__title{font-size:3.25rem}.hero__visual-wrap{width:380px;height:380px}}@media (min-width: 1440px) and (max-width: 1919px){.hero__title{font-size:3.75rem}.hero__visual-wrap{width:440px;height:440px}}@media (min-width: 1920px){.hero__title{font-size:5rem}.hero__subtitle{font-size:1.15rem;max-width:38rem}.hero__visual-wrap{width:540px;height:540px}.hero__center-card{width:380px;height:380px}.hero__grid-layout{grid-template-columns:55% 1fr;gap:4rem}}@media (max-width: 374px){.loader__logo-img{width:72px;height:72px}.loader__title{font-size:1.75rem}.loader__progress{padding:0 1.25rem;bottom:1.5rem}}@media (min-width: 1920px){.loader__logo-img{width:130px;height:130px}.loader__title{font-size:5rem}}@media (max-width: 374px){.specialities{padding:64px 0 72px}.specialities__header{margin-bottom:2rem}.specialities__heading{font-size:1.55rem}.specialities__sub{font-size:.85rem}.specialities__tabs{gap:.5rem;margin-bottom:2rem}.spec-tab{padding:.45rem .9rem;font-size:.78rem}.specialities__grid{grid-template-columns:1fr;gap:.875rem}.spec-card{padding:1.125rem}.spec-card__name{font-size:.9rem}.spec-card__desc{font-size:.78rem}.lm-modal__grid{grid-template-columns:1fr!important}.lm-modal{border-radius:1.25rem}}@media (min-width: 375px) and (max-width: 479px){.specialities{padding:72px 0 80px}.specialities__grid{grid-template-columns:1fr;gap:1rem}.lm-modal__grid{grid-template-columns:1fr!important}}@media (min-width: 480px) and (max-width: 575px){.specialities{padding:80px 0 88px}.specialities__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width: 576px) and (max-width: 767px){.specialities__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px) and (max-width: 833px){.specialities__grid{grid-template-columns:repeat(2,1fr);gap:1.125rem}}@media (min-width: 834px) and (max-width: 1023px){.specialities__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px) and (max-width: 1279px){.specialities__grid{grid-template-columns:repeat(3,1fr);gap:1.125rem}}@media (min-width: 1920px){.specialities{padding:140px 0 150px}.specialities__heading{font-size:3.5rem}.specialities__grid{grid-template-columns:repeat(3,1fr);gap:2rem}.spec-card{padding:2rem}.spec-card__name{font-size:1.15rem}.spec-card__desc{font-size:.95rem}}@media (max-width: 374px){.about-section{padding:64px 0 72px}.about-section__grid{gap:2rem}.about-section__heading{font-size:1.55rem}.about-section__body{font-size:.875rem}.about-section__pillars{grid-template-columns:repeat(2,1fr);gap:.625rem}.pillar__val{font-size:1.1rem}.about-section__visual-card{min-height:220px}.about-section__cert{flex-direction:column;text-align:center}}@media (min-width: 375px) and (max-width: 575px){.about-section{padding:72px 0 80px}.about-section__heading{font-size:1.75rem}.about-section__pillars{grid-template-columns:repeat(2,1fr)}}@media (min-width: 576px) and (max-width: 1023px){.about-section__grid{grid-template-columns:1fr;gap:3rem}}@media (min-width: 1024px) and (max-width: 1279px){.about-section__grid{grid-template-columns:1fr 1fr;gap:3rem}.about-section__heading{font-size:2rem}}@media (min-width: 1920px){.about-section{padding:140px 0 150px}.about-section__grid{gap:6rem}.about-section__heading{font-size:3.25rem}.about-section__body{font-size:1.05rem}.about-section__visual-card{min-height:500px}.pillar__val{font-size:1.6rem}}@media (max-width: 374px){.why-marvel{padding:64px 0 72px}.why-marvel__heading{font-size:1.55rem}.why-marvel__stats{grid-template-columns:repeat(2,1fr);padding:1rem;margin-bottom:2.5rem}.stat-box__val{font-size:1.5rem}.stat-box__suffix{font-size:1.1rem}.stat-box__label{font-size:.6rem}.why-marvel__grid{grid-template-columns:1fr;gap:.875rem}.feature-card{padding:1rem}.feature-card__title{font-size:.85rem}.feature-card__desc{font-size:.78rem}}@media (min-width: 375px) and (max-width: 575px){.why-marvel{padding:72px 0 80px}.why-marvel__heading{font-size:1.75rem}.why-marvel__stats{grid-template-columns:repeat(2,1fr);padding:1.25rem}.why-marvel__grid{grid-template-columns:1fr;gap:1rem}}@media (min-width: 480px) and (max-width: 575px){.why-marvel__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 576px) and (max-width: 767px){.why-marvel__grid{grid-template-columns:repeat(2,1fr)}.why-marvel__stats{grid-template-columns:repeat(4,1fr)}}@media (min-width: 768px) and (max-width: 1023px){.why-marvel__grid{grid-template-columns:repeat(2,1fr)}.why-marvel__stats{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px) and (max-width: 1279px){.why-marvel__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width: 1920px){.why-marvel{padding:140px 0 150px}.why-marvel__heading{font-size:3.5rem}.why-marvel__stats{padding:2.5rem}.stat-box__val{font-size:3.2rem}.why-marvel__grid{gap:2rem}.feature-card{padding:2rem}.feature-card__title{font-size:1rem}.feature-card__desc{font-size:.9rem}}@media (max-width: 374px){.blog-section{padding:64px 0 72px}.blog-section-header{margin-bottom:32px;flex-direction:column;align-items:flex-start;gap:12px}.blog-section-headline{font-size:1.55rem}.blog-rows{gap:14px}.blog-row-card{grid-template-columns:1fr;grid-template-rows:160px auto;border-radius:16px;min-height:unset}.blog-row-thumb{height:160px}.blog-row-content{padding:16px 16px 18px}.blog-row-title{font-size:15px;-webkit-line-clamp:2}.blog-row-excerpt,.blog-row-tags{display:none}.blog-row-meta{gap:6px}.blog-row-meta-item{font-size:11px}.blog-row-footer{flex-direction:column;align-items:flex-start;gap:10px}.blog-row-read-btn{align-self:flex-start;font-size:12px;padding:7px 16px}.blog-filter-tab{font-size:12px;padding:6px 14px}}@media (min-width: 375px) and (max-width: 479px){.blog-section{padding:72px 0 80px}.blog-section-header{margin-bottom:36px}.blog-section-headline{font-size:1.75rem}.blog-rows{gap:16px}.blog-row-card{grid-template-columns:1fr;grid-template-rows:180px auto;border-radius:18px}.blog-row-thumb{height:180px}.blog-row-content{padding:18px 18px 20px}.blog-row-excerpt,.blog-row-tags{display:none}}@media (min-width: 480px) and (max-width: 575px){.blog-section{padding:80px 0 88px}.blog-section-headline{font-size:1.9rem}.blog-row-card{grid-template-columns:1fr;grid-template-rows:200px auto}.blog-row-thumb{height:200px}.blog-row-excerpt{-webkit-line-clamp:2}.blog-row-tags{display:none}}@media (min-width: 576px) and (max-width: 767px){.blog-row-card{grid-template-columns:180px 1fr}.blog-row-excerpt,.blog-row-tags{display:none}.blog-row-content{padding:20px 22px}}@media (min-width: 768px) and (max-width: 833px){.blog-row-card{grid-template-columns:220px 1fr}.blog-row-excerpt{-webkit-line-clamp:2}.blog-row-tags{display:none}}@media (min-width: 834px) and (max-width: 1023px){.blog-row-card{grid-template-columns:260px 1fr}.blog-row-excerpt{-webkit-line-clamp:2}}@media (min-width: 1024px) and (max-width: 1279px){.blog-row-card{grid-template-columns:280px 1fr}.blog-row-content{padding:26px 30px}.blog-row-title{font-size:18px}}@media (min-width: 1280px) and (max-width: 1439px){.blog-row-card{grid-template-columns:310px 1fr}}@media (min-width: 1440px) and (max-width: 1919px){.blog-section{padding:130px 0 140px}.blog-section-headline{font-size:3.25rem}.blog-rows{gap:28px}.blog-row-card{grid-template-columns:360px 1fr;min-height:240px}.blog-row-content{padding:34px 40px}.blog-row-title{font-size:22px}.blog-row-excerpt{font-size:15px}}@media (min-width: 1920px){.blog-section{padding:160px 0 170px}.blog-section-headline{font-size:4rem}.blog-rows{gap:36px}.blog-row-card{grid-template-columns:440px 1fr;min-height:280px;border-radius:28px}.blog-row-content{padding:40px 48px}.blog-row-title{font-size:26px;line-height:1.35}.blog-row-excerpt{font-size:16px;line-height:1.78;-webkit-line-clamp:4}.blog-row-read-btn{font-size:15px;padding:12px 28px}.blog-row-author-name{font-size:15px}}@media (max-width: 374px){.contact-section{padding:64px 0 72px}.contact-section__heading{font-size:1.55rem}.contact-section__grid{grid-template-columns:1fr;margin-top:36px}.contact-form-card__body{padding:1rem}.form-row{grid-template-columns:1fr;gap:.75rem}.contact-item{padding:1rem}.contact-item__icon{width:2rem;height:2rem}}@media (min-width: 375px) and (max-width: 479px){.contact-section{padding:72px 0 80px}.contact-section__heading{font-size:1.75rem}.contact-section__grid,.form-row{grid-template-columns:1fr}}@media (min-width: 480px) and (max-width: 767px){.contact-section__grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr 1fr}}@media (min-width: 768px) and (max-width: 1023px){.contact-section__grid{grid-template-columns:1fr}}@media (min-width: 1024px) and (max-width: 1279px){.contact-section__grid{grid-template-columns:1fr 1.6fr}}@media (min-width: 1440px) and (max-width: 1919px){.contact-section{padding:130px 0 140px}.contact-section__heading{font-size:3rem}}@media (min-width: 1920px){.contact-section{padding:160px 0 170px}.contact-section__grid{grid-template-columns:1fr 2.2fr;gap:3.5rem}.contact-section__heading{font-size:3.5rem}.contact-form-card__title{font-size:1.5rem}.form-input,.form-select,.form-textarea{padding:1rem 1.25rem;font-size:1rem}}@media (max-width: 374px){.modal{border-radius:1.25rem}.modal__header{padding:1rem 1.125rem}.modal__title{font-size:1.05rem}.modal__form{padding:1.125rem;gap:.875rem}.modal__row{grid-template-columns:1fr;gap:.75rem}}@media (min-width: 375px) and (max-width: 479px){.modal__row{grid-template-columns:1fr}.modal__form{padding:1.25rem}}@media (min-width: 1920px){.modal{max-width:46rem;border-radius:2.5rem}.modal__title{font-size:1.6rem}.modal__input,.modal__select,.modal__textarea{padding:1rem 1.25rem;font-size:1rem;border-radius:1rem}.modal__form{gap:1.25rem;padding:2.25rem}}@media (max-width: 374px){.enquiry-wrap{bottom:.875rem;right:.875rem}.enquiry-popup{width:calc(100vw - 1.75rem);max-width:300px}.enquiry-fab{width:3rem;height:3rem}.enquiry-popup__form{padding:1rem}}@media (min-width: 375px) and (max-width: 479px){.enquiry-popup{width:min(310px,calc(100vw - 2rem))}}@media (min-width: 1920px){.enquiry-popup{width:380px;border-radius:1.75rem}.enquiry-fab{width:4rem;height:4rem}}@media (max-width: 374px){.footer__grid{grid-template-columns:1fr;padding:2.5rem 0;gap:2rem}.footer__logo-img{width:34px;height:34px}.footer__logo-name{font-size:.95rem}.footer__tagline{font-size:.8rem}.footer__col-title{font-size:.68rem}.footer__link,.footer__contact-val{font-size:.8rem}.footer__newsletter{flex-direction:column}.footer__newsletter-btn{width:100%;border-radius:.75rem;height:2.5rem}}@media (min-width: 375px) and (max-width: 575px){.footer__grid{grid-template-columns:1fr;padding:3rem 0;gap:2.25rem}}@media (min-width: 576px) and (max-width: 767px){.footer__grid{grid-template-columns:repeat(2,1fr);padding:3.5rem 0;gap:2rem}}@media (min-width: 768px) and (max-width: 833px){.footer__grid{grid-template-columns:repeat(2,1fr);padding:3.5rem 0}}@media (min-width: 834px) and (max-width: 1023px){.footer__grid{grid-template-columns:1fr 1fr 1fr}}@media (min-width: 1440px) and (max-width: 1919px){.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;padding:5rem 0;gap:4rem}.footer__tagline{font-size:1rem}}@media (min-width: 1920px){.footer__grid{grid-template-columns:1.6fr 1fr 1fr 1.3fr;padding:7rem 0;gap:5rem}.footer__logo-img{width:60px;height:60px}.footer__logo-name{font-size:1.4rem}.footer__tagline{font-size:1.05rem}.footer__link{font-size:1rem}.footer__col-title{font-size:.85rem;letter-spacing:.18em}.footer__copy,.footer__credit{font-size:.875rem}}@media (max-width: 374px){.page-hero{padding-block:3rem 2rem}.page-hero__title{font-size:1.6rem;letter-spacing:-.025em}.page-hero__sub{font-size:.85rem}.team-grid-large{grid-template-columns:1fr;gap:1rem}.team-card__avatar{height:160px}.team-card__initials{font-size:1.25rem}.team-card__name{font-size:.9rem}.team-card__bio{font-size:.75rem}.blog-filter-tabs{gap:6px}.timeline__card{padding:.75rem}.timeline__event{font-size:.78rem}.mvv-grid{grid-template-columns:1fr}.mvv-card{padding:1.125rem}.consult-modal-wide{max-width:100%;border-radius:1.25rem;max-height:95svh}.consult-two-col{grid-template-columns:1fr}.consult-left__illus{height:130px}.consult-left__content,.consult-right__form{padding:1rem 1.125rem}.cf-row{grid-template-columns:1fr}}@media (min-width: 375px) and (max-width: 479px){.page-hero__title{font-size:1.85rem}.team-grid-large{grid-template-columns:1fr}.team-card__avatar{height:180px}.consult-two-col{grid-template-columns:1fr}.consult-left__illus{height:150px}.cf-row{grid-template-columns:1fr}}@media (min-width: 480px) and (max-width: 575px){.page-hero__title{font-size:2rem}.team-grid-large{grid-template-columns:repeat(2,1fr)}.team-card__avatar{height:170px}.consult-two-col{grid-template-columns:1fr}.cf-row{grid-template-columns:1fr 1fr}}@media (min-width: 576px) and (max-width: 767px){.page-hero__title{font-size:2.2rem}.team-grid-large{grid-template-columns:repeat(2,1fr)}.consult-two-col{grid-template-columns:1fr}.mvv-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px) and (max-width: 833px){.page-hero__title{font-size:2.5rem}.team-grid-large{grid-template-columns:repeat(2,1fr)}.consult-two-col{grid-template-columns:45% 1fr}.mvv-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 834px) and (max-width: 1023px){.page-hero__title{font-size:2.75rem}.team-grid-large{grid-template-columns:repeat(3,1fr)}.team-card__avatar{height:200px}.consult-two-col{grid-template-columns:45% 1fr}.mvv-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px) and (max-width: 1279px){.page-hero__title{font-size:3rem}.team-grid-large{grid-template-columns:repeat(3,1fr);gap:1.25rem}.team-card__avatar{height:210px}.consult-two-col{grid-template-columns:44% 1fr}}@media (min-width: 1280px) and (max-width: 1439px){.page-hero__title{font-size:3.5rem}.team-card__avatar{height:225px}}@media (min-width: 1440px) and (max-width: 1919px){.page-hero{padding-block:8rem 6rem}.page-hero__title{font-size:4rem}.page-hero__sub{font-size:1.1rem}.team-card__avatar{height:250px}.team-card__name{font-size:1.15rem}.team-card__bio{font-size:.875rem}.consult-modal-wide{max-width:900px;max-height:88vh}}@media (min-width: 1920px){.page-hero{padding-block:10rem 8rem}.page-hero__title{font-size:5rem}.page-hero__sub{font-size:1.2rem;max-width:50rem}.team-grid-large{grid-template-columns:repeat(3,1fr);gap:2.5rem}.team-card__avatar{height:300px}.team-card__initials{font-size:2.5rem}.team-card__initials-wrap{width:110px;height:110px}.team-card__name{font-size:1.3rem}.team-card__role{font-size:.9rem}.team-card__bio{font-size:.95rem;line-height:1.75}.team-card__cta{font-size:.9rem;padding:.625rem 1.375rem}.consult-modal-wide{max-width:1060px}.consult-left__illus{height:280px}.consult-left__name{font-size:1.5rem}.consult-left__desc{font-size:.95rem}.consult-right__title{font-size:1.5rem}.cf-input,.cf-select,.cf-textarea{padding:.875rem 1.25rem;font-size:1rem}.mvv-grid{gap:2rem}.mvv-card{padding:2.25rem}.mvv-card__title{font-size:1.3rem}.mvv-card__text{font-size:1rem}.spec-card-page{padding:2rem}.spec-card-page__name{font-size:1.15rem}.spec-card-page__desc{font-size:.95rem}.spec-card-page__btn{font-size:.95rem;padding:.7rem 1.5rem}.timeline__event{font-size:1rem}.timeline__year{font-size:.8rem}}@media (max-width: 374px){.cookie-banner{left:.75rem;right:.75rem;bottom:5.5rem;max-width:100%;border-radius:1rem;padding:1rem}.cookie-banner__btns{flex-direction:column}.cookie-banner__btns .btn-primary,.cookie-banner__btns .btn-outline{justify-content:center}}@media (min-width: 1920px){.cookie-banner{max-width:26rem;bottom:8rem;left:2.5rem}.cookie-banner__title{font-size:1rem}.cookie-banner__text{font-size:.875rem}}@media (max-width: 374px){.btn-primary,.btn-outline{padding:.6rem 1.25rem;font-size:.78rem}.badge-blue{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:var(--radius-pill);font-size:clamp(.6rem,1.5vw,.72rem);font-weight:700;text-transform:uppercase;letter-spacing:.14em;background:#0a0a0a0f;border:1px solid rgba(10,10,10,.18);color:#0a0a0a}}@media (min-width: 1920px){.btn-primary,.btn-outline{padding:1rem 2.25rem;font-size:1.05rem}.badge-blue{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:var(--radius-pill);font-size:clamp(.6rem,1.5vw,.72rem);font-weight:700;text-transform:uppercase;letter-spacing:.14em;background:#0a0a0a0f;border:1px solid rgba(10,10,10,.18);color:#0a0a0a}}.mobile-nav__inner{display:flex;flex-direction:column;padding:1.25rem 1.25rem 1.5rem;gap:.125rem;overflow-y:auto;max-height:calc(100svh - 4rem)}.mobile-nav__link{display:flex;align-items:center;padding:.75rem 1rem;border-radius:.625rem;font-size:.9rem;font-weight:500;color:#0a0a0ade;text-decoration:none;transition:background .18s ease,color .18s ease;letter-spacing:.01em}.mobile-nav__link:hover,.mobile-nav__link.active{background:#0a0a0a26;color:#0a0a0a}.mobile-nav__link.active{font-weight:600}.mobile-nav__footer{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.mobile-nav__phone{display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.85rem;font-weight:600;color:#0a0a0ab3;text-decoration:none;transition:color .18s ease;letter-spacing:.01em;padding:.5rem}.mobile-nav__phone:hover{color:#0a0a0a}@media (max-width: 374px){.mobile-nav__inner{padding:1rem .875rem 1.25rem;gap:.075rem}.mobile-nav__link{padding:.625rem .875rem;font-size:.84rem}.mobile-nav__phone{font-size:.8rem}.mobile-nav__footer{gap:.625rem;margin-top:.875rem;padding-top:.875rem}}@media (min-width: 375px) and (max-width: 479px){.mobile-nav__inner{padding:1.125rem 1rem 1.375rem}.mobile-nav__link{padding:.7rem .9rem;font-size:.875rem}}@media (min-width: 480px) and (max-width: 575px){.mobile-nav__inner{padding:1.25rem 1.125rem 1.5rem}.mobile-nav__link{font-size:.9rem;padding:.75rem 1rem}}@media (min-width: 576px) and (max-width: 767px){.mobile-nav__inner{padding:1.375rem 1.375rem 1.625rem;max-width:480px;margin-inline:auto;width:100%}.mobile-nav__link{font-size:.92rem;padding:.8rem 1.125rem;border-radius:.75rem}.mobile-nav__phone{font-size:.88rem}}@media (min-width: 768px) and (max-width: 1023px){.mobile-nav__inner{padding:1.625rem 1.625rem 2rem;max-width:560px;margin-inline:auto;width:100%}.mobile-nav__link{font-size:.95rem;padding:.875rem 1.25rem;border-radius:.875rem}.mobile-nav__phone{font-size:.92rem}.mobile-nav__footer{gap:1rem;margin-top:1.25rem;padding-top:1.25rem}}@media (max-width: 479px){.mega-menu{position:fixed;top:auto!important;bottom:0;left:0!important;right:0;width:100%!important;transform:none!important;border-radius:1.25rem 1.25rem 0 0;max-height:78svh;overflow-y:auto}.mega-menu__search{padding:.875rem}.mega-menu__input{font-size:.875rem;padding:.6rem 1rem .6rem 2.4rem}.mega-menu__footer{padding:.625rem 1rem}}@media (min-width: 480px) and (max-width: 575px){.mega-menu{position:fixed;top:auto!important;bottom:0;left:0!important;right:0;width:100%!important;transform:none!important;border-radius:1.25rem 1.25rem 0 0;max-height:76svh;overflow-y:auto}}@media (min-width: 576px) and (max-width: 767px){.mega-menu{position:fixed;top:auto!important;bottom:0;left:0!important;right:0;width:100%!important;transform:none!important;border-radius:1.5rem 1.5rem 0 0;max-height:72svh;overflow-y:auto}}@media (min-width: 768px) and (max-width: 1023px){.mega-menu{position:absolute;left:50%!important;transform:translate(-50%)!important;width:min(560px,calc(100vw - 2rem))!important;top:calc(100% + .75rem);bottom:auto;border-radius:1.125rem;max-height:70svh;overflow-y:auto}}@media (min-width: 1024px) and (max-width: 1279px){.mega-menu{width:600px}}@media (min-width: 1280px) and (max-width: 1439px){.mega-menu{width:660px}}@media (min-width: 1440px) and (max-width: 1919px){.mega-menu{width:720px}.mega-menu__input{font-size:.9rem}}@media (min-width: 1920px){.mega-menu{width:820px;border-radius:1.5rem}.mega-menu__search{padding:1.25rem 1.5rem}.mega-menu__input{font-size:1rem;padding:.75rem 1.25rem .75rem 2.75rem}.mega-menu__footer{padding:1rem 1.75rem}}
