:root{--color-white:var(--wp--preset--color--white);--color-black:var(--wp--preset--color--black);--color-secondary:var(--wp--preset--color--secondary);--color-primary:var(--wp--preset--color--secondary);--color-slate-900:var(--wp--preset--color--slate-900);--color-gray-50:var(--wp--preset--color--gray-50);--color-gray-100:var(--wp--preset--color--gray-100);--color-gray-200:var(--wp--preset--color--gray-200);--color-gray-300:var(--wp--preset--color--gray-300);--color-gray-400:var(--wp--preset--color--gray-400);--color-gray-500:var(--wp--preset--color--gray-500);--color-gray-600:var(--wp--preset--color--gray-600);--color-gray-700:var(--wp--preset--color--gray-700);--color-gray-800:var(--wp--preset--color--gray-800);--color-gray-900:var(--wp--preset--color--gray-900);--color-secondary-rgb:235,193,124;--transition-base:0.2s ease;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1)}.block--text-section{padding:1rem 0}.block--text-section--bg-white{background-color:var(--color-white)}.block--text-section--bg-gray{background-color:var(--color-gray-50)}.block--text-section .text-section__content{margin:0 auto}.block--text-section .text-section__content--narrow{max-width:56rem}.block--text-section .text-section__content--medium{max-width:72rem}.block--text-section .text-section__content--full{max-width:100%}.block--text-section .text-section__content h2{font-size:clamp(1.5rem,4vw,1.875rem);font-weight:700;color:var(--color-black);margin-bottom:1.5rem;line-height:1.3}.block--text-section .text-section__content h2 span{color:var(--color-secondary)}.block--text-section .text-section__content h3{font-size:1.25rem;font-weight:700;color:var(--color-secondary);margin-top:2rem;margin-bottom:1rem}.block--text-section .text-section__content p{font-size:1rem;color:var(--color-gray-600);line-height:1.3;margin-bottom:1rem}.block--text-section .text-section__content p:last-child{margin-bottom:0}.block--text-section .text-section__content ul{list-style:none;padding:0;margin:1.5rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1rem}.block--text-section .text-section__content ul li{position:relative;padding-left:1.5rem;color:var(--color-gray-700);line-height:1.3}.block--text-section .text-section__content ul li::before{content:"";position:absolute;top:0;left:0;width:.75rem;height:.75rem;line-height:inherit;-webkit-border-radius:50%;border-radius:50%;background-color:var(--color-secondary);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-top:.5rem}.block--text-section .text-section__content>*+h2{margin-top:4rem}.block--text-section .text-section__placeholder{text-align:center;color:var(--color-gray-400);padding:2rem}