/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ajax-throbber.sk-circle{position:relative;width:var(--sk-size);height:var(--sk-size);}.ajax-throbber .sk-circle-dot{position:absolute;top:0;left:0;width:100%;height:100%;}.ajax-throbber .sk-circle-dot::before{display:block;width:15%;height:15%;content:"";animation:sk-circle 1.2s infinite ease-in-out both;border-radius:100%;background-color:var(--sk-color);}.ajax-throbber .sk-circle-dot:nth-child(1){transform:rotate(30deg);}.ajax-throbber .sk-circle-dot:nth-child(2){transform:rotate(60deg);}.ajax-throbber .sk-circle-dot:nth-child(3){transform:rotate(90deg);}.ajax-throbber .sk-circle-dot:nth-child(4){transform:rotate(120deg);}.ajax-throbber .sk-circle-dot:nth-child(5){transform:rotate(150deg);}.ajax-throbber .sk-circle-dot:nth-child(6){transform:rotate(180deg);}.ajax-throbber .sk-circle-dot:nth-child(7){transform:rotate(210deg);}.ajax-throbber .sk-circle-dot:nth-child(8){transform:rotate(240deg);}.ajax-throbber .sk-circle-dot:nth-child(9){transform:rotate(270deg);}.ajax-throbber .sk-circle-dot:nth-child(10){transform:rotate(300deg);}.ajax-throbber .sk-circle-dot:nth-child(11){transform:rotate(330deg);}.ajax-throbber .sk-circle-dot:nth-child(1)::before{animation-delay:-1.1s;}.ajax-throbber .sk-circle-dot:nth-child(2)::before{animation-delay:-1s;}.ajax-throbber .sk-circle-dot:nth-child(3)::before{animation-delay:-0.9s;}.ajax-throbber .sk-circle-dot:nth-child(4)::before{animation-delay:-0.8s;}.ajax-throbber .sk-circle-dot:nth-child(5)::before{animation-delay:-0.7s;}.ajax-throbber .sk-circle-dot:nth-child(6)::before{animation-delay:-0.6s;}.ajax-throbber .sk-circle-dot:nth-child(7)::before{animation-delay:-0.5s;}.ajax-throbber .sk-circle-dot:nth-child(8)::before{animation-delay:-0.4s;}.ajax-throbber .sk-circle-dot:nth-child(9)::before{animation-delay:-0.3s;}.ajax-throbber .sk-circle-dot:nth-child(10)::before{animation-delay:-0.2s;}.ajax-throbber .sk-circle-dot:nth-child(11)::before{animation-delay:-0.1s;}@keyframes sk-circle{0%,80%,100%{transform:scale(0);}40%{transform:scale(1);}}
:root{--section-bg:var(--gray-white);}html{scroll-behavior:auto !important;}.vh-100{height:100vh;}.vh-100--mod{height:calc(100vh - (2* var(--spacerY)));}@media (min-width:1280px) and (min-height:720px){.vh-lg-100--mod{height:calc(100vh - (2* var(--spacerY)));}.vh-lg-custom{height:clamp(42.5rem,48.75rem,calc(100vh - (var(--spacerY)*1.05)));}.bottom-lg-custom{bottom:var(--spacerY);}}.pointer-events-none{pointer-events:none !important;}.pointer-events-all{pointer-events:all !important;}.scrollbar-y--hovered{overscroll-behavior:contain;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;mask-image:linear-gradient(to top,transparent,black),linear-gradient(to left,transparent 1.125rem,black 1.125rem);mask-size:100% 1250rem;mask-position:left bottom;transition:mask-position 0.260s;}.scrollbar-y--hovered:hover,.scrollbar-y--hovered:focus{mask-position:left top;}.scrollbar-y--hovered .card-o{scroll-snap-align:start;}.scrollbar-y--hovered::-webkit-scrollbar{width:0.25rem;background-color:var(--gray-200);border-radius:1.5rem;}.scrollbar-y--hovered::-webkit-scrollbar-button{background-color:transparent;display:none;}.scrollbar-y--hovered::-webkit-scrollbar-thumb{background-color:var(--gray-400);border-radius:1.5rem;}@supports not selector(::-webkit-scrollbar){.scrollbar-y--hovered{scrollbar-width:thin;scrollbar-color:var(--gray-400) var(--gray-200);}}.panels__wrapper .panel h1{margin-bottom:1.5rem;}.panels__wrapper .panel h2{margin-bottom:1rem;}#loader{z-index:var(--zindex-z-dropdown);position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(255,255,255,0.55);backdrop-filter:blur(8px);pointer-events:none;}body.icdc-drupal .ajax-progress{display:none !important;opacity:0 !important;z-index:-1 !important;}.panels-system__wrapper{}.panels__outter{--spacerY:6.25vh;}@media (min-width:1280px) and (min-height:720px){.panels__outter{--spacerY:5vh;}}.panels__wrapper{overflow-x:hidden;}.panel{}.panel--pinned{position:relative;width:100vw !important;max-width:none !important;display:flex;justify-content:flex-start;flex-direction:column;background-color:var(--gray-100);}@media (min-width:1280px) and (min-height:720px){.panel--pinned{height:100vh;overflow-y:hidden;}}@media (min-height:786px){.panel--pinned{justify-content:center;}}.panel--pinned.is--active{}.panel-spacer-y{padding-block:var(--spacerY);}.panel-spacer-y.panel-spacer--no-btm{padding-bottom:0;}@media (min-width:768px){.panel-spacer-y.panel-spacer--no-btm{padding-bottom:var(--spacerY);}}@media (min-width:1280px){.panel-spacer-y{padding-block:var(--spacerY);}.panel-spacer-y.panel-spacer--no-btm{padding-bottom:var(--spacerY);}}.progress-indicator{position:fixed;top:auto;left:0;width:100%;height:0.25rem;background-color:var(--color-primary);}.tab__wrapper{}.tab__wrapper .card-o__media img{aspect-ratio:unset;}.tab__wrapper .card-o__media .figure__wrapper{display:block;}.tab__outter--bg1{}.tab__outter--bg2{}.tab__outter--bg1::before{content:"";position:absolute;top:calc(-1 * var(--spacerY));right:0;display:block;width:24%;height:34%;background-color:var(--color-red-500);}.tab__outter--bg2::before{content:"";position:absolute;display:block;left:0.5rem;bottom:0;width:85%;height:30%;background-color:var(--gray-200);}@media (min-width:1280px){.tab__outter--bg2::before{left:50%;bottom:0;width:30%;height:80%;}}@media (min-width:1280px){.tab__outter--bg3{background-repeat:no-repeat;background-position:52% 1%;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI2IiBoZWlnaHQ9IjI2MiIgdmlld0JveD0iMCAwIDIyNiAyNjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuOCIgZD0iTTEwNC4zMjcgMjU3LjAwNEwxMDQuMzA2IDI1Ni45OTFMMTA0LjI4NSAyNTYuOTc4TDEyLjA4ODkgMjAyLjMzOEwxMi4wMjM3IDIwMi4zTDExLjk1NjMgMjAyLjI2NUM2LjM3MDc0IDE5OS4zOTcgMi41IDE5My40MjkgMi41IDE4Ni40NjRWMTMxLjAyNFY3NS41MzYyQzIuNSA2OC40MDk2IDYuNTcwMzUgNjIuMzE4MyAxMi4zOTcxIDU5LjUzMUwxMi40OTgyIDU5LjQ4MjdMMTIuNTk0NCA1OS40MjU1TDEwMy42OTEgNS4zNTAwNkwxMDMuNzQyIDUuMzIwMDFMMTAzLjc5MSA1LjI4NzYyQzEwNi40NzUgMy41MTg1NiAxMDkuNjIgMi41IDExMyAyLjVDMTE2LjM4OSAyLjUgMTE5LjU3MyAzLjUyMzUzIDEyMi4xOTUgNS4yNzgwNEwxMjIuMjUxIDUuMzE1ODZMMTIyLjMxIDUuMzUwNTVMMjEzLjQwNiA1OS4zNzg5TDIxMy41MDIgNTkuNDM1OEwyMTMuNjAzIDU5LjQ4MzlDMjE5LjQzIDYyLjI3MTIgMjIzLjUgNjguMzYyNSAyMjMuNSA3NS40ODkxVjEzMC45NzZWMTg2LjQxN0MyMjMuNSAxOTMuMzgyIDIxOS42MjkgMTk5LjM1IDIxNC4wNDQgMjAyLjIxOEwyMTMuOTc2IDIwMi4yNTNMMjEzLjkxIDIwMi4yOTJMMTIxLjcxNCAyNTYuOTc5TDEyMS42ODEgMjU2Ljk5OUwxMjEuNjQ4IDI1Ny4wMTlDMTE5LjE2MiAyNTguNiAxMTYuMTkxIDI1OS41IDExMyAyNTkuNUMxMDkuODMgMjU5LjUgMTA2Ljg0NiAyNTguNTY0IDEwNC4zMjcgMjU3LjAwNFoiIHN0cm9rZT0iI0UxMTcwOSIgc3Ryb2tlLXdpZHRoPSI1Ii8+Cjwvc3ZnPgo=");}}.tab__outter--bg4{background-repeat:no-repeat;background-position:90% 100%;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIyIiBoZWlnaHQ9IjE0MCIgdmlld0JveD0iMCAwIDEyMiAxNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01Ni45MTQzIDEzNi4zMzVMNTYuODkzNSAxMzYuMzIyTDU2Ljg3MjUgMTM2LjMxTDcuMTAyNzkgMTA3LjExM0w3LjAzNzgxIDEwNy4wNzRMNi45NzA2NCAxMDcuMDRDNC4zMzM1OSAxMDUuNyAyLjUgMTAyLjkwNyAyLjUgOTkuNjM3MlY3MC4wMTI2VjQwLjM2MjlDMi41IDM3LjAxOTUgNC40MjcwNyAzNC4xNjgzIDcuMTc5NzggMzIuODY0OUw3LjI4MDQxIDMyLjgxNzJMNy4zNzY0MSAzMi43NjA4TDU2LjU1MjQgMy44NjU1Mkw1Ni42MDI5IDMuODM1ODRMNTYuNjUyIDMuODAzODFDNTcuOTIzNiAyLjk3NDE0IDU5LjQwNjUgMi41IDYxIDIuNUM2Mi42MDI1IDIuNSA2NC4xMDI3IDIuOTc5MDQgNjUuMzMzNiAzLjc5NDMzTDY1LjM5IDMuODMxNzJMNjUuNDQ4NCAzLjg2NkwxMTQuNjI0IDMyLjczNjFMMTE0LjcyIDMyLjc5MjNMMTE0LjgyIDMyLjgzOTdDMTE3LjU3MyAzNC4xNDMxIDExOS41IDM2Ljk5NDQgMTE5LjUgNDAuMzM3N1Y2OS45ODc0Vjk5LjYxMkMxMTkuNSAxMDIuODgyIDExNy42NjYgMTA1LjY3NSAxMTUuMDI5IDEwNy4wMTVMMTE0Ljk2MiAxMDcuMDVMMTE0Ljg5NiAxMDcuMDg4TDY1LjEyNjcgMTM2LjMxTDY1LjA5MzUgMTM2LjMzTDY1LjA2MDkgMTM2LjM1QzYzLjkwMjcgMTM3LjA3OSA2Mi41MDkzIDEzNy41IDYxIDEzNy41QzU5LjUxMTYgMTM3LjUgNTguMTA1MiAxMzcuMDY1IDU2LjkxNDMgMTM2LjMzNVoiIGZpbGw9IiNFMTE3MDkiIHN0cm9rZT0iI0UxMTcwOSIgc3Ryb2tlLXdpZHRoPSI1Ii8+Cjwvc3ZnPgo=");}.scroll-area-fix{overflow-x:hidden;}@media (min-width:1280px) and (max-height:719.99px){.scroll-area-fix{position:relative;max-width:none;}.scroll-area-fix[class*="top-"]{top:0 !important;}}@media (min-width:1280px) and (min-height:720px){.scroll-area-fix{position:absolute;max-width:50%;flex:0 0 50%;}}@media (min-width:1280px){.scrollbar-y--hovered .card-o{min-height:min-content;padding:1.5rem;margin-bottom:0;}.scrollbar-y--hovered .card-o__body:has(.icon),.scrollbar-y--hovered .card-o__body:has(.card-o__media){margin-right:9rem;}.scrollbar-y--hovered .card-o__body > .icon{font-size:4.5rem !important;}.scrollbar-y--hovered .card-o__body:has(.icon) > .icon,.scrollbar-y--hovered .card-o__body:has(.card-o__media) > .card-o__media{max-width:8.75rem;position:absolute;right:1.5rem;margin-left:auto;}.scrollbar-y--hovered .card-o__body:has(.card-o__media) .figure__wrapper{border-radius:0;}.scrollbar-y--hovered .card-o__body{width:fit-content;}.scrollbar-y--hovered .card-o__body:has(.card-o__trigger){}.scrollbar-y--hovered .card-o__lead{display:none;}.scrollbar-y--hovered .card-o__footer{padding-inline:1.5rem;}.scrollbar-y--hovered .card-o__trigger-aid{left:1.5rem;}.scrollbar-y--hovered .card-o.card--is-centered{align-content:start;}.scrollbar-y--hovered .card-o.card--is-centered .card-o__body{text-align:left;}.scrollbar-y--hovered .card-o.card--is-centered .card-o__trigger-aid{bottom:2rem;left:1.5rem;right:auto;text-align:left;}}.splash-screen__outer{min-height:auto;height:clamp(30rem,100vh,35rem);}@media (min-width:1280px) and (min-height:720px){.splash-screen__outer{min-height:100vh;}}.splash-screen__wrapper{}.splash-screen__title{}.splash__child1{position:absolute;right:0;bottom:0;transform:scale(0.5);transform-origin:100% 100%;}@media (min-width:1024px){.splash__child1{transform:none;}}.splash__child2{position:absolute;right:8%;top:8%;transform:scale(0.5);transform-origin:0% 0%;}@media (min-width:1024px){.splash__child2{transform:none;top:16%;right:24%;}}.splash__child3{position:absolute;left:8%;bottom:8%;transform:scale(0.5);transform-origin:0% 100%;}@media (min-width:1024px){.splash__child3{transform:none;bottom:10rem;}}.accordion__wrapper{}.accordion__wrapper > .row:nth-last-child(-n+1) .btn-accordion{color:var(--color-red-300) !important;}.btn-accordion{appearance:none;position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-weight:inherit;font-size:inherit;color:inherit;width:100%;padding:1rem 0;background-color:var(--gray-700);border-width:0;border-radius:0;}@media (min-width:1024px){.btn-accordion{width:fit-content;}}.btn-accordion::after{content:"\e925";font-family:"bdt" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;position:absolute;top:40%;right:1rem;height:auto;width:auto;font-size:0.875rem;transform:translateY(-50%);pointer-events:none;border:none !important;will-change:transform;}.btn-accordion[aria-expanded=false]::after{transform:rotate(0deg);}.btn-accordion[aria-expanded=true]::after{transform:rotate(180deg);}@media (min-width:1024px){.btn-accordion::after{content:none;}.btn-accordion::before{content:'';position:absolute;bottom:0;left:0;height:0.25rem;width:0%;background-color:var(--gray-100);transition:all 0.240s linear;}.btn-accordion[aria-expanded=true]::before,.btn-accordion:hover::before{width:100%;}.accordion__wrapper > .row:nth-last-child(-n+1) .btn-accordion::before{background-color:var(--color-red-300);}}.img-group{position:relative;max-width:20rem;}.img-group__img1{z-index:2;position:absolute;top:-16%;left:-8%;}.img-group__img2{z-index:3;position:absolute;top:-76%;right:-33%;}.img-group__img3{position:relative;z-index:0;}@media (max-width:1279.9px){.panels__nav-wrapper--mobile{padding:1rem 1rem 1rem 2rem;margin-top:-0.1rem;color:var(--gray-800);border-top:solid 0.0625rem var(--gray-300);border-bottom:solid 0.0625rem var(--gray-300);}.panels__nav-wrapper--mobile .dropdown-toggle{color:var(--gray-800);}.panels__nav-wrapper--mobile .dropdown-menu{z-index:2;max-width:none;top:auto !important;left:0 !important;right:0 !important;transform:translate3d(0,0,0) !important;}.panels__nav-wrapper--mobile .dropdown-menu .list-unstyled{border-radius:0;}.panels__nav{}.panels__nav li{padding:0 0 0.5rem;}.panels__navitem{display:inline-block;padding:0.5rem 1rem 0.5rem 2rem;width:100%;color:var(--gray-800);}.panels__navitem.active{color:var(--color-red-500);}.panels__navtext{}}@media (min-width:1280px){.panels__nav-wrapper{z-index:15;position:fixed;top:calc(50% - (16.75rem/2));right:0.8vw;width:10.25rem;overflow-x:visible;}.panels__nav{}.panels__nav li{margin-block:1rem;}.panels__navitem{display:flex;justify-content:flex-start;flex-direction:row-reverse;align-items:center;white-space:nowrap;}.panels__navitem.active{}.panels__navitem:active,.panels__navitem:hover{}.panels__navitem:focus{padding-right:1rem;}.panels__navtext{font-weight:bold;display:inline-flex;text-wrap:pretty;text-align:end;transform:translateX(-0.075rem);transition:transform 0.180s linear;opacity:0;}.panels__navitem.active .panels__navtext,.panels__navitem:active .panels__navtext,.panels__navitem:hover .panels__navtext,.panels__navitem:focus .panels__navtext{transform:translateX(-0.5rem);opacity:1;}.panels__navitem::before{content:"";display:inline-flex;width:0.625rem;height:0.625rem;background-color:var(--gray-500);border-radius:100%;transform:scale(0.5);transform-origin:center;transition:all 0.360s linear;border:solid 0.0625rem var(--gray-500);}.panels__navitem.active::before,.panels__navitem:active::before,.panels__navitem:hover::before{background-color:var(--color-primary);transform:scale(1);}.panels__navitem:focus::before{background-color:transparent;transform:scale(1);border:solid 0.0625rem var(--color-primary);}}@media (min-width:1280px) and (max-width:1380px){.panels__nav-wrapper.d-lg-block.js-social-bar{display:none !important;}}.tab__wrapper.tab--segmentedcontrol{}.tab__wrapper.tab--segmentedcontrol .tab__nav{width:fit-content;margin-inline:auto;padding:0.375rem;gap:0.5rem;border-bottom-width:0;background-color:rgba(223 226 230 / 48%);border-radius:0.5rem;}.tab__wrapper.tab--segmentedcontrol .tab__nav > li:not(:last-child){margin:0;}.tab__wrapper.tab--segmentedcontrol .tab__button{display:block;margin:0;padding:0.5rem 1rem;font-size:0.875rem;color:inherit;font-weight:400;line-height:1.25rem;text-align:center;background-color:transparent;border:solid 0rem transparent;border-radius:0.5rem;transition:all 0.18s linear;}.tab__wrapper.tab--segmentedcontrol .tab__button:hover{background-color:var(--gray-200);}.tab__wrapper.tab--segmentedcontrol .tab__button[aria-selected=false]{box-shadow:0 0.25rem 0.5rem 0 rgba(74,85,94,0.01);}.tab__wrapper.tab--segmentedcontrol .tab__button[aria-selected=true]{color:var(--color-primary);font-weight:600;background-color:var(--gray-100);box-shadow:0 0.25rem 0.5rem 0 rgba(74,85,94,0.12);}.tab__wrapper.tab--segmentedcontrol .tab__panel{padding:2.5rem 0 0 0;}.tab__wrapper.tab--segmentedcontrol .tab__nav > li:first-child .tab__button{padding-left:1.5rem;}.tab__wrapper.tab--segmentedcontrol .tab__nav > li:last-child .tab__button{padding-right:1.5rem;}.splide.js_splide_hl_main{z-index:2;}.splide.js_splide_hl_img{z-index:1;position:absolute;top:0;left:0;right:0;bottom:0;}.para-fullbg{}.para-fullbg .article{height:42.75rem;}@media (min-width:768px){.para-fullbg .article{height:46.25rem;}}@media (min-width:1024px){.para-fullbg .article{height:29.375rem;}}@media (min-width:1280px){.para-fullbg .article{height:31.875rem;}}@media (min-width:1440px){.para-fullbg .article{height:30rem;}}.para-fullbg .article::before{content:'';z-index:-1;position:absolute;top:0;left:auto;bottom:0;right:0.5625rem;width:6.25rem;transform:scale(0.92) translateX(0);background-color:rgba(249,246,249,0.85);border-radius:1rem;}.para-fullbg .article::after{content:'';z-index:-2;position:absolute;top:0;left:auto;bottom:0;right:0;width:6.25rem;transform:scale(0.87) translateX(0);background-color:rgba(249,246,249,0.78);border-radius:1rem;}.para-fullbg .splide{}.para-fullbg .splide .splide__track{height:100%;}@media (min-width:1280px){.para-fullbg .splide .splide__track{height:100vh;}}.para-fullbg .splide .splide__arrows{}.para-fullbg .splide .splide__pagination{}.para-fullbg .splide .splide__list{height:100%;display:flex;align-items:stretch;}.para-fullbg .splide .splide__slide{display:flex;align-items:center;}.para-fullbg .splide .splide__arrows{bottom:calc(6vh + var(--spacerY));right:1.875rem;left:1.875rem;text-align:center;}@media (min-width:768px){}@media (min-width:1024px){.para-fullbg .splide .splide__arrows{bottom:calc(4vh + var(--spacerY));left:auto;right:calc(50% - 58.5rem / 2 + 6rem + (1.875rem/2));}}@media (min-width:1280px){.para-fullbg .splide .splide__arrows{bottom:calc(50% - 15rem);right:calc(50% - 70.5rem/2 + 6rem + (3.75rem/1));}}@media (min-width:1440px){.para-fullbg .splide .splide__arrows{bottom:calc(50% - 13.75rem);right:calc(50% - 80rem/2 + 6rem + (3.75rem/1));}}.para-fullbg .splide .splide__pagination{bottom:calc(3vh + var(--spacerY));right:1.875rem;left:1.875rem;justify-content:center;}@media (min-width:768px){}@media (min-width:1024px){.para-fullbg .splide .splide__pagination{bottom:calc(7vh + var(--spacerY));right:auto;left:calc(50% - 58.5rem/2 + 6rem);justify-content:flex-start;}}@media (min-width:1280px){.para-fullbg .splide .splide__pagination{bottom:calc(50% - 13.125rem);left:calc(50% - 70.5rem/2 + 6rem + (3.75rem/1));}}@media (min-width:1440px){.para-fullbg .splide .splide__pagination{bottom:calc(50% - 11.875rem);left:calc(50% - 80rem/2 + 6rem + (3.75rem/1));}}.para-fullbg__bgimage{z-index:-1;position:absolute;top:0;bottom:0;left:0;right:0;background-color:var(--gray-700);}.para-fullbg__bgimage > .row{width:100vw;height:100%;}.para-fullbg__bgimage > .row > [class*="col"]{height:100%;background-repeat:no-repeat;background-size:cover;}.para-fullbg__bgimage > .row > [class*="col"]:first-child{background-position:center right;}.para-fullbg__bgimage > .row > [class*="col"]:last-child{background-position:center left;}
span.ext{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) 2px center no-repeat;}span.mailto{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) -20px center no-repeat;}span.tel{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) -42px center no-repeat;}svg.ext{width:14px;height:14px;fill:#727272;font-weight:900;}svg.mailto,svg.tel{width:14px;height:14px;fill:#727272;}[data-extlink-placement='prepend'],[data-extlink-placement='before']{padding-right:0.2rem;}[data-extlink-placement='append'],[data-extlink-placement='after']{padding-left:0.2rem;}svg.ext path,svg.mailto path,svg.tel path{stroke:#727272;stroke-width:3;}@media print{svg.ext,svg.mailto,svg.tel,span.ext,span.mailto,span.tel{display:none;padding:0;}}.extlink i{padding-left:0.2em;}.extlink-nobreak{white-space:nowrap;}
.paragraph--unpublished{background-color:#fff4f4;}
.social-media-links--platforms{padding-left:0;}.social-media-links--platforms.horizontal li{display:inline-block;text-align:center;padding:.2em .35em;}.social-media-links--platforms.vertical li{list-style-type:none;margin:0 0 .5em 0;}.social-media-links--platforms.vertical li a img{vertical-align:middle;margin-right:.5em;}.iconsets-wrapper{display:inherit;overflow-x:auto;}
