.makura-toast{position:fixed;bottom:1rem;right:1rem;background-color:var(--white);z-index:12;border-radius:1.2rem;width:32rem;box-shadow:8px 8px 32px 8px rgba(0,0,0,.2);border-left:6px solid rgba(0,0,0,0);opacity:0;visibility:hidden;transform:translateX(100%);transition:all .2s linear}.makura-toast.success,.makura-toast.warning,.makura-toast.info,.makura-toast.error{opacity:1;visibility:visible;transform:translateX(0)}.makura-toast .toast-content{position:relative;padding:1.2rem 1.2rem 1.2rem 6rem}.makura-toast .toast-content h1,.makura-toast .toast-content h2,.makura-toast .toast-content h3,.makura-toast .toast-content h4,.makura-toast .toast-content h5,.makura-toast .toast-content h1,.makura-toast .toast-content h2,.makura-toast .toast-content h3,.makura-toast .toast-content h4,.makura-toast .toast-content h5,.makura-toast .toast-content .toast-icon img{display:none}.makura-toast .toast-content h1,.makura-toast .toast-content h2,.makura-toast .toast-content h4,.makura-toast .toast-content h4,.makura-toast .toast-content h5{margin-bottom:.4rem;color:var(--title)}.makura-toast .toast-content p{color:var(--description)}.makura-toast .toast-content .toast-icon img{max-width:2.4rem;position:absolute;top:50%;transform:translateY(-50%);left:1.6rem}.makura-toast .toast-content .close-toast{position:absolute;top:1.2rem;right:1.2rem}.makura-toast.success{border-color:var(--green)}.makura-toast.success .toast-content h1,.makura-toast.success .toast-content h2,.makura-toast.success .toast-content h3,.makura-toast.success .toast-content h4,.makura-toast.success .toast-content h5{color:var(--green)}.makura-toast.success .toast-content h1.success,.makura-toast.success .toast-content h2.success,.makura-toast.success .toast-content h3.success,.makura-toast.success .toast-content h4.success,.makura-toast.success .toast-content h5.success,.makura-toast.success .toast-content .toast-icon img.success{display:block}.makura-toast.error{border-color:var(--red)}.makura-toast.error .toast-content h1,.makura-toast.error .toast-content h2,.makura-toast.error .toast-content h3,.makura-toast.error .toast-content h4,.makura-toast.error .toast-content h5{color:var(--red)}.makura-toast.error .toast-content h1.error,.makura-toast.error .toast-content h2.error,.makura-toast.error .toast-content h3.error,.makura-toast.error .toast-content h4.error,.makura-toast.error .toast-content h5.error,.makura-toast.error .toast-content .toast-icon img.error{display:block}.makura-toast.info{border-color:var(--primary)}.makura-toast.info .toast-content h1,.makura-toast.info .toast-content h2,.makura-toast.info .toast-content h3,.makura-toast.info .toast-content h4,.makura-toast.info .toast-content h5{color:var(--primary)}.makura-toast.info .toast-content h1.info,.makura-toast.info .toast-content h2.info,.makura-toast.info .toast-content h3.info,.makura-toast.info .toast-content h4.info,.makura-toast.info .toast-content h5.info,.makura-toast.info .toast-content .toast-icon img.info{display:block}.makura-toast.warning{border-color:var(--secondary)}.makura-toast.warning .toast-content h1,.makura-toast.warning .toast-content h2,.makura-toast.warning .toast-content h3,.makura-toast.warning .toast-content h4,.makura-toast.warning .toast-content h5{color:var(--secondary)}.makura-toast.warning .toast-content h1.warning,.makura-toast.warning .toast-content h2.warning,.makura-toast.warning .toast-content h3.warning,.makura-toast.warning .toast-content h4.warning,.makura-toast.warning .toast-content h5.warning,.makura-toast.warning .toast-content .toast-icon img.warning{display:block}@media(min-width: 992px){.makura-toast{min-width:40rem}.makura-toast .toast-content{padding:1.6rem 2rem 1.6rem 6rem}.makura-toast .toast-content h1,.makura-toast .toast-content h2,.makura-toast .toast-content h3,.makura-toast .toast-content h4,.makura-toast .toast-content h5,.makura-toast .toast-content .toast-icon img{max-width:3.2rem}}.makura-modal{position:fixed;inset:0;background-color:var(--black-600);z-index:99;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease-in-out;backdrop-filter:blur(6px)}.makura-modal.active{opacity:1;visibility:visible}.makura-modal.active.drawer .makura-modal-content{transform:translateX(0)}.makura-modal.right-align{justify-content:end}.makura-modal.drawer .makura-modal-content{transform:translateX(100%)}.makura-modal .makura-modal-content{background-color:var(--white);border-radius:8px;min-width:350px;position:relative;transition:all .3s ease-in-out}.makura-modal .makura-modal-content [close-modal]{position:absolute;right:16px;top:8px;max-width:12px}.makura-modal .makura-modal-content [close-modal] svg{max-width:100%}.read-more-text{--read-more-lines: 6;overflow:hidden;max-height:calc(var(--read-more-lines)*1lh);transition:max-height .45s ease}.read-more-btn{display:inline-flex;align-items:center;border:none;background:none;padding:0;margin-top:12px;margin-bottom:8px;color:var(--primary);font-weight:700;cursor:pointer;transition:opacity .2s ease}.read-more-btn:hover{text-decoration:underline}.page-path{margin-bottom:16px;display:flex;align-items:center;gap:28px}.page-path a{font-size:clamp(16px,14px + 2*(100vw - 375px)/1545,16px);line-height:32px;color:var(--white)}.page-path a:not(:last-child){color:#c5c3c3;position:relative}.page-path a:not(:last-child)::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-20px;width:12px;height:12px;border-radius:50px;background:#3198ff}.page-banner{position:relative;padding:160px 0 90px 0}.page-banner .banner-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.page-banner .banner-img img{width:100%;height:100%;object-fit:cover}.page-banner .section-title h1{font-family:var(--font-nunito-sans);font-weight:700}.page-banner::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);z-index:-1}.page-banner .blog-meta-wrapper{display:flex;align-items:center;margin-top:1.6rem}.page-banner .blog-meta-wrapper .blog-meta{display:flex;align-items:center;gap:.6rem}.page-banner .blog-meta-wrapper .blog-meta img{width:24px;height:24px;object-fit:cover}.page-banner .blog-meta-wrapper .blog-meta span{color:var(--white)}@media(min-width: 992px){.page-banner{padding:204px 0 138px 0}.page-banner .section-title{max-width:877px}}.error-page{padding:170px 0 50px 0}.error-page h1{font-size:clamp(120px,120px + 80*(100vw - 375px)/1545,200px)}@media(min-width: 992px){.error-page{padding:214px 0 74px 0}.error-page .d-flex{max-width:608px;margin:auto}}.contact-us{padding-top:204px}.contact-us .section-title p{max-width:641px}.contact-us .contact-icon{aspect-ratio:56/56;max-width:56px;padding:1.6rem;border-radius:8px;background:var(--primary-light)}.contact-us .contact-icon img{width:100%;height:100%;object-fit:cover}.contact-us .map-img{aspect-ratio:16/10;border-radius:8px;overflow:hidden}.contact-us .map-img img,.contact-us .map-img iframe{width:100%;height:100%;object-fit:cover}@media(min-width: 768px){.contact-us .map-img{aspect-ratio:1520/545}}.footer{position:relative;overflow:hidden}.footer .bg-img{position:absolute;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.footer .bg-img img{width:100%;height:100%;object-fit:cover}.footer .footer-logo{aspect-ratio:233/60;max-width:233px}.footer .footer-logo img{width:100%;height:100%;object-fit:cover}.footer .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2rem}.footer .footer-para{line-height:26px;font-size:clamp(16px,16px + 4*(100vw - 375px)/1545,20px)}.footer .footer-links-wrapper .footer-links{display:grid;gap:2.4rem}.footer .footer-links-wrapper .footer-links .footer-link-column .footer-link-icon-wrapper{display:flex;gap:8px;align-items:center;margin-bottom:20px}.footer .footer-links-wrapper .footer-links .footer-link-column .footer-link-icon-wrapper .footer-link-icon{aspect-ratio:40/40;max-width:4rem;padding:8px;background:var(--primary-light);border-radius:50%}.footer .footer-links-wrapper .footer-links .footer-link-column.navigation ul li,.footer .footer-links-wrapper .footer-links .footer-link-column.missions ul li{position:relative;display:inline-flex;gap:.8rem}.footer .footer-links-wrapper .footer-links .footer-link-column.navigation ul li::before,.footer .footer-links-wrapper .footer-links .footer-link-column.missions ul li::before{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0;margin-top:4px}.footer .footer-links-wrapper .footer-links .footer-link-column.navigation ul li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.91016 19.9201L15.4302 13.4001C16.2002 12.6301 16.2002 11.3701 15.4302 10.6001L8.91016 4.08008' stroke='%2319428F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.footer .footer-links-wrapper .footer-links .footer-link-column.missions ul li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 2H8C4.5 2 3 4 3 7V17C3 20 4.5 22 8 22H16C19.5 22 21 20 21 17V7C21 4 19.5 2 16 2ZM8 12.25H12C12.41 12.25 12.75 12.59 12.75 13C12.75 13.41 12.41 13.75 12 13.75H8C7.59 13.75 7.25 13.41 7.25 13C7.25 12.59 7.59 12.25 8 12.25ZM16 17.75H8C7.59 17.75 7.25 17.41 7.25 17C7.25 16.59 7.59 16.25 8 16.25H16C16.41 16.25 16.75 16.59 16.75 17C16.75 17.41 16.41 17.75 16 17.75ZM18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z' fill='%2319428F'/%3E%3C/svg%3E")}.footer .footer-links-wrapper .footer-links .footer-link-column ul li a{color:var(--black);font-size:clamp(16px,16px + 4*(100vw - 375px)/1545,20px);line-height:32px}.footer .footer-links-wrapper .footer-links .footer-link-column ul li a:hover{color:var(--secondary)}.footer .footer-links-wrapper .footer-links .footer-link-column .contact-column .contact-icon{width:24px;height:24px;flex-shrink:0}.footer .footer-links-wrapper .footer-links .footer-link-column .contact-column a,.footer .footer-links-wrapper .footer-links .footer-link-column .contact-column p{color:var(--black);font-size:clamp(16px,16px + 4*(100vw - 375px)/1545,20px)}.footer .footer-links-wrapper .footer-links .footer-link-column .contact-column a:hover,.footer .footer-links-wrapper .footer-links .footer-link-column .contact-column p:hover{color:var(--secondary)}.footer-bottom{margin-top:64px}.footer-bottom a{color:var(--primary);font-size:1.4rem}.footer-bottom a:not(:last-child){padding-right:1.2rem;border-right:1px solid var(--primary)}.footer-bottom a:hover{color:var(--secondary)}.footer-bottom p,.footer-bottom span{font-size:1.4rem}.footer-bottom .makura-logo{aspect-ratio:95/20;max-width:84px}.footer-bottom .makura-logo img{width:100%;height:100%;object-fit:cover}.footer-socials-wrapper .footer-socials a,.footer-socials-wrapper .contact-socials a,.contact-socials-wrapper .footer-socials a,.contact-socials-wrapper .contact-socials a{aspect-ratio:1/1;max-width:36px;padding:.8rem;display:flex;justify-content:center;align-items:center;background:var(--primary);border-radius:50%;transition:transform .3s ease-in-out}.footer-socials-wrapper .footer-socials a img,.footer-socials-wrapper .footer-socials a svg,.footer-socials-wrapper .contact-socials a img,.footer-socials-wrapper .contact-socials a svg,.contact-socials-wrapper .footer-socials a img,.contact-socials-wrapper .footer-socials a svg,.contact-socials-wrapper .contact-socials a img,.contact-socials-wrapper .contact-socials a svg{width:100%;height:100%;object-fit:cover}.footer-socials-wrapper .footer-socials a:hover,.footer-socials-wrapper .contact-socials a:hover,.contact-socials-wrapper .footer-socials a:hover,.contact-socials-wrapper .contact-socials a:hover{transform:translateY(-3px)}@media(min-width: 500px){.footer .footer-links-wrapper .footer-links{grid-template-columns:225px 1fr}.footer .footer-links-wrapper .footer-links>*:nth-child(4){grid-column:span 2;grid-row:3}}@media(min-width: 768px){.footer .footer-logo{max-width:264px}.footer .footer-links-wrapper .footer-links{grid-template-columns:1fr 1fr 1fr}.footer .footer-links-wrapper .footer-links>*:nth-child(4){grid-column:span 2;grid-row:2}}@media(min-width: 992px){.footer-bottom a:not(:last-child){padding-right:1.6rem}}.pagination ul li a:not(.prev):not(.next){border:1px solid #e0e0e0;padding:.4rem 1rem;border-radius:3.2rem;font-size:1.6rem;transition:all .3s ease-in-out;color:var(--para)}.pagination ul li.active a:not(.prev):not(.next),.pagination ul li:hover a:not(.prev):not(.next){background:var(--secondary);border:1px solid var(--secondary);color:var(--white)}.pagination ul li.disabled{pointer-events:none;opacity:.6}.about-us .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.about-us .general-content-box{line-height:32px}.about-us .about-us-img{aspect-ratio:16/9;overflow:hidden}.about-us .about-us-img img{width:100%;height:100%;object-fit:cover}@media(min-width: 768px){.about-us .about-us-img{aspect-ratio:1520/515}}.who-are-we{position:relative;overflow:hidden}.who-are-we .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.who-are-we .who-are-we-card{display:flex;flex-direction:column;align-items:start;line-height:32px;position:relative;z-index:1}.who-are-we .who-are-we-card .ifin-btn{margin-top:auto}.who-are-we .who-are-we-card .who-desc ul li,.who-are-we .who-are-we-card .who-desc ol li{line-height:1.5}@media(min-width: 1200px){.who-are-we::after{content:"";position:absolute;top:0;right:-5%;width:638px;height:297px;background:url("../images/icons/wrw.svg");background-repeat:no-repeat}}.metrics .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 1.6rem}.metrics .counter .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.metrics .counter .row>[class*=col-]:nth-child(8n+1) .counter-card{--card-bg: #eef5fd;--accent: #227cd6}.metrics .counter .row>[class*=col-]:nth-child(8n+2) .counter-card{--card-bg: #f3f8f2;--accent: #68b35e}.metrics .counter .row>[class*=col-]:nth-child(8n+3) .counter-card{--card-bg: #ecfaff;--accent: #0fbbff}.metrics .counter .row>[class*=col-]:nth-child(8n+4) .counter-card{--card-bg: #fef6ec;--accent: #dc9b17}.metrics .counter .row>[class*=col-]:nth-child(8n+5) .counter-card{--card-bg: #efedff;--accent: #6e58f4}.metrics .counter .row>[class*=col-]:nth-child(8n+6) .counter-card{--card-bg: #fbf0ff;--accent: #bb46e1}.metrics .counter .row>[class*=col-]:nth-child(8n+7) .counter-card{--card-bg: #fff9fd;--accent: #b21c85}.metrics .counter .row>[class*=col-]:nth-child(8n+8) .counter-card{--card-bg: #fff1eb;--accent: #fa5a10}.metrics .counter .counter-card{--card-bg: #eef5fd;--accent: #227cd6;display:flex;flex-direction:column;gap:16px;border-radius:8px;background:var(--card-bg);border-bottom:10px solid var(--accent)}.metrics .counter .counter-head{display:flex;align-items:center;gap:16px}.metrics .counter .counter-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:100px;background:var(--accent)}.metrics .counter .counter-icon img{width:28px;height:28px;object-fit:contain}.metrics .counter .counter-value{font-weight:500;line-height:36px;color:var(--accent);white-space:nowrap}.metrics .counter .counter-body{display:flex;flex-direction:column;gap:12px;padding-inline:16px}.metrics .counter .counter-divider{width:56px;height:4px;border-radius:4px;background:var(--accent)}.metrics .counter .counter-label{margin:0;font-family:var(--font-nunito-sans);font-weight:500;line-height:1.5;color:var(--black)}@media(min-width: 992px){.metrics .counter .row{--bs-gutter-y: 3.2rem}.metrics .counter .counter-head{gap:24px}.metrics .counter .counter-value{line-height:1.3333;letter-spacing:-0.9px}.metrics .counter .counter-divider{width:64px}.metrics .counter .counter-label{line-height:1.5}}@media(min-width: 1500px){.metrics .counter .counter-card{gap:24px;padding:32px}.metrics .counter .counter-body{padding-inline:24px}.metrics .counter .counter-icon{width:68px;height:68px}.metrics .counter .counter-icon img{width:32px;height:32px}}.announcement .section-title span{margin-bottom:0}.announcement .section-title p{line-height:32px}.announcement .announcement-slider{margin:0 -0.6rem}.announcement .announcement-slider .slick-slide{margin:0 .6rem;height:auto}.announcement .announcement-slider .slick-slide>div{display:flex;height:100%;width:100%}.announcement .announcement-slider .slick-track{display:flex;align-items:stretch;padding:2px 0}.announcement .announcement-slider>.announcement-card:not(:first-child){display:none}.announcement .announcement-slider>.announcement-card:first-child{max-width:49.1rem}.announcement-card{padding:14px;border-radius:20px;border:1px solid #e0e0e0}.announcement-card .announcement-img{aspect-ratio:463/277;border-radius:16px;overflow:hidden}.announcement-card .announcement-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.announcement-card .announcement-content h3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}.announcement-card:hover .announcement-img img{transform:scale(1.1)}.announcement-card:hover .announcement-content h3{color:var(--secondary)}@media(min-width: 992px){.announcement .section-title{max-width:738px;margin:auto}.announcement .announcement-slider{margin:0 -1.2rem}.announcement .announcement-slider .slick-slide{margin:0 1.2rem}}.market-intelligence .section-title h2{line-height:140%;letter-spacing:-0.72px}.market-intelligence .ifin-btn:hover{border-color:var(--white);color:var(--white)}.market-intelligence .ifin-btn:hover svg path{stroke:var(--white)}.market-intelligence .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.market-intelligence .market-intelligence-slider{margin:0 -0.6rem}.market-intelligence .market-intelligence-slider .slick-slide{margin:0 .6rem;height:auto}.market-intelligence .market-intelligence-slider .slick-slide>div{display:flex;height:100%;width:100%}.market-intelligence .market-intelligence-slider .slick-track{display:flex;align-items:stretch;padding:2px 0}.market-intelligence .market-intelligence-slider>.market-intelligence-card:not(:first-child){display:none}.market-intelligence .market-intelligence-slider>.market-intelligence-card:first-child{max-width:36.1rem}.market-intelligence .slider-wrapper{position:relative}.market-intelligence .slider-wrapper .slider-controller{position:absolute;right:0;bottom:0}.market-intelligence-card{position:relative;border-radius:16px;overflow:hidden}.market-intelligence-card::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(183deg, rgba(0, 0, 0, 0) 13.87%, #000 78.53%)}.market-intelligence-card .mi-img{aspect-ratio:361/380;overflow:hidden}.market-intelligence-card .mi-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.market-intelligence-card h3{position:absolute;bottom:24px;left:20px;color:var(--white);z-index:1;padding:0 12px;border-left:4px solid var(--secondary)}.market-intelligence-card:hover .mi-img img{transform:scale(1.1)}@media(min-width: 992px){.market-intelligence .market-intelligence-slider .slick-dots{justify-content:start}}.partners .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.partners .partner-card{background:var(--white);padding:40px;border-radius:16px;box-shadow:0 4px 5px rgba(0,0,0,.1);text-align:center;transition:transform .5s ease;outline:none;position:relative;display:flex !important;flex-direction:column;gap:24px;justify-content:center}.partners .partner-card .partner-logo{aspect-ratio:217/60;max-width:150px;margin:auto}.partners .partner-card .partner-logo img{width:100%;height:100%;object-fit:cover}.partners .partner-card p{font-weight:500;line-height:155.556%;letter-spacing:-0.54px;font-family:var(--font-manrope);position:relative;z-index:2}.partners .partner-card .author-info{display:flex;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid var(--black-100);padding-top:14px}.partners .partner-card .author-info strong{font-family:var(--font-lora)}.partners .partner-card .author-info div a{color:var(--secondary)}.partners .partner-card .author-info div a:hover{color:var(--primary)}.partners .partner-card .author-info div a:hover svg{transform:translateX(6px)}.partners .partner-card .author-info div a:hover svg path{stroke:var(--primary)}.partners .partners-slider .slick-center{z-index:3}.partners .partners-slider .slick-slide:not(.slick-current){transform:scale(0.8);opacity:.7;transition:all .3s ease-in-out}.partners .partners-slider .slick-track{display:flex;padding:7px 0}.partners .partners-slider .slick-current>div{transition:all .3s ease-in-out}.partners .partners-slider .slick-current>div .partner-card p{letter-spacing:-0.2px !important}.partners .partners-slider>.partner-card:not(:first-child){display:none !important}.partners .partners-slider>.partner-card:first-child{max-width:78rem}.partners .partners-slider.is-single-card{display:flex;justify-content:center}.partners .partners-slider.is-single-card>.partner-card:first-child{margin-inline:auto;width:100%}.partners .partners-slider .partner-card p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.partners .slider-wrapper{position:relative}.partners .slider-wrapper .prev{position:absolute;left:42%;bottom:-3px}.partners .slider-wrapper .next{position:absolute;right:42%;bottom:-3px}@media(max-width: 991.98px){.partners .partners-slider .slick-list{padding:0 !important}}@media(min-width: 992px){.partners .section-title{max-width:560px;margin:auto}.partners .partners-slider .slick-list{padding:0 !important}.partners .partners-slider .slick-center>div{transform:scale(1.04);width:672px;margin-left:-185px}.partners .partners-slider .slick-slide:not(.slick-current) .author-info strong{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1}.partners .partners-slider .slick-slide:not(.slick-current) .author-info>div a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1}.partners .partners-slider.is-single-card>.partner-card{transform:scale(1.04);width:672px;max-width:none}}@media(min-width: 1200px){.partners .partners-slider .slick-current>div{width:730px}.partners .partners-slider.is-single-card>.partner-card{width:730px;max-width:none}}@media(min-width: 1400px){.partners .partners-slider .slick-current>div{width:750px}.partners .partners-slider.is-single-card>.partner-card{width:750px;max-width:none}.partners .partners-slider .partner-card{padding:52px}}.featured-stories .story-card{padding:40px;border-radius:16px;transition:transform .5s ease;position:relative;overflow:hidden;display:flex !important;flex-direction:column;gap:24px;justify-content:center}.featured-stories .story-card .story-card-img{position:absolute;top:0;left:0;width:100%;height:100%;aspect-ratio:818/377;z-index:-1}.featured-stories .story-card .story-card-img img{width:100%;height:100%;object-fit:cover}.featured-stories .story-card::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);pointer-events:none}.featured-stories .story-card .story-card-content{position:relative;z-index:1}.featured-stories .story-card .story-card-content h3{padding:0 27px;margin-bottom:16px;font-size:clamp(16px,16px + 4*(100vw - 375px)/1545,20px)}.featured-stories .story-card .story-card-content h3,.featured-stories .story-card .story-card-content p{color:var(--white);text-align:center}.featured-stories .featured-stories-slider .slick-center{z-index:3}.featured-stories .featured-stories-slider .slick-slide:not(.slick-current){transform:scale(0.8);opacity:.7;transition:all .3s ease-in-out}.featured-stories .featured-stories-slider .slick-track{display:flex;padding:20px 0}.featured-stories .featured-stories-slider .slick-current>div{transition:all .3s ease-in-out}.featured-stories .featured-stories-slider .slick-current>div .story-card p{letter-spacing:-0.2px !important}.featured-stories .featured-stories-slider>.story-card:not(:first-child){display:none !important}.featured-stories .featured-stories-slider>.story-card:first-child{max-width:50rem !important}.featured-stories .featured-stories-slider.is-single-card{display:flex;justify-content:center}.featured-stories .featured-stories-slider.is-single-card>.story-card:first-child{margin-inline:auto;width:100%;max-width:62rem !important}.featured-stories .featured-stories-slider .story-card h3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.featured-stories .slider-wrapper{position:relative}.featured-stories .slider-wrapper .prev{position:absolute;left:42%;bottom:-3px}.featured-stories .slider-wrapper .next{position:absolute;right:42%;bottom:-3px}@media(max-width: 991.98px){.featured-stories .featured-stories-slider .slick-list{padding:0 !important}}@media(min-width: 992px){.featured-stories .section-title{max-width:560px;margin:auto}.featured-stories .featured-stories-slider .slick-list{padding:0 !important}.featured-stories .featured-stories-slider .slick-center>div{transform:scale(1.15);width:566px;width:520px;margin-left:-115px}.featured-stories .featured-stories-slider.is-single-card>.story-card{transform:scale(1.15);width:520px}}@media(min-width: 1200px){.featured-stories .featured-stories-slider .slick-current>div{width:600px}.featured-stories .featured-stories-slider.is-single-card>.story-card{width:600px}}@media(min-width: 1400px){.featured-stories .featured-stories-slider .slick-current>div{width:622px}.featured-stories .featured-stories-slider.is-single-card>.story-card{width:622px}.featured-stories .featured-stories-slider .story-card{padding:64px}}.dfi-mission .bottom-text a{color:var(--secondary)}.dfi-mission .bottom-text a:hover{color:var(--primary)}.dfi-mission .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 1.2rem}.dfi-mission .mission-card,.dfi-mission .niif-card{position:relative;border-radius:24px;overflow:hidden}.dfi-mission .mission-card::after,.dfi-mission .niif-card::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(183deg, rgba(0, 0, 0, 0) 13.87%, #000 78.53%)}.dfi-mission .mission-card button,.dfi-mission .niif-card button{color:var(--white)}.dfi-mission .mission-card .niif-img img,.dfi-mission .mission-card .mission-img img,.dfi-mission .niif-card .niif-img img,.dfi-mission .niif-card .mission-img img{transition:transform .3s ease-in-out}.dfi-mission .mission-card:hover .niif-img img,.dfi-mission .mission-card:hover .mission-img img,.dfi-mission .niif-card:hover .niif-img img,.dfi-mission .niif-card:hover .mission-img img{transform:scale(1.1)}.dfi-mission .mission-card:hover button svg,.dfi-mission .niif-card:hover button svg{transform:translateX(4px)}.dfi-mission .mission-card .mission-img{aspect-ratio:16/10}.dfi-mission .mission-card .mission-img img{width:100%;height:100%;object-fit:cover}.dfi-mission .mission-card .mission-info{position:absolute;bottom:24px;left:20px;width:95%;color:var(--white);z-index:1;padding:0 12px;border-left:4px solid var(--secondary)}.dfi-mission .niif-card .niif-img{aspect-ratio:16/10}.dfi-mission .niif-card .niif-img img{width:100%;height:100%;object-fit:cover}.dfi-mission .niif-card .niif-info{position:absolute;bottom:24px;left:20px;width:95%;color:var(--white);z-index:1;padding:0 12px;border-left:4px solid var(--secondary)}@media(min-width: 992px){.dfi-mission .section-title{max-width:860px;margin:auto}.dfi-mission .mission-card .mission-img{aspect-ratio:748/382}.dfi-mission .niif-card .niif-img{aspect-ratio:748/789}}.why-us .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 1.6rem}.why-us .why-us-card{display:flex;flex-direction:column;padding:3.2rem 2.4rem;border-radius:16px}.why-us .why-us-card .why-us-icon img{width:56px;height:56px;object-fit:contain}.why-us .why-us-card .why-us-body{padding-top:4rem}.why-us .why-us-card .why-us-body h3{font-family:var(--font-lora);font-weight:500}.why-us .why-us-card .why-us-body ul{display:flex;flex-direction:column;gap:.8rem;padding-left:2rem}.why-us .why-us-card .why-us-body ul li{list-style-type:disc;line-height:1.5}.why-us .why-us-card.bg-primary .why-us-body h3{color:var(--white)}.why-us .why-us-card.bg-primary .why-us-body ul li{color:var(--white)}.why-us .why-us-card.bg-primary .why-us-body ul li::marker{color:var(--white)}.why-us .why-us-card.bg-white .why-us-body h3{color:var(--primary)}.why-us .why-us-card.bg-white .why-us-body ul li{color:var(--primary)}.why-us .why-us-card.bg-white .why-us-body ul li::marker{color:var(--primary)}@media(min-width: 992px){.why-us .section-title{max-width:760px;margin-inline:auto}.why-us .section-title p{max-width:580px}.why-us .why-us-card{padding:4rem 3.2rem;border-radius:20px}.why-us .why-us-card .why-us-body{padding-top:6.4rem}}.about-who-are-we .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 1.6rem}.about-who-are-we .about-who-are-we-img{aspect-ratio:619/326}.about-who-are-we .about-who-are-we-img img{width:100%;height:100%;object-fit:cover;border-radius:16px}.about-who-are-we .general-content-box ul li{color:var(--black)}.about-who-are-we .general-content-box ul li+li{margin-top:.6rem}.about-who-are-we .general-content-box figure{aspect-ratio:748/253}.about-who-are-we .general-content-box figure img{width:100%;height:100%;object-fit:cover;border-radius:1.6rem}.about-who-are-we .styled-list ul>li{position:relative;list-style:none;padding-left:1rem}.about-who-are-we .styled-list ul>li::after{content:"";position:absolute;top:6px;left:-16px;width:12px;height:12px;background-image:url("../images/icons/arrow-right.svg");background-repeat:no-repeat;background-size:contain}.about-who-are-we .styled-list ul>li+li{margin-top:.8rem}@media(min-width: 992px){.about-who-are-we .section-left{position:sticky;top:10%}}.what-we-stand{overflow:hidden}.what-we-stand .vision-img,.what-we-stand .mission-img{flex-shrink:0;aspect-ratio:64/64;width:64px;max-width:64px;padding:16px;border-radius:8px;background:var(--primary)}.what-we-stand .vision-img img,.what-we-stand .mission-img img{width:100%;height:100%;object-fit:cover}.what-we-stand .vision-card .who-desc,.what-we-stand .mission-card .who-desc{line-height:32px}.what-we-stand .vision-card ul li,.what-we-stand .vision-card ol li,.what-we-stand .mission-card ul li,.what-we-stand .mission-card ol li{line-height:1.5}@media(min-width: 1200px){.what-we-stand{position:relative}.what-we-stand::after{content:"";position:absolute;top:0;right:-5%;width:638px;height:297px;background:url("../images/icons/wrw.svg");background-repeat:no-repeat}}.what-we-do .container>.row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 3.2rem}.what-we-do .container>.row>.col-lg-6:nth-child(even) .what-we-do-card .row{flex-direction:column-reverse}.what-we-do .what-we-do-card{display:flex;flex-direction:column;gap:1.6rem;height:100%}.what-we-do .what-we-do-card .row{--bs-gutter-x: 1.6rem;--bs-gutter-y: 1.6rem}.what-we-do .what-we-do-card .what-we-do-img{aspect-ratio:490/350;border-radius:16px;overflow:hidden}.what-we-do .what-we-do-card .what-we-do-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-in-out}.what-we-do .what-we-do-card .what-we-do-content{display:flex;flex-direction:column;gap:.8rem}.what-we-do .what-we-do-card h3{font-family:var(--font-lora);font-weight:500;line-height:1.2;margin:0}.what-we-do .what-we-do-card p,.what-we-do .what-we-do-card li{color:var(--para);font-size:1.6rem}.what-we-do .what-we-do-card .styled-list ul>li{position:relative;list-style:none;padding-left:.4rem}.what-we-do .what-we-do-card .styled-list ul>li::after{content:"";position:absolute;top:6px;left:-16px;width:12px;height:12px;background-image:url("../images/icons/arrow-right.svg");background-repeat:no-repeat;background-size:contain}.what-we-do .what-we-do-card .styled-list ul>li+li{margin-top:.8rem}@media(min-width: 992px){.what-we-do .section-title{max-width:880px;margin-inline:auto}.what-we-do .section-title p{max-width:720px}.what-we-do .what-we-do-card{gap:2.4rem}.what-we-do .what-we-do-card .what-we-do-img{aspect-ratio:5/3;border-radius:20px}}@media(max-width: 991px){.what-we-do .container>.row>.col-lg-6:nth-child(even) .what-we-do-card .row{flex-direction:row-reverse}}.our-objectives{overflow:hidden}.our-objectives .our-objectives-top{margin-bottom:3.2rem}.our-objectives .our-objectives-top .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 1.6rem}.our-objectives .our-objectives-top .our-objectives-desc p{line-height:1.6}.our-objectives .our-objectives-cards .row{--bs-gutter-x: 1.6rem;--bs-gutter-y: 1.6rem}.our-objectives .our-objectives-cards .objective-card{display:flex;flex-direction:column;background:var(--white);border-radius:8px;padding:2.4rem 2rem}.our-objectives .our-objectives-cards .objective-card .objective-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:2.4rem}.our-objectives .our-objectives-cards .objective-card .objective-icon svg,.our-objectives .our-objectives-cards .objective-card .objective-icon img{width:100%;height:100%;object-fit:cover}.our-objectives .our-objectives-cards .objective-card h3{font-weight:500;margin-bottom:1.2rem;line-height:1.2}.our-objectives .our-objectives-cards .objective-card p{line-height:1.5;margin-bottom:0}@media(min-width: 992px){.our-objectives .our-objectives-top{margin-bottom:5.6rem}.our-objectives .our-objectives-cards .objective-card{padding:3.2rem 2.4rem}.our-objectives .our-objectives-cards .objective-card h3{margin-bottom:1.6rem}}@media(min-width: 1200px){.our-objectives .our-objectives-top{margin-bottom:6.4rem}.our-objectives .our-objectives-cards .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.our-objectives .our-objectives-cards .objective-card{padding:4rem 3.2rem;min-height:280px}}@media(min-width: 1500px){.our-objectives .objective-cards .objective-card{padding:7.2rem 3.2rem}}.new-approach{overflow:hidden}.new-approach .section-title{margin-bottom:3.2rem}.new-approach .approach-wheel-inner{position:relative;width:100%;max-width:68rem;aspect-ratio:1/1;margin:0 auto}.new-approach .approach-wheel-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.4rem;background:var(--primary);border:1px solid hsla(0,0%,100%,.25);clip-path:polygon(55.31% 38.31%, 56.19% 38.44%, 56.91% 38.87%, 57.47% 39.56%, 62.78% 48.75%, 63.1% 49.59%, 63.1% 50.41%, 62.78% 51.25%, 57.47% 60.44%, 56.91% 61.13%, 56.19% 61.56%, 55.31% 61.69%, 44.69% 61.69%, 43.81% 61.56%, 43.09% 61.13%, 42.53% 60.44%, 37.22% 51.25%, 36.9% 50.41%, 36.9% 49.59%, 37.22% 48.75%, 42.53% 39.56%, 43.09% 38.87%, 43.81% 38.44%, 44.69% 38.31%);filter:drop-shadow(0 0.6rem 1.4rem rgba(0, 0, 0, 0.2));padding:0 1rem}.new-approach .approach-wheel-center svg,.new-approach .approach-wheel-center img{width:5.2rem;height:5.2rem}.new-approach .approach-wheel-center span{color:var(--white);font-family:var(--font-lora);font-weight:600;line-height:1.2}.new-approach .approach-wheel-rim{position:absolute;inset:0;z-index:0}.new-approach .approach-wheel-shape{position:absolute;inset:0;background:var(--white);z-index:0}.new-approach .approach-wheel-text{position:absolute;width:24.4%;transform:translate(-50%, -50%);text-align:center;z-index:1}.new-approach .approach-wheel-text h3{line-height:1.2;margin-bottom:.4rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;font-size:15.6px}.new-approach .approach-wheel-text h4{font-weight:700;color:var(--title);margin-bottom:.8rem;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;display:none}.new-approach .approach-wheel-text p{line-height:1.4;color:var(--para);margin-bottom:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.new-approach .approach-divider{display:block;width:2rem;height:.2rem;margin:0 auto .6rem}.new-approach .approach-wheel-icon{position:absolute;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translate(-50%, -50%);border:.4rem solid var(--white);box-shadow:0 .6rem 1.4rem rgba(0,0,0,.18);z-index:1;transition:transform .3s ease}.new-approach .approach-wheel-icon svg,.new-approach .approach-wheel-icon img{width:28px;height:28px}.new-approach .approach-wheel-rim-1{clip-path:polygon(45.65% 38.06%, 44.73% 37.95%, 43.93% 37.63%, 43.25% 37.1%, 42.7% 36.35%, 28.09% 11.06%, 27.88% 10.52%, 27.9% 10.06%, 28.15% 9.67%, 28.63% 9.36%, 34.27% 6.77%, 42.01% 4.7%, 50% 4%, 57.99% 4.7%, 65.73% 6.77%, 71.37% 9.36%, 71.85% 9.67%, 72.1% 10.06%, 72.12% 10.52%, 71.91% 11.06%, 57.3% 36.35%, 56.75% 37.1%, 56.07% 37.63%, 55.27% 37.95%, 54.35% 38.06%);background:#c51f31}.new-approach .approach-wheel-shape-1{clip-path:polygon(45.65% 38.06%, 44.73% 37.95%, 43.93% 37.63%, 43.25% 37.1%, 42.7% 36.35%, 29.59% 13.65%, 29.38% 13.12%, 29.4% 12.66%, 29.65% 12.27%, 30.13% 11.96%, 35.29% 9.59%, 42.53% 7.65%, 50% 7%, 57.47% 7.65%, 64.71% 9.59%, 69.87% 11.96%, 70.35% 12.27%, 70.6% 12.66%, 70.62% 13.12%, 70.41% 13.65%, 57.3% 36.35%, 56.75% 37.1%, 56.07% 37.63%, 55.27% 37.95%, 54.35% 38.06%)}.new-approach .approach-wheel-text-1{top:22%;left:50%}.new-approach .approach-wheel-text-1 h3{color:#c51f31}.new-approach .approach-wheel-icon-1{top:5%;left:50%;background:#c51f31}.new-approach .approach-wheel-icon-1:hover,.new-approach .approach-wheel-inner:has(.approach-wheel-shape-1:hover) .approach-wheel-icon-1,.new-approach .approach-wheel-inner:has(.approach-wheel-rim-1:hover) .approach-wheel-icon-1,.new-approach .approach-wheel-inner:has(.approach-wheel-text-1:hover) .approach-wheel-icon-1{transform:translate(-50%, -50%) scale(1.12)}.new-approach .approach-wheel-text-1 .approach-divider,.new-approach .approach-card-1 .approach-divider{background:#c51f31}.new-approach .approach-card-1 h3{color:#c51f31}.new-approach .approach-card-1 .approach-card-icon{background:#c51f31}.new-approach .approach-card-1 .approach-card-icon svg,.new-approach .approach-card-1 .approach-card-icon img{width:3.2rem;height:3.2rem}.new-approach .approach-wheel-rim-2{clip-path:polygon(58.17% 40.26%, 57.8% 39.41%, 57.68% 38.56%, 57.8% 37.7%, 58.17% 36.85%, 72.77% 11.56%, 73.13% 11.1%, 73.54% 10.89%, 74% 10.91%, 74.51% 11.18%, 79.57% 14.76%, 85.24% 20.43%, 89.84% 27%, 93.23% 34.27%, 95.3% 42.01%, 95.88% 48.19%, 95.85% 48.76%, 95.64% 49.17%, 95.25% 49.42%, 94.68% 49.5%, 65.47% 49.5%, 64.55% 49.4%, 63.75% 49.07%, 63.07% 48.54%, 62.52% 47.8%);background:#e07a29}.new-approach .approach-wheel-shape-2{clip-path:polygon(58.17% 40.26%, 57.8% 39.41%, 57.68% 38.56%, 57.8% 37.7%, 58.17% 36.85%, 71.27% 14.15%, 71.63% 13.7%, 72.04% 13.49%, 72.5% 13.51%, 73.01% 13.77%, 77.64% 17.06%, 82.94% 22.36%, 87.24% 28.5%, 90.41% 35.29%, 92.35% 42.53%, 92.88% 48.19%, 92.85% 48.76%, 92.64% 49.17%, 92.25% 49.42%, 91.68% 49.5%, 65.47% 49.5%, 64.55% 49.4%, 63.75% 49.07%, 63.07% 48.54%, 62.52% 47.8%)}.new-approach .approach-wheel-text-2{top:36%;left:75.25%}.new-approach .approach-wheel-text-2 h3{color:#e07a29}.new-approach .approach-wheel-icon-2{top:32.5%;left:91.97%;background:#e07a29}.new-approach .approach-wheel-icon-2:hover,.new-approach .approach-wheel-inner:has(.approach-wheel-shape-2:hover) .approach-wheel-icon-2,.new-approach .approach-wheel-inner:has(.approach-wheel-rim-2:hover) .approach-wheel-icon-2,.new-approach .approach-wheel-inner:has(.approach-wheel-text-2:hover) .approach-wheel-icon-2{transform:translate(-50%, -50%) scale(1.12)}.new-approach .approach-wheel-text-2 .approach-divider,.new-approach .approach-card-2 .approach-divider{background:#e07a29}.new-approach .approach-card-2 h3{color:#e07a29}.new-approach .approach-card-2 .approach-card-icon{background:#e07a29}.new-approach .approach-card-2 .approach-card-icon svg,.new-approach .approach-card-2 .approach-card-icon img{width:3.2rem;height:3.2rem}.new-approach .approach-wheel-rim-3{clip-path:polygon(62.52% 52.2%, 63.07% 51.46%, 63.75% 50.93%, 64.55% 50.6%, 65.47% 50.5%, 94.68% 50.5%, 95.25% 50.58%, 95.64% 50.83%, 95.85% 51.24%, 95.88% 51.81%, 95.3% 57.99%, 93.23% 65.73%, 89.84% 73%, 85.24% 79.57%, 79.57% 85.24%, 74.51% 88.82%, 74% 89.09%, 73.54% 89.11%, 73.13% 88.9%, 72.77% 88.44%, 58.17% 63.15%, 57.8% 62.3%, 57.68% 61.44%, 57.8% 60.59%, 58.17% 59.74%);background:#6fa23b}.new-approach .approach-wheel-shape-3{clip-path:polygon(62.52% 52.2%, 63.07% 51.46%, 63.75% 50.93%, 64.55% 50.6%, 65.47% 50.5%, 91.68% 50.5%, 92.25% 50.58%, 92.64% 50.83%, 92.85% 51.24%, 92.88% 51.81%, 92.35% 57.47%, 90.41% 64.71%, 87.24% 71.5%, 82.94% 77.64%, 77.64% 82.94%, 73.01% 86.23%, 72.5% 86.49%, 72.04% 86.51%, 71.63% 86.3%, 71.27% 85.85%, 58.17% 63.15%, 57.8% 62.3%, 57.68% 61.44%, 57.8% 60.59%, 58.17% 59.74%)}.new-approach .approach-wheel-text-3{top:63.5%;left:74.25%}.new-approach .approach-wheel-text-3 h3{color:#6fa23b}.new-approach .approach-wheel-icon-3{top:73.5%;left:88.97%;background:#6fa23b}.new-approach .approach-wheel-icon-3:hover,.new-approach .approach-wheel-inner:has(.approach-wheel-shape-3:hover) .approach-wheel-icon-3,.new-approach .approach-wheel-inner:has(.approach-wheel-rim-3:hover) .approach-wheel-icon-3,.new-approach .approach-wheel-inner:has(.approach-wheel-text-3:hover) .approach-wheel-icon-3{transform:translate(-50%, -50%) scale(1.12)}.new-approach .approach-wheel-text-3 .approach-divider,.new-approach .approach-card-3 .approach-divider{background:#6fa23b}.new-approach .approach-card-3 h3{color:#6fa23b}.new-approach .approach-card-3 .approach-card-icon{background:#6fa23b}.new-approach .approach-card-3 .approach-card-icon svg,.new-approach .approach-card-3 .approach-card-icon img{width:3.2rem;height:3.2rem}.new-approach .approach-wheel-rim-4{clip-path:polygon(54.35% 61.94%, 55.27% 62.05%, 56.07% 62.37%, 56.75% 62.9%, 57.3% 63.65%, 71.91% 88.94%, 72.12% 89.48%, 72.1% 89.94%, 71.85% 90.33%, 71.37% 90.64%, 65.73% 93.23%, 57.99% 95.3%, 50% 96%, 42.01% 95.3%, 34.27% 93.23%, 28.63% 90.64%, 28.15% 90.33%, 27.9% 89.94%, 27.88% 89.48%, 28.09% 88.94%, 42.7% 63.65%, 43.25% 62.9%, 43.93% 62.37%, 44.73% 62.05%, 45.65% 61.94%);background:#17948c}.new-approach .approach-wheel-shape-4{clip-path:polygon(54.35% 61.94%, 55.27% 62.05%, 56.07% 62.37%, 56.75% 62.9%, 57.3% 63.65%, 70.41% 86.35%, 70.62% 86.88%, 70.6% 87.34%, 70.35% 87.73%, 69.87% 88.04%, 64.71% 90.41%, 57.47% 92.35%, 50% 93%, 42.53% 92.35%, 35.29% 90.41%, 30.13% 88.04%, 29.65% 87.73%, 29.4% 87.34%, 29.38% 86.88%, 29.59% 86.35%, 42.7% 63.65%, 43.25% 62.9%, 43.93% 62.37%, 44.73% 62.05%, 45.65% 61.94%)}.new-approach .approach-wheel-text-4{top:79%;left:50%}.new-approach .approach-wheel-text-4 h3{color:#17948c}.new-approach .approach-wheel-icon-4{top:95%;left:50%;background:#17948c}.new-approach .approach-wheel-icon-4:hover,.new-approach .approach-wheel-inner:has(.approach-wheel-shape-4:hover) .approach-wheel-icon-4,.new-approach .approach-wheel-inner:has(.approach-wheel-rim-4:hover) .approach-wheel-icon-4,.new-approach .approach-wheel-inner:has(.approach-wheel-text-4:hover) .approach-wheel-icon-4{transform:translate(-50%, -50%) scale(1.12)}.new-approach .approach-wheel-text-4 .approach-divider,.new-approach .approach-card-4 .approach-divider{background:#17948c}.new-approach .approach-card-4 h3{color:#17948c}.new-approach .approach-card-4 .approach-card-icon{background:#17948c}.new-approach .approach-card-4 .approach-card-icon svg,.new-approach .approach-card-4 .approach-card-icon img{width:3.2rem;height:3.2rem}.new-approach .approach-wheel-rim-5{clip-path:polygon(41.83% 59.74%, 42.2% 60.59%, 42.32% 61.44%, 42.2% 62.3%, 41.83% 63.15%, 27.23% 88.44%, 26.87% 88.9%, 26.46% 89.11%, 26% 89.09%, 25.49% 88.82%, 20.43% 85.24%, 14.76% 79.57%, 10.16% 73%, 6.77% 65.73%, 4.7% 57.99%, 4.12% 51.81%, 4.15% 51.24%, 4.36% 50.83%, 4.75% 50.58%, 5.32% 50.5%, 34.53% 50.5%, 35.45% 50.6%, 36.25% 50.93%, 36.93% 51.46%, 37.49% 52.2%);background:#1c7dbe}.new-approach .approach-wheel-shape-5{clip-path:polygon(41.83% 59.74%, 42.2% 60.59%, 42.32% 61.44%, 42.2% 62.3%, 41.83% 63.15%, 28.73% 85.85%, 28.37% 86.3%, 27.96% 86.51%, 27.5% 86.49%, 26.99% 86.23%, 22.36% 82.94%, 17.06% 77.64%, 12.76% 71.5%, 9.59% 64.71%, 7.65% 57.47%, 7.12% 51.81%, 7.15% 51.24%, 7.36% 50.83%, 7.75% 50.58%, 8.32% 50.5%, 34.53% 50.5%, 35.45% 50.6%, 36.25% 50.93%, 36.93% 51.46%, 37.49% 52.2%)}.new-approach .approach-wheel-text-5{top:63.5%;left:25%}.new-approach .approach-wheel-text-5 h3{color:#1c7dbe}.new-approach .approach-wheel-icon-5{top:72.5%;left:11.03%;background:#1c7dbe}.new-approach .approach-wheel-icon-5:hover,.new-approach .approach-wheel-inner:has(.approach-wheel-shape-5:hover) .approach-wheel-icon-5,.new-approach .approach-wheel-inner:has(.approach-wheel-rim-5:hover) .approach-wheel-icon-5,.new-approach .approach-wheel-inner:has(.approach-wheel-text-5:hover) .approach-wheel-icon-5{transform:translate(-50%, -50%) scale(1.12)}.new-approach .approach-wheel-text-5 .approach-divider,.new-approach .approach-card-5 .approach-divider{background:#1c7dbe}.new-approach .approach-card-5 h3{color:#1c7dbe}.new-approach .approach-card-5 .approach-card-icon{background:#1c7dbe}.new-approach .approach-card-5 .approach-card-icon svg,.new-approach .approach-card-5 .approach-card-icon img{width:3.2rem;height:3.2rem}.new-approach .approach-wheel-rim-6{clip-path:polygon(37.49% 47.8%, 36.93% 48.54%, 36.25% 49.07%, 35.45% 49.4%, 34.53% 49.5%, 5.32% 49.5%, 4.75% 49.42%, 4.36% 49.17%, 4.15% 48.76%, 4.12% 48.19%, 4.7% 42.01%, 6.77% 34.27%, 10.16% 27%, 14.76% 20.43%, 20.43% 14.76%, 25.49% 11.18%, 26% 10.91%, 26.46% 10.89%, 26.87% 11.1%, 27.23% 11.56%, 41.83% 36.85%, 42.2% 37.7%, 42.32% 38.56%, 42.2% 39.41%, 41.83% 40.26%);background:#7a5cb0}.new-approach .approach-wheel-shape-6{clip-path:polygon(37.49% 47.8%, 36.93% 48.54%, 36.25% 49.07%, 35.45% 49.4%, 34.53% 49.5%, 8.32% 49.5%, 7.75% 49.42%, 7.36% 49.17%, 7.15% 48.76%, 7.12% 48.19%, 7.65% 42.53%, 9.59% 35.29%, 12.76% 28.5%, 17.06% 22.36%, 22.36% 17.06%, 26.99% 13.77%, 27.5% 13.51%, 27.96% 13.49%, 28.37% 13.7%, 28.73% 14.15%, 41.83% 36.85%, 42.2% 37.7%, 42.32% 38.56%, 42.2% 39.41%, 41.83% 40.26%)}.new-approach .approach-wheel-text-6{top:36%;left:25.75%}.new-approach .approach-wheel-text-6 h3{color:#7a5cb0}.new-approach .approach-wheel-icon-6{top:29.5%;left:9.2%;background:#7a5cb0}.new-approach .approach-wheel-icon-6:hover,.new-approach .approach-wheel-inner:has(.approach-wheel-shape-6:hover) .approach-wheel-icon-6,.new-approach .approach-wheel-inner:has(.approach-wheel-rim-6:hover) .approach-wheel-icon-6,.new-approach .approach-wheel-inner:has(.approach-wheel-text-6:hover) .approach-wheel-icon-6{transform:translate(-50%, -50%) scale(1.12)}.new-approach .approach-wheel-text-6 .approach-divider,.new-approach .approach-card-6 .approach-divider{background:#7a5cb0}.new-approach .approach-card-6 h3{color:#7a5cb0}.new-approach .approach-card-6 .approach-card-icon{background:#7a5cb0}.new-approach .approach-card-6 .approach-card-icon svg,.new-approach .approach-card-6 .approach-card-icon img{width:3.2rem;height:3.2rem}.new-approach .approach-cards .row{--bs-gutter-x: 1.6rem;--bs-gutter-y: 1.6rem}.new-approach .approach-cards .approach-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--white);border-radius:12px;padding:2.4rem 2rem}.new-approach .approach-cards .approach-card-icon{width:5.6rem;height:5.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.6rem;transition:transform .3s ease}.new-approach .approach-cards .approach-card:hover .approach-card-icon,.new-approach .approach-cards .approach-card:focus-within .approach-card-icon{transform:scale(1.12)}.new-approach .approach-cards .approach-card h3{margin-bottom:.4rem}.new-approach .approach-cards .approach-card h4{font-weight:700;color:var(--title);margin-bottom:1.2rem}.new-approach .approach-cards .approach-card p{line-height:1.5;margin-bottom:0}@media(min-width: 992px){.new-approach .section-title{margin-bottom:5.6rem}}@media(min-width: 1200px){.new-approach .section-title{margin-bottom:6.4rem}.new-approach .approach-wheel-inner{max-width:68rem}.new-approach .approach-wheel-icon{width:6.4rem;height:6.4rem}.new-approach .approach-wheel-icon svg,.new-approach .approach-wheel-icon img{width:34px;height:34px}}.teams .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.teams .team-card{position:relative;border-radius:8px;overflow:hidden}.teams .team-card::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:208px;background:linear-gradient(183deg, rgba(0, 0, 0, 0) 13.87%, #000 78.53%)}.teams .team-card .team-img{aspect-ratio:491/491;overflow:hidden;width:100%}.teams .team-card .team-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.teams .team-card .team-info{position:absolute;left:32px;bottom:32px;padding:0 1.6rem;z-index:1;border-left:4px solid var(--Secondary, #c51f31)}.teams .team-card:hover .team-img img{transform:scale(1.1)}.team-list .row,.about-team .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.team-list .team-group-title,.about-team .team-group-title{display:flex;align-items:center;gap:2.4rem;padding-left:2.4rem;border-left:4px solid var(--secondary);margin-bottom:3.2rem}.team-list .team-group-title h3,.about-team .team-group-title h3{flex-shrink:0;line-height:1.5}.team-list .team-group-title .team-group-line,.about-team .team-group-title .team-group-line{flex:1 0 0;height:1px;background:var(--secondary)}.team-list .team-card,.about-team .team-card{display:flex;flex-direction:column;align-items:center;gap:1.6rem}.team-list .team-card .team-img,.about-team .team-card .team-img{border-radius:16px;overflow:hidden;border-bottom:6px solid rgba(0,0,0,0);transition:all .3s ease-in-out}.team-list .team-card .team-img img,.about-team .team-card .team-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.team-list .team-card .team-info,.about-team .team-card .team-info{text-align:center}.team-list .team-card .team-info h4,.about-team .team-card .team-info h4{line-height:1.5}.team-list .team-card .team-info p,.about-team .team-card .team-info p{line-height:1.625}.team-list .team-card:hover .team-img,.about-team .team-card:hover .team-img{border-bottom:6px solid var(--secondary)}.team-list .team-card:hover .team-img::after,.about-team .team-card:hover .team-img::after{transform:scaleY(1)}.team-list .team-card:hover .team-img img,.about-team .team-card:hover .team-img img{transform:scale(1.05)}.about-team .team-card .team-img{aspect-ratio:233/300;width:100%}.team-list .team-group .row{--bs-gutter-y: 3.2rem}.team-list .team-card .team-img{aspect-ratio:381/381;width:100%}.team-list .team-group .team-group-title .team-group-line{height:4px}.team-list .team-group.international .team-group-title{border-left:4px solid var(--primary)}.team-list .team-group.international .team-group-title .team-group-line{background:#19428f}.team-list .team-group.international .team-card:hover .team-img{border-bottom:6px solid var(--primary)}@media(min-width: 992px){.team-list .team-group .row{--bs-gutter-y: 4.8rem}}@media(min-width: 1500px){.team-list .team-group .row{--bs-gutter-y: 6.4rem}}.happy-customers .happy-customer-card{background:var(--white);padding:16px;border-radius:16px;transition:transform .5s ease;position:relative;box-shadow:0 2px 10px 0 rgba(0,0,0,.2)}.happy-customers .happy-customer-card .happy-customer-img{aspect-ratio:16/9;height:100%}.happy-customers .happy-customer-card .happy-customer-img img{width:100%;height:100%;object-fit:cover;border-radius:16px}.happy-customers .happy-customer-card .happy-customer-content{position:relative}.happy-customers .happy-customer-card .happy-customer-content svg{position:absolute;left:8px;top:16px}.happy-customers .happy-customer-card .happy-customer-content p{position:relative;z-index:2;font-family:var(--font-lora);line-height:32px;letter-spacing:-0.54px}.happy-customers .happy-customers-slider .slick-center{z-index:3}.happy-customers .happy-customers-slider .slick-slide:not(.slick-current){transform:scale(0.8);opacity:.7;transition:all .3s ease-in-out}.happy-customers .happy-customers-slider .slick-track{display:flex;padding:7px 0}.happy-customers .happy-customers-slider .slick-current>div{transition:all .3s ease-in-out}.happy-customers .happy-customers-slider .slick-current>div .happy-customer-card p{letter-spacing:-0.2px !important}.happy-customers .happy-customers-slider>.happy-customer-card:not(:first-child){display:none}.happy-customers .happy-customers-slider>.happy-customer-card:first-child{max-width:42rem}.happy-customers .happy-customers-slider.is-single-card{display:flex;justify-content:center}.happy-customers .happy-customers-slider.is-single-card>.happy-customer-card:first-child{margin-inline:auto;width:100%;max-width:42rem}.happy-customers .happy-customers-slider .happy-customer-card p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:4}.happy-customers .slider-wrapper{position:relative}.happy-customers .slider-wrapper .prev{position:absolute;left:42%;bottom:-3px}.happy-customers .slider-wrapper .next{position:absolute;right:42%;bottom:-3px}@media(min-width: 992px){.happy-customers .section-title{max-width:690px;margin:auto}.happy-customers .happy-customers-slider .slick-list{padding:0 !important}.happy-customers .happy-customers-slider .slick-center>div{transform:scale(1);width:672px;margin-left:-200px}.happy-customers .happy-customers-slider.is-single-card>.happy-customer-card:first-child{width:672px;max-width:100%}.happy-customers .happy-customer-card .happy-customer-img{aspect-ratio:345/285}.happy-customers .happy-customer-card p{line-height:40px}}@media(min-width: 1200px){.happy-customers .happy-customers-slider .slick-current>div{width:730px}.happy-customers .happy-customers-slider.is-single-card>.happy-customer-card:first-child{width:730px}}@media(min-width: 1400px){.happy-customers .happy-customers-slider .slick-current>div{width:800px}.happy-customers .happy-customers-slider.is-single-card>.happy-customer-card:first-child{width:800px}}.our-impact .our-impact-img{aspect-ratio:16/10}.our-impact .our-impact-img img{width:100%;height:100%;object-fit:cover;border-radius:32px}@media(min-width: 768px){.our-impact .our-impact-img{aspect-ratio:1520/515}}@media(min-width: 992px){.our-impact .section-title{max-width:997px;margin:auto}.our-impact .section-title p{max-width:598px;margin:auto}.our-impact .general-content-box{max-width:1115px;margin:auto}}.our-approach{overflow:hidden}.our-approach .our-approach-top{margin-bottom:3.2rem}.our-approach .our-approach-top .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 1.6rem}.our-approach .our-approach-top .our-approach-desc p{line-height:1.6}.our-approach .our-approach-cards-wrapper .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.our-approach .our-approach-cards-wrapper .approach-card{position:relative;overflow:hidden;display:flex;flex-direction:column;background:var(--white);border-radius:16px;padding:2.4rem}.our-approach .our-approach-cards-wrapper .approach-card .approach-letter{position:absolute;top:-3.6rem;left:2.4rem;font-weight:500;color:var(--primary-light);pointer-events:none;user-select:none;font-size:clamp(120px,120px + 80*(100vw - 375px)/1545,200px);line-height:210px;letter-spacing:-3px}.our-approach .our-approach-cards-wrapper .approach-card h3{position:relative;font-weight:500;letter-spacing:.02em;margin-bottom:4rem;margin-top:4rem}.our-approach .our-approach-cards-wrapper .approach-card p{color:var(--primary);line-height:26px;margin-bottom:1.6rem}.our-approach .our-approach-cards-wrapper .approach-card ul{display:flex;flex-direction:column;gap:.8rem;padding-left:2rem;margin-bottom:0}.our-approach .our-approach-cards-wrapper .approach-card ul li{list-style-type:disc;color:var(--primary);line-height:26px}.our-approach .our-approach-cards-wrapper .approach-card ul li::marker{color:var(--primary)}@media(min-width: 992px){.our-approach .our-approach-top{margin-bottom:5.6rem}.our-approach .our-approach-cards-wrapper .approach-card{padding:3.2rem;border-radius:20px}.our-approach .our-approach-cards-wrapper .approach-card .approach-letter{top:.8rem;left:3.2rem;font-size:14rem}.our-approach .our-approach-cards-wrapper .approach-card h3{margin-top:5.6rem;margin-bottom:5.6rem}.our-approach .our-approach-cards-wrapper .approach-card p{margin-bottom:2rem}.our-approach .our-approach-cards-wrapper .approach-card ul{gap:1rem}}@media(min-width: 1200px){.our-approach .our-approach-top{margin-bottom:6.4rem}.our-approach .our-approach-cards-wrapper .approach-card{padding:4.8rem 4rem}.our-approach .our-approach-cards-wrapper .approach-card .approach-letter{font-size:16rem}.our-approach .our-approach-cards-wrapper .approach-card h3{margin-top:6.4rem;margin-bottom:6.4rem}}.case-studies .section-title{max-width:720px;margin:0 auto}.case-studies .section-title p{line-height:1.5}.case-studies .slider-wrapper{position:relative}.case-studies .case-studies-slider{margin:0 -0.6rem}.case-studies .case-studies-slider .slick-slide{margin:0 .6rem;height:auto}.case-studies .case-studies-slider .slick-slide>div{display:flex;height:100%;width:100%}.case-studies .case-studies-slider .slick-track{display:flex;align-items:stretch;padding:2px 0}.case-studies .case-studies-slider>.case-study-card:not(:first-child){display:none}.case-studies .case-studies-slider>.case-study-card:first-child{max-width:24.5rem}.case-studies .case-study-card{width:100%;display:flex !important;flex-direction:column}.case-studies .case-study-card .case-study-cover{aspect-ratio:245/235;border-radius:16px;display:flex;align-items:center;margin-bottom:1.6rem}.case-studies .case-study-card .case-study-cover h3{font-size:clamp(16px,16px + 4*(100vw - 375px)/1545,20px);font-weight:500;line-height:1.3}.case-studies .case-study-card .case-study-cover--green{background:#74a82c}.case-studies .case-study-card .case-study-cover--blue{background:var(--primary)}.case-studies .case-study-card .case-study-cover--red{background:var(--secondary)}.case-studies .case-study-card .case-study-cover--maroon{background:#7a0f1c}.case-studies .case-study-card .case-study-body{display:flex;flex-direction:column;align-items:flex-start}.case-studies .case-study-card .case-study-body .case-tag{display:inline-block;padding:.4rem 1rem;background:var(--primary-light);color:var(--primary);border-radius:4px;font-size:1.2rem;line-height:1.4;margin-bottom:1.2rem}.case-studies .case-study-card .case-study-body h4{font-size:clamp(16px,16px + 4*(100vw - 375px)/1545,20px);font-weight:500;color:var(--title);line-height:1.3;margin-bottom:1.2rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}.case-studies .case-study-card .case-study-body p{color:var(--para);font-size:1.4rem;line-height:1.5;margin-bottom:1.6rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.case-studies .case-study-card .case-study-body .ifin-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.6rem;font-size:1.4rem}.case-studies .slider-btn{position:absolute;top:calc(26.0638297872% + .6rem);transform:translateY(-50%);z-index:2;background:rgba(0,0,0,0);border:0;padding:0;line-height:0}.case-studies .slider-btn svg{width:32px;height:32px}.case-studies .slider-btn.prev{left:-1.6rem}.case-studies .slider-btn.next{right:-1.6rem}@media(min-width: 992px){.case-studies .slider-btn svg{width:36px;height:36px}.case-studies .slider-btn.prev{left:-1.8rem}.case-studies .slider-btn.next{right:-1.8rem}}.pevcs-logo{width:100%;overflow:hidden;display:flex;align-items:center;gap:24px;flex-wrap:nowrap;justify-content:center}.pevcs-logo .ticker-items{display:flex;align-items:center;gap:24px;flex-shrink:0}.pevcs-logo .pe-logo-card{width:160px;height:130px;padding:20px;border-radius:8px;background:#fff;border:1px solid #ececec;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pevcs-logo .pe-logo-card img{width:100%;height:100%;object-fit:contain}@media(min-width: 1200px){.pevcs-logo .pe-logo-card{height:150px}}.impact-investors .impact-investors-top{margin-bottom:3.2rem}.impact-investors .impact-investors-top .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 1.6rem}.impact-investors .impact-investors-desc p{line-height:1.6}.impact-investors .row{--bs-gutter-x: 1.6rem;--bs-gutter-y: 1.6rem}.impact-investors .ii-logo-card{display:flex;align-items:center;justify-content:center;width:100%;padding:2rem 1.6rem;background:var(--white);border-radius:12px;aspect-ratio:124/96;transition:transform .3s ease-in-out}.impact-investors .ii-logo-card img{max-width:100%;max-height:100%;object-fit:contain}.impact-investors .ii-logo-card:hover{transform:translateY(-4px)}@media(min-width: 992px){.impact-investors .impact-investors-top{margin-bottom:5.6rem}.impact-investors .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.impact-investors .ii-logo-card{padding:2.4rem 2rem;border-radius:14px}}@media(min-width: 1200px){.impact-investors .impact-investors-top{margin-bottom:6.4rem}}.regulators .section-title{max-width:880px;margin:0 auto}.regulators .section-title p{line-height:1.6}.regulators .row{--bs-gutter-x: 1.6rem;--bs-gutter-y: 1.6rem}.regulators .reg-logo-card{display:flex;align-items:center;justify-content:center;width:100%;padding:2rem 1.6rem;background:var(--white);border:1px solid #e5e5e5;border-radius:12px;aspect-ratio:168/130;transition:all .3s ease-in-out}.regulators .reg-logo-card img{max-width:100%;max-height:100%;object-fit:contain}.regulators .reg-logo-card:hover{border-color:var(--secondary);box-shadow:0 4px 16px rgba(0,0,0,.06)}@media(min-width: 992px){.regulators .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.regulators .reg-logo-card{padding:2.4rem 2rem;border-radius:16px}}.news-listing .select-wrapper,.knowledge-product-listing .select-wrapper{position:relative;display:inline-block}.news-listing .select-wrapper select,.knowledge-product-listing .select-wrapper select{padding:2px 32px 2px 16px;border-radius:8px;border:1px solid var(--separator);font-size:clamp(16px,16px + 4*(100vw - 375px)/1545,20px);cursor:pointer;line-height:180%}.news-listing .select-wrapper::after,.knowledge-product-listing .select-wrapper::after{content:"";position:absolute;width:20px;height:20px;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.9201 8.9502L13.4001 15.4702C12.6301 16.2402 11.3701 16.2402 10.6001 15.4702L4.08008 8.9502' stroke='%234D4D4D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.news-listing .tabs,.knowledge-product-listing .tabs{padding:.6rem;border-radius:8px;border:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:.8rem}.news-listing .tabs .tab,.knowledge-product-listing .tabs .tab{padding:.8rem 3.2rem;font-size:clamp(16px,16px + 4*(100vw - 375px)/1545,20px);line-height:32px;border-radius:.8rem;transition:all .3s ease-in-out}.news-listing .tabs .tab.active,.news-listing .tabs .tab:hover,.knowledge-product-listing .tabs .tab.active,.knowledge-product-listing .tabs .tab:hover{background:var(--secondary);color:var(--white)}.news-listing .row,.knowledge-product-listing .row{--bs-gutter-y: 1.6rem}.news-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:16px;flex:1 0 0;border-radius:20px;border:1px solid #e0e0e0}.news-card .news-img{aspect-ratio:458/277;border-radius:1.6rem;overflow:hidden}.news-card .news-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.news-card h3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}.news-card:hover .news-img img{transform:scale(1.1)}.news-card:hover h3{color:var(--secondary)}.attendees{position:relative;overflow:hidden}.attendees .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.attendees .attendees-group-title p{color:var(--secondary);white-space:nowrap}.attendees .attendees-group-title .attendees-divider{flex:1;height:1px;opacity:.5;background:linear-gradient(90deg, #d10101 0%, rgba(236, 65, 65, 0) 100%)}.attendees .attendee-card{display:flex;align-items:center;justify-content:center;padding:16px;aspect-ratio:233/130}.attendees .attendee-card img{max-width:100%;max-height:100%;object-fit:contain}@media(min-width: 992px){.attendees .section-title{max-width:947px;margin:auto}.attendees .section-title h2{max-width:860px;margin:auto}.attendees .attendee-card{aspect-ratio:233/150}}@media(min-width: 1200px){.attendees::after{content:"";position:absolute;top:0;right:-5%;width:638px;height:297px;background:url("../images/icons/wrw.svg");background-repeat:no-repeat}}.galleries .gallery-slider,.galleries .gallery-slider2{margin:0 -0.8rem}.galleries .gallery-slider .slick-track,.galleries .gallery-slider2 .slick-track{display:flex;margin-left:0}.galleries .gallery-slider .slick-slide,.galleries .gallery-slider2 .slick-slide{margin:0 .8rem;height:auto;display:flex}.galleries .gallery-slider .slick-slide>div,.galleries .gallery-slider2 .slick-slide>div{display:flex;width:100%}.galleries .gallery-slider a,.galleries .gallery-slider2 a{aspect-ratio:1/1;height:220px}.galleries .gallery-slider a img,.galleries .gallery-slider2 a img{width:100%;height:100%;object-fit:cover}.galleries .gallery-slider>a:not(:first-child),.galleries .gallery-slider2>a:not(:first-child){display:none !important}.galleries .gallery-slider>a:first-child,.galleries .gallery-slider2>a:first-child{max-width:25rem}.galleries .gallery-slider .slick-list,.galleries .gallery-slider2 .slick-list{overflow:visible}@media(min-width: 992px){.galleries .section-title{max-width:619px}.galleries .gallery-slider,.galleries .gallery-slider2{margin:0 -1.4rem}.galleries .gallery-slider .slick-slide,.galleries .gallery-slider2 .slick-slide{margin:0 1.4rem}.galleries .gallery-slider a,.galleries .gallery-slider2 a{height:321px}}.blog-detail-aside .faq-item .faq-title{padding:1.6rem 2rem;cursor:pointer;align-items:center;gap:1.2rem;justify-content:space-between}.blog-detail-aside .faq-item .faq-title strong{position:static;color:var(--title);display:block;font-size:1.6rem;letter-spacing:.18px;padding-right:1.6rem;font-weight:500;transition:all .3s ease-in-out}.blog-detail-aside .faq-item .faq-title strong::after{content:"";position:absolute;top:50%;right:16px;width:2rem;height:2rem;background:url(../images/icons/angle-up.svg) no-repeat center/contain;transform:translateY(-50%) rotate(180deg);transition:all .3s ease-in-out;pointer-events:none}.blog-detail-aside .faq-item .faq-title::after{display:none}.blog-detail-aside .faq-item .faq-content-box{overflow:hidden;transition:all .3s ease-in-out;padding:0 2.4rem}.blog-detail-aside .faq-item .faq-content-box .faq-content{overflow:hidden;padding:0 1.6rem}.blog-detail-aside .faq-item .faq-content-box .faq-content p,.blog-detail-aside .faq-item .faq-content-box .faq-content li{font-size:1.2rem;letter-spacing:.28px}.blog-detail-aside .faq-item .faq-content-box .faq-content p:not(:last-child),.blog-detail-aside .faq-item .faq-content-box .faq-content ul:not(:last-child){margin-bottom:.8rem}.blog-detail-aside .faq-item .faq-content-box .faq-content ul li,.blog-detail-aside .faq-item .faq-content-box .faq-content ol li{list-style-type:disc}.blog-detail-aside .faq-item .faq-content-box .faq-content ul li::marker,.blog-detail-aside .faq-item .faq-content-box .faq-content ol li::marker{color:var(--para)}.blog-detail-aside .faq-item .faq-content-box .faq-content ol li{list-style-type:decimal}.blog-detail-aside .faq-item .faq-content-box .faq-content a{font-weight:500}.blog-detail-aside .faq-item.active .faq-title *::after{transform:translateY(-50%) rotate(0deg)}.blog-detail-aside .faq-item{overflow:hidden}.blog-detail-aside .faq-item .faq-title{padding:1.4rem 3.4rem 1.4rem 1.6rem;cursor:pointer;transition:all .3s ease-in-out;gap:1.2rem;position:relative;z-index:1}.blog-detail-aside .faq-item .faq-title strong{line-height:26px}.blog-detail-aside .faq-item .faq-content-box{display:grid;grid-template-rows:0fr;overflow:hidden;transition:all .3s ease-in-out}.blog-detail-aside .faq-item .faq-content-box .faq-content{line-height:130%;padding:0 4rem 0 5.5rem;min-height:0}.blog-detail-aside .faq-item .faq-content-box .faq-content ul li::marker{color:var(--primary)}.blog-detail-aside .faq-item .faq-content-box .faq-content>*:last-child{padding-bottom:1.6rem;padding-bottom:2.4rem}.blog-detail-aside .faq-item.expand .faq-content-box{grid-template-rows:1fr}.blog-detail-aside .blog-share a svg{border-radius:50%}.blog-detail-aside .faq-item .faq-content-box .faq-content>*:last-child{padding-bottom:0 !important}.toc-wrapper{z-index:11;background-color:var(--white);display:none;box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}.toc-wrapper .faq-item .faq-content-box .faq-content{padding:0}.toc-wrapper .faq-item .faq-content-box .faq-content ul li{list-style-type:none}.toc-wrapper .faq-item .faq-content-box .faq-content ul li a{display:block}@media(max-width: 991.98px){.toc-wrapper{position:fixed;top:0;left:0;right:0;z-index:1;background-color:var(--white);box-shadow:0 4px 12px rgba(0,0,0,.12);display:block}.toc-wrapper .faq-item .faq-content-box .faq-content ul li+li{margin-top:1rem}.toc-wrapper .faq-item .faq-content-box .faq-content ul li:hover a,.toc-wrapper .faq-item .faq-content-box .faq-content ul li.active a{color:var(--primary)}.toc-wrapper .faq-item.expand .faq-content-box{padding-bottom:1.4rem}}@media(min-width: 992px){.blog-detail-aside{position:sticky;top:10%}.toc-wrapper{position:static;background-color:rgba(0,0,0,0);display:block;box-shadow:none}.toc-wrapper .faq-item .faq-content-box{grid-template-rows:1fr;padding:0}.toc-wrapper .faq-item .faq-content-box .faq-content{background:var(--white);border-radius:8px}.toc-wrapper .faq-item .faq-content-box .faq-content ul li{list-style-type:none;border-bottom:1px solid rgba(0,0,0,0);transition:border-bottom .3s ease-in-out}.toc-wrapper .faq-item .faq-content-box .faq-content ul li+li{margin-top:2rem}.toc-wrapper .faq-item .faq-content-box .faq-content ul li a{padding-bottom:.4rem;font-size:1.6rem;font-weight:400;line-height:26px}.toc-wrapper .faq-item .faq-content-box .faq-content ul li.active,.toc-wrapper .faq-item .faq-content-box .faq-content ul li:hover{border-bottom:1px solid var(--primary)}.toc-wrapper .faq-item .faq-content-box .faq-content ul li.active a,.toc-wrapper .faq-item .faq-content-box .faq-content ul li:hover a{color:var(--primary);font-weight:600}}.blog-content .row{--bs-gutter-x: 2.4rem;--bs-gutter-y: 2.4rem}.blog-content .general-content-box h2{padding:.8rem 0;border-bottom:2px solid var(--primary);color:var(--primary)}.blog-content .general-content-box h2:not(:first-child){margin-top:2.4rem}.blog-content .general-content-box h3{font-size:clamp(18px,18px + 2*(100vw - 375px)/1065,20px);margin-bottom:1.6rem}.blog-content .general-content-box h3:not(:first-child){margin-top:3.2rem}.blog-content .general-content-box p,.blog-content .general-content-box li{line-height:32px;color:var(--black)}.blog-content .general-content-box p+figure,.blog-content .general-content-box p+p,.blog-content .general-content-box figure+figure,.blog-content .general-content-box figure+p{margin-top:2.4rem}.blog-content .general-content-box figure{aspect-ratio:1110/360}.blog-content .general-content-box figure img{width:100%;height:100%;object-fit:cover;border-radius:1.6rem}.blog-content .general-content-box figure figcaption{margin-top:.8rem;font-style:italic;color:var(--black);font-size:clamp(16px,16px + 4*(100vw - 375px)/1545,20px);font-weight:400;line-height:32px;text-align:center}.blog-content .general-content-box .quote,.blog-content .general-content-box blockquote.wp-block-quote{background-color:var(--white);margin-top:3.2rem;padding:1.6rem;border-left:4px solid var(--primary)}.blog-content .general-content-box .quote h3,.blog-content .general-content-box blockquote.wp-block-quote h3{font-size:clamp(20px,20px + 4*(100vw - 375px)/1065,24px);color:var(--primary);line-height:140%}.blog-content .general-content-box .quote p,.blog-content .general-content-box blockquote.wp-block-quote p{font-weight:600;line-height:24px}.blog-content .styled-list ul>li{position:relative;list-style:none;padding-left:1rem}.blog-content .styled-list ul>li::after{content:"";position:absolute;top:6px;left:-16px;width:12px;height:12px;background-image:url("../images/icons/arrow-right.svg");background-repeat:no-repeat;background-size:contain}.blog-content .styled-list ul>li+li{margin-top:.8rem}.news-controller a:hover h4{color:var(--primary)}.news-controller svg{flex-shrink:0}.news-controller .prev-news,.news-controller .next-news{max-width:494px}.news-controller .prev-news img,.news-controller .next-news img{aspect-ratio:126/90;max-width:126px;border-radius:.8rem;width:100%;height:100%;object-fit:cover}@media(max-width: 767px){.news-controller .prev-news,.news-controller .next-news{padding:.8rem;border:1px solid var(--black-100);border-radius:.8rem}}@media(min-width: 992px){.blog-content .general-content-box h2:not(:first-child){margin-top:4.8rem}}.more-blogs .slider-wrapper{position:relative}.more-blogs .more-blogs-slider{margin:0 -0.6rem}.more-blogs .more-blogs-slider .slick-slide{margin:0 .6rem;height:auto}.more-blogs .more-blogs-slider .slick-slide>div{display:flex;height:100%;width:100%}.more-blogs .more-blogs-slider .slick-track{display:flex;align-items:stretch;padding:2px 0}.more-blogs .more-blogs-slider>.news-card:not(:first-child){display:none}.more-blogs .more-blogs-slider>.news-card:first-child{max-width:24.5rem}.more-blogs .slider-btn{position:absolute;top:calc(26.0638297872% + .6rem);transform:translateY(-50%);z-index:2;background:rgba(0,0,0,0);border:0;padding:0;line-height:0}.more-blogs .slider-btn svg{width:32px;height:32px}.more-blogs .slider-btn.prev{left:-1.6rem}.more-blogs .slider-btn.next{right:-1.6rem}
