.process-statement{width:100%;max-width:1280px;margin:0 auto;padding:80px 30px}.process-statement__content{display:flex;gap:32px;height:600px}.process-statement__panel{flex:1 1;background:#fff;border-radius:20px;position:relative;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.process-statement__panel:before{content:"";position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#fe8ce9,#b57efc 50%,#00ffdd);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.process-statement__panel:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(254,140,233,.2)}.process-statement__panel--left,.process-statement__panel--right{flex:0 0 48%}.process-statement__panel-header{padding:24px 32px;border-bottom:1px solid rgba(224,224,224,.5);background:rgba(250,250,250,.5)}.process-statement__panel-header h2{font-size:22px;font-weight:500;margin:0;font-family:Power Grotesk,sans-serif;color:#333;letter-spacing:-.5px}.process-statement__panel-body{flex:1 1;overflow:auto;position:relative}.process-statement__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center}.process-statement__empty-state svg{color:#ccc;margin-bottom:24px}.process-statement__empty-state p{font-size:16px;color:#999;font-family:Questrial,sans-serif}.process-statement__loading{display:flex;align-items:center;justify-content:center;height:100%}.process-statement__loading p{font-size:16px;color:#666;font-family:Questrial,sans-serif}.process-statement__results{padding:24px}.process-statement__results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background:linear-gradient(135deg,rgba(254,140,233,.08),rgba(181,126,252,.08));border-radius:12px;border:1px solid rgba(254,140,233,.2)}.process-statement__results-header span{font-size:16px;color:#333;font-family:Questrial,sans-serif;font-weight:600}.process-statement__results-header .btn{background:linear-gradient(91.43deg,#fe8ce9,#b57efc 58.47%,#00ffdd);color:#fff;border:none}.process-statement__results-header .btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(254,140,233,.3)}.process-statement__results-table{overflow-x:auto}.process-statement__results-table table{width:100%;border-collapse:collapse;font-family:Questrial,sans-serif}.process-statement__results-table table th{padding:12px;text-align:left;font-weight:600;font-size:16px;color:#333;border-bottom:2px solid #e0e0e0;position:-webkit-sticky;position:sticky;top:0;background-color:#f5f5f5}.process-statement__results-table table td{padding:12px;border-bottom:1px solid #e0e0e0;font-size:16px;color:#1a1a1a}.process-statement__results-table table tr:hover{background-color:#f9f9f9}.process-statement__results-more{margin-top:16px;text-align:center;color:#999;font-size:14px;font-family:Questrial,sans-serif}.process-statement__uploader-wrapper{height:100%;display:flex;align-items:center;justify-content:center;padding:40px}.process-statement .pdf-viewer-container{height:100%}.process-statement .pdf-viewer-container .pdf-controls{position:-webkit-sticky;position:sticky;top:0;z-index:10;background-color:#fff;border-bottom:1px solid #e0e0e0}.process-statement__pdf-static{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px}.process-statement__pdf-static img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media(max-width:1024px){.process-statement__content{flex-direction:column;height:auto}.process-statement__panel--left,.process-statement__panel--right{flex:1 1 auto;height:400px}}@media(max-width:768px){.process-statement{padding:40px 24px 40px 4px;margin-left:0;margin-right:0;margin-top:30px;max-width:100vw;overflow-x:hidden}.process-statement__content{gap:16px;width:100%;max-width:100%}.process-statement__panel{width:100%;max-width:100%;overflow:hidden}.process-statement__panel-header{padding:16px}.process-statement__panel-header h2{font-size:18px;word-break:break-word}.process-statement__results{padding:16px;overflow-x:auto}.process-statement__results-table{width:100%;overflow-x:auto}.process-statement__results-table table{min-width:100%}}.slider{width:100%;max-width:100vw;overflow:hidden;padding:5px}.slider__container{display:flex;align-items:center;gap:20px;position:relative;width:-moz-fit-content;width:fit-content;animation:scrollLeft 30s linear infinite}@media(max-width:768px){.slider__container{gap:15px}}.slider__wrapper{display:flex;align-items:center;gap:20px}@media(max-width:768px){.slider__wrapper{gap:15px}}.slider__item{width:200px;height:80px;border-radius:12px;box-shadow:0 0 8px 0 rgba(0,0,0,.1490196078);display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:768px){.slider__item{width:120px;height:50px;border-radius:8px}}.slider__item img{max-height:50%;max-width:80%}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}.standards{padding-inline:24px}@media(max-width:768px){.standards{padding-inline:20px}}.standards__title{border-radius:100px;overflow:hidden;position:relative;box-shadow:0 0 8px 0 rgba(0,0,0,.1490196078);margin:0 auto 40px;width:100%;max-width:calc(100svw - 48px);max-width:783px}.standards__title-border{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:0;width:105%;aspect-ratio:1/1;background:linear-gradient(0,#ff9aec,#aab0ff 58.47%,#00ffdd);animation:rotate 3s linear infinite;transform-origin:0 0}.standards__title-text{font-weight:400;font-size:28px;line-height:1.3;text-align:center;text-wrap:wrap}.standards__title-text-wrapper{background-color:var(--content-bg);position:relative;z-index:1;padding:16px 20px;border:1.35px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:100px}.standards__title-text-container{-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:rgba(0,0,0,0);background:linear-gradient(90deg,#00ffdd -15%,#ff9aec 50%,#aab0ff);height:auto}.standards__item{border-radius:20px;overflow:hidden;box-shadow:0 0 8px 0 rgba(0,0,0,.1490196078);position:relative;max-width:203px}@media(max-width:1200px){.standards__item:first-child,.standards__item:last-child{max-width:98px;max-height:113px}.standards__item:first-child .standards__item-wrapper,.standards__item:last-child .standards__item-wrapper{padding:13px 19.5px!important;position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;border:1.35px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:20px;background-color:var(--content-bg)}.standards__item:first-child .standards__item-title,.standards__item:last-child .standards__item-title{font-family:Power Grotesk;font-weight:400;font-size:22px;line-height:100%;letter-spacing:0;text-align:center;height:-moz-fit-content;height:fit-content}.standards__item:first-child .standards__item-img,.standards__item:last-child .standards__item-img{width:56px;height:55px}}.standards__item-wrapper{padding:24px 32px;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;border:1.35px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:20px;background-color:var(--content-bg)}.standards__item-border{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:0;height:150%;aspect-ratio:1/1;background:linear-gradient(0,#ff9aec,#aab0ff 50%,#00ffdd);animation:rotate 3s linear infinite;transform-origin:0 0}.standards__item-title{font-weight:400;font-size:52px;height:62px;line-height:100%;text-align:center}@media(max-width:1200px){.standards__item-title{font-family:Power Grotesk;font-weight:400;font-size:28px;line-height:100%;letter-spacing:0;text-align:center;height:-moz-fit-content;height:fit-content}}.standards__item-img{width:95px}.standards__items{display:flex;align-items:center;justify-content:center;gap:30px;margin-bottom:40px}@media(max-width:1200px){.standards__items{gap:6px}}.standards__text{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;text-align:center;box-sizing:border-box}@media(max-width:1200px){.standards__text{font-family:Questrial;font-weight:400;font-size:18px;line-height:25px;letter-spacing:0;text-align:center;padding:0 20px}}@media(max-width:768px){.standards__text{padding:0;width:100%;max-width:none}}@keyframes rotate{0%{transform:rotate(0) translate(-50%,-50%)}to{transform:rotate(1turn) translate(-50%,-50%)}}.stat-bg-container{position:relative;width:100%;min-height:362px;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:20px;box-shadow:0 0 8px 0 rgba(0,0,0,.1490196078)}.dots-grid-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:var(--content-bg)}.stat-content{position:relative;z-index:1}.stat-counters__wrapper{width:100%;min-height:322px;border-radius:20px;display:flex;justify-content:center;align-items:center;gap:24px;padding:38px 40px}@media(max-width:768px){.stat-counters__wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;padding:12px}}.stat-counter{display:flex;flex-direction:column;justify-content:center;gap:16px;cursor:default}@media(max-width:768px){.stat-counter{padding:6px;max-width:150px}.stat-counter .stat-counter-value{font-family:Power Grotesk;font-weight:400;font-size:32px;line-height:100%;letter-spacing:3%;text-align:center}.stat-counter .stat-counter-label{font-family:Questrial;font-weight:400;font-size:14px;line-height:1.4;letter-spacing:0;text-align:center}}.stat-counter-value{font-family:Power Grotesk;font-weight:400;font-size:74px;line-height:100%;letter-spacing:3%;text-align:center;transition:background .4s ease,color .4s ease,-webkit-text-fill-color .4s ease}.stat-counter-value.gradient-text{background:linear-gradient(90deg,#a020f0,#ffc0cb);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;color:rgba(0,0,0,0)}.stat-counter-label{font-family:Power Grotesk;font-weight:400;font-size:22px;line-height:30px;letter-spacing:0;text-align:center;transition:background .4s ease,color .4s ease,-webkit-text-fill-color .4s ease}.stat-counter:hover .stat-counter-label,.stat-counter:hover .stat-counter-value{background:radial-gradient(circle at center,rgb(254,140,233) 0,rgb(181,126,252) 78.47%,#00ffdd 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;color:rgba(0,0,0,0)}