:root{--ctm-brand-primary:#1a1a1a;--ctm-brand-red:#dc002b;--ctm-anim-ms:.35s;--ctm-stagger-ms:50ms}@keyframes ctm-flipIn{0%{opacity:0;transform:perspective(600px)rotateY(90deg)}to{opacity:1;transform:perspective(600px)rotateY(0)}}@keyframes ctm-flipOut{0%{opacity:1;transform:perspective(600px)rotateY(0)}to{opacity:0;transform:perspective(600px)rotateY(90deg)}}@keyframes ctm-drawIn{0%{clip-path:inset(0 0 100%)}to{clip-path:inset(0)}}@keyframes ctm-drawOut{0%{clip-path:inset(0);opacity:1}to{clip-path:inset(0 0 100%);opacity:0}}@keyframes ctm-drawDown{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes ctm-drawRight{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes ctm-fadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ctm-fadeSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@keyframes ctm-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ctm-page{min-height:100vh;color:var(--ctm-brand-primary);background:#fff;font-family:Inter,Arial,Helvetica,sans-serif}.ctm-nav{background-color:var(--ctm-brand-red);justify-content:center;align-items:center;height:52px;padding:0 24px;display:flex}.ctm-nav-text{color:#fff;font-size:13px}.ctm-main{border-radius:.375rem;max-width:1440px;margin:0 20px;padding:3rem 0}@media (width>=1024px){.ctm-main{max-width:75%!important;margin:0 auto!important}}.ctm-page-title{color:#000;margin-bottom:16px;font-size:40px;font-weight:700;line-height:1.3}.ctm-page-subtitle{color:#000;max-width:800px;margin-bottom:24px;font-size:20px;font-weight:300;line-height:1.5}.ctm-footer{background-color:#f5f5f5;justify-content:center;align-items:center;min-height:280px;padding:40px 24px;display:flex}.ctm-footer-text{color:#555;font-size:13px}.ctm-step-panel{background:linear-gradient(34deg,#ff6f00 .49%,#dc002b 26.21%,#ba0326 70.87%,#750a22 100.96%);border-radius:4px;height:720px;margin-bottom:48px;position:relative;overflow:hidden}@media (width<=639px){.ctm-step-panel{border-radius:.375rem;height:100svh;margin-bottom:0}}.ctm-step-pad{box-sizing:border-box;flex-direction:column;height:100%;padding:32px 64px;display:flex;overflow:hidden}@media (width<=639px){.ctm-step-pad{padding:16px 20px 32px}}.ctm-back-btn{color:var(--ctm-brand-primary);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:4px;padding:0;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:700;display:inline-flex}.ctm-back-btn svg path{stroke:currentColor;stroke-width:2px}.ctm-step-title{color:var(--ctm-brand-red);text-transform:uppercase;letter-spacing:2px;font-family:Zuume,Arial Black,sans-serif;font-size:80px;font-weight:700;line-height:.9;padding:0!important}@media (width<=639px){.ctm-step-title{margin-top:20px;font-size:52px}}.ctm-step-sub{color:#1a1a1a;margin:0;font-size:1.125rem;font-style:normal;font-weight:300;line-height:150%;padding:0!important}.ctm-sector-scroll{padding-left:0}.ctm-sector-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width>=900px){.ctm-sector-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=639px){.ctm-sector-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.ctm-vert-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width<=767px){.ctm-vert-grid{grid-template-columns:1fr}}@media (width>=1330px){.ctm-vert-grid{grid-template-columns:repeat(3,1fr)}}.ctm-scard{cursor:pointer;transform-origin:100%;--name-color:#000;--desc-color:#000;height:auto;animation:ctm-flipIn .35s cubic-bezier(.2, 0, 0, 1) backwards calc(var(--i,0) * 50ms);background:#fff;border:1px solid #c3c8c8;border-radius:6px;flex-direction:column;gap:6px;padding:12px 12px 6px;transition:box-shadow .15s,transform .15s,background .15s,border-color .15s;display:flex}.ctm-scard:hover{--name-color:#fff;--desc-color:#fff;background:var(--ctm-brand-red);transform-origin:50%;border-color:#ba0326;transform:translateY(-4px)scale(1.03);box-shadow:0 4px 12px #0000001f}.ctm-scard[data-leaving=true]{animation:ctm-flipOut .35s cubic-bezier(.2, 0, 0, 1) both calc(var(--i,0) * 50ms)}.ctm-scard-img{border-radius:2px;flex:0 0 120px;overflow:hidden}@media (width<=639px){.ctm-scard-img{flex:0 0 160px}}.ctm-scard-foot{background:0 0;flex-direction:column;flex:1;align-items:flex-start;gap:4px;padding:6px 0;display:flex}.ctm-list-item{cursor:pointer;color:#000;text-align:left;--desc-color:#000;box-sizing:border-box;background:#fff;border:1px solid #c3c8c8;border-radius:6px;flex-shrink:0;align-items:center;gap:1rem;width:100%;padding:12px 16px;font-family:Inter,Arial,sans-serif;font-size:18px;font-weight:500;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,transform .15s;display:flex}.ctm-list-item:hover{background:var(--ctm-brand-red);color:#fff;transform-origin:50%;--desc-color:#fff;border-color:#ba0326;transform:translateY(-3px)scale(1.015);box-shadow:0 4px 12px #0000001f}.ctm-cap-icon--white,.ctm-list-item:hover .ctm-cap-icon--default{display:none}.ctm-list-item:hover .ctm-cap-icon--white{display:block}@media (width<=639px){.ctm-list-item{font-size:16px}}.ctm-vert-item{animation:ctm-fadeSlideIn .35s cubic-bezier(.2, 0, 0, 1) backwards calc((var(--n,1) - 1 - var(--i,0)) * 50ms)}.ctm-vert-item[data-leaving=true]{animation:ctm-fadeSlideOut .35s cubic-bezier(.2, 0, 0, 1) both calc(var(--i,0) * 50ms)}.ctm-scard-body{color:var(--desc-color);text-align:left;font-size:.75rem;font-weight:400;line-height:1.5}.ctm-scard-body ul,.ctm-scard-body ol{margin:4px 0 0;padding-left:18px;list-style:outside;margin-block-end:0!important;padding-bottom:0!important}.ctm-scard-body li{margin-bottom:2px;padding-bottom:0!important}.ctm-scard-body p{margin:4px 0 0}.ctm-vert-body{color:var(--desc-color);text-align:left;font-size:12px;font-weight:400;line-height:1.5}.ctm-vert-body ul,.ctm-vert-body ol{margin:4px 0 0;padding-bottom:0;padding-left:18px;list-style:outside}.ctm-vert-body li{margin-bottom:2px;padding-bottom:0}.ctm-vert-body p{margin:4px 0 0}.ctm-split-layout{height:100%;display:flex}.ctm-left-panel{background-image:url(https://www.gsma.com/solutions-and-impact/connectivity-for-good/mobile-for-development/wp-content/uploads/2026/04/m4d-climatetech-grad.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-right:1px solid #0000001a;flex-direction:column;flex-shrink:0;gap:0;width:286px;padding:24px 32px;display:flex}@media (width<=1023px){.ctm-left-panel{width:240px}}.ctm-left-panel .ctm-back-btn{color:#fff}.ctm-split-layout--startup .ctm-left-panel{background:0 0;border-right:none}.ctm-right-panel{background:#f0f0f0;flex-direction:column;flex:1;min-height:0;padding:32px 64px;display:flex;overflow:hidden}.ctm-split-layout--startup .ctm-right-panel{background:0 0}@media (width<=1023px){.ctm-right-panel{padding:1.5rem 2rem}}.ctm-scroll-list{scrollbar-width:thin;scrollbar-color:#0003 transparent;flex:1;min-height:0;padding:2rem 20px 64px 8px;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 0% calc(100% - 64px),#0000 100%);mask-image:linear-gradient(#000 0% calc(100% - 64px),#0000 100%)}.ctm-scroll-list::-webkit-scrollbar{width:6px}.ctm-scroll-list::-webkit-scrollbar-track{background:0 0}.ctm-scroll-list::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.ctm-scroll-list::-webkit-scrollbar-thumb:hover{background:#0006}.ctm-band-label{color:#dc002b;margin:0 0 6px;font-size:1rem;font-style:normal;font-weight:300;line-height:150%;padding:0!important}.ctm-cap-pill{white-space:nowrap;text-align:center;cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #c3c8c8;border-radius:15px;padding:4px 12px;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:300;line-height:12px;transition:background .15s,color .15s,border-color .15s}.ctm-cap-pill:hover{background:var(--ctm-brand-red);color:#fff;border-color:#ba0326}.ctm-path-label{color:#fff;font-size:.75rem;font-style:normal;font-weight:300;line-height:120%;margin:0!important;padding:0!important}.ctm-path-pill{vertical-align:top;color:var(--ctm-brand-red);text-align:center;text-overflow:ellipsis;transform-origin:0;background:#fff;border:2px solid #fff;border-radius:6px;align-items:center;max-width:100%;padding:.25rem .5rem;font-size:13px;font-weight:700;line-height:13px;animation:.35s cubic-bezier(.2,0,0,1) backwards ctm-flipIn;overflow:hidden}.ctm-path-pill[data-leaving=true]{animation:.35s cubic-bezier(.2,0,0,1) both ctm-flipOut}.ctm-path-pill[data-secondary=true]{color:#fff;background:0 0;border-color:#fff;font-weight:500}.ctm-path-pill--pending{opacity:.75;color:#fff;background:0 0;border:1px solid #fff;border-radius:.25rem;font-size:.75rem;font-style:italic;font-weight:400}.ctm-path-pill[data-clickable=true]{cursor:pointer;transition:opacity .15s}.ctm-path-pill[data-clickable=true]:hover{opacity:.75}.ctm-path-logo-box{transform-origin:0;background:#fff;border:2px solid #fff;border-radius:6px;justify-content:center;align-items:center;width:72px;height:40px;padding:6px 12px;animation:.35s cubic-bezier(.2,0,0,1) backwards ctm-flipIn;display:flex}.ctm-path-logo-box[data-leaving=true]{animation:.35s cubic-bezier(.2,0,0,1) both ctm-flipOut}.ctm-path-connector{transform-origin:0 0;border-bottom:1.5px solid #fff;border-left:1.5px solid #fff;border-bottom-left-radius:5px;flex-shrink:0;align-self:flex-start;width:16px;height:38px;margin:0 0 0 12px;animation:.35s cubic-bezier(.2,0,0,1) backwards ctm-drawIn}.ctm-path-connector[data-leaving=true]{animation:.35s cubic-bezier(.2,0,0,1) both ctm-drawOut}.ctm-cap-vert-line{transform-origin:top;background:#fff;flex-shrink:0;align-self:stretch;width:1.5px;animation:.35s cubic-bezier(.2,0,0,1) backwards ctm-drawDown}.ctm-cap-vert-line[data-leaving=true]{animation:.35s cubic-bezier(.2,0,0,1) reverse both ctm-drawDown}.ctm-path-vert-connector{transform-origin:top;background:#fff;flex-shrink:0;width:1.5px;height:38px;margin-bottom:5px;animation:.35s cubic-bezier(.2,0,0,1) backwards ctm-drawDown}.ctm-path-vert-connector[data-leaving=true]{animation:.35s cubic-bezier(.2,0,0,1) reverse both ctm-drawDown}.ctm-pill-horiz-branch{transform-origin:0;background:#fff;flex-shrink:0;width:16px;height:1.5px;margin-top:13px;animation:.35s cubic-bezier(.2,0,0,1) backwards ctm-drawRight}.ctm-pill-horiz-branch[data-leaving=true]{animation:.35s cubic-bezier(.2,0,0,1) reverse both ctm-drawRight}.ctm-pill-last-connector{transform-origin:0 0;border-bottom:1.5px solid #fff;border-left:1.5px solid #fff;border-bottom-left-radius:5px;flex-shrink:0;align-self:flex-start;width:16px;height:13px;animation:.35s cubic-bezier(.2,0,0,1) backwards ctm-drawIn}.ctm-pill-last-connector[data-leaving=true]{animation:.35s cubic-bezier(.2,0,0,1) both ctm-drawOut}.ctm-company-card{background:#fff;border:1px solid #ba0326;border-radius:6px;padding:24px;animation:.35s cubic-bezier(.2,0,0,1) backwards ctm-fadeSlideIn}.ctm-company-card[data-leaving=true]{animation:.35s cubic-bezier(.2,0,0,1) both ctm-fadeSlideOut}.ctm-mobile-nav{border-bottom:1px solid #fff;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}.ctm-history-fab{color:#000;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #000;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;gap:6px;height:44px;padding:0 12px;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:700;display:flex}.ctm-history-fab[data-startup=true]{color:#fff;border-color:#fff}.ctm-history-sheet-overlay{z-index:100;background:#0006;border-radius:4px;flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.ctm-history-sheet-panel{background-image:url(https://www.gsma.com/solutions-and-impact/connectivity-for-good/mobile-for-development/wp-content/uploads/2026/04/m4d-climatetech-grad.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;flex:1;min-height:0;padding:20px 20px 40px;animation:.28s cubic-bezier(.2,0,0,1) both ctm-slideUp;overflow-y:auto}.ctm-history-sheet-head{justify-content:flex-end;align-items:center;margin-bottom:8px;display:flex}.ctm-history-close-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2.375rem;height:2.375rem;padding:0;font-size:1.5rem;line-height:1;display:flex;box-shadow:0 0 10px #0000000a,0 0 10px #00000026}.climatetech-arrow-flow{color:#dc002b;margin:0 20px}@media (width>=1024px){.climatetech-arrow-flow{max-width:75%!important;margin:0 auto!important}}.climatetech-arrow-flow p{padding-bottom:0!important}.climatetech-arrow-flow .wrapper{color:#000;text-align:center;border:1px solid #878787;border-radius:.375rem;font-size:1.25rem;font-style:normal;font-weight:300;line-height:150%;padding:.25rem .75rem!important}@media (width<=767px){.climatetech-arrow-flow .wrapper{font-size:.85rem}}.ctm-main .wp-block-button__link{border-radius:.25rem;padding:.5rem 1.5rem;font-size:1rem;font-style:normal;font-weight:700;line-height:150%}
