:root{--breakpoint-mobile-small:480px}:root{--breakpoint-mobile:768px}:root{--breakpoint-tablet:998px}:root{--breakpoint-laptop:1200px}:root{--breakpoint-desktop:1920px}:root{--triangle-width:30px;--triangle-height:30px;--triangle-color:black}.arrow-up{width:var(--triangle-width);height:var(--triangle-height);border-left:calc(var(--triangle-width)/2) solid transparent;border-right:calc(var(--triangle-width)/2) solid transparent;border-bottom:calc(var(--triangle-height)/2) solid var(--triangle-color)}.arrow-down{width:var(--triangle-width);height:var(--triangle-height);border-left:calc(var(--triangle-width)/2) solid transparent;border-right:calc(var(--triangle-width)/2) solid transparent;border-top:calc(var(--triangle-height)/2) solid var(--triangle-color)}.arrow-right{width:var(--triangle-width);height:var(--triangle-height);border-top:calc(var(--triangle-height)/2) solid transparent;border-bottom:calc(var(--triangle-height)/2) solid transparent;border-left:calc(var(--triangle-width)/2) solid var(--triangle-color)}.arrow-left{width:var(--triangle-width);height:var(--triangle-height);border-top:calc(var(--triangle-height)/2) solid transparent;border-bottom:calc(var(--triangle-height)/2) solid transparent;border-right:calc(var(--triangle-width)/2) solid var(--triangle-color)}html{font-size:62.5%}html :target{scroll-margin-top:var(--header-height)}html body{max-width:100vw;height:100vh;-webkit-font-smoothing:auto;font-size:unset!important;text-underline-offset:.3rem;--page-height:calc(100svh - var(--header-height) - var(--admin-bar-height))}@supports (-webkit-touch-callout:none){html body{height:-webkit-fill-available;height:100svh}}html body.logged-in{--admin-bar-height:3.2rem}html body.logged-in header{top:var(--admin-bar-height)}html body .ct-shortcode{width:100%;height:100%}html body.no-scroll{overflow:hidden}html body page{margin-top:var(--header-height);overflow-y:hidden}@media (max-resolution:1.75dppx){html body svg:not(.noBlur),html body .svgSmoother{filter:blur(0.5px)}}html body section,html body header,html body footer{padding-left:var(--page-bumper-width);padding-right:var(--page-bumper-width);display:flex;justify-content:center;max-width:100vw}html body section.full-width,html body header.full-width,html body footer.full-width{padding:0;max-width:100vw}html body section.full-width.ct-section>.ct-section-inner-wrap,html body header.full-width.ct-section>.ct-section-inner-wrap,html body footer.full-width.ct-section>.ct-section-inner-wrap{max-width:unset}html body section.full-height.ct-section>.ct-section-inner-wrap,html body header.full-height.ct-section>.ct-section-inner-wrap,html body footer.full-height.ct-section>.ct-section-inner-wrap{min-height:var(--page-height)}html body section.margined,html body header.margined,html body footer.margined{padding-left:var(--page-bumper-width);padding-right:var(--page-bumper-width)}html body section.ct-section>.ct-section-inner-wrap,html body header.ct-section>.ct-section-inner-wrap,html body footer.ct-section>.ct-section-inner-wrap{position:relative;align-items:center;justify-content:center;width:100%;max-width:var(--content-max-width);margin:auto;align-self:center}html body section h1,html body section h2,html body section h3,html body section h4,html body section h5,html body section h6,html body header h1,html body header h2,html body header h3,html body header h4,html body header h5,html body header h6,html body footer h1,html body footer h2,html body footer h3,html body footer h4,html body footer h5,html body footer h6{font-family:inherit;font-weight:inherit;break-after:avoid}html body section p,html body header p,html body footer p{margin-block-start:0;margin-block-end:0}html body section p + p,html body header p + p,html body footer p + p{margin-block-start:1em}html body section article h1,html body section article h2,html body section article h3,html body section article h4,html body section article h5,html body section article h6,html body section article strong,html body section article b,html body header article h1,html body header article h2,html body header article h3,html body header article h4,html body header article h5,html body header article h6,html body header article strong,html body header article b,html body footer article h1,html body footer article h2,html body footer article h3,html body footer article h4,html body footer article h5,html body footer article h6,html body footer article strong,html body footer article b{break-after:avoid}html body section article p,html body section article ul,html body section article li,html body section article #PostActions,html body header article p,html body header article ul,html body header article li,html body header article #PostActions,html body footer article p,html body footer article ul,html body footer article li,html body footer article #PostActions{break-inside:avoid}