:root{--color-background:#050505;--color-foreground:#111;--color-light:#eaeaea;--color-border:#9a9a9a;--color-primary:#f26419;--font-base:"Poppins", "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,ul,ol{margin:0}body{color:#eaeaea;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#050505}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px;display:none}::-webkit-scrollbar-track{background-color:#050505;display:none}::-webkit-scrollbar-thumb{background-color:#111;border-radius:4px;display:none}.floating-navbar{z-index:100;-webkit-backdrop-filter:blur(40px);opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff14 0%,#14141499 15%,#050505cc 100%);border:1px solid #0000004d;border-color:#ffffff26 #0000004d #0000004d #ffffff26;border-radius:100px;width:calc(100% - 40px);max-width:min(1920px,100%);margin:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s;position:fixed;top:20px;left:50%;transform:translate(-50%,-150%);box-shadow:0 30px 60px #00000080,inset 0 2px 4px #ffffff40,inset 0 -2px 4px #0009}.floating-navbar--visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.floating-navbar__container{justify-content:space-between;align-items:center;width:100%;height:80px;padding-left:2rem;padding-right:12px;display:flex}@media (max-width:768px){.floating-navbar__container{height:64px;padding-left:1.5rem;padding-right:8px}}.floating-navbar__logo{color:#eaeaea;letter-spacing:-.02em;align-items:center;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.75rem,1.4rem + 1.5vw,2.5rem);font-weight:600;text-decoration:none;display:flex}.floating-navbar__logo p{align-items:center;margin:0;line-height:normal;display:flex;transform:translateY(-5px)}.floating-navbar__logo-highlight{color:#f26419}.floating-navbar__menu-btn{-webkit-backdrop-filter:blur(16px);color:#fff;cursor:pointer;background:#0006;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:inset 0 1px 2px #fff3}.floating-navbar__menu-btn svg{stroke-width:2.5px;filter:drop-shadow(0 0 8px #fff6);transition:all .4s cubic-bezier(.165,.84,.44,1)}.floating-navbar__menu-btn:hover{color:#f26419;background:#0009;border-color:#f2641980;transform:scale(1.1);box-shadow:0 4px 15px #0000004d,inset 0 1px 2px #f2641966}.floating-navbar__menu-btn:hover svg{filter:drop-shadow(0 0 8px #f2641999)}@media (max-width:768px){.floating-navbar__menu-btn{width:3rem;height:3rem}}.navigation{z-index:1000;color:#fff;visibility:hidden;background-color:#050505;grid-template-columns:420px 1fr;width:100%;height:100vh;font-family:Poppins,Segoe UI,sans-serif;transition:transform .6s cubic-bezier(.76,0,.24,1),visibility 0s linear .6s;display:grid;position:fixed;top:0;left:0;overflow:hidden;transform:translateY(-100%)}.navigation--open{visibility:visible;transition:transform .6s cubic-bezier(.76,0,.24,1),visibility linear;transform:translateY(0)}@media (max-width:992px){.navigation{grid-template-columns:320px 1fr}}@media (max-width:768px){.navigation{flex-direction:column;grid-template-columns:1fr;display:flex;overflow:hidden auto}}.navigation__sidebar{flex-direction:column;justify-content:space-between;padding:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex;position:relative;overflow:hidden}@media (max-width:768px){.navigation__sidebar{min-height:auto;padding:2rem}}.navigation__sidebar-bg{opacity:.8;z-index:1;background:radial-gradient(circle at 0,#f26419 0%,#050505 70%);position:absolute;inset:0}.navigation__sidebar-overlay{z-index:2;background:linear-gradient(#0000001a,#050505);position:absolute;inset:0}.navigation__sidebar-watermark{color:#0000;-webkit-text-stroke:1px #ffffff0d;z-index:3;pointer-events:none;letter-spacing:.05em;font-size:clamp(5.5rem,4.5rem + 5.5vw,12rem);font-weight:800;line-height:1;position:absolute;top:15%;left:-1rem}@media (max-width:768px){.navigation__sidebar-watermark{font-size:6rem;top:5%}}.navigation__sidebar-content{z-index:10;flex-direction:column;height:100%;display:flex;position:relative}.navigation__logo{align-items:center;gap:.75rem;margin-bottom:auto;font-size:clamp(1.75rem,1.4rem + 1.5vw,2.5rem);font-weight:600;display:flex}@media (max-width:768px){.navigation__logo{margin-bottom:2rem}}.navigation__intro{margin-top:auto;margin-bottom:3rem}.navigation__intro-label{color:#f26419;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.navigation__intro-title{margin-bottom:1.5rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:600;line-height:1.2}.navigation__intro-title .text-primary{color:#f26419}.navigation__intro-desc{color:#ffffffb3;max-width:90%;font-size:.9rem;line-height:1.6}@media (max-width:768px){.navigation__intro-desc{max-width:100%}}.navigation__cta{-webkit-backdrop-filter:blur(24px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:clamp(.75rem,1.2vw,1.25rem);align-items:center;gap:1.25rem;padding:1.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 8px 32px #0003,inset 0 1px 1px #ffffff1a}.navigation__cta:hover{background:#f264191a;border-color:#f2641966;transform:translateY(-4px);box-shadow:0 15px 40px #f2641926,inset 0 1px 2px #ffffff4d}.navigation__cta:hover .navigation__cta-icon{color:#fff;background-color:#f26419;border-color:#f26419;transform:scale(1.1)rotate(-45deg)}.navigation__cta-icon{-webkit-backdrop-filter:blur(16px);color:#f26419;background:#ffffff14;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:inset 0 1px 2px #fff6}.navigation__cta-text p{color:#ffffffe6;margin-bottom:.25rem;font-size:.85rem;line-height:1.4}.navigation__cta-text span{color:#f26419;font-size:.85rem;font-weight:500}.navigation__main{background-color:#050505;flex-direction:column;padding:3rem;display:flex;position:relative;overflow:hidden auto}@media (max-width:768px){.navigation__main{min-height:60vh;padding:2rem}}.navigation__main-graphic{pointer-events:none;z-index:1;border:1px solid #f264190d;border-radius:50%;width:655px;height:655px;position:absolute;top:30%;right:-20%;box-shadow:inset 0 0 100px #f2641905}.navigation__main-graphic:before,.navigation__main-graphic:after{content:"";border:1px solid #f2641908;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.navigation__main-graphic:before{width:600px;height:600px}.navigation__main-graphic:after{width:400px;height:400px}.navigation__header{z-index:100;justify-content:flex-end;display:flex;position:fixed;top:3rem;right:3rem}@media (max-width:992px){.navigation__header{top:2rem;right:2rem}}@media (max-width:768px){.navigation__header{top:1.5rem;right:1.5rem}}.navigation__close-btn{cursor:pointer;letter-spacing:.5px;color:#fff9;z-index:1;background:#0a0a0a;border-radius:50px;align-items:center;gap:1rem;padding:.35rem .35rem .35rem 1.5rem;font-size:.8rem;font-weight:600;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;box-shadow:inset 0 4px 10px #000c,0 10px 30px #00000080}.navigation__close-btn:before{content:"";-webkit-mask-composite:xor;z-index:-1;pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#ffffff0d 20%,#fff0 50%,#ffffff0d 80%,#fff3 100%);border-radius:50px;padding:1.5px;transition:background .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.navigation__close-btn:hover{color:#f26419}.navigation__close-btn:hover:before{background:linear-gradient(135deg,#f2641980 0%,#f264191a 20%,#fff0 50%,#f264191a 80%,#f264194d 100%)}.navigation__close-btn:hover .navigation__close-icon{background:#111}.navigation__close-btn:hover .navigation__close-icon svg{color:#f26419;filter:drop-shadow(0 0 8px #f2641999);transform:rotate(90deg)}.navigation__close-btn:hover .navigation__close-icon:before{background:linear-gradient(135deg,#f26419 0%,#f2641933 20%,#fff0 50%,#f2641933 80%,#f26419 100%)}@media (max-width:768px){.navigation__close-btn{padding:.35rem}.navigation__close-btn span{display:none}}.navigation__close-icon{color:#fff;z-index:1;background:#1c1c1c;border-radius:40px;justify-content:center;align-items:center;width:3.5rem;height:2.25rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative}.navigation__close-icon svg{stroke-width:2.5px;filter:drop-shadow(0 0 8px #fff6);width:1.4rem;height:1.4rem;transition:all .4s cubic-bezier(.165,.84,.44,1)}.navigation__close-icon:before{content:"";-webkit-mask-composite:xor;z-index:-1;background:linear-gradient(135deg,#ffffffe6 0%,#ffffff1a 20%,#fff0 50%,#ffffff1a 80%,#fff9 100%);border-radius:40px;padding:2px;transition:background .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.navigation__close-icon svg{width:1.2rem;height:1.2rem;transition:all .4s cubic-bezier(.165,.84,.44,1)}.navigation__list-wrapper{z-index:10;flex-direction:column;flex:1;justify-content:center;margin-top:5rem;display:flex;position:relative}@media (max-width:768px){.navigation__list-wrapper{margin-top:4rem}}.navigation__list{max-width:900px;margin:0;padding:0;list-style:none}.navigation__item{border-bottom:1px solid #ffffff0d}.navigation__item:first-child{border-top:1px solid #ffffff0d}.navigation__link{color:#fff;justify-content:space-between;align-items:center;padding:1.25rem 0;text-decoration:none;transition:padding-left .3s;display:flex}@media (max-width:576px){.navigation__link{flex-direction:column;align-items:flex-start;gap:.5rem}}.navigation__link:hover{padding-left:1rem}.navigation__link:hover .navigation__link-title{color:#f26419}.navigation__link:hover .navigation__link-arrow{color:#fff;background-color:#f26419;border-color:#f26419;transform:scale(1.1)rotate(-45deg);box-shadow:0 4px 15px #f2641966}.navigation__link--active{padding-left:1rem}.navigation__link--active .navigation__link-title{color:#f26419}.navigation__link--active .navigation__link-num{opacity:1}.navigation__link--active .navigation__link-arrow{color:#fff;background-color:#f26419;border-color:#f26419;transform:rotate(-45deg);box-shadow:0 4px 15px #f2641966}.navigation__link-left{align-items:center;gap:2rem;display:flex}@media (max-width:576px){.navigation__link-left{gap:1rem}}.navigation__link-num{color:#f26419;min-width:2rem;font-size:1rem;font-weight:500}.navigation__link-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:500;transition:color .3s}.navigation__link-right{align-items:center;gap:2rem;display:flex}@media (max-width:576px){.navigation__link-right{justify-content:space-between;width:100%;padding-left:3rem}}.navigation__link-subtitle{color:#ffffff80;font-size:.85rem}.navigation__link-arrow{-webkit-backdrop-filter:blur(16px);color:#ffffffb3;background:#ffffff0d;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:inset 0 1px 2px #ffffff4d}.navigation__footer{z-index:10;justify-content:space-between;align-items:center;margin-top:clamp(1rem,.8rem + .8vw,1.5rem);padding-top:2rem;display:flex;position:relative}@media (max-width:992px){.navigation__footer{flex-wrap:wrap;gap:clamp(1rem,.8rem + .8vw,1.5rem)}}@media (max-width:768px){.navigation__footer{flex-direction:column;align-items:flex-start;gap:clamp(1rem,.8rem + .8vw,1.5rem)}}.navigation__contact{gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}@media (max-width:576px){.navigation__contact{flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem)}}.navigation__contact-item{align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.navigation__contact-item p{margin-bottom:.25rem;font-size:.85rem;font-weight:500}.navigation__contact-item span{color:#ffffff80;font-size:.75rem}.navigation__icon-circle{-webkit-backdrop-filter:blur(16px);color:#f26419;background:#ffffff0d;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;box-shadow:inset 0 1px 2px #ffffff4d}.navigation__socials{flex-direction:column;align-items:flex-start;gap:clamp(.25rem,.2rem + .2vw,.5rem);display:flex}.navigation__socials span{color:#ffffff80;font-size:clamp(.8rem,.7rem + .2vw,.95rem)}@media (max-width:768px){.navigation__socials{justify-content:space-between;width:100%}}.navigation__socials-list{gap:clamp(.25rem,.2rem + .2vw,.5rem);display:flex}.navigation__social-icon{-webkit-backdrop-filter:blur(16px);color:#fffc;text-transform:uppercase;background:#ffffff0d;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:inset 0 1px 2px #ffffff4d}.navigation__social-icon:hover{color:#fff;background:#f2641933;border-color:#f2641980;transform:translateY(-2px);box-shadow:0 4px 15px #f2641933,inset 0 1px 2px #fff6}.navigation__address{align-items:center;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.navigation__address-img{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0d;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;overflow:hidden;box-shadow:inset 0 1px 2px #ffffff4d}.navigation__address-text p{color:#ffffff80;margin-bottom:.25rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem)}.navigation__address-text span{font-size:clamp(.65rem,.6rem + .15vw,.8rem);line-height:1.4;display:block}.page-transition-loader{z-index:9999;pointer-events:all;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.strip-container{width:100vw;height:100vh;display:flex;position:absolute;inset:0}.strip{transform-origin:top;background-color:#050505;background-image:linear-gradient(#050505 0% 30%,#c94a1226 38%,#f2641980 44%,#ff6a1acc 48%,#ffffffe6 50%,#ff6a1acc 52%,#f2641980 56%,#c94a1226 62%,#050505 70% 100%);background-repeat:no-repeat;background-size:100% 200%;flex:1;height:100%;position:relative;overflow:hidden;transform:scaleY(0)scaleX(1.05)}.strip--going-down{transform-origin:top;animation:.6s cubic-bezier(.77,0,.175,1) both strip-down}.strip--waiting{transform-origin:top;transform:scaleY(1)scaleX(1.05)}.strip--going-up{transform-origin:top;animation:.6s cubic-bezier(.77,0,.175,1) both strip-up}.loader-content{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:900px;padding:0 2rem;display:flex;position:relative}.loader-heading{color:#eaeaea;letter-spacing:-.03em;opacity:0;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,6rem);font-weight:300;line-height:1.1;transition:opacity .3s,transform .3s;transform:translateY(20px)}.loader-heading.text--waiting{opacity:1;transition-delay:0s;transform:translateY(0)}.loader-description{color:#eaeaeab3;opacity:0;max-width:600px;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:300;line-height:1.6;transition:opacity .3s,transform .3s;transform:translateY(20px)}.loader-description.text--waiting{opacity:1;transition-delay:.1s;transform:translateY(0)}@keyframes strip-down{0%{transform:scaleY(0)scaleX(1.05)}to{transform:scaleY(1)scaleX(1.05)}}@keyframes strip-up{0%{transform:scaleY(1)scaleX(1.05)}to{transform:scaleY(0)scaleX(1.05)}}.rounded-button{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:clamp(.5rem,.4rem + .5vw,1rem);padding:clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600;transition:all .3s;display:inline-flex}.rounded-button--icon-left{padding-left:clamp(.5rem,.4rem + .5vw,1rem);padding-right:clamp(1.5rem,1.2rem + 1vw,2rem)}.rounded-button--icon-right{padding-left:clamp(1.5rem,1.2rem + 1vw,2rem);padding-right:clamp(.5rem,.4rem + .5vw,1rem)}.rounded-button--no-icon{padding-left:clamp(1rem,.8rem + .8vw,1.5rem);padding-right:clamp(1rem,.8rem + .8vw,1.5rem)}.rounded-button__icon{border-radius:50%;justify-content:center;align-items:center;width:clamp(1.5rem,2vw,2.5rem);height:clamp(1.5rem,2vw,2.5rem);font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem);transition:all .3s;display:flex}.rounded-button__label{line-height:1}.rounded-button--primary{color:#050505;background-color:#fff}.rounded-button--primary .rounded-button__icon{color:#fff;background-color:#050505}.rounded-button--primary:hover{color:#eaeaea;background-color:#f26419}.rounded-button--primary:hover .rounded-button__icon{transform:rotate(-45deg)}.rounded-button--secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background-color:#ffffff1a;border:1px solid #fff3}.rounded-button--secondary .rounded-button__icon{color:#050505;background-color:#fff}.rounded-button--secondary:hover{background-color:#fff3;border-color:#ff6a1a}.rounded-button--secondary:hover .rounded-button__icon{color:#eaeaea;background-color:#f26419;transform:rotate(-45deg)}.rounded-button--black{color:#fff;background-color:#050505}.rounded-button--black .rounded-button__icon{color:#050505;background-color:#fff}.rounded-button--black:hover{background-color:#111}.rounded-button--black:hover .rounded-button__icon{transform:rotate(-45deg)}.rounded-button--glass{-webkit-backdrop-filter:blur(40px);color:#fff;background:linear-gradient(135deg,#14141466 0%,#0a0a0ab3 50%,#050505e6 100%);border:none;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080,inset 0 1px 2px #f2641966,inset 0 -2px 4px #0009}.rounded-button--glass .rounded-button__icon{color:#fff;z-index:1;background-color:#ffffff0d;border:1px solid #ffffff1a;position:relative;box-shadow:inset 0 1px 1px #ffffff26}.rounded-button--glass .rounded-button__label{z-index:1;position:relative}.rounded-button--glass:hover{background:linear-gradient(135deg,#1e1e1e80 0%,#0f0f0fbf 50%,#0a0a0af2 100%);border-color:#ff6a1a80;transform:translateY(-2px);box-shadow:0 35px 65px #0000008c,0 0 30px #f2641926,inset 0 1px 2px #fff3,inset 0 -2px 4px #000000b3}.rounded-button--glass:hover .rounded-button__icon{color:#eaeaea;background-color:#f26419;border-color:#0000;transform:rotate(-45deg);box-shadow:0 0 15px #f2641966}.faq-section{background-color:#111;border-radius:clamp(1.25rem,2vw,2rem);padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1.5rem,1.2rem + 1vw,2rem)}.faq-section__container{width:min(1920px,100%);margin-inline:auto}.faq-section__divider{background-color:#ffffff1a;width:100%;height:1px;margin-bottom:clamp(2rem,1.5rem + 1.5vw,3rem)}.faq-section__grid{grid-template-columns:1fr;gap:clamp(2rem,1.5rem + 1.5vw,3rem);display:grid}@media (min-width:992px){.faq-section__grid{grid-template-columns:1fr 2.5fr}}.faq-section__sidebar{flex-direction:column;display:flex}.faq-section__label{text-transform:uppercase;letter-spacing:.1em;color:#9a9a9a;margin-bottom:clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.faq-section__sidebar-bottom{margin-top:auto;display:none}@media (min-width:992px){.faq-section__sidebar-bottom{display:block}}.faq-section__support-text{color:#eaeaea;margin-bottom:clamp(1.5rem,1.2rem + 1vw,2rem);font-size:clamp(1.1rem,1rem + .5vw,1.4rem);font-weight:500;line-height:1.6}.faq-section__support-link{justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin-top:clamp(.5rem,.4rem + .5vw,1rem);margin-bottom:clamp(2rem,1.5rem + 1.5vw,3rem);display:inline-flex}.faq-section__image-wrapper{aspect-ratio:4/3;border:1px solid #ffffff0d;border-radius:clamp(1.25rem,2vw,2rem);width:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.faq-section__image-wrapper img{object-fit:cover;transition:transform .5s}.faq-section__image-wrapper:hover img{transform:scale(1.05)}.faq-section__content{flex-direction:column;display:flex}.faq-section__title{color:#fff;white-space:pre-line;max-width:600px;margin-bottom:3rem;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:600;line-height:1.1}.faq-section__subtitle{color:#9a9a9a;margin-bottom:clamp(1.5rem,1.2rem + 1vw,2rem);font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem)}.faq-section__accordion{flex-direction:column;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.faq-section__item{-webkit-backdrop-filter:blur(40px)saturate(140%);background:linear-gradient(135deg,#14141466 0%,#0a0a0ab3 50%,#050505e6 100%);border:none;border-radius:clamp(.5rem,.8vw,.75rem);transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080,inset 0 1px 2px #f2641966,inset 0 -2px 4px #0009}.faq-section__item:before,.faq-section__item:after{content:"";filter:blur(40px);opacity:0;z-index:0;pointer-events:none;border-radius:50%;transition:opacity .4s,transform 1.5s cubic-bezier(.19,1,.22,1);position:absolute}.faq-section__item:before{background:#f26419;width:150px;height:150px;top:-30px;left:-30px}.faq-section__item:after{background:#f264194d;width:200px;height:200px;bottom:-50px;right:-20px}.faq-section__item:hover{background:#00000080;border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 15px 40px #00000080,inset 0 1px 1px #ffffff1a}.faq-section__item:hover:before,.faq-section__item:hover:after{opacity:.4}.faq-section__item:hover:before{transform:translate(20px,20px)scale(1.2)}.faq-section__item:hover:after{transform:translate(-20px,-20px)scale(1.1)}.faq-section__header{z-index:1;position:relative}.faq-section__trigger{text-align:left;cursor:pointer;background:0 0;border:none;outline:none;flex:1;justify-content:space-between;align-items:center;width:100%;padding:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex}.faq-section__question{color:#fff;padding-right:clamp(1.5rem,1.2rem + 1vw,2rem);font-size:clamp(1.1rem,1rem + .5vw,1.4rem);font-weight:500}.faq-section__icon-wrapper{-webkit-backdrop-filter:blur(16px);color:#f26419;background:#ffffff14;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:inset 0 1px 2px #fff6}.faq-section__trigger:hover .faq-section__icon-wrapper{color:#fff;background-color:#f26419;border-color:#f26419;transform:rotate(90deg)}.faq-section__trigger[data-state=open] .faq-section__icon-wrapper{color:#fff;background-color:#f26419;border-color:#f26419;transform:rotate(135deg)}.faq-section__icon{stroke-width:2.5px;width:16px;height:16px}.faq-section__answer-wrapper{z-index:1;position:relative;overflow:hidden}.faq-section__answer-wrapper[data-state=closed]{animation:.2s ease-out faq-accordion-up}.faq-section__answer-wrapper[data-state=open]{animation:.2s ease-out faq-accordion-down}.faq-section__answer{color:#9a9a9a;padding:0 clamp(1.5rem,1.2rem + 1vw,2rem) clamp(1.5rem,1.2rem + 1vw,2rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.6}@keyframes faq-accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes faq-accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.portfolio-card{background-color:#fff;border-radius:16px;flex-direction:column;gap:16px;width:100%;padding-bottom:16px;transition:all .3s;display:flex;box-shadow:0 8px 30px #0000000a}.portfolio-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.portfolio-card__image-wrapper{aspect-ratio:16/11;background-color:#0000000d;border-radius:16px;width:100%;position:relative;overflow:hidden}.portfolio-card--full-width .portfolio-card__image-wrapper{aspect-ratio:21/9}@media (max-width:768px){.portfolio-card--full-width .portfolio-card__image-wrapper{aspect-ratio:16/11}}.portfolio-card__image{object-fit:cover;object-position:center;transition:transform .7s cubic-bezier(.2,1,.3,1)}.portfolio-card:hover .portfolio-card__image{transform:scale(1.05)}.portfolio-card__overlay{-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:2;background-color:#0003;justify-content:center;align-items:center;width:100%;height:100%;transition:all .4s;display:flex;position:absolute;top:0;left:0}.portfolio-card:hover .portfolio-card__overlay{opacity:1;visibility:visible}.portfolio-card__overlay-btn{-webkit-backdrop-filter:blur(12px);background-color:#ffffff26;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:16px;padding:12px 16px 12px 24px;transition:transform .5s cubic-bezier(.2,1,.3,1) .1s;display:flex;transform:translateY(20px);box-shadow:0 10px 30px #0000001a}.portfolio-card:hover .portfolio-card__overlay-btn{transform:translateY(0)}.portfolio-card__overlay-btn span{color:#fff;letter-spacing:.02em;font-size:.9rem;font-weight:500}.portfolio-card__overlay-icon{color:#fff;background-color:#f26419;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.portfolio-card__footer{flex-direction:column;align-items:flex-start;gap:8px;padding:0 8px;display:flex}.portfolio-card__title{color:#050505;margin:0;font-size:1rem;font-weight:500}.portfolio-card__category{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.portfolio-card__tag{color:#05050599;letter-spacing:.05em;background-color:#05050505;border:1px solid #0505051a;border-radius:9999px;padding:4px 10px;font-size:.6rem;font-weight:600}.vertical-labels{z-index:40;mix-blend-mode:difference;flex-direction:column;gap:4rem;display:flex;position:fixed;top:50%;left:2rem;transform:translateY(-50%)}.vertical-labels__link{letter-spacing:.1em;color:#fff9;mix-blend-mode:color-dodge;writing-mode:vertical-rl;font-size:clamp(.7rem,.65rem + .2vw,.8rem);font-weight:500;text-decoration:none;display:inline-block;transform:rotate(180deg)}.stats-block{color:#eaeaea;background-color:#111;border-radius:clamp(1.5rem,3vw,3rem);width:100%;margin:clamp(1.5rem,1.2rem + 1vw,2rem) 0;padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1.5rem,1.2rem + 1vw,2rem)}@media (max-width:768px){.stats-block{border-radius:clamp(1.25rem,2vw,2rem);padding:clamp(1.5rem,1.2rem + 1vw,2rem) clamp(1rem,.8rem + .8vw,1.5rem)}}.stats-block__container{flex-direction:column;justify-content:center;align-items:center;padding:0 1rem;display:flex}.stats-block__header{text-align:center;max-width:768px;margin-bottom:3rem}.stats-block__grid{flex-wrap:wrap;justify-content:space-around;gap:2rem;width:100%;display:flex}@media (min-width:768px){.stats-block__grid{flex-wrap:nowrap;justify-content:space-between;gap:1.5rem}}@media (min-width:1024px){.stats-block__grid{gap:3rem}}.stats-block__item{flex-direction:column;flex:40%;justify-content:center;align-items:center;min-width:140px;padding:.5rem;display:flex}@media (min-width:768px){.stats-block__item{flex:1 1 0;min-width:0}}.stats-block__ticker{color:inherit}.stats-block__title{color:#fff;margin-bottom:clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:700}@media (max-width:768px){.stats-block__title{font-size:clamp(1.75rem,1.4rem + 1.5vw,2.5rem)}}.stats-block__description{color:#9a9a9a;font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem)}.stats-block__number{color:#f26419;white-space:nowrap;justify-content:center;align-items:baseline;margin-bottom:clamp(.25rem,.2rem + .2vw,.5rem);font-size:clamp(2.5rem,2rem + 3vw,5.5rem);font-weight:500;display:flex}@media (max-width:768px){.stats-block__number{font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem)}}.stats-block__suffix{margin-left:.25rem;font-size:clamp(2rem,1.6rem + 2vw,3.5rem)}@media (max-width:768px){.stats-block__suffix{font-size:clamp(1.75rem,1.4rem + 1.5vw,2.5rem)}}.stats-block__label{color:#9a9a9a;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:500}@media (max-width:768px){.stats-block__label{font-size:clamp(.8rem,.7rem + .2vw,.95rem)}}.stats-block--glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1116;border:1px solid #ffffff1a}.cta-section-wrapper{padding:clamp(1.5rem,1.2rem + 1vw,2rem) 0}.cta-block{color:#eaeaea;background:#111;border:1px solid #9a9a9a1a;border-radius:clamp(1.25rem,2vw,2rem);gap:clamp(2rem,1.5rem + 1.5vw,3rem);padding:clamp(2rem,1.5rem + 1.5vw,3rem);display:flex}@media (max-width:992px){.cta-block{flex-direction:column;padding:clamp(1.5rem,1.2rem + 1vw,2rem)}}.cta-block__left{flex:1;max-width:450px}.cta-block__title{margin:0 0 clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:500;line-height:1.1}.cta-block__desc{color:#9a9a9a;margin:0 0 clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.5}.cta-block__right{flex:1}.cta-form{flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.form-label{color:#eaeaea;margin:0 0 clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:500}.form-row{gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}@media (max-width:576px){.form-row{flex-direction:column}}.form-input,.form-textarea{color:#eaeaea;background:#05050580;border:1px solid #9a9a9a33;border-radius:clamp(.5rem,.8vw,.75rem);width:100%;padding:14px clamp(1rem,.8rem + .8vw,1.5rem);font-family:inherit;font-size:clamp(.85rem,.6rem + .5vw,1.25rem)}.form-input::placeholder,.form-textarea::placeholder{color:#9a9a9a80}.form-input:focus,.form-textarea:focus{border-color:#f26419;outline:none}.form-textarea{resize:vertical;min-height:120px}.feedbacks-section{background-color:#eaeaea;padding:clamp(2rem,1.5rem + 1.5vw,3rem) 0}.feedbacks-section__container{background-color:#fff;border-radius:clamp(1.25rem,2vw,2rem);padding:clamp(1.5rem,1.2rem + 1vw,2rem) clamp(1rem,.8rem + .8vw,1.5rem);box-shadow:0 4px 40px #00000008}@media (max-width:768px){.feedbacks-section__container{padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1.5rem,1.2rem + 1vw,2rem)}}.feedbacks-section__title{text-align:center;letter-spacing:-.02em;word-break:break-word;margin-bottom:clamp(1.5rem,1.2rem + 1vw,2rem);font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:700}@media (max-width:768px){.feedbacks-section__title{margin-bottom:clamp(2rem,1.5rem + 1.5vw,3rem);font-size:clamp(2.5rem,2rem + 3vw,5.5rem)}}.feedbacks-section__title{-webkit-text-fill-color:#0000;color:#0000;background-image:url(https://images.unsplash.com/photo-1557672172-298e090bd0f1?auto=format&fit=crop&w=1200&q=80);background-position:50%;background-size:cover;-webkit-background-clip:text}.feedbacks-section__carousel-wrapper{padding-bottom:clamp(1.5rem,1.2rem + 1vw,2rem);position:relative}.feedbacks-swiper{overflow:visible!important}.feedbacks-swiper .swiper-pagination{justify-content:center;align-items:center;gap:8px;display:flex;bottom:-30px!important}.feedbacks-bullet{opacity:.3;cursor:pointer;background-color:#9a9a9a;width:12px;height:2px;transition:all .3s}.feedbacks-bullet-active{opacity:1;background-color:#111;width:24px}.feedback-card{background-color:#fff;flex-direction:column;height:100%;padding:clamp(1rem,.8rem + .8vw,1.5rem);display:flex;position:relative}@media (max-width:768px){.feedback-card{padding:clamp(1.5rem,1.2rem + 1vw,2rem)}}.feedback-card__quote-mark{color:#f0f0f0;z-index:1;font-family:serif;font-size:8rem;line-height:1;position:absolute;top:clamp(1rem,.8rem + .8vw,1.5rem);left:clamp(1rem,.8rem + .8vw,1.5rem)}@media (max-width:768px){.feedback-card__quote-mark{top:clamp(1.5rem,1.2rem + 1vw,2rem);left:clamp(1.5rem,1.2rem + 1vw,2rem)}}.feedback-card__stars{z-index:2;gap:2px;margin-bottom:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative}.feedback-card__stars .star{color:#f90;font-size:1.25rem}.feedback-card__text{color:#050505;z-index:2;flex-grow:1;margin-bottom:clamp(1.5rem,1.2rem + 1vw,2rem);font-size:1.125rem;font-weight:500;line-height:1.6;position:relative}@media (max-width:768px){.feedback-card__text{margin-left:2.5rem;font-size:1.25rem}}.feedback-card__divider{border:none;border-top:1px solid #eaeaea;margin-bottom:clamp(1rem,.8rem + .8vw,1.5rem)}.feedback-card__author-info{justify-content:space-between;align-items:center;display:flex}@media (max-width:768px){.feedback-card__author-info{margin-left:2.5rem}}.feedback-card__author-details{flex-direction:column;display:flex}.feedback-card__author-name{color:#050505;margin-bottom:2px;font-size:1rem;font-weight:600}.feedback-card__author-role{color:#9a9a9a;font-size:.875rem}.feedback-card__author-avatar{border-radius:50%;width:40px;height:40px;overflow:hidden}.feedback-card__author-avatar img{object-fit:cover;width:100%;height:100%}.approach-card--dark .approach-card__description{color:#9a9a9a}.approach-card__title{margin-bottom:.5rem;font-size:clamp(1.5rem,2dvw,1.8rem);font-weight:600}.approach-card__logo{opacity:.8;width:24px;height:24px}@media (max-width:768px){.approach-card{min-height:auto;transform:none!important}}.hero-section{color:#eaeaea;z-index:50;background-color:#eaeaea;flex-direction:column;justify-content:space-between;width:100%;height:100dvh;padding:clamp(1.5rem,2.6vw,5rem) clamp(1.25rem,3.2vw,5rem);display:flex;position:relative;overflow:hidden}@media (max-width:768px){.hero-section{padding:clamp(1.5rem,1.2rem + 1vw,2rem) clamp(1rem,.8rem + .8vw,1.5rem)}}.hero-section__bg{z-index:0;border-radius:inherit;background-color:#eaeaea;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero-section__bg .hero-section__video{object-fit:cover;object-position:center 20%;z-index:0;pointer-events:none;background-color:#eaeaea;width:100%;height:100%;position:absolute;inset:0}.hero-section__header{z-index:10;justify-content:space-between;align-items:center;gap:clamp(1rem,2.8vw,4rem);width:100%;display:flex}@media (max-width:768px){.hero-section__header{flex-direction:column;align-items:flex-start;gap:clamp(1.5rem,1.2rem + 1vw,2rem)}}.hero-section__headline{letter-spacing:-.02em;text-shadow:113px 88px 24px #00000073;font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:700;line-height:1.1}@media (max-width:768px){.hero-section__headline{font-size:clamp(2.5rem,2rem + 3vw,5.5rem)}}.hero-section__subheadlines{flex-direction:column;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.hero-section__subheadline{letter-spacing:-.02em;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:300;line-height:1.5}.hero-section__subheadline--accent{color:#f26419;font-weight:600}@media (max-width:768px){.hero-section__subheadline{font-size:clamp(.85rem,.6rem + .5vw,1.25rem)}}.hero-section__subheadline-highlight{color:#eaeaea;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:500}.hero-section__logo{letter-spacing:-.05em;text-transform:capitalize;align-items:center;font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:700;line-height:1;display:flex}.hero-section__header-info{flex:1;justify-content:center;gap:clamp(1rem,2.8vw,4rem);display:flex}@media (max-width:768px){.hero-section__header-info{justify-content:space-between;gap:clamp(1rem,.8rem + .8vw,1.5rem);width:100%}}.hero-section__info-block{flex-direction:column;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.hero-section__info-block span{text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;font-size:clamp(.65rem,.6rem + .15vw,.8rem)}.hero-section__info-block span:first-child{color:#eaeaea}.hero-section__header-actions{align-items:center;gap:clamp(.75rem,1.1vw,1.5rem);display:flex}@media (max-width:768px){.hero-section__header-actions{justify-content:space-between;width:100%}}.hero-section__dots{-webkit-backdrop-filter:blur(16px);color:#fff;cursor:pointer;background:#0006;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:inset 0 1px 2px #fff3}.hero-section__dots svg{stroke-width:2.5px;filter:drop-shadow(0 0 8px #fff6);transition:all .4s cubic-bezier(.165,.84,.44,1)}.hero-section__dots:hover{color:#f26419;background:#0009;border-color:#f2641980;transform:scale(1.1);box-shadow:0 4px 15px #0000004d,inset 0 1px 2px #f2641966}.hero-section__dots:hover svg{filter:drop-shadow(0 0 8px #f2641999)}.hero-section__content{text-align:left;z-index:10;flex-direction:column;align-items:flex-start;gap:clamp(1.25rem,2.8vw,4rem);max-width:clamp(22rem,48vw,74rem);max-height:100dvh;margin-bottom:clamp(2rem,6vw,6rem);margin-left:auto;margin-right:clamp(1rem,7vw,7rem);display:flex}@media (max-width:768px){.hero-section__content{text-align:center;align-items:center;max-width:100%;margin:4rem auto;padding-inline:2rem}}.hero-section__cta{margin-top:clamp(.75rem,1.2vw,1.5rem)}.timeline-card[data-slot=card]{padding:1rem;background:#fff;border-radius:.75rem;flex-direction:column;gap:1rem;height:100%;padding-bottom:1rem;transition:box-shadow .2s;display:flex;box-shadow:0 1px 2px #1111110f}.timeline-card[data-slot=card]:hover{box-shadow:0 6px 18px #1111111f}.timeline-card__icon{border-radius:.5rem;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;display:flex}.timeline-card__icon-svg{flex:none;width:1.25rem;height:1.25rem}.timeline-card__title{color:#111827;margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.timeline-card__desc{color:#4b5563;font-size:.95rem;line-height:1.5}.timeline-card__year{border-radius:.5rem;align-self:flex-start;padding:.2em .7em;font-size:.9rem;font-weight:600}.about-section{background:#050505;padding-block:5rem;position:relative;overflow:hidden}@media (max-width:768px){.about-section{padding-block:4rem}}@media (max-width:576px){.about-section{padding-block:2.5rem}}.about-section__blur{filter:blur(48px);z-index:0;pointer-events:none;border-radius:50%;position:absolute}.about-section__blur--orange{opacity:.18;background:#f26419;width:300px;height:300px;top:-6rem;left:-6rem}.about-section__blur--peach{opacity:.12;background:#f26419;width:220px;height:220px;bottom:-8rem;right:0}.about-section__container{z-index:10;max-width:1400px;margin-inline:auto;padding-inline:6rem;position:relative}@media (max-width:1200px){.about-section__container{padding-inline:3rem}}@media (max-width:992px){.about-section__container{padding-inline:2rem}}@media (max-width:768px){.about-section__container{padding-inline:1.5rem}}@media (max-width:576px){.about-section__container{padding-inline:1rem}}.about-section__main{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;margin-bottom:5rem;display:grid}@media (max-width:992px){.about-section__main{flex-direction:column;gap:2rem;margin-bottom:2.5rem;display:flex}}.about-section__text{flex-direction:column;gap:1.5rem;display:flex}.about-section__label{color:#9a9a9a;letter-spacing:.08em;text-transform:uppercase;font-size:.875rem;font-weight:600}.about-section__headline{font-family:var(--font-montserrat);color:#eaeaea;font-size:2rem;font-weight:700;line-height:1.1}@media (max-width:576px){.about-section__headline{font-size:2.5rem}}@media (max-width:768px){.about-section__headline{font-size:3rem}}.about-section__headline .about-section__headline-accent{color:#f26419}.about-section__desc{color:#eaeaea;font-size:1rem;font-weight:500}@media (max-width:576px){.about-section__desc{font-size:1.125rem}}@media (max-width:768px){.about-section__desc{font-size:1.25rem}}.about-section__body{color:#9a9a9a;font-family:var(--font-inter);flex-direction:column;gap:.75rem;font-size:1rem;font-weight:400;line-height:1.7;display:flex}@media (max-width:576px){.about-section__body{gap:1.25rem}}.about-section__timeline{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:576px){.about-section__timeline{grid-template-columns:1fr}}.about-section__stats{grid-template-columns:1fr 1fr 1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}@media (max-width:768px){.about-section__stats{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width:576px){.about-section__stats{grid-template-columns:1fr}}.expertise-section{color:#eaeaea;background:#111;border-radius:clamp(1.25rem,2vw,2rem);margin:0 clamp(.25rem,.2rem + .2vw,.5rem);padding:clamp(1rem,.8rem + .8vw,1.5rem) 0;overflow:hidden}@media (max-width:768px){.expertise-section{border-radius:1.5rem}}.expertise-section__container{width:min(1920px,100%);margin-inline:auto;padding:clamp(1rem,.8rem + .8vw,1.5rem)}.expertise-section__header{margin-bottom:4rem}.expertise-section__label{letter-spacing:.1em;color:#eaeaea;text-transform:uppercase;font-size:clamp(.65rem,.6rem + .15vw,.8rem);font-weight:600}.expertise-section__divider{border:none;border-top:1px solid #fff3;margin-top:clamp(1rem,.8rem + .8vw,1.5rem)}.expertise-section__content{grid-template-columns:350px 1fr;align-items:center;gap:8rem;display:grid}@media (max-width:1200px){.expertise-section__content{gap:4rem}}@media (max-width:992px){.expertise-section__content{grid-template-columns:1fr;gap:4rem}}.expertise-section__intro{margin-bottom:5rem}.expertise-section__headline{color:#eaeaea;max-width:50rem;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:600;line-height:1.2}.expertise-section__headline--accent{color:#eaeaea}.expertise-section__subheadline{color:#eaeaeab3;margin-top:1rem;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.5}.expertise-section__footer{margin-top:4rem}.expertise-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#19191999;border:1px solid #eaeaea0d;border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;width:100%;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.expertise-card:before{content:"";border-radius:inherit;pointer-events:none;opacity:.5;z-index:0;animation:2.5s ease-in-out infinite alternate expertise-glow;position:absolute;inset:0;box-shadow:0 0 64px 16px #f264191a}.expertise-card>*{z-index:1;position:relative}@keyframes expertise-glow{0%{opacity:.5;box-shadow:0 0 64px 16px #f264191a}to{opacity:1;box-shadow:0 0 96px 32px #f2641933}}.expertise-card__image-wrapper{aspect-ratio:1;background:#19191999;width:100%;position:relative}.expertise-card__image{object-position:top;object-fit:cover;opacity:.8}.expertise-card__info{background:0 0;flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem);padding:clamp(1.5rem,1.2rem + 1vw,2rem) clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.expertise-card__title{letter-spacing:.02em;font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem);font-weight:600}.expertise-card__description{color:#eaeaeab3;min-height:3rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);line-height:1.6}.expertise-card__cta-btn{justify-content:space-between;width:100%;margin-top:1.5rem;padding-left:clamp(1.5rem,1.2rem + 1vw,2rem)}.expertise-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.expertise-list__item{cursor:pointer;border-top:1px solid #fff3;padding-block:2.5rem;position:relative;overflow:hidden}.expertise-list__item:after{content:"";background:#f26419;width:0;height:1px;transition:width .4s;position:absolute;bottom:0;left:0}.expertise-list__item:last-child{border-bottom:1px solid #eaeaea0d}.expertise-list__item--active:after{width:100%}.expertise-list__item--active .expertise-list__text,.expertise-list__item:hover .expertise-list__text{color:#eaeaea;opacity:1}.expertise-list__text{color:#eaeaea;opacity:.2;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:500;transition:all .5s cubic-bezier(.16,1,.3,1);display:block}.pricing-button{color:#eaeaea;letter-spacing:.05em;align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600;text-decoration:none;display:inline-flex}.pricing-button__icon{color:#eaeaea;background:#f26419;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.our-approach{background-color:#eaeaea;padding:clamp(2rem,1.5rem + 1.5vw,3rem) 0;position:relative;overflow:hidden}.our-approach__container{width:min(1920px,100%);margin-inline:auto;padding-inline:clamp(2rem,1.5rem + 1.5vw,3rem)}.our-approach__header{flex-direction:column;padding-top:clamp(2rem,1.5rem + 1.5vw,3rem);display:flex}.our-approach__header-row{flex-direction:row;align-items:center;gap:clamp(1.5rem,1.2rem + 1vw,2rem);width:100%;display:flex}@media (max-width:768px){.our-approach__header-row{flex-direction:column;align-items:flex-start;gap:clamp(1rem,.8rem + .8vw,1.5rem)}}.our-approach__rotating-text{background:#eaeaea;flex:none;justify-content:flex-start;align-items:center;min-width:180px;display:flex}@media (max-width:768px){.our-approach__rotating-text{justify-content:flex-start;width:100%;min-width:0;display:none}}.our-approach__subtitle{letter-spacing:.05em;text-transform:uppercase;color:#0009;border-bottom:1px solid #0000001a;padding-bottom:clamp(.25rem,.2rem + .2vw,.5rem);font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.our-approach__title{color:#111;text-align:left;max-width:45vw;margin-top:clamp(2rem,1.5rem + 1.5vw,3rem);margin-left:auto;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:500;line-height:1.1}@media (max-width:768px){.our-approach__title{max-width:100%;margin-left:0}}@media (max-width:576px){.our-approach__title{padding-top:clamp(1rem,.8rem + .8vw,1.5rem)}}.our-approach__cards{grid-template-columns:repeat(3,1fr);align-items:center;gap:clamp(2rem,1.5rem + 1.5vw,3rem);min-height:400px;display:grid;position:relative}@media (max-width:768px){.our-approach__cards{grid-template-columns:1fr;gap:2rem;min-height:auto;padding-top:2rem}}.our-approach__bg-icon{opacity:.05;pointer-events:none;z-index:0;width:clamp(100px,20dvw,300px);height:auto;position:absolute;bottom:5%;left:5%}.our-approach__bg-icon--right{bottom:10%;left:auto;right:5%;transform:rotate(15deg)}.approach-card{z-index:1;background:#fff;border-radius:24px;flex-direction:column;gap:1.5rem;min-height:320px;padding:clamp(1.5rem,1.2rem + 1vw,2rem);transition:transform .4s,box-shadow .4s;display:flex;position:relative;box-shadow:0 20px 40px #0000001a}.approach-card--dark{color:#eaeaea;background:#050505}.approach-card__title{color:#111;margin-bottom:.5rem;font-size:clamp(1.5rem,1.2rem + 1vw,2rem);font-weight:600}.approach-card__title--dark{color:#eaeaea;background:#050505}.approach-card__description{color:#111;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.6}.approach-card__description--dark{color:#eaeaea;background:#050505}.approach-card__footer{justify-content:flex-end;margin-top:auto;display:flex}.approach-card__logo{opacity:.8;color:#111;width:24px;height:24px}.approach-card__logo--dark{color:#eaeaea;background:#050505}.approach-card:hover{box-shadow:0 20px 40px #2323231a;transform:translateY(-10px)!important}@media (max-width:768px){.approach-card{min-height:auto;transform:none!important}}.blog-section{background:#111;padding-block:4rem;position:relative;overflow:hidden}.blog-section__container{z-index:10;max-width:1400px;margin-inline:auto;padding-inline:1rem;position:relative}@media (max-width:576px){.blog-section__container{padding-inline:1.5rem}}@media (max-width:768px){.blog-section__container{padding-inline:2rem}}@media (max-width:992px){.blog-section__container{padding-inline:3rem}}@media (max-width:1200px){.blog-section__container{padding-inline:6rem}}.blog-section__header{flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}@media (max-width:768px){.blog-section__header{align-items:flex-start}}@media (min-width:769px){.blog-section__header{flex-direction:row}}.blog-section__title{font-family:var(--font-montserrat);color:#eaeaea;font-size:3rem;font-weight:700;line-height:1.1}@media (max-width:768px){.blog-section__title{font-size:2.25rem}}.blog-section__title-accent{color:#f26419}.blog-section__cta{color:#eaeaea;background:#f26419;border-radius:.5rem;padding:.75rem 1rem;font-size:1.25rem;font-weight:700;transition:transform .15s,background-color .15s,color .15s}@media (max-width:768px){.blog-section__cta{font-size:1.125rem}}@media (max-width:576px){.blog-section__cta{font-size:1rem}}.blog-section__cta:hover{color:#eaeaea;background:#f26419;transform:scale(1.04)}.blog-section__cta-link{align-items:center;gap:.5rem;display:flex}.blog-section__cards{z-index:10;position:relative}.our-blog{background-color:#eaeaea;padding:3rem .1rem}.our-blog__container{flex-direction:column;gap:4rem;width:min(1920px,100%);margin-inline:auto;display:flex}.our-blog__header{text-align:center;max-width:800px;margin-inline:auto}.our-blog__title{color:#111;letter-spacing:-.02em;font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:600}.our-blog__subtitle{letter-spacing:.1em;text-transform:uppercase;color:#111;margin-bottom:.5rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.our-blog__paragragh{color:#050505;margin:0;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:400;line-height:1.4}.our-blog__grid{grid-template-columns:repeat(3,1fr);gap:clamp(1rem,.8rem + .8vw,1.5rem);display:grid}@media (max-width:992px){.our-blog__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.our-blog__grid{grid-template-columns:1fr}}.our-blog__column{flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.blog-card{border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;justify-content:space-between;height:80vh;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.blog-card:hover{transform:translateY(-5px)}.blog-card__text{border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;height:27%;padding:2.5rem;display:flex}.blog-card__media{border-radius:clamp(.75rem,1.2vw,1.25rem);height:70%;position:relative;overflow:hidden}.blog-card__img{object-fit:cover;width:100%;height:100%}.blog-card--dark .blog-card__text{color:#fff;background-color:#050505}.blog-card--light .blog-card__text{color:#050505;background-color:#fff;box-shadow:inset 0 0 0 1px #1111111a}.blog-card__header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.blog-card__tag{text-transform:uppercase;letter-spacing:.05em;background-color:#ffffff1a;border-radius:4px;padding:.25rem .5rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:700}.blog-card--light .blog-card__tag{background-color:#0505050d}.blog-card__date{color:#ffffff73;font-size:clamp(.8rem,.7rem + .2vw,.95rem)}.blog-card--light .blog-card__date{color:#05050580}.blog-card__title{margin:0;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:400;line-height:1.4}.blog-card__read-more-btn{z-index:10;position:absolute;bottom:1.5rem;right:1.5rem}.get-in-touch{border-radius:clamp(1.25rem,2vw,2rem);margin:0 clamp(.25rem,.2rem + .2vw,.5rem);padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1rem,.8rem + .8vw,1.5rem);position:relative;overflow:hidden}@media (max-width:768px){.get-in-touch{border-radius:clamp(1.5rem,3vw,3rem)}}.get-in-touch--dark{color:#fff;background-color:#111}.get-in-touch--light{color:#050505;background-color:#fff}.get-in-touch:before{content:"";opacity:.05;pointer-events:none;background-image:url(https://www.transparenttextures.com/patterns/carbon-fibre.png);position:absolute;inset:0}.get-in-touch--light:before{opacity:.02}.get-in-touch__container{z-index:1;width:min(1920px,100%);margin-inline:auto;position:relative}.get-in-touch__header{align-items:center;gap:clamp(1.5rem,1.2rem + 1vw,2rem);margin-bottom:clamp(2rem,1.5rem + 1.5vw,3rem);display:flex}.get-in-touch__header-label{text-transform:uppercase;letter-spacing:.1em;color:#fff9;white-space:nowrap;font-size:clamp(.8rem,.7rem + .2vw,.95rem)}.get-in-touch__header-line{background-color:#ffffff1a;flex-grow:1;height:1px}.get-in-touch--light .get-in-touch__header-label{color:#05050599}.get-in-touch--light .get-in-touch__header-line{background-color:#0505051f}.get-in-touch--light .get-in-touch__profile-card,.get-in-touch--light .get-in-touch__form-container{box-shadow:0 18px 50px #0000001a}.get-in-touch__content{grid-template-columns:1.3fr 1fr;align-items:start;gap:clamp(3rem,6vw,8rem);display:grid}@media (max-width:992px){.get-in-touch__content{grid-template-columns:1fr;gap:4rem}}.get-in-touch__info{flex-direction:column;gap:clamp(2rem,1.5rem + 1.5vw,3rem);display:flex}.get-in-touch__title{max-width:900px;margin-bottom:clamp(1.5rem,1.2rem + 1vw,2rem);font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:500;line-height:1.1}@media (max-width:992px){.get-in-touch__title{max-width:100%}}.get-in-touch__profile-card{background-color:#ffffff08;border:1px solid #ffffff14;border-radius:clamp(1.5rem,3vw,3rem);align-items:center;gap:clamp(1.5rem,1.2rem + 1vw,2rem);width:fit-content;max-width:100%;padding:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex}@media (max-width:576px){.get-in-touch__profile-card{flex-direction:column;align-items:flex-start;padding:clamp(1rem,.8rem + .8vw,1.5rem)}}.get-in-touch__profile-card-image{border-radius:clamp(1.25rem,2vw,2rem);flex-shrink:0;width:120px;height:120px;overflow:hidden}.get-in-touch__profile-card-image img{object-fit:cover;width:100%;height:100%}.get-in-touch__profile-card-details{flex-direction:column;gap:clamp(.25rem,.2rem + .2vw,.5rem);display:flex}.get-in-touch__profile-card-role{text-transform:uppercase;color:#ffffff80;letter-spacing:.05em;font-size:clamp(.8rem,.7rem + .2vw,.95rem)}.get-in-touch__profile-card-name{margin-bottom:clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(1.25rem,1.1rem + .8vw,1.5rem);font-weight:600}.get-in-touch__profile-card--solid{color:#050505;background-color:#fff;border:1px solid #9a9a9a}.get-in-touch--dark .get-in-touch__profile-card--solid .get-in-touch__profile-card-role{color:#0505058c}.get-in-touch--light .get-in-touch__profile-card{background-color:#05050508;border:1px solid #0505051a}.get-in-touch--light .get-in-touch__profile-card--solid{background-color:#fff;border:1px solid #9a9a9a}.get-in-touch--light .get-in-touch__profile-card-role{color:#0505058c}.get-in-touch__address-title{margin-bottom:clamp(1rem,.8rem + .8vw,1.5rem);font-size:clamp(1.1rem,1rem + .5vw,1.4rem);font-weight:600}.get-in-touch__address-list{flex-direction:column;gap:clamp(.5rem,.4rem + .5vw,1rem);padding:0;list-style:none;display:flex}.get-in-touch__address-item{color:#fff9;gap:clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(.85rem,.6rem + .5vw,1.25rem);display:flex}.get-in-touch__address-item span:first-child{color:#fff6}.get-in-touch__address-item--link a{color:#fff9;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.get-in-touch__address-item--link span:first-child{color:#fff6}.get-in-touch--light .get-in-touch__address-title{color:#050505}.get-in-touch--light .get-in-touch__address-item{color:#050505b3}.get-in-touch--light .get-in-touch__address-item span:first-child{color:#05050580}.get-in-touch--light .get-in-touch__address-item--link a{color:#050505b3}.get-in-touch--light .get-in-touch__address-item--link span:first-child{color:#05050580}@keyframes liquidBreathing{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.get-in-touch__form-container{z-index:2;border-radius:clamp(1.5rem,3vw,3rem);padding:clamp(2rem,1.5rem + 1.5vw,3rem);position:relative}@media (max-width:576px){.get-in-touch__form-container{border-radius:clamp(1.25rem,2vw,2rem);padding:clamp(1.5rem,1.2rem + 1vw,2rem)}}.get-in-touch__form-container--glass{-webkit-backdrop-filter:blur(40px)saturate(140%);background:linear-gradient(135deg,#14141466 0%,#0a0a0ab3 50%,#050505e6 100%);border:none;border-top:1px solid #f264194d;transition:transform .2s cubic-bezier(.165,.84,.44,1);animation:8s cubic-bezier(.45,0,.55,1) infinite liquidBreathing;box-shadow:0 30px 60px #0006,inset 0 1px #f2641933,inset 0 -1px 2px #0003,inset 0 0 20px #f264190d}.get-in-touch__form-container--solid{color:#050505;background-color:#fff;border:1px solid #9a9a9a}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-label{color:#0505058c}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-input-wrapper:after{background-color:#05050524}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-input-wrapper:focus-within:after{background-color:#050505}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-input,.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-textarea{color:#050505}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-input::placeholder,.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-textarea::placeholder{color:#05050559}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-select{color:#050505}.get-in-touch--dark .get-in-touch__form-container--solid .get-in-touch__form-select option{color:#050505;background:#fff}.get-in-touch--light .get-in-touch__form-container--glass .get-in-touch__form-label{color:#0505058c}.get-in-touch--light .get-in-touch__form-container--glass .get-in-touch__form-input-wrapper:after{background-color:#05050524}.get-in-touch--light .get-in-touch__form-container--glass .get-in-touch__form-input-wrapper:focus-within:after{background-color:#050505}.get-in-touch--light .get-in-touch__form-container--glass .get-in-touch__form-input,.get-in-touch--light .get-in-touch__form-container--glass .get-in-touch__form-textarea{color:#050505}.get-in-touch--light .get-in-touch__form-container--glass .get-in-touch__form-input::placeholder,.get-in-touch--light .get-in-touch__form-container--glass .get-in-touch__form-textarea::placeholder{color:#05050559}.get-in-touch--light .get-in-touch__form-container--glass .get-in-touch__form-select{color:#050505}.get-in-touch--light .get-in-touch__form-container--glass .get-in-touch__form-select option{color:#050505;background:#fff}.get-in-touch--light .get-in-touch__form-container--glass{-webkit-backdrop-filter:blur(40px)saturate(140%);background:linear-gradient(135deg,#ffffffe6 0%,#fff9 50%,#fff6 100%);border:none;border-top:1px solid #f2641999;box-shadow:0 30px 60px #0000000d,inset 0 1px #f264194d,inset 0 -1px 2px #0000000d,inset 0 0 20px #fffc}.get-in-touch--light .get-in-touch__form-container--solid .get-in-touch__form-label{color:#0505058c}.get-in-touch--light .get-in-touch__form-container--solid .get-in-touch__form-input-wrapper:after{background-color:#05050524}.get-in-touch--light .get-in-touch__form-container--solid .get-in-touch__form-input-wrapper:focus-within:after{background-color:#050505}.get-in-touch--light .get-in-touch__form-container--solid .get-in-touch__form-input,.get-in-touch--light .get-in-touch__form-container--solid .get-in-touch__form-textarea{color:#050505}.get-in-touch--light .get-in-touch__form-container--solid .get-in-touch__form-input::placeholder,.get-in-touch--light .get-in-touch__form-container--solid .get-in-touch__form-textarea::placeholder{color:#05050559}.get-in-touch--light .get-in-touch__form-container--solid .get-in-touch__form-select{color:#050505}.get-in-touch--light .get-in-touch__form-container--solid .get-in-touch__form-select option{color:#050505;background:#fff}.get-in-touch--light .get-in-touch__form-container--solid{background-color:#fff;border:1px solid #9a9a9a}.get-in-touch__form{grid-template-columns:1fr 1fr;gap:clamp(2rem,1.5rem + 1.5vw,3rem);display:grid}@media (max-width:576px){.get-in-touch__form{grid-template-columns:1fr;gap:clamp(1.5rem,1.2rem + 1vw,2rem)}}.get-in-touch__form-group{flex-direction:column;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.get-in-touch__form-group--full{grid-column:1/-1}.get-in-touch__form-label{text-transform:uppercase;color:#fff6;letter-spacing:.05em;font-size:clamp(.8rem,.7rem + .2vw,.95rem)}.get-in-touch__form-input-wrapper{position:relative}.get-in-touch__form-input-wrapper:after{content:"";background-color:#ffffff1a;width:100%;height:1px;transition:background-color .3s;position:absolute;bottom:0;left:0}.get-in-touch__form-input-wrapper:focus-within:after{background-color:#fff}.get-in-touch__form-input,.get-in-touch__form-select,.get-in-touch__form-textarea{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:clamp(.85rem,.6rem + .5vw,1.25rem)}.get-in-touch__form-input::placeholder,.get-in-touch__form-select::placeholder,.get-in-touch__form-textarea::placeholder{color:#fff3}.get-in-touch__form-select{appearance:none;cursor:pointer;box-shadow:none!important;border:none!important;align-items:center!important;height:auto!important;padding:0!important;display:flex!important}.get-in-touch__form-select:focus{box-shadow:none!important;outline:none!important}.get-in-touch__form-select option{color:#fff;background:#111}.get-in-touch__form-textarea{resize:none;min-height:120px}.get-in-touch__form-footer{grid-column:1/-1;margin-top:clamp(1.5rem,1.2rem + 1vw,2rem)}.get-in-touch__select-content{z-index:100;border-radius:clamp(.75rem,1.2vw,1.25rem);position:relative;box-shadow:0 10px 30px #00000026,inset 0 1px 1px #fff6,inset 0 -1px 2px #0000001a;-webkit-backdrop-filter:blur(24px)saturate(140%)!important;border:none!important}.get-in-touch__select-content:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;z-index:-1;pointer-events:none;background:linear-gradient(135deg,#fff9 0%,#ffffff0d 50%,#ffffff4d 100%);padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.get-in-touch__select-content--dark{color:#fff!important;background:linear-gradient(145deg,#ffffff26 0%,#ffffff05 100%)!important}.get-in-touch__select-content--light{color:#050505!important;background:linear-gradient(145deg,#ffffffe6 0%,#fff9 100%)!important}.get-in-touch__select-content--light:before{background:linear-gradient(135deg,#fff 0%,#0000000d 50%,#fffc 100%)}.home-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative;overflow-x:hidden}.home-page__container{flex-direction:column;width:100%;max-width:clamp(100dvw,92dvw,1920px);margin-inline:auto;padding-left:clamp(1rem,2dvw,5rem);padding-right:clamp(1rem,2dvw,5rem);display:flex;overflow:hidden}.home-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;overflow:hidden}.home-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.home-page__vertical-labels{display:block}@media (max-width:768px){.home-page__vertical-labels{display:none}}.home-page__marquee-wrapper{background-color:#eaeaea;width:100%;padding-top:clamp(2rem,1.5rem + 1.5vw,3rem);padding-bottom:clamp(2rem,1.5rem + 1.5vw,3rem);overflow:hidden}.home-page__marquee{--duration:20s}.home-page__marquee-container{align-items:center;gap:clamp(2rem,1.5rem + 1.5vw,3rem);padding:0 clamp(1.5rem,1.2rem + 1vw,2rem);display:flex}.home-page__marquee-text{text-transform:uppercase;letter-spacing:-.02em;color:#050505e6;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:600;line-height:1.2}.services-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;padding:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative;overflow-x:hidden}.services-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;padding:3rem .1rem;overflow:hidden}.services-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.services-section{background-color:#eaeaea;width:100%;margin:0 auto;overflow-x:hidden}.services-section__header{margin-bottom:4rem}.services-section__label{text-transform:uppercase;letter-spacing:.05em;color:#9a9a9a;border-bottom:1px solid #9a9a9a;margin-bottom:3rem;padding-bottom:1rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.services-section__title{color:#050505;letter-spacing:-.02em;margin-left:auto;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:500;line-height:1.1}.services-section__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(320px,auto);gap:1.5rem;display:grid}@media (max-width:1024px){.services-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-section__grid{grid-template-columns:1fr}}.service-card{box-sizing:border-box;border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;padding:2.5rem;transition:box-shadow .3s cubic-bezier(.4,.2,.2,1),transform .3s cubic-bezier(.4,.2,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #28282812,0 .5px 2px #0000000a}.service-card__title{z-index:2;margin-bottom:1rem;font-size:1.25rem;font-weight:500;position:relative}.service-card__description{color:#111;z-index:2;max-width:90%;font-size:.875rem;line-height:1.6;position:relative}.service-card--span-2{grid-column:span 2}@media (max-width:1024px){.service-card--span-2{grid-column:span 2}}@media (max-width:768px){.service-card--span-2{grid-column:span 1}}.service-card--row-span-2{grid-row:span 2}@media (max-width:1024px){.service-card--row-span-2{grid-row:span 1}}.service-card--white{background-color:#fff;border:1px solid #9a9a9a}.service-card--white .service-card__title{color:#111}.service-card--black{background-color:#050505}.service-card--black .service-card__title{color:#fff}.service-card--black .service-card__description{color:#9a9a9a}.service-card--light-gray{background-color:#fff;border:1px solid #9a9a9a}.service-card--light-gray .service-card__title{color:#111}.service-card--image-bg{color:#fff;justify-content:flex-end}.service-card--image-bg .service-card__title{color:#fff}.service-card--image-bg .service-card__description{color:#ffffffb3}.service-card--image-bg:before{content:"";z-index:1;background:linear-gradient(#0000001a,#000c);position:absolute;inset:0}.service-card__bg-image{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.service-card__icons-row{gap:1rem;margin-top:auto;padding-top:2rem;display:flex}.service-card__icons-row .icon-circle{color:#050505;border:1px solid #9a9a9a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.service-card__top-right-icon{color:#050505;position:absolute;top:2.5rem;right:2.5rem}.service-card__mockup{flex-grow:1;justify-content:center;align-items:flex-end;min-height:250px;margin-top:2rem;display:flex;position:relative}.service-card__mockup img{object-fit:contain;max-width:100%;height:auto;transform:translateY(2.5rem)}.service-card__wireframe-icon{color:#fff;opacity:.8;width:64px;height:64px;margin:0 auto 2rem}.service-card__button{-webkit-backdrop-filter:blur(16px);color:#fff;letter-spacing:.05em;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:50px;align-items:center;gap:1rem;margin-top:auto;padding:.5rem 1rem .5rem .5rem;font-size:.75rem;font-weight:600;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 8px 32px #0003,inset 0 1px 2px #fff6}.service-card__button:hover{background:#ffffff26;border-color:#fff6;gap:1.5rem}.service-card__button:hover .btn-circle{color:#fff;background-color:#f26419;transform:rotate(90deg)}.service-card__button .btn-circle{color:#050505;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex}.service-card__testimonials{flex-wrap:wrap;gap:2rem;margin-top:auto;padding-top:2rem;display:flex}.service-card__testimonials .testimonial-item{align-items:center;gap:.75rem;display:flex}.service-card__testimonials .testimonial-item img{object-fit:cover;border-radius:50%;width:24px;height:24px}.service-card__testimonials .testimonial-item p{color:#050505;margin:0;font-size:.75rem;font-weight:600}.service-card--center-content{text-align:center;justify-content:center;align-items:center}.service-card--center-content .service-card__title{max-width:200px;margin:0 auto 2rem}.fun-facts{border-radius:clamp(1.25rem,2vw,2rem);padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1.5rem,1.2rem + 1vw,2rem);position:relative;overflow:hidden}.fun-facts:before{content:"";pointer-events:none;mix-blend-mode:overlay;background-image:url(/images/noise.png);background-repeat:repeat;position:absolute;inset:0}.fun-facts--background{background-color:#050505}.fun-facts--background:before{opacity:.2}.fun-facts--light{background-color:#eaeaea}.fun-facts--light:before{opacity:.05;mix-blend-mode:normal}.fun-facts--white{background-color:#fff}.fun-facts--white:before{opacity:.05;mix-blend-mode:normal}.fun-facts__container{z-index:1;width:min(1920px,100%);margin-inline:auto;position:relative}.fun-facts__content-grid{grid-template-columns:minmax(0,1fr) minmax(0,2.3fr);gap:clamp(2rem,1.5rem + 1.5vw,3rem);display:grid}@media (max-width:768px){.fun-facts__content-grid{grid-template-columns:1fr;gap:clamp(2rem,1.5rem + 1.5vw,3rem)}}.fun-facts__top-bar{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}@media (max-width:768px){.fun-facts__top-bar{grid-column:1}}.fun-facts__label{color:#eaeaeab3;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.fun-facts__line{background-color:#ffffff1a;width:100%;height:1px}.fun-facts__heading-wrapper{grid-column:2;justify-content:space-between;align-items:flex-start;display:flex}@media (max-width:768px){.fun-facts__heading-wrapper{flex-direction:column;grid-column:1;align-items:center}}.fun-facts__badge-container{grid-column:1;justify-content:center;align-items:center;padding-top:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex}@media (max-width:768px){.fun-facts__badge-container{grid-column:1;justify-content:center;margin-bottom:clamp(1.5rem,1.2rem + 1vw,2rem);padding-top:0}}.fun-facts__rotating-text{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex;width:180px!important;height:180px!important}.fun-facts__rotating-text text{fill:#fff!important}.fun-facts__rotating-text .rotating-text__center-text{color:#fff!important}.fun-facts__heading{color:#eaeaea;letter-spacing:-.02em;max-width:95%;font-size:clamp(2rem,1.6rem + 2vw,3.5rem);font-weight:400;line-height:1.2}@media (max-width:768px){.fun-facts__heading{text-align:center;margin-inline:auto}}.fun-facts__card-wrapper{grid-column:1}.fun-facts__stats-wrapper{grid-column:2}@media (max-width:768px){.fun-facts__stats-wrapper{grid-column:1}}.fun-facts__stats-grid{grid-template-columns:1fr 1fr;gap:4rem clamp(1.5rem,1.2rem + 1vw,2rem);width:100%;display:grid}@media (max-width:576px){.fun-facts__stats-grid{grid-template-columns:1fr;gap:clamp(2rem,1.5rem + 1.5vw,3rem)}}.fun-facts-card{-webkit-backdrop-filter:blur(24px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:clamp(1.5rem,3vw,3rem);height:100%;min-height:450px;position:relative;overflow:hidden;box-shadow:0 4px 30px #0000001a,inset 0 1px 1px #ffffff1a}.fun-facts-card:hover{background:#ffffff0d;transform:translateY(-8px);box-shadow:0 30px 60px #0003,inset 0 1px 1px #ffffff26}.fun-facts-card:hover .fun-facts-card__orb--1{transform:translate(-10%,10%)scale(1.2)}.fun-facts-card:hover .fun-facts-card__orb--2{transform:translate(10%,-10%)scale(1.1)}.fun-facts-card__liquid-orbs{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.fun-facts-card__orb{filter:blur(60px);opacity:.6;border-radius:50%;transition:transform 1.5s cubic-bezier(.19,1,.22,1);animation:8s ease-in-out infinite alternate floatOrb;position:absolute}.fun-facts-card__orb--1{background:#f26419;width:250px;height:250px;animation-delay:0s;top:-50px;left:-50px}.fun-facts-card__orb--2{background:#f264194d;width:300px;height:300px;animation-delay:-4s;bottom:-80px;right:-20px}@keyframes floatOrb{0%{transform:translate(0)scale(1)}to{transform:translate(20px,20px)scale(1.1)}}.fun-facts-card__content{z-index:1;flex-direction:column;justify-content:space-between;height:100%;padding:clamp(2rem,1.5rem + 1.5vw,3rem);display:flex}.fun-facts-card__bottom{flex-direction:column;gap:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex}.fun-facts-card__description{color:#fff;text-shadow:0 2px 10px #0003;max-width:95%;margin-top:clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(1.4rem,1.8vw,1.8rem);font-weight:300;line-height:1.4}.fun-facts-card__button{z-index:10;width:fit-content;position:absolute;bottom:clamp(2rem,1.5rem + 1.5vw,3rem);left:clamp(2rem,1.5rem + 1.5vw,3rem)}.fun-fact-stat{flex-direction:column;gap:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex}.fun-fact-stat__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.fun-fact-stat__title{color:#eaeaea99;letter-spacing:.05em;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.fun-fact-stat__icon{color:#eaeaea66}.fun-fact-stat__content{flex-direction:column;gap:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.fun-fact-stat__value{color:#eaeaea;letter-spacing:-.02em;font-size:clamp(2.5rem,2rem + 3vw,5.5rem);font-weight:400;line-height:1}.fun-fact-stat__description{color:#eaeaea80;max-width:80%;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.4}.fun-facts--light .fun-facts__label,.fun-facts--white .fun-facts__label{color:#050505b3}.fun-facts--light .fun-facts__line,.fun-facts--white .fun-facts__line{background-color:#0505051a}.fun-facts--light .fun-facts__heading,.fun-facts--white .fun-facts__heading{color:#050505}.fun-facts--light .fun-fact-stat__header,.fun-facts--white .fun-fact-stat__header{border-bottom:1px solid #0505051a}.fun-facts--light .fun-fact-stat__title,.fun-facts--white .fun-fact-stat__title{color:#05050599}.fun-facts--light .fun-fact-stat__icon,.fun-facts--white .fun-fact-stat__icon{color:#05050566}.fun-facts--light .fun-fact-stat__value,.fun-facts--white .fun-fact-stat__value{color:#050505}.fun-facts--light .fun-fact-stat__description,.fun-facts--white .fun-fact-stat__description{color:#05050580}.fun-facts--white .fun-facts-card{box-shadow:none;background-color:#eaeaea}.page-banner{border-radius:24px;align-items:flex-end;width:100%;height:50vh;min-height:400px;display:flex;position:relative;overflow:hidden}.page-banner__image{object-fit:cover;object-position:center center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.page-banner:before{content:"";z-index:1;background:linear-gradient(#0000 0%,#0003 60%,#0009 100%);position:absolute;inset:0}.page-banner__container{z-index:2;flex-direction:row;justify-content:center;align-items:center;gap:60px;width:100%;margin-top:auto;padding:80px 100px;display:flex;position:relative}@media (max-width:1024px){.page-banner__container{gap:20px;padding:40px}}@media (max-width:768px){.page-banner__container{flex-direction:column;align-items:flex-start;padding:30px}}.page-banner__title{color:#fff;letter-spacing:-.02em;white-space:nowrap;justify-content:center;align-items:center;margin-bottom:15px;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1;display:flex}@media (max-width:768px){.page-banner__title{white-space:normal}}.page-banner__logo{z-index:10;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;align-items:center;font-size:clamp(1.75rem,1.4rem + 1.5vw,2.5rem);font-weight:700;line-height:1;display:flex;position:absolute;top:1.5rem;left:1.5rem}.page-banner__logo-digital{color:#eaeaea}.page-banner__logo-cravery{color:#f26419}.page-banner__menu-btn{z-index:10;-webkit-backdrop-filter:blur(16px);color:#fff;cursor:pointer;background:#0006;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:inset 0 1px 2px #fff3}.page-banner__menu-btn svg{stroke-width:2.5px;filter:drop-shadow(0 0 8px #fff6);transition:all .4s cubic-bezier(.165,.84,.44,1)}.page-banner__menu-btn:hover{color:#f26419;background:#0009;border-color:#f2641980;transform:scale(1.1);box-shadow:0 4px 15px #0000004d,inset 0 1px 2px #f2641966}.page-banner__menu-btn:hover svg{filter:drop-shadow(0 0 8px #f2641999)}.page-banner__description{color:#eaeaea;justify-content:start;align-items:start;max-width:30vw;height:100%;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:500;line-height:1.5;display:flex}@media (max-width:768px){.page-banner__description{max-width:100%;margin-bottom:0}}.about-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative;overflow-x:hidden}.about-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;overflow:hidden}.about-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.about-company{background-color:#eaeaea;padding:clamp(.5rem,.4rem + .5vw,1rem);font-family:Poppins,Segoe UI,sans-serif;overflow:hidden}.about-company__container{flex-direction:column;align-items:center;gap:80px;width:min(1920px,100%);margin-inline:auto;display:flex}.about-company__header{text-align:center;flex-direction:column;align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);max-width:900px;margin-bottom:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex}.about-company__badge-wrapper{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative}.about-company__rotating-text{color:#050505;background-color:#0000;border-radius:0;padding:0;animation:20s linear infinite rotate;width:max-content!important}.about-company__badge-icon{z-index:1;color:#050505;font-size:24px}.about-company__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#050505;margin-top:clamp(.5rem,.4rem + .5vw,1rem);font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.about-company__title{color:#050505;font-size:clamp(2.25rem,1.8rem + 2.5vw,4.5rem);font-weight:600;line-height:1.1}.about-company__content{grid-template-columns:1fr 1fr;align-items:start;gap:60px;width:100%;display:grid}@media (max-width:992px){.about-company__content{grid-template-columns:1fr;gap:40px}}.about-company__image-card{background:#111;border-radius:32px;flex-direction:column;height:clamp(40rem,10vw,60rem);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.about-company__image-wrapper{width:100%;height:100%;position:relative}.about-company__image-wrapper img{object-fit:cover;width:100%;height:100%}.about-company__plus-btn{color:#eaeaea;cursor:pointer;background:#111;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .3s;display:flex;position:absolute;top:20px;left:20px}.about-company__plus-btn:hover{transform:scale(1.1)}.about-company__image-caption{text-align:center;color:#fff;-webkit-backdrop-filter:blur(40px);background:linear-gradient(135deg,#ffffff14 0%,#14141499 15%,#050505cc 100%);border:1px solid #0000004d;border-color:#ffffff26 #0000004d #0000004d #ffffff26;border-radius:100px;width:max-content;max-width:90%;padding:12px 24px;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:500;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 30px 60px #00000080,inset 0 2px 4px #ffffff40,inset 0 -2px 4px #0009}.about-company__info{color:#050505;flex-direction:column;gap:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.about-company__tabs{border-bottom:1px solid #0000001a;gap:30px;padding-bottom:12px;display:flex}.about-company__tab{cursor:pointer;color:#9a9a9a;text-transform:capitalize;background:0 0;border:none;padding:0;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:600;transition:all .3s;position:relative}.about-company__tab--active{color:#050505}.about-company__tab--active:after{content:"";background:#050505;width:100%;height:2px;position:absolute;bottom:-13px;left:0}.about-company__description-wrapper{min-height:clamp(4rem,5vw,10rem)}.about-company__description{color:#050505;max-width:480px;margin:0;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.6}.about-company__features{flex-direction:column;gap:clamp(1.5rem,1.2rem + 1vw,2rem);margin-top:3rem;display:flex}.about-company__feature-item{cursor:default;border-radius:clamp(.75rem,1.2vw,1.25rem);align-items:center;gap:clamp(1.5rem,1.2rem + 1vw,2rem);padding:clamp(.5rem,.4rem + .5vw,1rem);transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex}.about-company__feature-item:hover{background:#fff;transform:translateY(-4px);box-shadow:0 10px 30px #00000008}.about-company__feature-item:hover .about-company__feature-icon{color:#fff;background:#f26419;transform:scale(1.1)rotate(5deg);box-shadow:0 8px 16px #f264194d}.about-company__feature-item:hover .about-company__feature-title{color:#f26419}.about-company__feature-icon{color:#f26419;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 4px 12px #00000008}.about-company__feature-text{flex-direction:column;gap:8px;display:flex}.about-company__feature-title{color:#050505;letter-spacing:-.01em;margin:0;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);font-weight:600;transition:color .3s}.about-company__feature-description{color:#05050599;margin:0;font-size:15px;line-height:1.6}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.our-history{background-color:#050505;border-radius:24px;padding:3rem .1rem}.our-history__container{width:min(1920px,100%);margin-inline:auto;padding:clamp(.5rem,.4rem + .5vw,1rem)}.our-history__label{text-transform:uppercase;letter-spacing:.15em;color:#fff;opacity:.6;border-bottom:1px solid #eaeaea;margin-bottom:60px;padding-bottom:1.2rem;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:500;display:block}.our-history__content{grid-template-columns:1fr;align-items:start;gap:40px;display:grid}@media (min-width:1024px){.our-history__content{grid-template-columns:.35fr .65fr;gap:100px}}.our-history__milestones{flex-direction:column;gap:24px;display:flex}.our-history__details{flex-direction:column;gap:48px;display:flex}.our-history__heading{color:#eaeaea;max-width:600px;margin-bottom:20px;font-size:clamp(28px,4vw,42px);font-weight:500;line-height:1.25}.our-history__image-frame{aspect-ratio:1;background:#eaeaea;border-radius:clamp(1.25rem,2vw,2rem);width:100%;height:clamp(11rem,31vw,26rem);position:relative;overflow:hidden}@media (min-width:768px){.our-history__image-frame{aspect-ratio:4/3}}@media (min-width:1024px){.our-history__image-frame{aspect-ratio:1.2}}.our-history__image{object-fit:cover;width:100%;height:100%;display:block}.history-card{-webkit-backdrop-filter:blur(40px);cursor:default;background:linear-gradient(135deg,#ffffff14 0%,#14141499 15%,#050505cc 100%);border:1px solid #0000004d;border-color:#ffffff26 #0000004d #0000004d #ffffff26;border-radius:clamp(1.25rem,2vw,2rem);padding:clamp(1rem,.8rem + .8vw,1.5rem);transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 10px 30px #00000080,inset 0 2px 4px #ffffff40,inset 0 -2px 4px #0009}.history-card:hover{background:linear-gradient(135deg,#ffffff1f 0%,#f2641914 50%,#050505e6 100%);border-color:#f2641980 #0006 #0006 #f2641980;transform:translateY(-8px);box-shadow:0 20px 40px #0009,0 10px 30px #f2641933,inset 0 2px 6px #fff6,inset 0 -2px 4px #000000b3}.history-card__year{color:#fff;margin-bottom:12px;font-size:clamp(1.75rem,1.4rem + 1.5vw,2.5rem);font-weight:500;line-height:1;display:block}.history-card__description{color:#eaeaea;opacity:.6;max-width:100%;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.6}.about-video-player{background-color:#eaeaea;justify-content:center;align-items:center;width:100%;padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(.5rem,.4rem + .5vw,1rem);display:flex}.about-video-player__container{aspect-ratio:16/8.5;background-color:#111;border-radius:16px;width:min(1920px,100%);margin-inline:auto;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.about-video-player__media{object-fit:cover;filter:brightness(.9);width:100%;height:100%}.about-video-player__overlay{pointer-events:none;width:110%;position:absolute;top:8%;left:-2%;overflow:hidden}.about-video-player__marquee-text{white-space:nowrap;color:#0000;-webkit-text-stroke:1px #ffffff59;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(3rem,8vw,10rem);font-weight:300;line-height:1}.about-video-player__play-button{cursor:pointer;z-index:10;background-color:#eaeaea;border:none;border-radius:9999px;align-items:center;gap:12px;padding:6px 18px 6px 6px;transition:transform .2s,background-color .2s;display:inline-flex;position:absolute;bottom:32px;left:32px}.about-video-player__play-button:hover{background-color:#ffffffe6;transform:scale(1.04)}.about-video-player__play-icon{background-color:#050505;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.about-video-player__play-icon svg{margin-left:2px}.about-video-player__play-text{color:#050505;letter-spacing:.5px;font-family:inherit;font-size:11px;font-weight:700}@media (max-width:768px){.about-video-player{padding:16px}.about-video-player__container{aspect-ratio:4/3;border-radius:12px}.about-video-player__play-button{padding:5px 14px 5px 5px;bottom:20px;left:20px}.about-video-player__play-text{font-size:10px}}.how-we-work{background-color:#fff;padding:clamp(2rem,1.5rem + 1.5vw,3rem) 0;font-family:Poppins,Segoe UI,sans-serif}.how-we-work__container{width:min(1920px,100%);margin-inline:auto;padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1.5rem,1.2rem + 1vw,2rem)}.how-we-work__header{align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);padding-bottom:clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.how-we-work__header-line{background-color:#111;flex:1;height:1px}.how-we-work__label{color:#111;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.how-we-work__content{flex-direction:column;align-items:center;gap:clamp(2rem,1.5rem + 1.5vw,3rem);padding-top:clamp(2rem,1.5rem + 1.5vw,3rem);display:flex}.how-we-work__heading{color:#050505;text-align:center;letter-spacing:-.02em;max-width:900px;margin:0;font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.1}.how-we-work__list{border-top:1px solid #0000001a;flex-direction:column;width:100%;margin:0 auto;display:flex}.how-we-work__step{cursor:pointer;border-bottom:1px solid #0000001a;grid-template-columns:1fr;align-items:center;gap:clamp(1rem,.8rem + .8vw,1.5rem);width:100%;padding:clamp(1.5rem,1.2rem + 1vw,2rem) clamp(.5rem,.4rem + .5vw,1rem);transition:all .5s cubic-bezier(.165,.84,.44,1);display:grid;position:relative;overflow:hidden}.how-we-work__step:before{content:"";width:100%;height:100%;transform-origin:var(--hover-origin,bottom);z-index:0;background-color:#050505;transition:transform .5s cubic-bezier(.165,.84,.44,1);position:absolute;top:0;left:0;transform:scaleY(0)}.how-we-work__step:hover{padding-left:clamp(1.5rem,1.2rem + 1vw,2rem);padding-right:clamp(1.5rem,1.2rem + 1vw,2rem)}.how-we-work__step:hover:before{transform:scaleY(1)}.how-we-work__step:hover .how-we-work__step-title{color:#fff;transform:translate(12px)}.how-we-work__step:hover .how-we-work__step-description{color:#fffc}.how-we-work__step:hover .how-we-work__step-icon{color:#fff;background-color:#f26419;transform:scale(1.1)rotate(5deg);box-shadow:0 10px 20px #f264194d}.how-we-work__step>*{z-index:1;position:relative}@media (min-width:768px){.how-we-work__step{grid-template-columns:1fr 350px;gap:clamp(1.5rem,1.2rem + 1vw,2rem);padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(.5rem,.4rem + .5vw,1rem)}}.how-we-work__step-header{align-items:center;gap:clamp(1.5rem,1.2rem + 1vw,2rem);display:flex}.how-we-work__step-icon{color:#050505;background:#0000000a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:all .5s cubic-bezier(.165,.84,.44,1);display:flex}.how-we-work__step-title{color:#050505;letter-spacing:-.02em;margin:0;font-size:clamp(28px,4vw,48px);font-weight:500;line-height:1.1;transition:all .5s cubic-bezier(.165,.84,.44,1)}.how-we-work__step-description{color:#05050599;margin:0;font-size:clamp(.85rem,.6rem + .5vw,1.25rem);line-height:1.6;transition:color .5s cubic-bezier(.165,.84,.44,1)}@media (min-width:768px){.how-we-work__step-description{text-align:right}}.portfolio-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;padding:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative;overflow-x:hidden}.portfolio-page__container{width:min(1920px,100%);margin-inline:auto}.portfolio-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;padding:3rem .1rem;overflow:hidden}.portfolio-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.portfolio-section{background-color:#eaeaea;justify-content:center;align-items:start;width:100%;padding:clamp(1.5rem,1.2rem + 1vw,2rem) 0;display:flex}.portfolio-section__container{flex-direction:column;gap:64px;width:100%;margin-inline:auto;display:flex}.portfolio-section__grid{grid-template-columns:repeat(2,1fr);gap:80px clamp(1rem,.8rem + .8vw,1.5rem);display:grid}@media (max-width:768px){.portfolio-section__grid{grid-template-columns:1fr;row-gap:48px}}.portfolio-section .portfolio-item-wrapper{color:inherit;text-decoration:none;transition:transform .3s;display:block}.portfolio-section .portfolio-item-wrapper:hover{transform:translateY(-8px)}.portfolio-section .portfolio-item--left{grid-column:1;width:90%;margin-right:auto}.portfolio-section .portfolio-item--right{grid-column:2;width:75%;margin-top:80px;margin-left:auto}.portfolio-section .portfolio-item--center{grid-column:1/-1;width:60%;margin:0 auto}@media (max-width:768px){.portfolio-section .portfolio-item--center{width:100%}.portfolio-section .portfolio-item--left,.portfolio-section .portfolio-item--right,.portfolio-section .portfolio-item--center{grid-column:1;width:100%;margin:0}}.portfolio-section__actions{justify-content:center;margin-top:80px;display:flex}.portfolio-section__load-more{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:8px 16px;transition:opacity .2s;display:inline-flex}.portfolio-section__load-more:hover{opacity:.7}.portfolio-section__load-icon{background-color:#f26419;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.portfolio-section__load-text{letter-spacing:.05em;color:#eaeaea;font-size:clamp(.8rem,.7rem + .2vw,.95rem);font-weight:600}.portfolio-view{color:#050505;background-color:#eaeaea;width:100%;padding-top:clamp(1.5rem,1.2rem + 1vw,2rem);font-family:Poppins,Segoe UI,sans-serif}.portfolio-view__header{text-align:center;max-width:800px;margin:0 auto;padding:0 24px 64px}@media (max-width:576px){.portfolio-view__header{padding:0 16px 40px}}.portfolio-view__title{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:500}@media (max-width:576px){.portfolio-view__title{margin-bottom:16px}}.portfolio-view__subtitle{color:#050505b3;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}@media (max-width:576px){.portfolio-view__subtitle{font-size:1rem}}.portfolio-view__meta{grid-template-columns:repeat(4,1fr);align-items:center;gap:24px;max-width:1200px;margin:0 auto 48px;padding:0 24px;display:grid}@media (max-width:768px){.portfolio-view__meta{grid-template-columns:1fr 1fr;row-gap:32px}}@media (max-width:576px){.portfolio-view__meta{grid-template-columns:1fr;row-gap:24px;margin-bottom:32px;padding:0 16px}}.portfolio-view__meta-item{flex-direction:column;gap:8px;display:flex}.portfolio-view__meta-label{text-transform:uppercase;letter-spacing:.05em;color:#05050580;font-size:.75rem;font-weight:600}.portfolio-view__meta-value{color:#050505;font-size:1rem;font-weight:500}.portfolio-view__meta-link{justify-content:flex-end;display:flex}@media (max-width:768px){.portfolio-view__meta-link{justify-content:flex-start}}.portfolio-view__btn{color:#fff;background-color:#050505;border-radius:9999px;justify-content:center;align-items:center;padding:12px 24px;font-size:.875rem;font-weight:500;text-decoration:none;transition:transform .2s,opacity .2s;display:inline-flex}.portfolio-view__btn:hover{opacity:.9;transform:translateY(-2px)}.portfolio-view__hero{aspect-ratio:16/9;border-radius:24px;max-width:1200px;margin:0 auto 80px;padding:0 24px;position:relative;overflow:hidden}@media (max-width:768px){.portfolio-view__hero{aspect-ratio:4/3;border-radius:16px;margin-bottom:64px}}@media (max-width:576px){.portfolio-view__hero{aspect-ratio:1;border-radius:12px;margin-bottom:40px;padding:0 16px}}.portfolio-view__hero-img{object-fit:cover;object-position:center;border-radius:24px}@media (max-width:768px){.portfolio-view__hero-img{border-radius:16px}}.portfolio-view__share{z-index:10;background-color:#fff;border-radius:9999px;align-items:center;gap:16px;padding:10px 20px;display:inline-flex;position:absolute;bottom:24px;left:24px;box-shadow:0 8px 24px #0000001f}@media (max-width:576px){.portfolio-view__share{gap:12px;padding:8px 16px;bottom:16px;left:16px}}.portfolio-view__share-label{color:#05050599;letter-spacing:.02em;font-size:.8rem;font-weight:500}.portfolio-view__share-link{color:#05050580;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,transform .2s;display:flex}.portfolio-view__share-link:hover{color:#f26419;transform:translateY(-2px)}.portfolio-view__content{flex-direction:column;gap:64px;max-width:1200px;margin:0 auto 120px;padding:0 24px;display:flex}@media (max-width:768px){.portfolio-view__content{gap:40px;margin-bottom:80px}}@media (max-width:576px){.portfolio-view__content{gap:32px;margin-bottom:64px;padding:0 16px}}.portfolio-view__content-block{position:relative}.portfolio-view__content-block:not(.portfolio-view__content-block--no-border){border-bottom:1px solid #0505051a;padding-bottom:64px}@media (max-width:768px){.portfolio-view__content-block:not(.portfolio-view__content-block--no-border){padding-bottom:40px}}@media (max-width:576px){.portfolio-view__content-block:not(.portfolio-view__content-block--no-border){padding-bottom:32px}}.portfolio-view__content-block h2{margin-bottom:24px;font-size:1.5rem;font-weight:500}@media (max-width:576px){.portfolio-view__content-block h2{margin-bottom:16px;font-size:1.25rem}}.portfolio-view__content-block p{color:#050505cc;margin-bottom:16px;font-size:1.125rem;line-height:1.8}@media (max-width:576px){.portfolio-view__content-block p{font-size:1rem}}.portfolio-view__list{margin:0;padding:0;list-style:none}.portfolio-view__list li{color:#050505cc;margin-bottom:12px;padding-left:24px;font-size:1.125rem;line-height:1.8;position:relative}.portfolio-view__list li:before{content:"•";color:#05050580;position:absolute;top:0;left:0}.portfolio-view__gallery-wrapper{width:100%;margin:0 auto 120px;overflow:hidden}@media (max-width:768px){.portfolio-view__gallery-wrapper{margin-bottom:80px}}@media (max-width:576px){.portfolio-view__gallery-wrapper{margin-bottom:64px}}.portfolio-view__other-projects-title{text-align:center;color:#050505;margin-bottom:48px;font-size:2rem;font-weight:500}@media (max-width:576px){.portfolio-view__other-projects-title{margin-bottom:32px;font-size:1.5rem}}.portfolio-view__swiper{width:100%;overflow:visible!important}.portfolio-view__swiper--gallery{height:clamp(400px,45vw,650px)}@media (max-width:576px){.portfolio-view__swiper--gallery{height:clamp(350px,100vw,450px)}}.portfolio-view__swiper-slide{height:100%}.portfolio-view__gallery-item{background-color:#0000000d;border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.portfolio-view__gallery-img{object-fit:cover;object-position:center;color:#0000}.portfolio-view__gallery-overlay{z-index:2;background:linear-gradient(#0000 40%,#000c 100%);align-items:flex-end;padding:40px;display:flex;position:absolute;inset:0}@media (max-width:768px){.portfolio-view__gallery-overlay{padding:24px}}@media (max-width:576px){.portfolio-view__gallery-overlay{padding:16px}}.portfolio-view__gallery-title{color:#fff;margin:0;font-size:2.5rem;font-weight:500;line-height:1.2}@media (max-width:768px){.portfolio-view__gallery-title{font-size:1.5rem}}@media (max-width:576px){.portfolio-view__gallery-title{font-size:1.25rem}}@media (max-width:375px){.portfolio-view__gallery-title{font-size:1.125rem}}.portfolio-view__testimonial{justify-content:center;margin-bottom:120px;padding:0 24px;display:flex}@media (max-width:768px){.portfolio-view__testimonial{margin-bottom:80px}}@media (max-width:576px){.portfolio-view__testimonial{margin-bottom:64px;padding:0 16px}}.portfolio-view__testimonial-card{text-align:left;background-color:#fff;border-radius:12px;width:100%;max-width:600px;padding:40px;box-shadow:0 10px 40px #0000000a}@media (max-width:576px){.portfolio-view__testimonial-card{padding:24px}}.portfolio-view__testimonial-stars{color:#f59e0b;gap:4px;margin-bottom:20px;display:flex}.portfolio-view__testimonial-stars .star-icon{width:16px;height:16px}.portfolio-view__testimonial-quote{color:#050505;margin:0 0 32px;font-size:1.125rem;font-weight:500;line-height:1.6}@media (max-width:576px){.portfolio-view__testimonial-quote{margin-bottom:24px;font-size:1rem}}.portfolio-view__testimonial-author{justify-content:space-between;align-items:center;display:flex}.portfolio-view__testimonial-author .author-name{margin-bottom:2px;font-size:.875rem;font-weight:600}.portfolio-view__testimonial-author .author-role{color:#05050580;font-size:.75rem}.portfolio-view__testimonial-author .author-avatar{border-radius:50%;width:32px;height:32px;overflow:hidden}.portfolio-view__testimonial-author .avatar-img{object-fit:cover}.portfolio-view__pagination{border-top:1px solid #0505051a;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:48px 24px;display:flex}@media (max-width:576px){.portfolio-view__pagination{padding:32px 16px}}.portfolio-view__pagination .pagination-link{color:#050505;align-items:center;gap:12px;font-size:1.125rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.portfolio-view__pagination .pagination-link:hover{opacity:.7}@media (max-width:576px){.portfolio-view__pagination .pagination-link{font-size:1rem}}.portfolio-view__pagination .pagination-disabled{color:#0505054d;align-items:center;gap:12px;font-size:1.125rem;font-weight:500;display:inline-flex}@media (max-width:576px){.portfolio-view__pagination .pagination-disabled{font-size:1rem}}.portfolio-view__pagination .pagination-center .grid-icon{grid-template-columns:1fr 1fr;gap:4px;display:grid}.portfolio-view__pagination .pagination-center .grid-icon span{background-color:#05050533;border-radius:2px;width:8px;height:8px}.portfolio-detail-page{background-color:#eaeaea;flex-direction:column;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);display:flex}.contact-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;padding:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative;overflow-x:hidden}.contact-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;padding:3rem .1rem;overflow:hidden}.contact-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact-section{background:#050505 url(/images/contact/contact-us-bg.jpg) 50%/cover no-repeat;border-radius:12px;justify-content:center;width:100%;min-height:100vh;padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(1.5rem,1.2rem + 1vw,2rem);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;position:relative}border .contact-section:before{content:"";z-index:0;pointer-events:none;position:absolute;inset:0}.contact-section>.contact-section__container{z-index:1;position:relative}.contact-section__container{flex-direction:column;gap:64px;width:min(1920px,100%);margin-inline:auto;display:flex}.contact-section__map-wrapper{background:#111 url(/images/black-sparkle-sand.jpg) 50%/cover no-repeat;border-radius:16px;width:100%;min-height:240px;position:relative;overflow:hidden}.contact-section__map-placeholder{background-color:#050505;width:100%;padding-top:45%;position:relative}.contact-section__map-image{object-fit:cover;object-position:center}.contact-section__content{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}@media (max-width:992px){.contact-section__content{grid-template-columns:1fr;gap:48px}}.contact-section__info-col{color:#eaeaea;flex-direction:column;display:flex}.contact-section__eyebrow{letter-spacing:.05em;color:#eaeaea;text-transform:uppercase;margin-bottom:24px;font-size:.75rem;font-weight:500}.contact-section__title{color:#eaeaea;letter-spacing:-.02em;margin-bottom:64px;font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1.2}.contact-section__details-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}@media (max-width:576px){.contact-section__details-grid{grid-template-columns:1fr}}.contact-section__detail-item{flex-direction:column;gap:12px;display:flex}.contact-section__detail-header{letter-spacing:.05em;color:#eaeaea;text-transform:uppercase;align-items:center;gap:8px;font-size:.65rem;font-weight:600;display:flex}.contact-section__detail-header svg{color:#eaeaea}.contact-section__detail-text{color:#eaeaea;margin:0;font-size:.9rem;line-height:1.6}.contact-section__form-col{justify-content:flex-end;width:100%;display:flex}.contact-section__form-col .get-in-touch__form-container{width:100%}@media (max-width:992px){.contact-section__form-col{justify-content:flex-start}}.blog-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative}.blog-page__section{background-color:#eaeaea;width:100%;margin-inline:auto}.blog-page__section--dark{background:#eaeaea;width:100%;padding:clamp(.5rem,.4rem + .5vw,1rem);overflow-y:hidden}.blog-feed-section{color:#111;background-color:#eaeaea;min-height:100vh;padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(.5rem,.4rem + .5vw,1rem)}.blog-feed-section__container{width:min(1920px,100%);margin-inline:auto}.blog-feed-section__layout{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:2rem;display:grid}@media (max-width:992px){.blog-feed-section__layout{grid-template-columns:1fr;gap:2rem}}.blog-feed-section__main{flex-direction:column;gap:2.5rem;display:flex}.blog-feed-card{background-color:#fff;border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;display:flex;overflow:hidden}.blog-feed-card__image-wrapper{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}@media (max-width:768px){.blog-feed-card__image-wrapper{aspect-ratio:21/9}}.blog-feed-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-feed-card:hover .blog-feed-card__image{transform:scale(1.03)}.blog-feed-card__content{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}@media (max-width:768px){.blog-feed-card__content{padding:2rem}}.blog-feed-card__meta{color:#888;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.blog-feed-card__meta span{display:inline-block}.blog-feed-card__meta .tag{color:#111}.blog-feed-card__meta .divider{color:#ccc}.blog-feed-card__title{color:#111;margin:0;font-size:1.25rem;font-weight:600;line-height:1.4}@media (max-width:768px){.blog-feed-card__title{font-size:1.5rem}}.blog-sidebar{flex-direction:column;align-self:start;gap:2rem;height:max-content;display:flex;position:sticky;top:8rem}.blog-widget{background-color:#fff;border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.blog-widget__title{color:#111;margin:0;font-size:1rem;font-weight:600}.blog-search-widget__form{background-color:#f9f9f9;border:1px solid #eee;border-radius:clamp(.5rem,.8vw,.75rem);align-items:center;display:flex;overflow:hidden}.blog-search-widget__input{color:#111;background:0 0;border:none;outline:none;flex:1;padding:.75rem 1rem;font-size:.875rem}.blog-search-widget__input::placeholder{color:#999}.blog-search-widget__button{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;margin:.25rem;transition:background-color .2s;display:flex}.blog-search-widget__button:hover{background-color:#333}.blog-search-widget__button svg{width:16px;height:16px}.blog-recent-post{align-items:flex-start;gap:1rem;text-decoration:none;display:flex}.blog-recent-post:hover .blog-recent-post__title{color:#f26419}.blog-recent-post__image{object-fit:cover;border-radius:8px;flex-shrink:0;width:60px;height:60px}.blog-recent-post__info{flex-direction:column;gap:.25rem;display:flex}.blog-recent-post__date{color:#888;text-transform:uppercase;font-size:.65rem;font-weight:600}.blog-recent-post__title{color:#111;font-size:.875rem;font-weight:500;line-height:1.3;transition:color .2s}.blog-keyword-list{flex-direction:column;gap:.75rem;display:flex}.blog-keyword-list__item{color:#555;justify-content:space-between;align-items:center;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.blog-keyword-list__item:hover{color:#111;font-weight:600}.blog-keyword-list__item:hover .blog-keyword-list__bullet{background-color:#111;border-color:#111}.blog-keyword-list__left{align-items:center;gap:.75rem;display:flex}.blog-keyword-list__bullet{border:2px solid #ddd;border-radius:50%;width:12px;height:12px;transition:all .2s}.blog-keyword-list__bullet--active{background-color:#fff;border-color:#111;position:relative}.blog-keyword-list__bullet--active:after{content:"";background-color:#111;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-keyword-list__count{color:#999;font-size:.75rem}.blog-pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.blog-pagination__btn{color:#111;cursor:pointer;background-color:#fff;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.blog-pagination__btn:hover:not(:disabled){background-color:#f9f9f9;border-color:#ddd}.blog-pagination__btn--active{color:#fff;background-color:#111}.blog-pagination__btn--active:hover{background-color:#111;border-color:#0000}.blog-pagination__btn:disabled{opacity:.5;cursor:not-allowed}.blog-pagination__btn svg{width:16px;height:16px}.blog-view-section{color:#111;background-color:#eaeaea;min-height:100vh;padding:clamp(2rem,1.5rem + 1.5vw,3rem) clamp(.5rem,.4rem + .5vw,1rem)}.blog-view-section__container{width:min(1920px,100%);margin-inline:auto}.blog-view-section__layout{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:2rem;display:grid}@media (max-width:992px){.blog-view-section__layout{grid-template-columns:1fr}}.blog-view-section__main{flex-direction:column;gap:2rem;display:flex}.blog-content{flex-direction:column;gap:1.5rem;display:flex}.blog-content__meta{color:#666;border-bottom:1px solid #eaeaea;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;font-size:.875rem;display:flex}.blog-content__meta-left,.blog-content__meta-right{align-items:center;gap:1.5rem;display:flex}.blog-content__meta-category{color:#111;text-transform:uppercase;font-weight:600}.blog-content__hero-image{aspect-ratio:16/9;object-fit:cover;border-radius:clamp(.75rem,1.2vw,1.25rem);width:100%;margin-bottom:1rem}.blog-content__title{color:#111;margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.3}@media (max-width:768px){.blog-content__title{font-size:2.5rem}}.blog-content__text{color:#444;font-size:1rem;line-height:1.7}.blog-content__subtitle{color:#111;margin-top:1rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.blog-content__grid-images{grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0;display:grid}@media (max-width:576px){.blog-content__grid-images{grid-template-columns:1fr}}.blog-content__grid-images img{object-fit:cover;aspect-ratio:4/3;border-radius:clamp(.5rem,.8vw,.75rem);width:100%;height:100%}.blog-content__feature-block{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;margin:1rem 0;display:grid}@media (max-width:768px){.blog-content__feature-block{grid-template-columns:1fr;align-items:flex-start}}.blog-content__feature-image{object-fit:cover;border-radius:clamp(.75rem,1.2vw,1.25rem);width:100%;height:100%}.blog-content__feature-body{flex-direction:column;gap:1.25rem;display:flex}.blog-content__feature-heading{color:#111;margin:0;font-size:1.25rem;font-weight:700}.blog-content__footer{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1rem;padding:1.5rem 0;display:flex}.blog-content__tags{flex-wrap:wrap;gap:.5rem;display:flex}.blog-content__tags span{color:#555;text-transform:uppercase;border:1px solid #ddd;border-radius:50px;padding:.35rem 1rem;font-size:.75rem;font-weight:500}.blog-content__social{color:#555;align-items:center;gap:1rem;font-size:.875rem;font-weight:500;display:flex}.blog-content__social a{color:#333;transition:color .3s}.blog-content__social a:hover{color:#f26419}.blog-author-card{color:#fff;background-color:#111;border-radius:clamp(.75rem,1.2vw,1.25rem);flex-direction:column;gap:1.5rem;margin-top:1rem;padding:2rem;display:flex}@media (max-width:576px){.blog-author-card{flex-direction:row;align-items:flex-start}}.blog-author-card__image{object-fit:cover;border-radius:clamp(.5rem,.8vw,.75rem);flex-shrink:0;width:100px;height:100px}.blog-author-card__info{flex-direction:column;gap:.5rem;display:flex}.blog-author-card__label{text-transform:uppercase;color:#aaa;letter-spacing:.05em;font-size:.75rem}.blog-author-card__name{margin:0;font-size:1.25rem;font-weight:600}.blog-author-card__bio{color:#ddd;margin:0;font-size:.9rem;line-height:1.6}.blog-navigation{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:2rem;padding-top:1rem;display:flex}.blog-navigation__item{color:#111;align-items:center;gap:1rem;max-width:45%;text-decoration:none;display:flex}.blog-navigation__item--next{text-align:right;flex-direction:row;margin-left:auto}.blog-navigation__item:hover .blog-navigation__icon{color:#fff;background-color:#111}.blog-navigation__icon{border:1px solid #ddd;border-radius:clamp(.5rem,.8vw,.75rem);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.blog-navigation__icon--dark{color:#fff;background-color:#111;border-color:#111}.blog-navigation__icon--dark:hover{background-color:#333}.blog-navigation__content{flex-direction:column;gap:.25rem;display:flex}.blog-navigation__label{text-transform:uppercase;color:#888;letter-spacing:.05em;font-size:.75rem}.blog-navigation__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.careers-page{background:#eaeaea;flex-direction:column;width:100%;min-height:100dvh;padding:clamp(.5rem,.4rem + .5vw,1rem);display:flex;position:relative;overflow-x:hidden}.careers-page__section{background-color:#eaeaea;width:100%;margin-inline:auto;padding:3rem .1rem;overflow:hidden}.careers-page__section--alternate{background-color:#f9f9f9;width:100%;margin-inline:auto;padding:3rem .1rem;overflow:hidden}.careers-page__container{width:min(1920px,100%);margin-inline:auto}.careers-page__jobs-header{text-align:center;margin-bottom:4rem}.careers-page__jobs-header-title{color:#050505;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.careers-page__jobs-header-desc{color:#9a9a9a;max-width:800px;margin-inline:auto;font-size:clamp(1rem,2vw,1.25rem)}.careers-page__jobs-grid{grid-template-columns:1fr;gap:2rem;margin-top:4rem;display:grid}@media (max-width:768px){.careers-page__jobs-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.careers-page__jobs-grid{grid-template-columns:repeat(3,1fr)}}.careers-page__job-card{text-align:left;background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;flex-direction:column;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.careers-page__job-card:hover{background-color:#f9fafb;border-color:#d1d5db;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.careers-page__job-card-title{color:#050505;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.careers-page__job-card-type{text-transform:uppercase;letter-spacing:.025em;color:#f26419;margin-bottom:1rem;font-size:.875rem;font-weight:600}.careers-page__job-card-desc{color:#9a9a9a;flex-grow:1;margin-bottom:2rem;line-height:1.625}.careers-page__job-card-btn{color:#fff;cursor:pointer;background-color:#050505;border:none;border-radius:9999px;align-self:flex-start;padding:.75rem 2rem;font-weight:600;transition:background-color .2s}.careers-page__job-card-btn:hover{background-color:#000}.careers-page__empty-state{margin-top:4rem;background-color:#fff;border:1px solid #f3f4f6;border-radius:2rem;max-width:56rem;margin-inline:auto;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (max-width:768px){.careers-page__empty-state{padding:4rem}}.careers-page__empty-state-gradient{opacity:.8;background:linear-gradient(90deg,#0000,#f26419,#0000);width:100%;height:4px;position:absolute;top:0;left:0}.careers-page__empty-state-title{color:#050505;margin-bottom:1.5rem;font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700}.careers-page__empty-state-desc{color:#9a9a9a;margin-bottom:2.5rem;max-width:42rem;margin-inline:auto;font-size:1.125rem;line-height:1.625}.careers-page__empty-state-btn{color:#fff;background-color:#f26419;border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.careers-page__empty-state-btn:hover{background-color:#ee3900;transform:scale(1.05)}.careers-page__empty-state-btn:active{transform:scale(.95)}.main-layout{background:#fff;flex-direction:column;min-width:100%;min-height:100dvh;display:flex;position:relative}.main-layout:has(.hero-section) .main-layout__header{display:none}.main-layout__header{z-index:30;width:min(1920px,100%);margin-inline:auto;position:relative}.main-layout__main{flex:1;position:relative}
