*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#f6f6f6;font-family:var(--font-poppins),"Poppins",sans-serif;font-weight:400;font-size:16px;line-height:1.5;background-color:inherit;margin:0;min-height:100%;overflow-x:clip;background-color:#000;position:relative;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6)),radial-gradient(68% 58% at 50% 50%,#c81e3a 0,#a51d35 16%,#7d1a2f 32%,#591828 46%,#3c1722 60%,#2a151d 72%,#1f1317 84%,#141013 94%,#0a0a0a 100%),radial-gradient(90% 75% at 50% 50%,rgba(228,42,66,.06) 0,rgba(228,42,66,0) 55%),radial-gradient(150% 120% at 8% 8%,rgba(0,0,0,0) 42%,#0b0a0a 82%,#070707 100%),radial-gradient(150% 120% at 92% 92%,rgba(0,0,0,0) 42%,#0b0a0a 82%,#070707 100%),radial-gradient(60% 50% at 50% 60%,rgba(240,60,80,.06),rgba(0,0,0,0) 60%),#050505}*,.scroll-smooth,a[href^="#"]{scroll-behavior:smooth}.header__area{position:fixed;top:0;left:0;z-index:1000;width:100%;scroll-snap-align:start;transition:transform .3s ease,background-color .3s ease,backdrop-filter .3s ease}.header__area--wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:32px 80px;min-height:64px;transition:min-height .2s ease}@media(max-width:1024px){.header__area--wrapper{padding:32px 40px}}@media(max-width:480px){.header__area--wrapper{padding:16px}}.header__area--logo{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;gap:.25rem;text-decoration:none}.header__area--logo:focus-visible img,.header__area--logo:hover img{transform:scale(1.08)}.header__area--logo img{height:clamp(20px,3vw,40px);display:inline-block;transform-origin:50% 50%;transition:transform .25s ease}@media(prefers-reduced-motion:reduce){.header__area--logo img{transition:none}}.header__area--nav{display:flex;align-items:center;gap:clamp(16px,3vw,32px);position:relative}@media(max-width:1024px){.header__area--nav{display:none}}@media(min-width:1025px){.header__area--nav-desktop{display:block}}.header__area--nav--list{display:flex;align-items:center;gap:.5rem;list-style:none;padding:.5rem;margin:0;background-color:hsla(0,0%,100%,.02);border-radius:8px;border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header__area--nav--list--item{position:relative;margin:0}.header__area--nav--list--item a{color:#f6f6f6;text-decoration:none;font-weight:500;font-size:clamp(14px,3vw,16px);padding:8px 16px;display:block;transition:all .2s ease;background-color:rgba(0,0,0,0)}.header__area--nav--list--item a:after{content:"";position:absolute;bottom:2px;left:0;right:0;margin:auto;width:6px;height:6px;background-color:rgba(0,0,0,0);border-radius:8px}.header__area--nav--list--item a:hover{color:#de2334}.header__area--nav--list--item a:hover:after{background-color:#de2334}.header__area--nav--list--item a.header__area--nav--link--active{color:#de2334}.header__area--nav--list--item a.header__area--nav--link--active:after{background-color:#de2334}.header__area--dropdown{position:absolute;top:100%;left:0;margin-top:16px;background:#fff;padding:8px;min-width:200px;border-radius:16px;box-shadow:0 6px 24px rgba(0,0,0,.08);z-index:9;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:all .25s ease;list-style:none;display:flex;flex-direction:column;gap:8px}.header__area--dropdown li a{display:flex;align-items:center;gap:8px;white-space:nowrap;padding:12px 16px;width:100%;color:#de2334;font-size:16px;text-decoration:none;border-radius:8px}.header__area--dropdown li a svg{font-size:8px}.header__area--dropdown li a:after{content:none!important}.header__area--dropdown li a.--active,.header__area--dropdown li a:hover{background:rgba(222,35,52,.05);color:#de2334!important}.header__area--actions{display:flex;align-items:center;gap:16px}@media(max-width:1024px){.header__area--actions .header__area--contact-button,.header__area--actions--button{display:none}}@media(min-width:1025px){.header__area--actions .header__area--contact-button,.header__area--actions--button{display:inline-block}}.header__area--actions small{font-size:clamp(12px,2.5vw,14px);font-weight:500;color:#d6d9df}@media(max-width:480px){.header__area--actions small{display:none}}@media(max-width:768px){.header__area--actions{gap:12px}.header__area--actions .button__wrapper{padding:4px 12px;height:40px}}.header__area--mobile-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:rgba(0,0,0,0);color:#fff;cursor:pointer;border-radius:4px;transition:all .2s ease}@media(min-width:1025px){.header__area--mobile-toggle{display:none}}.header__area--mobile-toggle:hover{background:hsla(0,0%,100%,.05)}.header__area--mobile-toggle:focus-visible{outline:2px solid #de2334;outline-offset:2px}.header__area--mobile-toggle svg{width:24px;height:24px}.header__area.is-sticky{position:sticky}.header__area.is-hidden{transform:translateY(-100%)}.header__area .has-dropdown{position:relative}.header__area .has-dropdown:after{content:"";position:absolute;top:100%;left:0;width:100%;height:40px;background:rgba(0,0,0,0)}.header__area .has-dropdown:hover>.header__area--dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.header__drawer{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;z-index:9999;pointer-events:none;opacity:0;display:none;transition:opacity .3s ease}.header__drawer.is-open{display:block;pointer-events:all;opacity:1}.header__drawer.is-open .header__drawer--content{transform:translateX(0)}.header__drawer.is-open .header__drawer--overlay{opacity:1}.header__drawer--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.header__drawer--content{position:absolute;top:0;right:0;width:80%;max-width:400px;height:100%;background:#0a0a0a;padding:2rem;box-shadow:-4px 0 24px rgba(0,0,0,.5);transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-y:auto}@media(max-width:480px){.header__drawer--content{max-width:100%;width:100%}}.header__drawer--header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.header__drawer--header .header__drawer--logo{font-size:1.25rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.25rem}.header__drawer--header .header__drawer--logo-dot{width:8px;height:8px;border-radius:50%;background-color:#ef4444;display:inline-block}.header__drawer--logo{display:flex;align-items:center;justify-content:center}.header__drawer--logo img{height:20px;width:auto}.header__drawer--close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:rgba(0,0,0,0);color:#fff;cursor:pointer;border-radius:4px;transition:all .2s ease}.header__drawer--close:hover{background:hsla(0,0%,100%,.05)}.header__drawer--close:focus-visible{outline:2px solid #de2334;outline-offset:2px}.header__drawer--close svg{width:24px;height:24px}.header__drawer--nav{flex:1;padding:0;overflow-y:auto}.header__drawer--nav--list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.header__drawer--nav--list--item a{display:block;padding:.5rem 0;color:#a0a0a0;text-decoration:none;font-weight:400;font-size:1rem;transition:all .2s ease}.header__drawer--nav--list--item a:hover{color:#fff}.header__drawer--nav--list--item a.header__drawer--nav--link--active{color:#fff;font-weight:600}.header__drawer--actions{margin-top:2rem}.header__drawer--actions .button__wrapper{width:100%}.header__drawer--dropdown{position:relative}.header__drawer--dropdown--arrow{background:rgba(0,0,0,0);border:none;padding:1rem;cursor:pointer;display:flex;align-items:center;transition:transform .2s ease;position:absolute;right:16px;top:0;bottom:0;margin:auto}.header__drawer--dropdown--arrow svg{color:#de2334}.header__drawer--dropdown--arrow.open{transform:rotate(180deg)}.header__drawer--dropdown--submenu{background:rgba(222,35,52,.03);display:flex;flex-direction:column;list-style:none;padding:8px;gap:8px}.header__drawer--dropdown--submenu li a{padding:.8rem 1.5rem;display:block;color:#de2334;font-size:15px}.header__drawer--dropdown--submenu li a:hover{background:rgba(222,35,52,.04);color:#de2334;border-left:3px solid #de2334}.header__drawer--dropdown--submenu--active{color:#de2334!important;background:rgba(222,35,52,.04);border-left:3px solid #de2334;font-weight:600}.footer__area{position:relative;background:linear-gradient(180deg,#0a0a0a 0,#1a0000 50%,#2a0000);color:#fff;padding:4rem 0 2rem;overflow:hidden}.footer__area--background-text{position:absolute;bottom:-10%;left:50%;transform:translateX(-50%);font-size:clamp(8rem,20vw,15rem);font-weight:700;color:hsla(0,0%,100%,.05);white-space:nowrap;z-index:0;text-transform:uppercase;pointer-events:none}.footer__area--content{position:relative;z-index:1}.footer__area--top{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.footer__area--top{grid-template-columns:1fr;gap:2rem}}.footer__area--profile{display:flex;gap:16px;align-items:flex-start}.footer__area--profile-image{width:80px;height:80px;overflow:hidden;flex-shrink:0;position:relative}.footer__area--profile-image-img{object-fit:cover;width:100%;height:100%}.footer__area--profile-avatar{width:80px;height:80px;border-radius:50%;border:2px solid #ef4444;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;flex-shrink:0}.footer__area--profile-info{display:flex;flex-direction:column;gap:8px}.footer__area--profile-info h3{font-size:clamp(14px,3vw,16px);font-weight:700;color:#fff}.footer__area--profile-info p{color:hsla(0,0%,100%,.8);font-size:.9rem}.footer__area--profile-contact{display:flex;flex-direction:column;gap:.5rem}.footer__area--profile-contact a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:opacity .2s}.footer__area--profile-contact a:hover{opacity:.7}.footer__area--profile-contact a svg{flex-shrink:0}.footer__area--links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.footer__area--links{grid-template-columns:1fr;gap:1.5rem}}.footer__area--links-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer__area--links-group li a{color:#fff;text-decoration:none;font-size:.9rem;transition:opacity .2s}.footer__area--links-group li a:hover{opacity:.7}.footer__area--bottom{text-align:center;color:hsla(0,0%,100%,.6);font-size:.875rem}.footer__area--bottom p{margin:0}.button{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;border-radius:8px;border:none;font-weight:600;font-size:clamp(14px,3vw,16px);line-height:1;cursor:pointer;text-decoration:none;transition:all .2s;font-family:inherit;white-space:nowrap}.button--primary{background-color:#de2334;color:#fff}.button--primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(222,35,52,.2)}.button--secondary{background-color:#252a34;color:#fff}.button--secondary:hover{background-color:rgba(37,42,52,.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,42,52,.9)}.button--outlined{background-color:rgba(0,0,0,0);border:1px solid #fff;color:#fff}.button--outlined:hover{background-color:hsla(0,0%,100%,.1);transform:translateY(-2px)}.button--white{background-color:#fff;color:#000}.button--white:hover{background-color:hsla(0,0%,100%,.9);transform:translateY(-2px);box-shadow:0 4px 12px hsla(0,0%,100%,.9)}.button--ghost{background-color:rgba(0,0,0,0);color:#fff}.button--ghost:hover{background-color:hsla(0,0%,100%,.1)}.button--icon{display:inline-flex;flex-shrink:0}.button--icon,.button__wrapper{align-items:center;justify-content:center}.button__wrapper{position:relative;display:flex;gap:8px;width:fit-content;border:none;background:#fff;color:#de2334;border-radius:4px;cursor:pointer;transition:all .3s ease;outline:none;white-space:nowrap;font-family:var(--font-poppins),"Poppins",sans-serif;height:44px;overflow:hidden;text-decoration:none;padding:8px 12px}@media(max-width:768px){.button__wrapper{height:40px}}.button__wrapper:hover:not(.button__wrapper--disabled){color:#de2334;transition:all .3s ease}.button__wrapper--content{display:flex;align-items:center;gap:8px}.button__wrapper .--icon{display:flex;align-items:center;justify-content:center}.button__wrapper .--icon svg{color:currentColor;font-weight:700;font-size:16px}.button__wrapper .--text{color:#de2334;font-size:clamp(14px,3vw,16px);font-weight:500;font-family:var(--font-poppins),"Poppins",sans-serif}.button__wrapper--default{background-color:#fff;border:1px solid #de2334}.button__wrapper--default .--icon,.button__wrapper--default .--text{color:#de2334}.button__wrapper--default:hover{border:1px solid #de2334}.button__wrapper--primary{border:1.5px solid #de2334;background-color:#de2334}.button__wrapper--primary .--icon{color:#fff}.button__wrapper--primary .--icon svg{color:currentColor}.button__wrapper--primary .--text{color:#fff}.button__wrapper--primary:hover{background-color:rgba(222,35,52,.08)!important;border:1.5px solid #de2334!important;transition:all .3s ease}.button__wrapper--primary:hover .--icon,.button__wrapper--primary:hover .--text{color:#de2334!important}.button__wrapper--secondary{background-color:#252a34;border:1.5px solid #252a34}.button__wrapper--secondary .--icon{color:#fff}.button__wrapper--secondary .--icon svg{color:currentColor}.button__wrapper--secondary .--text{color:#fff}.button__wrapper--secondary:hover{background-color:rgba(37,42,52,.2)!important;border:1.5px solid #252a34!important;color:#de2334!important;transition:all .3s ease}.button__wrapper--secondary:hover .--icon,.button__wrapper--secondary:hover .--text{color:#de2334!important}.button__wrapper--thirdly{background-color:#de2334;border:1.5px solid #de2334}.button__wrapper--thirdly .--icon{color:#fff}.button__wrapper--thirdly .--icon svg{color:currentColor}.button__wrapper--thirdly .--text{color:#fff}.button__wrapper--thirdly:hover{background-color:#fff!important;border:1.5px solid #de2334!important;color:#de2334!important;transition:all .3s ease}.button__wrapper--thirdly:hover .--icon,.button__wrapper--thirdly:hover .--text{color:#de2334!important}.button__wrapper--outlined{background-color:rgba(0,0,0,0);border:1.5px solid #de2334}.button__wrapper--outlined .--icon{color:#de2334}.button__wrapper--outlined .--icon svg{color:currentColor}.button__wrapper--outlined .--text{color:#de2334}.button__wrapper--outlined:hover{background-color:#de2334!important;border:1.5px solid #de2334!important;color:#fff!important;transition:all .3s ease}.button__wrapper--outlined:hover .--icon,.button__wrapper--outlined:hover .--text{color:#fff!important}.button__wrapper--gray{border:1.5px solid #dbdbdb;background-color:#dbdbdb}.button__wrapper--gray .--icon{color:#de2334}.button__wrapper--gray .--icon svg{color:currentColor}.button__wrapper--gray .--text{color:#de2334}.button__wrapper--gray:hover{background-color:rgba(219,219,219,.2)!important;border:1.5px solid #dbdbdb!important;transition:all .3s ease}.button__wrapper--gray:hover .--icon,.button__wrapper--gray:hover .--text{color:#de2334!important}.button__wrapper--white{background-color:rgba(0,0,0,0)}.button__wrapper--white .--icon,.button__wrapper--white .--text{color:#fff}.button__wrapper--white:hover,.button__wrapper--white:hover .--icon,.button__wrapper--white:hover .--text{color:#252a34!important}.button__wrapper--link{background-color:rgba(0,0,0,0);height:auto;border-radius:0;gap:2px;border-bottom:1px solid #de2334;padding:0 0 4px}.button__wrapper--link .--icon{background-color:rgba(0,0,0,0);color:#de2334;width:auto;height:auto}.button__wrapper--link .--text{color:#de2334;padding:0}.button__wrapper--link:hover{color:#de2334!important}.button__wrapper--underline{border-bottom:1.5px solid #fff;background-color:rgba(0,0,0,0)}.button__wrapper--underline .--icon{background-color:rgba(0,0,0,0);color:#f6f6f6}.button__wrapper--underline .--text{color:#f6f6f6}.button__wrapper--underline:hover{color:#f6f6f6!important}.button__wrapper--icon-only{height:44px;width:44px}@media(max-width:768px){.button__wrapper--icon-only{height:40px;width:40px}}.button__wrapper--full-width{width:100%}.button__wrapper--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.button__wrapper:focus-visible{outline:2px solid #de2334;outline-offset:2px}.heading__area{display:flex;flex-direction:column;align-items:center;width:80%;text-align:center;position:relative;margin:auto!important;gap:clamp(8px,2.5vw,8px)}@media(max-width:768px){.heading__area{width:100%}}.heading__area--tag{font-size:clamp(12px,3vw,14px);font-weight:500;color:#257dfa}.heading__area--wrapper{display:flex;flex-direction:column;gap:16px}.heading__area--subtitle{font-size:clamp(14px,3vw,20px);line-height:1.3;font-weight:400;font-family:var(--font-poppins),"Poppins",sans-serif;color:#d6d9df}.heading__area--title{font-size:clamp(24px,5vw,32px);line-height:1.2;font-weight:500;color:#fff;font-family:var(--font-unbounded),"Unbounded",sans-serif}.heading__area--description{font-size:clamp(12px,3vw,16px);line-height:1.6;font-weight:400;color:#f6f6f6;width:100%}.heading__area.has-padding{padding-bottom:64px}@media(max-width:768px){.heading__area.has-padding{padding-bottom:0}}.heading__area--sm{font-size:clamp(20px,3vw,24px)!important}.heading__area--md{font-size:clamp(24px,3vw,32px)!important}.heading__area--lg{font-size:clamp(24px,5vw,40px)!important}.heading__area--xl{font-size:clamp(40px,3vw,48px)!important}.text--medium{font-size:clamp(16px,3vw,18px)}.text--medium,.text--normal{line-height:1.6;font-weight:400;color:#de2334;width:100%}.text--normal{font-size:clamp(10px,2vw,16px)}.text--small{font-size:clamp(10px,2vw,14px)}.text--large,.text--small{line-height:1.6;font-weight:400;color:#de2334;width:100%}.text--large{font-size:clamp(16px,3vw,20px)}.clients__section{width:100%;padding:80px 0;overflow:hidden;position:relative}@media(max-width:768px){.clients__section{padding:64px 0}}.clients__section--wrapper{width:100%;position:relative;mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0,black 12.5%,black 87.5%,rgba(0,0,0,0));overflow:hidden}.clients__section--track{display:flex;align-items:center;gap:48px;width:fit-content;animation:scroll 30s linear infinite;will-change:transform}@media(max-width:768px){.clients__section--track{gap:2rem}}.clients__section--item{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 16px;opacity:.7;transition:opacity .3s ease}.clients__section--item:hover{opacity:1}.clients__section--logo{height:clamp(16px,3vw,20px);width:auto;object-fit:contain;filter:brightness(0) invert(1);transition:transform .3s ease,opacity .3s ease}.clients__section--logo:hover{transform:scale(1.05)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.clients__section:hover .clients__section--track{animation-play-state:paused}.services__section{width:100%;padding:80px 0;position:relative}@media(max-width:768px){.services__section{padding:64px 0}}.services__section--wrapper{width:100%}.services__section--header{margin-bottom:4rem}@media(max-width:768px){.services__section--header{margin-bottom:3rem}}.services__section--list{display:flex;flex-direction:column;gap:1px}.services__section--item{border-bottom:1px solid hsla(0,0%,100%,.05);transition:all .3s ease;overflow:hidden}.services__section--item.is-expanded{background-color:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.1)}.services__section--item-header{width:100%;display:flex;align-items:center;gap:2rem;padding:2rem;background:rgba(0,0,0,0);border:none;cursor:pointer;text-align:left;transition:all .3s ease}@media(max-width:768px){.services__section--item-header{padding:1.5rem;gap:1rem}}.services__section--item-number{display:flex;align-items:center;gap:1rem;flex-shrink:0}.services__section--item-number-text{font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.6);min-width:32px}.services__section--item-number-line{width:60px;height:1px;background-color:hsla(0,0%,100%,.2)}@media(max-width:768px){.services__section--item-number-line{width:40px}}.services__section--item-title{flex:1;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:hsla(0,0%,100%,.9);margin:0;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-unbounded),"Unbounded",sans-serif}.services__section--item-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.8);flex-shrink:0;transition:all .3s ease}@media(max-width:768px){.services__section--item-arrow{width:36px;height:36px}}.services__section--item-arrow svg{transition:transform .3s ease}.services__section--item.is-expanded .services__section--item-arrow{border-color:rgba(222,35,52,.5);color:#de2334;background-color:rgba(222,35,52,.1)}.services__section--item.is-expanded .services__section--item-arrow svg{transform:rotate(90deg)}.services__section--item-content{padding:0 2rem 2rem;animation:slideDown .3s ease}@media(max-width:768px){.services__section--item-content{padding:0 1.5rem 1.5rem}}.services__section--item-description{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.6;color:hsla(0,0%,100%,.7);margin:0 0 2rem;max-width:800px}.services__section--item-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}@media(max-width:768px){.services__section--item-cards{grid-template-columns:1fr;gap:1rem}}.services__section--card{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.services__section--card:hover{transform:translateY(-4px)}.services__section--card-image{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.services__section--card-img{object-fit:cover;transition:transform .3s ease}.services__section--card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.8));z-index:1}.services__section--card-title{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;font-size:1rem;font-weight:600;color:#fff;margin:0;z-index:2;text-transform:uppercase;letter-spacing:.05em}.services__section--card:hover .services__section--card-img{transform:scale(1.05)}.services__area{width:100%;padding:80px 0;position:relative}@media(max-width:768px){.services__area{padding:64px 0}}.services__area--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:64px}@media(max-width:768px){.services__area--grid{grid-template-columns:1fr;gap:1.5rem}}.services__area--item{position:relative;border-radius:12px;padding:24px;overflow:hidden;background-color:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.services__area--item:hover{transform:translateY(-4px);border-color:rgba(222,35,52,.3);box-shadow:0 8px 24px rgba(222,35,52,.1)}.services__area--item:hover .services__area--item--img{transform:scale(1.05)}.services__area--item--image{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background-color:hsla(0,0%,100%,.05);border-radius:8px}.services__area--item--img{object-fit:cover;transition:transform .3s ease}.services__area--item--content{display:flex;flex-direction:column;gap:8px}.services__area--item--title{font-size:clamp(16px,2vw,20px);font-weight:400;color:hsla(0,0%,100%,.9);font-family:var(--font-unbounded),"Unbounded",sans-serif}.services__area--item--description{font-size:clamp(12px,1.5vw,14px);line-height:1.6;color:hsla(0,0%,100%,.7)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.projects__section{position:relative;width:100%;padding:120px 0}@media(width <= 768px){.projects__section{padding:64px 0}}.projects__section--wrapper{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center}.projects__section--heading{padding-bottom:80px}.projects__section--item{position:relative;border-radius:16px;overflow:hidden;background-color:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);transition:all .3s ease;height:100%;width:100%;display:flex;flex-direction:column}.projects__section--item:hover{transform:translateY(-4px);border-color:rgba(222,35,52,.3);box-shadow:0 24px 64px rgba(222,35,52,.15)}.projects__section--item iframe{width:100%;aspect-ratio:9/16;border:none;display:block;position:relative;z-index:1}.projects__section--item--content{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(0deg,#de2334,rgba(222,35,52,.5),rgba(222,35,52,0));padding:16px;display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center;text-align:center;z-index:2}.projects__section--item--content h3{font-size:clamp(14px,3vw,18px);font-weight:600;line-height:1.2;font-family:var(--font-unbounded),"Unbounded",sans-serif;color:#fff;margin:0}.projects__section--item--content p{font-size:clamp(12px,3vw,14px);font-weight:400;line-height:1.4;font-family:var(--font-poppins),"Poppins",sans-serif;color:#fff;margin:0}.projects__area{position:relative;width:100%;padding:120px 0}.projects__area--wrapper{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center}.projects__area--grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%;margin-bottom:24px}@media(width <= 768px){.projects__area--grid{grid-template-columns:repeat(1,1fr)}}.projects__area--grid--item{width:100%;height:100%;position:relative;overflow:hidden;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.5);aspect-ratio:9/16}.projects__area--grid--item iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px;z-index:1}.projects__area--grid--item--content{position:absolute;bottom:0;left:0;width:100%;height:fit-content;background:linear-gradient(0deg,rgba(222,35,52,.5),rgba(222,35,52,0));padding:16px;display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center;text-align:center;color:#fff;z-index:2}.projects__area--grid--item--content h3{font-size:clamp(14px,3vw,18px);font-weight:600;line-height:1.2;font-family:var(--font-unbounded),"Unbounded",sans-serif;color:#fff}.projects__area--grid--item--content p{font-size:clamp(12px,3vw,14px);font-weight:400;line-height:1.4;font-family:var(--font-poppins),"Poppins",sans-serif;color:#fff}.hero__section{position:relative;width:100%;height:100%;z-index:0;padding:160px 0 128px}@media(width <= 768px){.hero__section{padding:120px 0 32px}}.hero__section--content{display:flex;flex-direction:column;gap:24px;height:100vh;justify-content:center;align-items:center;padding:64px 0 0;position:relative;z-index:2;width:70%;margin:auto}@media(width <= 768px){.hero__section--content{width:100%}}.hero__section--content .--heading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center}.hero__section--content .--tag{color:#fff;font-size:clamp(14px,3vw,16px);font-weight:400;padding:6px 16px;border:1px solid hsla(0,0%,100%,.1);border-radius:100px;width:fit-content}.hero__section--content .--subtitle{color:#fff;font-size:clamp(16px,3vw,20px);font-weight:500}.hero__section--content .--title{color:#fff;font-size:clamp(40px,3vw,80px);font-weight:400;line-height:1.1;font-family:Unbounded,serif}.hero__section--content .--title span{color:#de2334;font-size:clamp(40px,3vw,80px);font-weight:400;line-height:1.1}.hero__section--content .--buttons{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px}.hero__section--video{position:relative;z-index:2;width:100%;max-width:1200px;margin:64px auto 0;padding:0 24px}@media(width <= 768px){.hero__section--video{margin-top:48px;padding:0 16px}}.hero__section--video--wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.5);aspect-ratio:16/9}@media(width <= 768px){.hero__section--video--wrapper{aspect-ratio:1/1}}.hero__section--video--wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px}.loader{flex-direction:column;min-height:100vh;color:var(--foreground)}.loader,.loader__container{display:flex;align-items:center;justify-content:center}.loader__container{position:relative;width:32px;height:32px;margin:0 auto 1rem}.loader__logo{position:relative;z-index:2;width:24px;height:24px}.loader__logo img{display:inline-block;animation:glow 3s ease-in-out infinite;will-change:filter;transition:all .3s ease}.loader p{font-size:14px;padding-left:16px;opacity:.7;color:#de2334;font-weight:500;letter-spacing:.5px;text-align:center;margin:0 auto}.loader__dots{display:inline-block;margin-left:2px}.loader__dot{animation:dot-pulse 1.4s ease-in-out infinite;opacity:0}.loader__dot:first-child{animation-delay:0s}.loader__dot:nth-child(2){animation-delay:.2s}.loader__dot:nth-child(3){animation-delay:.4s}.loading__area{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:var(--foreground)}.loading__area--spinner{border:3px solid rgba(222,35,52,.1);border-top-color:#de2334;border-radius:50%;animation:spin 1s linear infinite;will-change:transform}@keyframes rotate-once{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes tilt{0%,to{transform:rotate(0deg)}50%{transform:rotate(10deg)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow{0%,to{filter:drop-shadow(0 0 10px rgba(222,35,52,.3))}50%{filter:drop-shadow(0 0 20px rgba(222,35,52,.6))}}@keyframes dot-pulse{0%,to{opacity:0}50%{opacity:1}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media(min-width:576px){.container{max-width:100%}}@media(min-width:768px){.container{max-width:100%;padding:0 32px}}@media(min-width:992px){.container{max-width:100%;padding:0 32px}}@media(min-width:1200px){.container{padding:0 32px;max-width:100%}}@media(min-width:1400px){.container{padding:0 64px;max-width:1320px}}@media(min-width:1600px){.container{max-width:1520px}}.breadcrumb__area{background-image:linear-gradient(90deg,#252a34,#de2334);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:64px 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px;min-height:300px;position:relative}.breadcrumb__area:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#DE2334 0,#DE2334 33.33%,#DE2334 0,#DE2334 66.66%,#252A34 0,#252A34)}@media(max-width:768px){.breadcrumb__area{padding:48px 0;min-height:200px}}.breadcrumb__area--content{display:flex;flex-direction:column;gap:16px;width:70%;padding:0}@media(max-width:768px){.breadcrumb__area--content{width:90%}}.breadcrumb__area--tag{font-size:clamp(16px,3vw,20px);font-weight:400;color:#252a34;letter-spacing:.5px;opacity:.8}.breadcrumb__area--head{display:flex;flex-direction:column;gap:0}.breadcrumb__area--subtitle{font-size:clamp(24px,3vw,32px);line-height:1.5;font-weight:500;color:#de2334}.breadcrumb__area--title{font-size:clamp(24px,5vw,48px);line-height:1.3;font-weight:600;color:#de2334;font-family:var(--font-unbounded),"Unbounded",sans-serif}.breadcrumb__area--description{font-size:clamp(12px,3vw,16px);line-height:1.5;font-weight:400;color:#de2334;width:90%}.breadcrumb__area--children{padding:24px 0}.swiper__area{position:relative;width:100%}@media(max-width:768px){.swiper__area{margin:2rem 0}}.swiper__area .swiper-slide{height:auto;display:flex}.swiper__area .swiper-wrapper{display:flex}.swiper__area--arrows{position:relative;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;margin-top:40px;gap:24px}.swiper__area--arrows .swiper-button-next,.swiper__area--arrows .swiper-button-prev{height:40px;width:40px;border-radius:4px;background-color:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.04);color:#fff;cursor:pointer;z-index:1}.swiper__area--arrows .swiper-button-next:after,.swiper__area--arrows .swiper-button-prev:after{color:#fff;font-size:16px;font-weight:600}.swiper__area--arrows .swiper-button-next svg,.swiper__area--arrows .swiper-button-prev svg{width:20px;height:20px;color:#fff}.swiper__area--arrows .swiper-button-next .swiper-button-disabled,.swiper__area--arrows .swiper-button-prev .swiper-button-disabled{color:#d6d9df;border:1px solid hsla(0,0%,100%,.04)}.swiper__area--arrows .swiper-button-next .swiper-button-disabled:after,.swiper__area--arrows .swiper-button-prev .swiper-button-disabled:after{color:#d6d9df;font-size:16px}.swiper__area--arrows .swiper-button-prev{left:unset;content:none;margin-right:48px}.swiper__area--arrows .swiper-button-next{right:unset;content:none;margin-left:48px}.swiper__area--arrows .swiper-button-disabled{opacity:1}.swiper__area--arrows .swiper-button-disabled:after{opacity:.4}.swiper__area--pagination{position:relative;margin-top:40px;text-align:center}.swiper__area--pagination .swiper-pagination-bullet{width:12px;height:4px;background:rgba(37,42,52,.1);opacity:1;margin:0 2px;transition:all .3s ease;border-radius:1px}.swiper__area--pagination .swiper-pagination-bullet-active{background:#252a34;transform:scale(1.2)}.arrows__inside{position:relative;width:100%;justify-content:center;position:absolute;right:16px;bottom:32px;margin:auto;text-align:center;display:flex;align-items:center;justify-content:flex-end;gap:16px}.arrows__inside .swiper-button-next,.arrows__inside .swiper-button-prev{height:40px;width:40px;border-radius:4px;background-color:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.04);color:#fff;cursor:pointer;z-index:1}.arrows__inside .swiper-button-next:after,.arrows__inside .swiper-button-prev:after{color:#fff;font-size:16px;font-weight:600}.arrows__inside .swiper-button-next svg,.arrows__inside .swiper-button-prev svg{width:20px;height:20px;color:#fff}.arrows__inside .swiper-button-next .swiper-button-disabled,.arrows__inside .swiper-button-prev .swiper-button-disabled{color:#fff;border:1px solid hsla(0,0%,100%,.04)}.arrows__inside .swiper-button-next .swiper-button-disabled:after,.arrows__inside .swiper-button-prev .swiper-button-disabled:after{color:#fff;font-size:16px}.arrows__inside .swiper-button-prev{left:unset;content:none;margin-right:48px}.arrows__inside .swiper-button-next{right:unset;content:none;margin-left:48px}.arrows__inside .swiper-button-disabled{opacity:1}.arrows__inside .swiper-button-disabled:after{opacity:.4}