.block-grid__heading{border-bottom:1px solid var(--block-grid-outline-colour,var(--disabled));font-size:18px;font-weight:700;line-height:22px;margin-bottom:30px;padding-bottom:30px}@media(min-width:768px){.block-grid__heading{font-size:24px;line-height:28px}}.block-grid__alert{margin-bottom:30px}.block-grid__grid{display:grid;gap:30px;justify-content:space-evenly}.block-grid__grid .content-banner{aspect-ratio:1;margin:0 auto;max-width:450px}@supports not (aspect-ratio:1){.block-grid__grid .content-banner__size-helper{float:left;padding-top:100%;position:static}.block-grid__grid .content-banner:after{clear:both;content:"";display:block;position:static}}@media(min-width:544px){.block-grid__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.block-grid__grid--compact{grid-template-columns:repeat(auto-fill,minmax(205px,1fr))}.block-grid__grid--compact .content-banner__heading{margin:0}.block-grid__grid--compact .content-banner__heading--large,.block-grid__grid--compact .content-banner__heading:not(.content-banner__heading--large){font-size:18px;font-weight:700;line-height:22px}@media(min-width:768px){.block-grid__grid--compact .content-banner__heading--large,.block-grid__grid--compact .content-banner__heading:not(.content-banner__heading--large){font-size:24px;line-height:28px}}.block-grid__grid--compact .content-banner__body{padding:20px}.block-grid__paging{margin:30px 0}.background--lightergrey,.background--lightgrey,.background--lightishgrey,.background--white,body{--block-grid-outline-colour:rgba(0,0,0,.1)}.background--black,.background--blue,.background--brand,.background--darkgrey,.background--green,.background--grey,.background--midgrey,.background--orange,.background--pureblack,.background--red{--block-grid-outline-colour:hsla(0,0%,100%,.2)}
.content-banner{align-items:flex-end;display:flex;line-height:22px;margin:15px auto;overflow:hidden;position:relative;width:100%}.content-banner--shadow-always,.content-banner--shadow-hover:hover{box-shadow:2px 2px 15px -2px rgba(0,0,0,.5)}.content-banner__buttons{margin-top:15px}@media(min-width:768px){.content-banner__buttons{margin-top:20px}}@media(min-width:992px){.content-banner__buttons{margin-top:30px}}.content-banner__buttons .buttons{--cb-bg:var(--bg);--cb-bg-flt:var(--bg-flt);--buttons-h-gap:15px;--buttons-v-gap:15px}@media(min-width:544px)and (max-width:767px){.content-banner__buttons .buttons{--buttons-h-gap:4px;--buttons-v-gap:4px}}.content-banner__buttons .buttons .button{white-space:normal}.content-banner__body{flex:1 1;padding:20px;width:100%}@media(min-width:768px){.content-banner__body{padding:30px}}.content-banner__heading{margin-bottom:15px;margin-top:0}.content-banner__heading:not(.content-banner__heading--large){font-size:24px;font-weight:700;line-height:28px}@media(min-width:768px){.content-banner__heading:not(.content-banner__heading--large){font-size:34px;line-height:37px}}.content-banner__heading--large{font-size:34px;line-height:37px}@media(min-width:1200px){.content-banner__heading--large{font-size:44px;line-height:47px}}@media(max-width:991px){.content-banner--mobile-version{background-image:none!important;min-height:0!important}}@media(min-width:544px)and (max-width:991px){.content-banner--mobile-version{align-items:stretch}.content-banner--mobile-version:before{content:none}.content-banner--mobile-version .content-banner__body{padding-left:15px}.content-banner--mobile-version .content-banner__imagesurround{align-items:stretch;border:1px solid var(--more-muted);border-radius:3px;display:flex;flex-basis:160px;margin:20px 5px 20px 20px;overflow:hidden;padding:5px;width:160px}.content-banner--mobile-version .content-banner__image{border-radius:3px;flex:1 1;overflow:hidden}}@media(min-width:768px)and (max-width:991px){.content-banner--mobile-version .content-banner__imagesurround{margin:30px 15px 30px 30px}}.content-banner--sm{display:none}@media(min-width:544px){.content-banner--sm{display:flex}}.content-banner--md{display:none}@media(min-width:768px){.content-banner--md{display:flex}}.content-banner--lg{display:none}@media(min-width:992px){.content-banner--lg{display:flex}}.content-banner--xl{display:none}@media(min-width:1200px){.content-banner--xl{display:flex}}
@media(min-width:992px){.guide-listing{margin:0 -15px}}.guide-listing__heading{font-size:18px;font-weight:700;line-height:22px;margin-bottom:25px}@media(min-width:768px){.guide-listing__heading{font-size:24px;line-height:28px}}.guide-listing__heading+p{margin-top:-10px}.guide-listing__search-form{display:flex}.guide-listing__search-form .form__field{margin:0;width:calc(100% - 45px)}.guide-listing__search-form .form__field input:focus{border-color:#bbb;outline:none}.guide-listing__search-form button{border-bottom-left-radius:unset;border-top-left-radius:unset;height:52px;padding:10px;width:45px}.guide-listing__section{background-color:#f8f8f8;border-radius:6px;margin-bottom:15px;padding:20px}.guide-listing__main-list{margin:0;-webkit-padding-start:unset;padding-inline-start:unset}.guide-listing__main-list>li{font-weight:400;list-style:none}.guide-listing__main-list>li:first-of-type{border:none}.guide-listing__main-list>li>a{font-weight:700}.guide-listing__item{align-items:center;border-top:1px solid rgba(0,0,0,.3);display:flex;justify-content:space-between}.guide-listing__item>a{flex:1 1;padding:11px 0}.guide-listing__item--selected a,.guide-listing__item--selected a:focus,.guide-listing__item:hover,.guide-listing__item[data-target-visible]{color:#f60}.guide-listing__item--selected a:after,.guide-listing__item--selected a:focus:after,.guide-listing__item:hover:after,.guide-listing__item[data-target-visible]:after{filter:var(--flt-orange)}.guide-listing__item--expander{cursor:pointer;padding:11px 0}.guide-listing__item--expander:after{content:var(--svg-chevron);filter:var(--text-flt);transform:rotate(-90deg)}@media(prefers-reduced-motion:no-preference){.guide-listing__item--expander:after{transition:transform .5s ease-in-out}}.guide-listing__item--expander[data-target-visible]{font-weight:700}.guide-listing__item--expander[data-target-visible]:after{transform:rotate(0)}.guide-listing__sub-list{background:transparent;padding-left:0}.guide-listing__sub-list .guide-listing__sub-list{padding-left:10px}.guide-listing__sub-list .guide-listing__sub-list li{font-size:12px;padding:2px 0}@media(min-width:992px){.guide-listing__sub-list .guide-listing__sub-list li>a{padding:0}}.guide-listing__sub-list .guide-listing__sub-list li:first-child{margin-top:10px}.guide-listing__sub-list .guide-listing__sub-list li:last-child{margin-bottom:10px}
.standard-guide__container{border-radius:6px;overflow:hidden}.standard-guide__container>.container--padded{margin:20px!important}.standard-guide__header-inside{padding:0 15px 15px}@media(min-width:768px){.standard-guide__header-inside{padding:25px 60px}}.standard-guide__title{align-items:flex-end;display:flex;padding:20px 0}@media(min-width:768px){.standard-guide__title{min-height:150px}}.standard-guide__heading{font-size:24px;font-weight:700;line-height:28px}@media(min-width:768px){.standard-guide__heading{font-size:34px;line-height:37px}}.standard-guide__author{align-items:center;display:flex}.standard-guide__author-image{border:2px solid var(--text);display:none;height:50px;margin-right:15px;width:50px}@media(min-width:544px){.standard-guide__author-image{display:block}}.standard-guide__info{align-items:center;display:flex}.standard-guide__info>:not(:first-child):before{content:"|";margin:0 10px;opacity:.6}@media(min-width:544px){.standard-guide__info>:not(:first-child):before{margin:0 20px}}.standard-guide__body{--breakout:20px;--total-section-horiz:20px;color:var(--muted);line-height:1.7;padding:50px 20px 20px;position:relative}@media(min-width:768px){.standard-guide__body{--breakout:60px;--total-section-horiz:60px;padding:60px 60px 20px}}.standard-guide__body>.container--content:nth-child(2):not([data-custom-margins]){margin-top:0}.standard-guide__social{left:0;margin:0 auto;position:absolute;right:0;top:10px}@media(min-width:768px){.standard-guide__social{left:auto;margin:initial;right:10px}}
.social-sharing{align-items:center;display:flex;gap:5px;list-style:none;margin:0;padding:0}html.no-flex-gap-support .social-sharing{margin:-2.5px}html.no-flex-gap-support .social-sharing>li{margin:2.5px}.social-sharing>li{display:inline-block}.social-sharing>.social-sharing__prefix{font-size:14px;margin-right:5px}.social-sharing__text{display:flex;flex-wrap:nowrap}.social-sharing__icon{background-position:50%;background-repeat:no-repeat;background-size:100%;display:flex;filter:var(--flt-white);height:12px;width:12px}.social-sharing__link{align-items:center;border-radius:3px;color:#fff;display:flex;font-size:12px;height:30px;justify-content:space-between;padding:4px 7px;text-decoration:none;width:5.5em}.social-sharing__link:after{content:""}.social-sharing__link:focus{color:#fff}.social-sharing__link--facebook{background-color:#3b5998}.social-sharing__link--facebook:hover{background-color:#30487b}.social-sharing__link--facebook .social-sharing__icon{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M21.23%2025.35h-3.9v-9.3h-1.94v-3.24h1.94v-1.93c0-2.64%201.1-4.22%204.2-4.22h2.6V9.9h-1.62c-1.2%200-1.3.45-1.3%201.3v1.6h2.94l-.34%203.25h-2.6v9.3z%22%20style%3D%22fill%3A%23000%22%20transform%3D%22translate%28-17.85%20-11.403%29scale%281.71215%29%22%2F%3E%3C%2Fsvg%3E")}.social-sharing__link--twitter{background-color:#1da1f2}.social-sharing__link--twitter:hover{background-color:#0d8cda}.social-sharing__link--twitter .social-sharing__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTE4LjcgMTMuOSAyOS44IDFoLTIuNmwtOS42IDExLjFMOS45IDFIMS4xbDExLjYgMTYuOUwxLjEgMzEuNGgyLjZsMTAuMS0xMS44IDguMSAxMS44aDguOHpNMTUuMiAxOCAxNCAxNi40IDQuNyAzaDRsNy41IDEwLjggMS4yIDEuNyA5LjggMTRoLTR6Ii8+PC9zdmc+)}.social-sharing__link--pinterest{background-color:#bd081c}.social-sharing__link--pinterest:hover{background-color:#960616}.social-sharing__link--pinterest .social-sharing__icon{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20d%3D%22M11.06%2013.853a3.92%203.92%200%200%200%202.158%203.919.357.357%200%200%200%20.482-.136.6.6%200%200%200%200-.126%207%207%200%200%201%20.21-.838.7.7%200%200%200-.136-.566%202.94%202.94%200%200%201-.702-2.022%204.925%204.925%200%200%201%204.935-4.925h.304c2.829%200%204.4%201.676%204.4%203.94%200%202.954-1.362%205.448-3.353%205.448a1.614%201.614%200%200%201-1.718-1.498%201.8%201.8%200%200%201%200-.472c.43-1.19.746-2.417.943-3.667a1.383%201.383%200%200%200-1.226-1.52h-.199c-1.121%200-2.033%201.153-2.033%202.662-.01.563.105%201.121.336%201.635%200%200-1.153%204.767-1.362%205.605a11.7%2011.7%200%200%200%200%203.919.147.147%200%200%200%20.178.115.2.2%200%200%200%20.073%200%2010.9%2010.9%200%200%200%201.907-3.374c.105-.45.733-2.829.733-2.829a2.96%202.96%200%200%200%202.568%201.29c3.384%200%205.689-3.008%205.689-7.042%200-3.06-2.65-5.899-6.674-5.899-4.362-.272-7.401%202.975-7.513%206.381%22%20style%3D%22stroke-width%3A1.04778%22%20transform%3D%22translate%28-16.459%20-13.329%29scale%281.78908%29%22%2F%3E%3C%2Fsvg%3E")}.social-sharing__link--linkedin{background-color:#006097}.social-sharing__link--linkedin:hover{background-color:#00466e}.social-sharing__link--linkedin .social-sharing__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTcgNC4zQzcgNiA1LjUgNy41IDMuOCA3LjVTLjYgNiAuNiA0LjNzMS41LTMuMiAzLjItMy4yUzcgMi42IDcgNC4zbTAgNS44SC40djIwLjdIN3ptMTAuMiAwaC02LjN2MjAuN2g2LjN2LTExYzAtNi4xIDcuOC02LjYgNy44IDB2MTFoNi42VjE3LjdjMC0xMC4yLTExLjctOS44LTE0LjQtNC45eiIvPjwvc3ZnPg==)}.social-sharing--smallcircular .social-sharing__text,.social-sharing--smallsquare .social-sharing__text{border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.social-sharing--smallcircular .social-sharing__link,.social-sharing--smallsquare .social-sharing__link{aspect-ratio:1;justify-content:center;width:auto}.social-sharing--smallcircular .social-sharing__link{border-radius:50%;width:30px}
.breadcrumbs-widget{--section-vert:25px}
.breadcrumbs ol{margin:0;padding:0}.breadcrumbs ol li{color:var(--muted);display:none}.breadcrumbs ol li a{color:var(--text);text-decoration:none}.breadcrumbs ol li a:hover{text-decoration:underline}.breadcrumbs ol li:nth-last-child(2){display:inline}.breadcrumbs ol li:before{content:var(--svg-chevron);display:inline-block;filter:var(--text-flt);margin-left:10px;margin-right:10px;transform:rotate(90deg)}@media(min-width:768px){.breadcrumbs ol li{display:inline}.breadcrumbs ol li:first-child:before{display:none}.breadcrumbs ol li:not(:first-child):before{transform:rotate(-90deg)}}
.guide-previous-next{border-top:1px solid var(--outline);display:flex}.guide-previous-next__next,.guide-previous-next__previous{display:block;font-size:18px;line-height:22px;padding:30px;position:relative;width:50%}.guide-previous-next__next:after,.guide-previous-next__next:before,.guide-previous-next__previous:after,.guide-previous-next__previous:before{filter:var(--text-flt)}.guide-previous-next__next:hover,.guide-previous-next__previous:hover{background-color:var(--text);color:var(--bg)}.guide-previous-next__next:hover:after,.guide-previous-next__next:hover:before,.guide-previous-next__previous:hover:after,.guide-previous-next__previous:hover:before{filter:var(--bg-flt)}.guide-previous-next__previous{border-right:1px solid var(--outline);padding-left:60px}.guide-previous-next__previous:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTggMTBhMS4xMiAxLjEyIDAgMCAxLS44MTItLjM4TC4yMzIgMi4wMjVDLS4xMTQgMS41MjEtLjA2OC44MTYuMzQuMzcxUzEuMzkzLS4xMjUgMS44NTUuMjUzTDggNi45NjIgMTQuMTQ1LjI1M2ExLjA5IDEuMDkgMCAwIDEgMS41MTUuMTE4Yy40MDguNDQ1LjQ1NCAxLjE1LjEwOCAxLjY1NEw4LjgxMiA5LjYyQTEuMTIgMS4xMiAwIDAgMSA4IDEwIi8+PC9zdmc+);height:8px;left:30px;position:absolute;top:calc(50% - 4px);transform:rotate(90deg);width:14px}.guide-previous-next__next{padding-right:60px;text-align:right}.guide-previous-next__next:after{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTggMTBhMS4xMiAxLjEyIDAgMCAxLS44MTItLjM4TC4yMzIgMi4wMjVDLS4xMTQgMS41MjEtLjA2OC44MTYuMzQuMzcxUzEuMzkzLS4xMjUgMS44NTUuMjUzTDggNi45NjIgMTQuMTQ1LjI1M2ExLjA5IDEuMDkgMCAwIDEgMS41MTUuMTE4Yy40MDguNDQ1LjQ1NCAxLjE1LjEwOCAxLjY1NEw4LjgxMiA5LjYyQTEuMTIgMS4xMiAwIDAgMSA4IDEwIi8+PC9zdmc+);height:8px;position:absolute;right:30px;top:calc(50% - 4px);transform:rotate(-90deg);width:14px}.guide-previous-next__nav-title{display:block;font-weight:700}.guide-previous-next__nav-subtitle{display:none;margin-top:8px}@media(min-width:768px){.guide-previous-next__nav-subtitle{display:block}}
.author-bio{align-items:stretch;display:flex;padding:0}@media(min-width:768px){.author-bio{padding:10px}}.author-bio__image{align-items:flex-start;display:none;flex-basis:20%;justify-content:center;max-width:75px;min-width:75px;width:auto}@media(min-width:544px){.author-bio__image{display:flex}}@media(min-width:768px){.author-bio__image{align-items:center;max-width:200px}}.author-bio__image img,.author-bio__image picture,.author-bio__image svg{aspect-ratio:1;border:4px solid rgba(0,0,0,.15);border-radius:50%;font-family:"object-fit:cover";height:auto;max-height:100%;max-width:100%;object-fit:cover}.author-bio--compact{padding:0}.author-bio--compact:hover .author-bio__text span{color:var(--target)}.author-bio--compact .author-bio__image{max-height:50px;max-width:50px;min-width:50px}.author-bio--compact .author-bio__image img,.author-bio--compact .author-bio__image picture,.author-bio--compact .author-bio__image svg{border:2px solid hsla(0,0%,100%,.8)}.author-bio__text{align-self:center;flex:1 1}.author-bio__image+.author-bio__text{margin-left:0}@media(min-width:544px){.author-bio__image+.author-bio__text{margin-left:15px}}@media(min-width:768px){.author-bio__image+.author-bio__text{margin-left:30px}}@media(min-width:544px){.author-bio--compact .author-bio__image+.author-bio__text{margin-left:10px}}.author-bio__name{font-weight:700}.author-bio__heading{font-size:18px;font-weight:700;line-height:22px;margin-bottom:15px}@media(min-width:768px){.author-bio__heading{font-size:24px;line-height:28px}}.author-bio__bio{margin:15px 0}.author-bio .button{opacity:.5}.author-bio .button:hover{opacity:.7}@media(min-width:544px){.author-bio .button{margin-left:-90px;width:calc(100% + 90px)}}@media(min-width:768px){.author-bio .button{margin-left:0;width:auto}}
.rte-glyph--cross:before,.rte-glyph--greentick:before,.rte-glyph--phone:before,.rte-glyph--redcross:before,.rte-glyph--tick:before{background-position:50%;background-repeat:no-repeat;background-size:98%;content:"";display:inline-block;filter:var(--text-flt);height:1.6em;margin:.3em;vertical-align:middle;width:1.6em}.rte-bullet-none>li,.rte-bullet-round>li,.rte-bullet-square>li,li.rte-bullet-cross.rte-bullet-cross,li.rte-bullet-greentick.rte-bullet-greentick,li.rte-bullet-none.rte-bullet-none,li.rte-bullet-redcross.rte-bullet-redcross,li.rte-bullet-round.rte-bullet-round,li.rte-bullet-square.rte-bullet-square,li.rte-bullet-tick.rte-bullet-tick,ul.rte-bullet-cross>li,ul.rte-bullet-greentick>li,ul.rte-bullet-redcross>li,ul.rte-bullet-tick>li{clear:both;list-style:none;margin-bottom:.35em;padding-left:.3em}li.rte-bullet-cross.rte-bullet-cross:before,li.rte-bullet-greentick.rte-bullet-greentick:before,li.rte-bullet-redcross.rte-bullet-redcross:before,li.rte-bullet-tick.rte-bullet-tick:before,ul.rte-bullet-cross>li:before,ul.rte-bullet-greentick>li:before,ul.rte-bullet-redcross>li:before,ul.rte-bullet-tick>li:before{background-position:50%;background-repeat:no-repeat;content:"";display:block;float:left;height:1.3em;margin-left:-1.9em;width:1.3em}.rte-bullet-none>li:before,li.rte-bullet-none.rte-bullet-none:before{display:none}.rte-bullet-square>li,li.rte-bullet-square.rte-bullet-square{list-style:square}.rte-bullet-square>li::marker,li.rte-bullet-square.rte-bullet-square::marker{font-size:120%}.rte-bullet-square>li:before,li.rte-bullet-square.rte-bullet-square:before{display:none}.rte-bullet-round>li,li.rte-bullet-round.rte-bullet-round{list-style:disc}.rte-bullet-round>li::marker,li.rte-bullet-round.rte-bullet-round::marker{font-size:120%}.rte-bullet-round>li:before,li.rte-bullet-round.rte-bullet-round:before{display:none}.rte-bullet-invisible{list-style:none;margin:0;padding:0}.rte-bullet-invisible:before{display:none}.rte-glyph--tick:before,li.rte-bullet-tick.rte-bullet-tick:before,ul.rte-bullet-tick>li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxMiI+PHBhdGggZD0iTTE0LjcuM2MtLjQtLjQtMS0uNC0xLjQgMEw0IDkuNiAxLjcgNy4zYy0uNC0uNC0xLS40LTEuNCAwcy0uNCAxIDAgMS40bDMgM2MuMi4yLjQuMy43LjNzLjUtLjEuNy0uM2wxMC0xMGMuNC0uNC40LTEgMC0xLjQiLz48L3N2Zz4=);background-size:85%}.rte-glyph--cross:before,li.rte-bullet-cross.rte-bullet-cross:before,ul.rte-bullet-cross>li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjY0IDcuNjQiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNzEiIGQ9Ik0uODUgNi43OSA2Ljc5Ljg1TS44NS44NWw1Ljk0IDUuOTQiLz48L3N2Zz4=);background-size:60%}.rte-glyph--greentick:before,li.rte-bullet-greentick.rte-bullet-greentick:before,ul.rte-bullet-greentick>li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+PGNpcmNsZSBjeD0iMTQuMSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iIzM5MyIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMSAyMC4yYy0uMyAwLS43LS4xLS45LS40bC0zLjUtMy41Yy0uNi0uNS0uNi0xLjMtLjEtMS44czEuNC0uNSAxLjkgMEwxMSAxN2w4LjgtOC44Yy41LS41IDEuNC0uNSAxLjkgMHMuNSAxLjQgMCAxLjlsLTkuOCA5LjhxLS40NS4zLS45LjMiLz48L3N2Zz4=);filter:none}.rte-glyph--redcross:before,li.rte-bullet-redcross.rte-bullet-redcross:before,ul.rte-bullet-redcross>li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+PGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTQiIGZpbGw9IiM5MDAiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMTUuOSAxNCAzLjktMy45Yy41LS41LjUtMS40IDAtMS45cy0xLjQtLjUtMS45IDBMMTQgMTIuMWwtMy45LTMuOWMtLjUtLjUtMS40LS41LTEuOSAwcy0uNSAxLjQgMCAxLjlsMy45IDMuOS0zLjkgMy45Yy0uNS41LS41IDEuNCAwIDEuOS4zLjMuNi40LjkuNHMuNy0uMS45LS40bDMuOS0zLjkgMy45IDMuOWMuMy4zLjYuNC45LjRzLjctLjEuOS0uNGMuNS0uNS41LTEuNCAwLTEuOXoiLz48L3N2Zz4=);filter:none}.rte-glyph--phone:before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.3%2021.3%22%3E%3Cpath%20d%3D%22M15.4%2021.2C8.8%2020.2%203.3%2014.8.8%208.7c-.8-2-1-4.6.6-6.3C3.6%200%205.4-1%207.9%201.9c2.6%202.2%203.8%204.2.7%206.7a12.7%2012.7%200%200%200%204%204c1.3-1.6%203.3-2.5%205.1-.9l.1.1%202.3%202.3c2%202.1.5%204-1.3%205.6-.8%201-1.9%201.5-3.2%201.5M5%202.1c-.7-.1-1.7%201-2.1%201.4-.3.4-.8%201.3-.8%201.8.4%205.6%205.1%2010.4%2010%2012.9%202.3%201%204.4%201.8%206.1-.5.6-.6%201.4-1.4.6-2.1l-2.3-2.4c-1.6-1.5-2.5%202.3-4%201.5-1.5-.6-7.2-5.3-5.6-7%202-1.9%202.3-2%20.2-4-.8-.5-1.3-1.5-2.1-1.6%22%2F%3E%3C%2Fsvg%3E")}.rte-bullet-grey.rte-bullet-grey::marker,.rte-bullet-grey>li::marker{color:#999}.rte-bullet-grey.rte-bullet-grey:before,.rte-bullet-grey>li:before{filter:var(--flt-grey)}.rte-bullet-blue.rte-bullet-blue::marker,.rte-bullet-blue>li::marker{color:#006}.rte-bullet-blue.rte-bullet-blue:before,.rte-bullet-blue>li:before{filter:var(--flt-blue)}.rte-bullet-orange.rte-bullet-orange::marker,.rte-bullet-orange>li::marker{color:#f60}.rte-bullet-orange.rte-bullet-orange:before,.rte-bullet-orange>li:before{filter:var(--flt-orange)}.rte-bullet-green.rte-bullet-green::marker,.rte-bullet-green>li::marker{color:#393}.rte-bullet-green.rte-bullet-green:before,.rte-bullet-green>li:before{filter:var(--flt-green)}.rte-bullet-red.rte-bullet-red::marker,.rte-bullet-red>li::marker{color:#900}.rte-bullet-red.rte-bullet-red:before,.rte-bullet-red>li:before{filter:var(--flt-red)}.rte-bullet-text.rte-bullet-text::marker,.rte-bullet-text>li::marker{color:var(--text)}.rte-bullet-text.rte-bullet-text:before,.rte-bullet-text>li:before{filter:var(--text-flt)}
.rte-heading-40{font-size:18px;font-weight:700;line-height:22px;margin-bottom:15px;margin-top:30px}@media(min-width:768px){.rte-heading-40{font-size:24px;line-height:28px}}@media(min-width:992px){.rte-heading-40{font-size:30px;line-height:32px}}.rte-heading-50{font-size:18px;font-weight:700;line-height:22px;margin-bottom:12px;margin-top:30px}@media(min-width:768px){.rte-heading-50{font-size:24px;line-height:28px}}.rte-heading-50+p{margin-top:12px}.rte-heading-60{font-size:16px;font-weight:700;line-height:20px;margin-bottom:8px;margin-top:30px}@media(min-width:768px){.rte-heading-60{font-size:18px;line-height:22px}}.rte-heading-60+p{margin-top:8px}.rte-heading-40:first-child,.rte-heading-50:first-child,.rte-heading-60:first-child{margin-top:0}
