.smalle-content{background-color:transparent;box-sizing:border-box;color:var(--body-on-dark-bg);padding-block:clamp(48px,10vw,120px);padding-inline:16px;width:100%}.smalle-content__inner{box-sizing:border-box;margin-inline:auto;max-width:864px;width:100%}.smalle-content__body>:first-child{margin-top:0}.smalle-content__body>:last-child{margin-bottom:0}.smalle-content__body h1,.smalle-content__body h2,.smalle-content__body h3,.smalle-content__body h4,.smalle-content__body h5,.smalle-content__body h6{color:var(--heading-on-dark-bg);margin-bottom:var(--spacing-16);margin-top:var(--spacing-48)}.smalle-content__body h1:first-child,.smalle-content__body h2:first-child,.smalle-content__body h3:first-child,.smalle-content__body h4:first-child,.smalle-content__body h5:first-child,.smalle-content__body h6:first-child{margin-top:0}.smalle-content__body h2{font-size:var(--font-size-heading-3)}.smalle-content__body h3{font-size:var(--font-size-heading-4)}.smalle-content__body h4{font-size:var(--font-size-heading-5)}.smalle-content__body p{color:var(--body-on-dark-bg);font-family:var(--font-body);font-size:var(--font-size-default);font-weight:var(--font-weight-regular);line-height:var(--line-height-body-m);margin:0 0 var(--spacing-24)}.smalle-content__body ol,.smalle-content__body ul{margin:0 0 var(--spacing-24);padding-left:1.25em}.smalle-content__body li{font-family:var(--font-body);line-height:var(--line-height-body-m);margin-bottom:var(--spacing-8)}.smalle-content__body li:last-child{margin-bottom:0}.smalle-content__body a{color:var(--primary-light);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--primary-light) 55%,transparent);text-decoration-thickness:1px;text-underline-offset:.2em;transition:color .2s ease,text-decoration-color .2s ease}.smalle-content__body a:focus-visible,.smalle-content__body a:hover{color:color-mix(in srgb,var(--primary-light) 72%,#fff);text-decoration-color:currentColor;text-decoration-thickness:2px}.smalle-content__body a:focus-visible{border-radius:2px;outline:2px solid var(--primary-light);outline-offset:3px}.smalle-content__body img{border-radius:var(--radius-lg);display:block;height:auto;margin:var(--spacing-24) 0;object-fit:cover;object-position:center;width:100%}.smalle-content__body hr{border:0;border-top:1px solid var(--background-dark-level-1);margin:40px 0}.smalle-content__body blockquote{border-left:3px solid var(--primary-light);color:var(--body-on-dark-bg);font-family:var(--font-headings);font-size:var(--font-size-large);line-height:var(--line-height-body-l);margin:var(--spacing-24) 0;padding-left:var(--spacing-24)}@media (max-width:639px){.smalle-content{padding-block:48px}}