.styles_counter__V9bHq{margin:32px auto;display:flex;width:100%;max-width:190px}.styles_btn__u4SkE{width:42px;font-size:32px;font-weight:700;background-color:#1c6bd1;color:#fff;border:none;border-radius:4px;cursor:pointer;line-height:1.4}.styles_btn__u4SkE:hover{opacity:.8}.styles_count__bHK5o{flex:1 1;font-size:42px;text-align:center}@layer components.graph{.builder-graph{--builder-graph-height:460px;--builder-graph-border:#d1d5dc;--builder-graph-text:#0a0a0a;--builder-graph-accent:#00aed0;--builder-graph-accent-soft:#daeff5;--builder-graph-bg:#fff;width:100%;min-width:0;box-sizing:border-box;border:1px solid var(--builder-graph-border);border-radius:10px;background:var(--builder-graph-bg);padding:24px 16px}.builder-graph__title{margin:0 0 16px;color:var(--builder-graph-text);font-family:Museo Sans,sans-serif;font-size:28px;font-weight:700;line-height:1.25}.builder-graph__frame{position:relative;height:var(--builder-graph-height);overflow:visible}.builder-graph__chart,.builder-graph__frame{width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.builder-graph__chart{height:100%}.builder-graph__overlay-layer{position:absolute;inset:0;pointer-events:none;z-index:2}.builder-graph__placeholder{position:absolute;inset:0;background:transparent;animation:builder-graph-placeholder 1.4s ease-in-out infinite;pointer-events:none}.builder-graph__overlay-label{position:absolute;color:#fff;border-radius:4px;font-family:Inter,sans-serif;font-weight:600;line-height:1.2;pointer-events:none;white-space:nowrap;z-index:2}.builder-graph__expand-btn{display:inline-flex;align-items:center;align-self:flex-end;gap:8px;padding:0;border:none;background:none;color:var(--builder-graph-text);cursor:pointer;font-family:Museo Sans,sans-serif;font-size:16px;font-weight:300;line-height:23px;opacity:1}.builder-graph__expand-btn:hover{color:var(--builder-graph-accent);opacity:1}.builder-graph__expand-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--builder-graph-accent-soft)}.builder-graph__modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:hsla(0,0%,100%,.85);animation:builder-graph-fade-in .2s ease-out}.builder-graph__modal{width:100%;max-width:1200px;max-height:90vh;overflow-y:auto;border:1px solid #d1d5dc;border-radius:10px;background:#fff;box-shadow:0 0 48px rgba(44,74,82,.15);padding:18px 16px;animation:builder-graph-scale-in .2s ease-out}.builder-graph__modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.builder-graph__modal-title{margin:0;color:#0a0a0a;font-family:Museo Sans,sans-serif;font-size:20px;font-weight:700;line-height:42px}.builder-graph__close-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;color:#0a0a0a;cursor:pointer;opacity:1}.builder-graph__close-btn:hover{color:#00aed0;opacity:1}.builder-graph__close-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#daeff5}.builder-graph--compact{display:flex;flex-direction:column;min-width:0;padding:18px 16px}.builder-graph--compact .builder-graph__title{margin-bottom:0;font-size:20px;line-height:2.1}.builder-graph--unstyled{border:0;border-radius:0;background:transparent;padding:0}@keyframes builder-graph-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes builder-graph-fade-in{0%{opacity:0}to{opacity:1}}@keyframes builder-graph-placeholder{0%{background-position:-200px 0,0 0}to{background-position:calc(100% + 200px) 0,0 0}}}@layer components.latest-media-scroller{.latest-media-scroller{color:#fff}.latest-media-scroller,.latest-media-scroller *{box-sizing:border-box}.latest-media-scroller .header{display:flex;column-gap:2em;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem}.latest-media-scroller .header .title{width:auto;font-size:26px;font-weight:300}.latest-media-scroller .header .controls{display:flex;flex-wrap:nowrap;flex-grow:1;column-gap:2rem}.latest-media-scroller .header .read-more{display:inline-block;margin-left:auto;background-color:#0069ba;padding:.5rem 2rem;border-radius:2rem;font-weight:revert;align-content:center;text-wrap:nowrap}.latest-media-scroller .control-buttons{display:inline-flex}.latest-media-scroller .control-buttons .control-button{display:flex;align-items:center;justify-content:center;background-color:#fff;border:none;min-height:30px}.latest-media-scroller .control-buttons .control-button.prev{border-radius:2rem 0 0 2rem;margin-right:1px;--icon-rotation:-90deg;--left:2px}.latest-media-scroller .control-buttons .control-button.next{border-radius:0 2rem 2rem 0;margin-left:1px;--icon-rotation:90deg;--left:-2px}.latest-media-scroller .control-buttons .control-button-icon{aspect-ratio:1;object-fit:contain;width:24px;min-width:20px;overflow:hidden;transform:rotate(var(--icon-rotation));position:relative;left:var(--left)}.latest-media-scroller .article-scroll-container{--sb-track-color:#232e33;--sb-thumb-color:#405763;--sb-size:10px;scroll-behavior:smooth;padding-bottom:20px;margin-bottom:20px;overflow-x:scroll;-webkit-mask-image:-webkit-linear-gradient(0deg,#000 90%,transparent);mask-image:-webkit-linear-gradient(0deg,#000 90%,transparent)}.latest-media-scroller .article-scroll-container::-webkit-scrollbar{width:10px}.latest-media-scroller .article-scroll-container::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:6px}.latest-media-scroller .article-scroll-container::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:6px;border:2px solid #232e33}@supports not selector(::-webkit-scrollbar){.latest-media-scroller .article-scroll-container{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}.latest-media-scroller .article-card-container{width:-moz-fit-content;width:fit-content;min-height:300px;display:flex;flex-direction:row;gap:20px}.latest-media-scroller .article-card,.latest-media-scroller .placeholder{width:clamp(220px,30vw,300px);padding:30px;border-radius:20px}.latest-media-scroller .placeholder{display:flex;justify-content:center;align-items:center;animation:throb-background;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}.latest-media-scroller .retry-card{flex-direction:column;gap:.75rem;background-color:#273540;border:4px solid #273540;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:border-color .2s ease-out;animation:none}.latest-media-scroller .retry-card:hover{border-color:#9fabb1}.latest-media-scroller .retry-card .retry-icon{width:24px;height:24px}@keyframes throb-background{0%{background-color:rgba(39,53,64,0)}to{background-color:#273540}}.latest-media-scroller .article-card{background-color:#273540;border:4px solid #273540;transition:border-color .2s ease-out}.latest-media-scroller .article-card:hover{opacity:1;border:4px solid #9fabb1}.latest-media-scroller .article-date{height:auto;font-weight:500;font-size:12px;text-decoration:none;margin-bottom:20px}.latest-media-scroller .article-title{height:auto;font-weight:700;font-size:16px;line-height:revert}}@layer components.callout-pills{.callout-pills{display:flex;flex-direction:column;row-gap:20px;margin:0;padding:0}.callout-pills .pill-container{display:flex;column-gap:20px;align-items:center;cursor:pointer}.callout-pills .pill-container:hover .pill-image-container img{opacity:.75;transform:scale(1.1)}.callout-pills .pill-container .pill-image-container{width:140px;height:80px;overflow:hidden;flex-shrink:0;border-radius:40px;display:flex}.callout-pills .pill-container .pill-image-container img{width:100%;max-width:100%;max-height:100%;object-fit:cover;background-size:cover;background-position:50%;object-position:center;transition:transform .3s ease-out,opacity .4s ease-out;will-change:transform,opacity;opacity:1;transform:scale(1)}.callout-pills .pill-container .pill-title{font-size:15px;font-weight:500!important;line-height:normal}@media(min-width:640px){.callout-pills .pill-container .pill-title{font-size:20px}}}@layer components.article-drawer{.drawer .article-drawer{display:flex;flex-direction:column;max-height:100%;background-color:#fff}.drawer .article-drawer .article-drawer-title{padding:10px 20px;border:solid #2076a1;border-width:0 0 4px}.drawer .article-drawer .article-drawer-title h1{display:flex;min-height:32px;align-items:center;font-size:13px;margin:0;width:100%;max-width:calc(100% - 32px);line-height:normal}@media(min-width:640px){.drawer .article-drawer .article-drawer-title h1{font-size:20px}}.drawer .article-drawer .content{min-height:0;padding-bottom:20px;overflow-y:auto}.drawer .article-drawer .content .rigid-article{padding:0 20px;display:flex;flex-direction:column;margin:20px auto;max-width:600px;width:100%}.drawer .article-drawer .content .rigid-article .article-title{line-height:normal;margin-bottom:40px}.drawer .article-drawer .content .rigid-article .article-sub-title{margin-bottom:20px;line-height:2em;width:100%}.drawer .article-drawer .content .rigid-article .article-body,.drawer .article-drawer .content .rigid-article .article-date{margin-bottom:20px;border-bottom:1px solid #000;display:flex;flex-direction:column;width:100%}}@layer components.drawer{.drawer-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9999;visibility:hidden;transition:opacity .3s ease-out;opacity:0}.drawer-backdrop.visible{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:0;z-index:9999;max-width:1440px;display:flex;box-shadow:-2px 0 5px rgba(0,0,0,.1);height:100%;animation:none!important;background-color:#fff;transition:transform .2s ease-out,opacity .2s ease-out;will-change:transform,opacity;transform:translateX(100%);opacity:0}@media(max-width:640px){.drawer{width:100vw;max-width:100%}}@media(min-width:640px){.drawer{width:calc(100vw - 100px)}}.drawer.visible{transform:translateX(0);opacity:1;transition-delay:0s,.125s}.drawer-content{flex:1 1;overflow-y:auto}.drawer-close-button{position:absolute;top:10px;right:10px;width:32px;height:32px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px}}@layer components.company-drawers{.company-drawers-content{display:flex;flex-direction:column;padding:20px}.company-drawers-content img{max-width:100%}.company-drawers-avatar-container{display:flex;overflow:hidden;box-sizing:border-box;box-shadow:0 4px 6px -2px rgba(0,0,0,.2);border-radius:100%;padding:20px;background-color:#fff;aspect-ratio:1/1}.company-drawers-avatar-container .company-drawers-avatar{width:100%;max-width:100%;max-height:100%;object-fit:contain}.company-drawers-drawer-title{margin-top:20px;line-height:normal;height:auto;font-weight:600;font-size:16px;text-align:center}@media(min-width:991px){.company-drawers-drawer-title{font-size:24px}}.article-drawer-title .company-drawers-avatar-container{width:110px}.company-drawers{display:flex;flex-wrap:wrap;gap:30px;margin:0;padding:0;justify-content:center}.company-drawers .company-drawer{display:flex;flex-direction:column;width:130px}@media(min-width:991px){.company-drawers .company-drawer{width:150px}}@media(min-width:992px){.company-drawers .company-drawer{width:180px}}.company-drawers .company-drawer .company-drawers-avatar-container{max-width:100%;width:100%}.company-drawers .company-drawer .company-drawers-title{margin-top:20px;line-height:normal;height:auto;font-weight:600;font-size:16px;text-align:center}@media(min-width:991px){.company-drawers .company-drawer .company-drawers-title{font-size:20px}}}@layer components.member-quote-picker{.committee-chairs-section-container{background-color:#16232d;color:#fff;display:flex;align-items:center;justify-content:center;width:100%}.committee-chairs-section-container .committee-chairs-section-grid{display:grid;grid-gap:20px;gap:20px;padding:53px 20px;grid-template-columns:repeat(1,1fr);grid-auto-columns:1fr;grid-auto-rows:auto}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-title{display:flex}@media(min-width:640px){.committee-chairs-section-container .committee-chairs-section-grid{grid-template-columns:repeat(2,1fr)}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-title{grid-column:1/3}}@media(min-width:992px){.committee-chairs-section-container .committee-chairs-section-grid{grid-template-columns:repeat(3,1fr)}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-title{grid-column:1;grid-row:1/span 5}}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card{background-color:#1f2a35;padding:30px;border-radius:20px;display:flex;flex-direction:column;row-gap:30px}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card h2{font-size:24px;font-weight:600;margin:0}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card .committee-chairs-section-member-avatar{display:block;height:80px;width:80px;border-radius:100%;object-fit:cover;z-index:1}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card .committee-chairs-section-member-info-container{display:flex;flex-direction:column;justify-content:center;padding-left:10px;flex:1 1;text-align:start}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card .committee-chairs-section-member-info-container .committee-chairs-section-member-name{font-weight:600;font-size:16px}.committee-chairs-section-container .committee-chairs-section-grid .committee-chairs-section-card .committee-chairs-section-member-info-container .committee-chairs-section-member-company{font-size:13px}:root{--member-quote-picker-desktop-separator-color:#3f4f55;--member-quote-picker-selected-member-profile-pic-background:#9fabb1;--member-quote-picker-selected-member-background:#304453}.member-quote-picker{display:grid;align-items:center;justify-content:center}.member-quote-picker .title{grid-area:title;color:#fff;margin:0;font-size:27px;font-weight:300;box-sizing:border-box}.member-quote-picker .members-list{grid-area:members-list;display:flex;padding:11px;row-gap:16px;flex-direction:column}.member-quote-picker .members-list li{position:relative;border-radius:8px;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;transition:background-color .3s ease-out}.member-quote-picker .members-list li>div{display:flex;flex-direction:column;row-gap:16px}.member-quote-picker .members-list li>div .member-profile{display:flex;column-gap:20px}.member-quote-picker .members-list li>div .member-profile .profile-info{display:flex;color:#fff;flex-direction:column}.member-quote-picker blockquote{margin:0}.member-quote-picker a{text-decoration:none;color:#000;background-color:#fff}}@layer components.member-quote-picker{@media(max-width:992px){.desktop-quote-container{display:none}.member-quote-picker{grid-template-areas:"title" "members-list";padding-top:25px;padding-bottom:25px}.member-quote-picker button{opacity:0;height:0;color:#fff;position:absolute;display:flex;bottom:0;min-width:79px;width:auto;align-items:center;justify-content:center;align-self:flex-end;transition:opacity .3s ease-out,height .3s ease-out;background-color:transparent;border:0;margin-right:10px}.member-quote-picker button span:first-child{font-size:17px}.member-quote-picker button span:nth-child(2){font-size:14px;font-weight:700;transform:rotate(-90deg)}.member-quote-picker .bio-link-container{height:0;opacity:0;pointer-events:none;transition:opacity .3s ease-out,height .3s ease-out}.member-quote-picker .members-list li:not(.expanded-member):hover{background-color:var(--member-quote-picker-selected-member-background)}.member-quote-picker .members-list li:not(.expanded-member)>div{row-gap:0}.member-quote-picker .expanded-member{background-color:var(--member-quote-picker-selected-member-background)}.member-quote-picker .expanded-member button{height:44px;opacity:1;padding-bottom:16px}.member-quote-picker .expanded-member .bio-link-container{height:28px;opacity:1;pointer-events:all;padding-bottom:35px}.member-quote-picker .title{padding-left:40px;padding-right:40px}.member-quote-picker .members-list{margin:0}.member-quote-picker .members-list blockquote{transition:opacity .3s ease-out,height .3s ease-out;font-size:clamp(17px,4cqw,22px);color:#fff;line-height:30px;opacity:0;overflow:hidden;height:0}.member-quote-picker .members-list li>div{padding:16px 14px}.member-quote-picker .members-list li>div .name{font-weight:700;font-size:16px}.member-quote-picker .members-list li>div .committee{font-size:14px}.member-quote-picker .members-list li>div .company{padding-top:1px;font-size:14px}.member-quote-picker .members-list li>div .bio-link-container{padding-top:11px}.member-quote-picker .members-list li>div .bio-link-container .bio-link{display:flex;align-items:center;justify-content:center;border-radius:9999px;width:61px;height:28px;font-size:14px;text-align:center}.member-quote-picker .members-list li .profile-image-container{display:flex;min-height:48px;min-width:48px}.member-quote-picker .members-list li .profile-image-container>img{border-radius:9999px;object-fit:cover;width:48px;height:48px}}@media(min-width:992px){.member-quote-picker{grid-template-columns:2.7fr 7.3fr;grid-template-areas:"title title" "members-list desktop-quote-container"}.member-quote-picker button{display:none}.member-quote-picker .expanded-member{background-color:var(--member-quote-picker-selected-member-background)}.member-quote-picker .expanded-member .profile-image-container{background-color:var(--member-quote-picker-selected-member-profile-pic-background)}.member-quote-picker .title{padding:25px 43px}.member-quote-picker .members-list{border-right:4px solid var(--member-quote-picker-desktop-separator-color);min-width:335px}.member-quote-picker .members-list blockquote{display:none}.member-quote-picker .members-list li:hover{background-color:var(--member-quote-picker-selected-member-background)}.member-quote-picker .members-list li>div{padding:4px}.member-quote-picker .members-list li>div .member-profile .profile-info{justify-content:center}.member-quote-picker .members-list li>div .member-profile .name{font-weight:700;font-size:16px;line-height:19.2px}.member-quote-picker .members-list li>div .member-profile .committee,.member-quote-picker .members-list li>div .member-profile .company{padding-top:3px;font-size:14px;line-height:16.8px}.member-quote-picker .members-list li>div .member-profile .bio-link-container{display:none}.member-quote-picker .members-list li>div .member-profile .profile-image-container{display:flex;height:58px;width:58px;min-height:58px;min-width:58px;border-radius:100%;align-items:center;justify-content:center}.member-quote-picker .members-list li>div .member-profile .profile-image-container>img{border-radius:9999px;object-fit:cover;width:48px;height:48px}@keyframes memberQuoteFadeIn{0%{opacity:0}to{opacity:1}}.empty{display:none}.desktop-quote-container{display:flex;grid-area:desktop-quote-container;flex:1 1;padding:30px 30px 30px 96px;flex-direction:column;justify-content:center;transition:opacity .3s ease-out;animation-name:memberQuoteFadeIn;animation-duration:.3s;opacity:1}.desktop-quote-container>div:first-child{display:flex;flex-direction:column;row-gap:40px;max-width:760px}.desktop-quote-container>div:first-child blockquote{color:#fff;line-height:42px;font-size:clamp(22px,2cqw,30px)}.desktop-quote-container>div:first-child .quote-member-profile{display:flex;column-gap:20px;align-items:center}.desktop-quote-container>div:first-child .quote-member-profile .profile-image-container{display:flex}.desktop-quote-container>div:first-child .quote-member-profile .profile-image-container>img{border-radius:100%;object-fit:cover;width:135px;height:135px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info{display:flex;color:#fff;flex-direction:column}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .name{font-weight:700;font-size:22px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .committee{font-size:16px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .company{padding-top:3px;font-size:16px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .bio-link-container{padding-top:10px}.desktop-quote-container>div:first-child .quote-member-profile .profile-info .bio-link-container .bio-link{display:flex;align-items:center;justify-content:center;border-radius:9999px;width:61px;height:28px;font-size:14px;text-align:center}}}@layer components.tax-reform-grid{.tax-reform-grid-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.tax-reform-grid-container .tax-reform-grid{max-width:1210px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;grid-template-areas:"img-0 stat-0 img-1" "img-0 stat-1 stat-2" "stat-3 stat-4 img-2" "img-3 img-3 stat-5"}.tax-reform-grid-container .tax-reform-grid-image img{width:100%;height:100%;object-fit:cover;height:280px;border-radius:30px}.tax-reform-grid-container .tax-reform-grid-image.img-0 img{height:592px}@media(max-width:991px){.tax-reform-grid-container .tax-reform-grid-image.img-0 img{height:280px}}.tax-reform-grid-container .tax-reform-grid-stat{background-color:#e6f3f7;border-radius:30px;display:flex;height:280px;flex-direction:column;overflow:hidden}.tax-reform-grid-container .tax-reform-grid-stat-value{height:105px;display:flex;align-items:center;font-size:74px;padding-left:30px;padding-right:30px;font-weight:900;color:#1e3848;background-color:#98d1e4}.tax-reform-grid-container .tax-reform-grid-stat-description{padding-top:10px;font-weight:700;color:#000;font-size:21px;display:flex;align-items:center;padding-left:30px;padding-right:30px;line-height:25px}@media(max-width:991px){.tax-reform-grid-container .tax-reform-grid{grid-template-columns:1fr;grid-template-areas:"img-0" "stat-0" "img-1" "stat-1" "stat-2" "stat-3" "stat-4" "img-2" "img-3" "stat-5"}.tax-reform-grid-container .tax-reform-grid-title{font-size:30px}.tax-reform-grid-container .tax-reform-grid-image img,.tax-reform-grid-container .tax-reform-grid-stat{max-width:550px}.tax-reform-grid-container .tax-reform-grid-stat-value{font-size:40px}.tax-reform-grid-container .tax-reform-grid-stat-description{font-size:20px}}}@layer components.oecd-chart{.oecd-chart-container{width:100%;display:flex;flex-direction:column;min-height:0;min-width:0}.oecd-chart-container .oecd-chart-title{font-weight:600;font-size:27px;text-align:center}.oecd-chart-container .oecd-chart-scale{display:flex;justify-content:space-between;position:relative;margin-left:20px;margin-right:20px;padding-bottom:10px;font-weight:600;font-size:20px}.oecd-chart-container .oecd-chart-underline{width:100%;height:4px;background-color:#000;border-radius:4px}.oecd-chart-container .oecd-chart-grid{display:flex;flex-direction:column;border-left:1px solid #000;margin-left:20px;margin-right:20px;overflow-y:auto;gap:12px;padding-top:10px;padding-bottom:10px}.oecd-chart-container .oecd-chart-grid.visible .oecd-chart-country,.oecd-chart-container .oecd-chart-grid.visible .oecd-chart-value{transition:opacity .3s ease;transition-delay:.8s;opacity:1}.oecd-chart-container .oecd-chart-grid .oecd-chart-row{display:flex;align-items:center;gap:20px;height:40px;background-color:#fff}.oecd-chart-container .oecd-chart-grid .oecd-chart-row.oecd-chart-bar-highlighted{top:-10px;position:-webkit-sticky;position:sticky;z-index:1}.oecd-chart-container .oecd-chart-grid .oecd-chart-row.oecd-chart-bar-highlighted .oecd-chart-bar{background-color:#ff6b6b}.oecd-chart-container .oecd-chart-grid .oecd-chart-row.oecd-chart-bar-avg-highlighted{top:30px;position:-webkit-sticky;position:sticky;z-index:1}.oecd-chart-container .oecd-chart-grid .oecd-chart-row.oecd-chart-bar-avg-highlighted .oecd-chart-bar{background-color:#ccc}.oecd-chart-container .oecd-chart-grid .oecd-chart-country{opacity:0;overflow:hidden;text-overflow:ellipsis}.oecd-chart-container .oecd-chart-grid .oecd-chart-value{display:flex;align-items:center;justify-content:center;opacity:0;bottom:20px;padding-left:10px}.oecd-chart-container .oecd-chart-grid .oecd-chart-flag{font-size:20px;padding-left:10px;display:flex;align-items:center}.oecd-chart-container .oecd-chart-grid .oecd-chart-bar-container{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.oecd-chart-container .oecd-chart-grid .oecd-chart-bar-container>div{display:flex}.oecd-chart-container .oecd-chart-grid .oecd-chart-bar{height:40px;background-color:#c7e6f0;position:relative;border-radius:0 5px 5px 0;transition:width .8s cubic-bezier(.4,0,.2,1),opacity .4s ease;display:flex;align-items:center;justify-content:space-between}@media(max-width:640px){.oecd-chart-container .oecd-chart-title{font-size:20px}.oecd-chart-container .oecd-chart-scale{font-size:12px}.oecd-chart-container .oecd-chart-country{font-size:12px;padding-left:5px}.oecd-chart-container .oecd-chart-value{font-size:12px}}@media(min-width:640px){.oecd-chart-container .oecd-chart-country{padding-left:20px;font-size:16px}}}@layer components.article{.article-container{display:flex;margin:auto;column-gap:5rem;max-width:1440px;width:100%;justify-content:center}.article-pdf-preview-mobile-container{margin-bottom:2rem;margin-top:1rem}.article-pdf-preview-desktop-container{max-width:320px;display:none;padding-top:2rem}.article-component{padding-top:1rem;flex:1 1;width:100%;max-width:600px}.article-component .article-title{font-size:36px;line-height:42px;font-weight:700;padding:1rem 0;margin:0}.article-component .article-sub-title{margin-top:.5rem;margin-bottom:1.5rem;line-height:2;font-style:italic}.article-component .article-address{line-height:1.5;white-space:pre-line;margin:0 0 20px}.article-component .article-file-attachment{margin:2rem 0 1rem}.article-component .article-file-attachment a{text-decoration:underline}.article-component .article-date{margin:0;border:0}.article-component .article-divider{height:1px;margin-bottom:1rem;background-color:#000}@media(min-width:992px){.article-pdf-preview-desktop-container{display:unset}.article-pdf-preview-mobile-container{display:none}}}@layer components-pdf-preview{.pdf-preview-container-horizontal,.pdf-preview-container-vertical{background-color:#fff;display:flex;border-radius:20px;align-items:center;overflow:hidden;border:2px solid #979797}.pdf-preview-container-horizontal .pdf-preview-image-container,.pdf-preview-container-vertical .pdf-preview-image-container{position:relative;padding:2rem;min-height:100px;display:flex;align-items:center;justify-content:center}.pdf-preview-container-horizontal .pdf-preview-image,.pdf-preview-container-vertical .pdf-preview-image{object-fit:cover;aspect-ratio:3/4;box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.pdf-preview-container-horizontal .pdf-preview-content,.pdf-preview-container-vertical .pdf-preview-content{display:flex;flex-direction:column;padding:1.5rem 1.5rem 2rem;box-sizing:border-box;width:100%}.pdf-preview-container-horizontal .pdf-preview-content .pdf-preview-link,.pdf-preview-container-vertical .pdf-preview-content .pdf-preview-link{align-self:flex-start;background-color:#0069ba;border-radius:14px;padding:.5rem 1rem;color:#fff;text-decoration:none;font-size:.875rem}.pdf-preview-container-horizontal .pdf-preview-content p,.pdf-preview-container-vertical .pdf-preview-content p{font-size:.875rem;margin:0}.pdf-preview-container-horizontal .pdf-preview-content h4,.pdf-preview-container-vertical .pdf-preview-content h4{line-height:normal;font-weight:700;margin:0}.pdf-preview-container-vertical{flex-direction:column}.pdf-preview-container-vertical .pdf-preview-image-container{overflow:hidden;width:100%}.pdf-preview-container-vertical .pdf-preview-image{min-height:350px}.pdf-preview-container-vertical .pdf-preview-content{border-top:2px solid #35c2dc}.pdf-preview-container-vertical .pdf-preview-content .pdf-preview-link{margin-top:1rem}.pdf-preview-container-vertical .pdf-preview-content h4{font-size:1rem}.pdf-preview-container-horizontal .pdf-preview-image-container{padding-bottom:0;background-color:#fff9e9;overflow:hidden;min-width:200px;min-height:200px}.pdf-preview-container-horizontal .pdf-preview-image-container img{position:relative;margin-bottom:-50px}.pdf-preview-container-horizontal .pdf-preview-content{gap:.75rem}.pdf-preview-container-horizontal .pdf-preview-content p{font-weight:700}.pdf-preview-container-horizontal .pdf-preview-content h4{font-size:1.125rem}@media(max-width:992px){.pdf-preview-container-vertical .pdf-preview-image{position:absolute;top:2rem}.pdf-preview-container-vertical .pdf-preview-content{margin-top:0}}@media(min-width:992px){.pdf-preview-container-vertical{max-width:calc(250px + 4rem)}}@media(min-width:640px){.pdf-preview-container-vertical .pdf-preview-image{height:100%}.pdf-preview-container-horizontal .pdf-preview-image-container{align-self:start;border-right:2px solid #fec232}}@media(max-width:640px){.pdf-preview-container-horizontal{flex-direction:column}.pdf-preview-container-horizontal .pdf-preview-image-container{border-right:none;width:100%;overflow:hidden}.pdf-preview-container-horizontal .pdf-preview-content{border-top:2px solid #fec232}}}@layer components.trade-map{::view-transition-new(trade-map-info-title),::view-transition-old(trade-map-info-title){animation-duration:.5s;animation-timing-function:ease-in-out}.trade-map-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.trade-map{--spacing:clamp(0.25rem,1vw,0.5rem);--padding-panel:clamp(1rem,3vw,2rem);--gap-section:clamp(0.75rem,2vw,1.5rem);--font-title:clamp(22px,2vw,32px);--font-title-centered:clamp(26px,2vw,38px);--font-number:clamp(30px,3.5vw,56px);--font-body:clamp(13px,1.2vw,16px);--font-label:clamp(14px,1.2vw,16px);--font-pdf-title:clamp(15px,1.4vw,18px);--padding-pdf:clamp(0.5rem,1.5vw,1rem);--pdf-thumb-w:clamp(60px,8vw,101px);--pdf-thumb-h:clamp(78px,10vw,130px);border-radius:20px;display:flex;max-width:1280px;background-color:#486780;animation:fade-in .4s ease-in-out}.trade-map .trade-map-geo-container{display:flex;flex:1 1;position:relative}.trade-map .trade-map-geo-container .trade-map-dropdown{position:absolute;bottom:calc(var(--spacing)*3);right:calc(var(--spacing)*3);z-index:10;min-width:200px;display:flex;flex-direction:column;gap:var(--spacing)}.trade-map .trade-map-geo-container .trade-map-geo-wrapper{flex:1 1;overflow:clip;display:flex;align-items:center;justify-content:center;border-radius:20px 0 0 20px}.trade-map .trade-map-geo-container .trade-map-geo{position:relative;max-height:100%;display:flex;align-items:center;justify-content:center}.trade-map .trade-map-geo-container .trade-map-geo .DC{display:none}.trade-map .trade-map-geo-container .trade-map-geo svg{max-height:100%;max-width:100%;height:auto;width:auto}.trade-map .trade-map-geo-container .trade-map-geo path.active{fill:#81c9ff!important}@keyframes fade-in{0%{opacity:0}}.trade-map .trade-map-info{flex:1 1;min-width:0;max-width:550px;border-radius:0 20px 20px 0;background-color:rgba(25,36,46,.925);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;padding:var(--padding-panel);display:flex;flex-direction:column;overflow-y:auto;gap:var(--gap-section)}.trade-map .trade-map-info.centered .trade-map-info__title{font-size:var(--font-title-centered)}.trade-map .trade-map-info__title{font-size:var(--font-title);font-weight:700;line-height:1.2;margin:0;align-self:flex-start;view-transition-name:trade-map-info-title}.trade-map .trade-map-info__state,.trade-map .trade-map-info__stats{display:flex;flex-direction:column;gap:var(--gap-section)}.trade-map .trade-map-info__stats{margin:0;padding:0}.trade-map .trade-map-info__stat-section{display:flex;flex-direction:column}.trade-map .trade-map-info__stat-value{margin:0}.trade-map .trade-map-info__label{color:#8cb5d4;font-size:var(--font-label);margin:0;align-self:flex-start}.trade-map .trade-map-info__number{font-size:var(--font-number);font-weight:700;margin:0;color:#fff;line-height:1;align-self:flex-start}.trade-map .trade-map-info__description{font-size:var(--font-body);color:#e2e8f0;line-height:1.5;margin:0;align-self:flex-start}.trade-map .trade-map-info__date{font-size:var(--font-body);color:#e2e8f0;line-height:1.5;padding-top:var(--spacing);align-self:flex-end;margin-top:auto}.trade-map .trade-map-pdf-download{display:flex;border-radius:8px;overflow:hidden;background-color:#273540;flex-direction:row}.trade-map .trade-map-pdf-download__thumbnail{padding:var(--padding-pdf);background-color:#7c9cb5;display:flex;align-items:center;justify-content:center}.trade-map .trade-map-pdf-download__thumbnail img{display:block;width:var(--pdf-thumb-w);height:var(--pdf-thumb-h);object-fit:cover}.trade-map .trade-map-pdf-download__content{display:flex;flex-direction:column;padding:var(--padding-pdf) var(--gap-section);flex:1 1}.trade-map .trade-map-pdf-download__label{font-size:12px;font-weight:600;color:#7c9cb5;margin:0;text-transform:uppercase}.trade-map .trade-map-pdf-download__title{font-size:var(--font-pdf-title);font-weight:600;line-height:1.3;color:#fff;margin:0}.trade-map .trade-map-pdf-download__button{display:inline-flex;align-items:center;justify-content:center;margin-top:calc(var(--spacing)*2);background-color:#0069ba;color:#fff;padding:var(--spacing) calc(var(--spacing)*2);border-radius:20px;font-size:12px;font-weight:700;transition:background-color .2s ease;align-self:flex-start}@media(min-width:992px){.trade-map{min-height:min(640px,75vh);max-height:1041px}.trade-map .trade-map-geo-wrapper{align-items:flex-start;padding-top:clamp(40px,8vh,80px)}.trade-map .trade-map-info.centered{padding-top:20%}}@media(max-width:991px){.trade-map{flex-direction:column;max-height:none}.trade-map .trade-map-geo-container .trade-map-dropdown{bottom:calc(var(--spacing)*2);right:calc(var(--spacing)*2);min-width:180px}.trade-map .trade-map-geo-wrapper{border-radius:20px 20px 0 0}.trade-map .trade-map-info{padding-top:calc(var(--spacing)*4);max-width:100%;border-radius:0 0 20px 20px}}@media(max-width:640px){.trade-map-geo{max-height:min(350px,45vh)}.trade-map-pdf-download{height:auto!important}}}@layer components.free-enterprise-cta{.free-enterprise-cta{display:block;position:relative;overflow:hidden;border-radius:20px;background-color:#f3efe7}@media(min-width:992px){.free-enterprise-cta{height:357px}}.free-enterprise-cta__bg{position:absolute;inset:0}.free-enterprise-cta__bg-img{object-fit:cover;object-position:left top;pointer-events:none}.free-enterprise-cta__panel{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#14394a;margin:20% 0;padding:38px 40px;box-sizing:border-box}@media(min-width:992px){.free-enterprise-cta__panel{position:absolute;top:50%;right:0;transform:translateY(-50%);margin:0;width:55%;max-width:689px;height:100%;padding:38px 94px}}.free-enterprise-cta__content{gap:38px;max-width:499px}.free-enterprise-cta__content,.free-enterprise-cta__text{display:flex;flex-direction:column;align-items:center;width:100%}.free-enterprise-cta__text{gap:18px}.free-enterprise-cta__title{font-weight:700;font-size:45px;line-height:normal;letter-spacing:.45px;color:#f3efe7;text-align:center;margin:0}.free-enterprise-cta__divider{width:100%;height:3px;border:none;background-color:#ff0e3b;margin:0}.free-enterprise-cta__subtitle{font-weight:700;font-size:24px;line-height:31px;letter-spacing:4.08px;color:#f3efe7;text-align:center;margin:0}.free-enterprise-cta__button{text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;background-color:#2478f0;color:#fff!important;font-weight:700;font-size:16px;line-height:normal;border-radius:25px;padding:8px 25px;text-align:center;white-space:nowrap}.free-enterprise-cta__vignette{position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 26.4px 0 rgba(141,0,0,.25);pointer-events:none}}@layer defaults{.free-enterprise-cta__title{font-family:Playfair Display,serif!important}.free-enterprise-cta__button{text-decoration:none!important}}@layer components.ceo-survey{.ceo-survey-tables{--ceo-survey-tables-border:#d1d5dc;--ceo-survey-tables-body:#0a0a0a;--ceo-survey-tables-caption:#4a5565;--ceo-survey-tables-white:#fff;--ceo-survey-tables-light:#f5f5f5;--ceo-survey-tables-mid:#e5e5e5;--ceo-survey-tables-teal-dark:#2c4a52;--ceo-survey-tables-teal-mid:#3b5f6b;--ceo-survey-tables-teal:#5dafcd;--ceo-survey-tables-teal-soft:#d4e6eb;--ceo-survey-tables-font:"Museo Sans",sans-serif;--ceo-survey-tables-row-height:30px;--ceo-survey-tables-cell-padding:8px;--ceo-survey-tables-cell-padding-mobile:8px;--ceo-survey-tables-cell-size:15px;--ceo-survey-tables-cell-size-mobile:13px;--ceo-survey-tables-header-size:14px;--ceo-survey-tables-header-size-mobile:11px;--ceo-survey-tables-header-line-height:1.7;--ceo-survey-tables-header-line-height-mobile:1.3;--ceo-survey-tables-value-size:16px;--ceo-survey-tables-value-size-mobile:15px;--ceo-survey-tables-spacing:40px;display:flex;flex-direction:column;gap:0;min-width:0}.ceo-survey-tables__table{width:100%;border-collapse:collapse;border:1px solid var(--ceo-survey-tables-border);font-family:var(--ceo-survey-tables-font)}.ceo-survey-tables__table+.ceo-survey-tables__table{margin-top:var(--ceo-survey-tables-spacing)}.ceo-survey-tables__question{min-height:114px;padding:var(--ceo-survey-tables-cell-padding);background:var(--ceo-survey-tables-light);color:var(--ceo-survey-tables-teal-dark);font-size:21px;font-weight:700;line-height:1.3;text-align:left;vertical-align:middle}.ceo-survey-tables__column-headers{background:var(--ceo-survey-tables-teal)}.ceo-survey-tables__column-headers th{height:var(--ceo-survey-tables-row-height);padding:var(--ceo-survey-tables-cell-padding);border:1px solid var(--ceo-survey-tables-border);color:var(--ceo-survey-tables-white);font-size:var(--ceo-survey-tables-header-size);font-weight:900;line-height:var(--ceo-survey-tables-header-line-height);text-align:center}.ceo-survey-tables__column-headers th:first-child{width:100px}.ceo-survey-tables__avg-row td,.ceo-survey-tables__data-row td,.ceo-survey-tables__qoq-row td{height:var(--ceo-survey-tables-row-height);padding:var(--ceo-survey-tables-cell-padding);border:1px solid var(--ceo-survey-tables-border);font-size:var(--ceo-survey-tables-cell-size);line-height:1.5}.ceo-survey-tables__data-row td{color:var(--ceo-survey-tables-body);text-align:center}.ceo-survey-tables__data-row td:first-child{background:var(--ceo-survey-tables-teal-mid);color:var(--ceo-survey-tables-white);font-size:17px;font-weight:600;line-height:1.4;text-align:center}.ceo-survey-tables__data-row td:last-child{font-size:var(--ceo-survey-tables-value-size);font-weight:700;line-height:1.5}.ceo-survey-tables__qoq-row td{background:var(--ceo-survey-tables-teal-soft);font-weight:600}.ceo-survey-tables__qoq-row td:first-child{text-align:left}.ceo-survey-tables__qoq-row td:last-child{font-size:var(--ceo-survey-tables-value-size);font-weight:700;text-align:center}.ceo-survey-tables__avg-row td{background:var(--ceo-survey-tables-mid);font-weight:600}.ceo-survey-tables__avg-row td:first-child{text-align:left}.ceo-survey-tables__avg-row td:last-child{font-size:var(--ceo-survey-tables-value-size);font-weight:700;text-align:center}.ceo-survey-tables__note{margin-top:12px;color:var(--ceo-survey-tables-caption);font-family:var(--ceo-survey-tables-font);font-size:14px;font-style:italic;line-height:1.43}.ceo-survey-tables__note p{margin:0}.ceo-survey-tables__download-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:60px;margin-top:var(--ceo-survey-tables-spacing);overflow:hidden;border-radius:20px;background:var(--ceo-survey-tables-teal-soft);padding:20px;text-decoration:none;transition:opacity .15s,transform .15s}.ceo-survey-tables__download-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 -28px 21px -19px rgba(44,74,82,.17);pointer-events:none}.ceo-survey-tables__download-card:hover{opacity:.85!important;transform:translateY(1px)}.ceo-survey-tables__download-label{flex:1 1;min-width:0;margin:0;color:var(--ceo-survey-tables-teal-dark);font-family:var(--ceo-survey-tables-font);font-size:18px;font-weight:700}.ceo-survey-tables__download-preview{margin-bottom:-15%;width:180px;height:auto;object-fit:contain;box-shadow:0 4px 4px rgba(0,0,0,.25)}@media(max-width:640px){.ceo-survey-tables__table{table-layout:fixed}.ceo-survey-tables__question{min-height:auto;padding:16px 12px;font-size:18px;line-height:1.33}.ceo-survey-tables__column-headers th{padding:8px 6px;font-size:var(--ceo-survey-tables-header-size-mobile);line-height:var(--ceo-survey-tables-header-line-height-mobile)}.ceo-survey-tables__column-headers th:first-child{width:72px}.ceo-survey-tables__avg-row td,.ceo-survey-tables__data-row td,.ceo-survey-tables__qoq-row td{padding:var(--ceo-survey-tables-cell-padding-mobile);font-size:var(--ceo-survey-tables-cell-size-mobile);line-height:1.3}.ceo-survey-tables__avg-row td:last-child,.ceo-survey-tables__data-row td:first-child,.ceo-survey-tables__data-row td:last-child,.ceo-survey-tables__qoq-row td:last-child{font-size:var(--ceo-survey-tables-value-size-mobile);line-height:1.2}.ceo-survey-tables__download-card{min-height:auto;flex-direction:row;gap:16px;padding:20px}.ceo-survey-tables__download-label{font-size:18px;line-height:1.4}.ceo-survey-tables__download-preview{position:relative;top:auto;right:auto;width:min(160px,100%);margin-bottom:-25%}}}:root{--breakpoint-mobile:$breakpoint-mobile;--breakpoint-tablet:$breakpoint-tablet;--breakpoint-desktop:$breakpoint-desktop;--spacing:$spacing;--font-size-small:$font-size-small;--font-size-medium:$font-size-medium;--font-size-large:$font-size-large}@layer components.ceo-survey{.ceo-survey-wrapper{--ceo-survey-wrapper-bg:#1a303e;--ceo-survey-wrapper-text:#0a0a0a;--ceo-survey-wrapper-white:#fff;--ceo-survey-wrapper-accent:#00aed0;--ceo-survey-wrapper-accent-hover:#0099b8;--ceo-survey-wrapper-accent-soft:#daeff5;--ceo-survey-wrapper-modal-shadow:0 4px 25px rgba(0,0,0,.25);--ceo-survey-wrapper-font:"Museo Sans",sans-serif;--ceo-survey-wrapper-max-width:1320px;--ceo-survey-wrapper-inline-padding:20px;--ceo-survey-wrapper-header-gap:40px;--ceo-survey-wrapper-btn-radius:24px;--ceo-survey-wrapper-btn-padding:10px 24px;--ceo-survey-wrapper-transition:0.15s;--ceo-survey-wrapper-panel-inset:1rem;--ceo-survey-wrapper-panel-padding:40px;--ceo-survey-wrapper-panel-radius:30px;--ceo-survey-wrapper-row-gap:40px;--ceo-survey-wrapper-col-gap:60px;margin-top:0;position:relative}.ceo-survey-wrapper--modal-open{z-index:101}.ceo-survey-wrapper__header{position:relative;overflow:hidden;background:var(--ceo-survey-wrapper-bg);padding:46px 40px}.ceo-survey-wrapper__header-inner{width:100%;max-width:var(--ceo-survey-wrapper-max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--ceo-survey-wrapper-header-gap)}.ceo-survey-wrapper__header-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.2;pointer-events:none}.ceo-survey-wrapper__header-content{position:relative;z-index:1;flex:1 1;min-width:0}.ceo-survey-wrapper__header-title{margin:0 0 16px;color:var(--ceo-survey-wrapper-white);font-family:var(--ceo-survey-wrapper-font);font-size:32px;font-weight:500;line-height:normal}.ceo-survey-wrapper__header-title>p{margin:0}.ceo-survey-wrapper__header-description{margin:0;max-width:870px;line-height:1.75;font-weight:500}.ceo-survey-wrapper__header-description,.ceo-survey-wrapper__past-surveys-btn{color:var(--ceo-survey-wrapper-white);font-family:var(--ceo-survey-wrapper-font);font-size:16px}.ceo-survey-wrapper__past-surveys-btn{position:relative;z-index:1;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--ceo-survey-wrapper-btn-radius);background:var(--ceo-survey-wrapper-accent);cursor:pointer;font-weight:700;line-height:normal;padding:var(--ceo-survey-wrapper-btn-padding);transition:background var(--ceo-survey-wrapper-transition),transform var(--ceo-survey-wrapper-transition)}.ceo-survey-wrapper__past-surveys-btn:hover{background:var(--ceo-survey-wrapper-accent-hover);opacity:1;transform:translateY(-1px)}.ceo-survey-wrapper__content{max-width:var(--ceo-survey-wrapper-max-width);margin:40px auto 0;padding:0 var(--ceo-survey-wrapper-inline-padding) 80px}.ceo-survey-wrapper__content-grid{display:block}.ceo-survey-wrapper__content-grid--with-side-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);grid-gap:40px;gap:40px;align-items:start}.ceo-survey-wrapper__children{min-width:0}.ceo-survey-wrapper__children .member-org,.ceo-survey-wrapper__children h1,.ceo-survey-wrapper__children h2,.ceo-survey-wrapper__children h3,.ceo-survey-wrapper__children h4,.ceo-survey-wrapper__children h5,.ceo-survey-wrapper__children h6,.ceo-survey-wrapper__children hr,.ceo-survey-wrapper__children p,.ceo-survey-wrapper__children ul{max-width:100%;width:100%;align-self:center}.ceo-survey-wrapper__children .builder-custom-code,.ceo-survey-wrapper__children .builder-text,.ceo-survey-wrapper__children .raw-html{display:flex;flex-direction:column;gap:20px}.ceo-survey-wrapper__children .builder-custom-code *,.ceo-survey-wrapper__children .builder-text *,.ceo-survey-wrapper__children .raw-html *{margin:0;padding:0}.ceo-survey-wrapper__children .builder-custom-code blockquote,.ceo-survey-wrapper__children .builder-text blockquote,.ceo-survey-wrapper__children .raw-html blockquote{margin-left:10px}.ceo-survey-wrapper__children .builder-custom-code blockquote p+p,.ceo-survey-wrapper__children .builder-text blockquote p+p,.ceo-survey-wrapper__children .raw-html blockquote p+p{margin-top:20px}.ceo-survey-wrapper__children .builder-custom-code ol,.ceo-survey-wrapper__children .builder-custom-code ul,.ceo-survey-wrapper__children .builder-text ol,.ceo-survey-wrapper__children .builder-text ul,.ceo-survey-wrapper__children .raw-html ol,.ceo-survey-wrapper__children .raw-html ul{display:flex;flex-direction:column;gap:10px}.ceo-survey-wrapper__children .builder-custom-code ol li,.ceo-survey-wrapper__children .builder-custom-code ul li,.ceo-survey-wrapper__children .builder-text ol li,.ceo-survey-wrapper__children .builder-text ul li,.ceo-survey-wrapper__children .raw-html ol li,.ceo-survey-wrapper__children .raw-html ul li{font-size:16px;margin-left:40px}.ceo-survey-wrapper__children .builder-custom-code h1,.ceo-survey-wrapper__children .builder-text h1,.ceo-survey-wrapper__children .raw-html h1{margin-bottom:20px}.ceo-survey-wrapper__children .builder-custom-code h1,.ceo-survey-wrapper__children .builder-custom-code h2,.ceo-survey-wrapper__children .builder-custom-code h3,.ceo-survey-wrapper__children .builder-custom-code h4,.ceo-survey-wrapper__children .builder-custom-code h5,.ceo-survey-wrapper__children .builder-text h1,.ceo-survey-wrapper__children .builder-text h2,.ceo-survey-wrapper__children .builder-text h3,.ceo-survey-wrapper__children .builder-text h4,.ceo-survey-wrapper__children .builder-text h5,.ceo-survey-wrapper__children .raw-html h1,.ceo-survey-wrapper__children .raw-html h2,.ceo-survey-wrapper__children .raw-html h3,.ceo-survey-wrapper__children .raw-html h4,.ceo-survey-wrapper__children .raw-html h5{margin-top:20px}.ceo-survey-wrapper__children .ql-video{max-width:100%}.ceo-survey-wrapper__children blockquote,.ceo-survey-wrapper__children ol li,.ceo-survey-wrapper__children p,.ceo-survey-wrapper__children span div,.ceo-survey-wrapper__children span p,.ceo-survey-wrapper__children ul li{font-weight:400;line-height:2em}.ceo-survey-wrapper__children img{max-width:100%;height:auto}.ceo-survey-wrapper__side-column{min-width:0}.ceo-survey-wrapper__graphs{margin-top:56px}.ceo-survey-wrapper__full-graphs{display:flex;flex-direction:column;gap:48px}.ceo-survey-wrapper__full-graphs>*{min-width:0}.ceo-survey-wrapper__compact-graphs{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));grid-gap:32px 24px;gap:32px 24px;margin-top:48px}.ceo-survey-wrapper__compact-graphs>*{min-width:0}.ceo-survey-wrapper__summary{margin-top:56px;display:flex;flex-direction:column}.ceo-survey-wrapper__summary .member-org,.ceo-survey-wrapper__summary h1,.ceo-survey-wrapper__summary h2,.ceo-survey-wrapper__summary h3,.ceo-survey-wrapper__summary h4,.ceo-survey-wrapper__summary h5,.ceo-survey-wrapper__summary h6,.ceo-survey-wrapper__summary hr,.ceo-survey-wrapper__summary p,.ceo-survey-wrapper__summary ul{max-width:100%;width:100%;align-self:center}.ceo-survey-wrapper__summary .builder-custom-code,.ceo-survey-wrapper__summary .builder-text,.ceo-survey-wrapper__summary .raw-html{display:flex;flex-direction:column;gap:20px}.ceo-survey-wrapper__summary .builder-custom-code *,.ceo-survey-wrapper__summary .builder-text *,.ceo-survey-wrapper__summary .raw-html *{margin:0;padding:0}.ceo-survey-wrapper__summary .builder-custom-code blockquote,.ceo-survey-wrapper__summary .builder-text blockquote,.ceo-survey-wrapper__summary .raw-html blockquote{margin-left:10px}.ceo-survey-wrapper__summary .builder-custom-code blockquote p+p,.ceo-survey-wrapper__summary .builder-text blockquote p+p,.ceo-survey-wrapper__summary .raw-html blockquote p+p{margin-top:20px}.ceo-survey-wrapper__summary .builder-custom-code ol,.ceo-survey-wrapper__summary .builder-custom-code ul,.ceo-survey-wrapper__summary .builder-text ol,.ceo-survey-wrapper__summary .builder-text ul,.ceo-survey-wrapper__summary .raw-html ol,.ceo-survey-wrapper__summary .raw-html ul{display:flex;flex-direction:column;gap:10px}.ceo-survey-wrapper__summary .builder-custom-code ol li,.ceo-survey-wrapper__summary .builder-custom-code ul li,.ceo-survey-wrapper__summary .builder-text ol li,.ceo-survey-wrapper__summary .builder-text ul li,.ceo-survey-wrapper__summary .raw-html ol li,.ceo-survey-wrapper__summary .raw-html ul li{font-size:16px;margin-left:40px}.ceo-survey-wrapper__summary .builder-custom-code h1,.ceo-survey-wrapper__summary .builder-text h1,.ceo-survey-wrapper__summary .raw-html h1{margin-bottom:20px}.ceo-survey-wrapper__summary .builder-custom-code h1,.ceo-survey-wrapper__summary .builder-custom-code h2,.ceo-survey-wrapper__summary .builder-custom-code h3,.ceo-survey-wrapper__summary .builder-custom-code h4,.ceo-survey-wrapper__summary .builder-custom-code h5,.ceo-survey-wrapper__summary .builder-text h1,.ceo-survey-wrapper__summary .builder-text h2,.ceo-survey-wrapper__summary .builder-text h3,.ceo-survey-wrapper__summary .builder-text h4,.ceo-survey-wrapper__summary .builder-text h5,.ceo-survey-wrapper__summary .raw-html h1,.ceo-survey-wrapper__summary .raw-html h2,.ceo-survey-wrapper__summary .raw-html h3,.ceo-survey-wrapper__summary .raw-html h4,.ceo-survey-wrapper__summary .raw-html h5{margin-top:20px}.ceo-survey-wrapper__summary .ql-video{max-width:100%}.ceo-survey-wrapper__summary blockquote,.ceo-survey-wrapper__summary ol li,.ceo-survey-wrapper__summary p,.ceo-survey-wrapper__summary span div,.ceo-survey-wrapper__summary span p,.ceo-survey-wrapper__summary ul li{font-weight:400;line-height:2em}.ceo-survey-wrapper--legacy{margin-bottom:80px}.ceo-survey-wrapper--legacy .builder-graph{display:flex;flex-direction:column}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .member-org,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children h2,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children h3,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children h4,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children h5,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children h6,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children hr,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children ul,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .member-org,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary h2,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary h3,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary h4,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary h5,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary h6,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary hr,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary ul{max-width:600px;width:100%;align-self:center}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html{display:flex;flex-direction:column;gap:20px}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code *,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text *,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html *,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code *,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text *,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html *{margin:0;padding:0}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code blockquote,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text blockquote,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html blockquote,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code blockquote,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text blockquote,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html blockquote{margin-left:10px}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code blockquote p+p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text blockquote p+p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html blockquote p+p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code blockquote p+p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text blockquote p+p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html blockquote p+p{margin-top:20px}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code ol,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code ul,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text ol,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text ul,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html ol,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html ul,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code ol,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code ul,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text ol,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text ul,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html ol,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html ul{display:flex;flex-direction:column;gap:10px}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code ol li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code ul li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text ol li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text ul li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html ol li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html ul li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code ol li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code ul li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text ol li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text ul li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html ol li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html ul li{font-size:16px;margin-left:40px}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html h1{margin-bottom:20px}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code h2,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code h3,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code h4,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-custom-code h5,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text h2,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text h3,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text h4,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .builder-text h5,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html h2,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html h3,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html h4,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .raw-html h5,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code h2,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code h3,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code h4,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-custom-code h5,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text h2,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text h3,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text h4,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .builder-text h5,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html h1,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html h2,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html h3,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html h4,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .raw-html h5{margin-top:20px}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children .ql-video,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary .ql-video{max-width:100%}.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children blockquote,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children ol li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children span div,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children span p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__children ul li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary blockquote,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary ol li,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary span div,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary span p,.ceo-survey-wrapper--legacy .ceo-survey-wrapper__summary ul li{font-weight:400;line-height:2em}.ceo-survey-wrapper__past-surveys-overlay{position:absolute;inset:0;z-index:1000;background:rgba(0,0,0,.3);animation:ceo-survey-fade-in .2s ease-out}.ceo-survey-wrapper__past-surveys-panel{position:absolute;top:var(--ceo-survey-wrapper-panel-inset);left:var(--ceo-survey-wrapper-panel-inset);right:var(--ceo-survey-wrapper-panel-inset);z-index:1001;max-width:var(--ceo-survey-wrapper-max-width);margin-inline:auto;padding:var(--ceo-survey-wrapper-panel-padding);border-radius:var(--ceo-survey-wrapper-panel-radius);background:var(--ceo-survey-wrapper-white);box-shadow:var(--ceo-survey-wrapper-modal-shadow);animation:ceo-survey-slide-down .25s ease-out}.ceo-survey-wrapper__past-surveys-header{max-width:var(--ceo-survey-wrapper-max-width);margin:0 auto 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.ceo-survey-wrapper__past-surveys-title{margin:0;color:var(--ceo-survey-wrapper-text);font-family:var(--ceo-survey-wrapper-font);font-size:28px;font-weight:700;line-height:1.3}.ceo-survey-wrapper__close-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;color:var(--ceo-survey-wrapper-text);cursor:pointer}.ceo-survey-wrapper__close-btn:hover{color:var(--ceo-survey-wrapper-accent)}.ceo-survey-wrapper__close-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--ceo-survey-wrapper-accent-soft)}.ceo-survey-past-surveys__grid{--year-width:20%;display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--year-width),1fr));grid-gap:var(--ceo-survey-wrapper-row-gap) var(--ceo-survey-wrapper-col-gap);gap:var(--ceo-survey-wrapper-row-gap) var(--ceo-survey-wrapper-col-gap)}.ceo-survey-past-surveys__year-group{min-width:0;width:100%}.ceo-survey-past-surveys__year{margin:0 0 12px;color:var(--ceo-survey-wrapper-text);font-family:var(--ceo-survey-wrapper-font);font-size:32px;font-weight:700}.ceo-survey-past-surveys__quarter-pills{display:grid;grid-template-columns:repeat(4,auto);grid-gap:8px;gap:8px;white-space:nowrap}.ceo-survey-past-surveys__quarter-pill{display:inline-block;padding:4px 8px;border:1px solid var(--ceo-survey-wrapper-text);border-radius:3px;color:var(--ceo-survey-wrapper-text);font-family:var(--ceo-survey-wrapper-font);font-size:20px;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.ceo-survey-past-surveys__quarter-pill:hover{background:var(--ceo-survey-wrapper-accent-soft);border-color:var(--ceo-survey-wrapper-accent);opacity:1}.ceo-survey-past-surveys__quarter-pill--active{background:var(--ceo-survey-wrapper-accent);border-color:var(--ceo-survey-wrapper-accent);color:var(--ceo-survey-wrapper-white)}.ceo-survey-past-surveys__quarter-pill--placeholder{visibility:hidden;pointer-events:none}@media(max-width:991px){.ceo-survey-wrapper{--ceo-survey-wrapper-panel-padding:30px;--ceo-survey-wrapper-row-gap:30px;--ceo-survey-wrapper-col-gap:40px}.ceo-survey-wrapper__header-inner{flex-direction:column;gap:20px}.ceo-survey-wrapper__content-grid--with-side-column{grid-template-columns:minmax(0,1fr);gap:32px}.ceo-survey-past-surveys__grid{--year-width:33%}}@media(max-width:640px){.ceo-survey-wrapper{--ceo-survey-wrapper-inline-padding:16px;--ceo-survey-wrapper-panel-padding:24px;--ceo-survey-wrapper-row-gap:24px;--ceo-survey-wrapper-col-gap:24px}.ceo-survey-wrapper__header{padding:28px 20px}.ceo-survey-wrapper__header-title{font-size:24px}.ceo-survey-wrapper__header-description{font-size:14px;line-height:1.7}.ceo-survey-wrapper__past-surveys-btn{width:100%}.ceo-survey-wrapper__past-surveys-title{font-size:22px}.ceo-survey-wrapper__graphs,.ceo-survey-wrapper__summary{margin-top:40px}.ceo-survey-wrapper__compact-graphs,.ceo-survey-wrapper__full-graphs{gap:24px}.ceo-survey-wrapper__compact-graphs{grid-template-columns:minmax(0,1fr);margin-top:24px}.ceo-survey-past-surveys__grid{--year-width:100%;justify-items:center}.ceo-survey-past-surveys__year-group{width:auto}.ceo-survey-past-surveys__year{font-size:24px;margin:0}.ceo-survey-past-surveys__quarter-pill{font-size:16px;padding:3px 6px}}}@keyframes ceo-survey-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ceo-survey-slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}