.cr-pt{--cr-gutter:20px;--cr-sp:48px;--cr-h1:32px;--cr-h2:28px;--cr-h3:22px;--cr-h4:18px;--cr-base:14px;--cr-gap-h-big:16px;--cr-gap-h-small:12px;--cr-gap-after-h:20px;--cr-gap-p:12px;--cr-gap-btn:24px;padding-inline:max(var(--cr-gutter),50% - 800px);display:flex;justify-content:center}
.cr-pt__wrapper{max-width:var(--cr-pt-max-width,650px);width:100%}
.cr-pt__prose{display:grid;justify-items:center;text-align:center;align-items:start}
.cr-pt__prose>*{margin:0;max-width:100%}
.cr-pt__image{display:block;height:auto;margin-inline:auto;max-width:var(--cr-pt-img-mobile,400px);width:100%}
.cr-pt__icon{display:grid;place-items:center;width:80px;height:80px;padding:24px;border-radius:9999px;background:rgb(var(--cr-pt-text) / .05)}
.cr-pt__icon svg{width:32px;height:32px;display:block}
.cr-pt__subheading{font-weight:700;font-size:var(--cr-base);line-height:1.6}
.cr-pt__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);letter-spacing:-0.02em;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}
.cr-pt__heading--h1{font-size:var(--cr-h1);line-height:1.1}
.cr-pt__heading--h2{font-size:var(--cr-h2);line-height:1.1}
.cr-pt__heading--h3{font-size:var(--cr-h3);line-height:1.2}
.cr-pt__heading--h4{font-size:var(--cr-h4);line-height:1.3}
.cr-pt__text{font-size:var(--cr-base);line-height:1.6}
.cr-pt__text p{margin:0}
.cr-pt__text p+p{margin-block-start:var(--cr-gap-p)}
.cr-pt__text a{color:inherit}
.cr-pt__prose *+.cr-pt__subheading,.cr-pt__prose *+.cr-pt__text{margin-block-start:var(--cr-gap-p)}
.cr-pt__prose *+.cr-pt__heading--h1,.cr-pt__prose *+.cr-pt__heading--h2{margin-block-start:var(--cr-gap-h-big)}
.cr-pt__prose *+.cr-pt__heading--h3,.cr-pt__prose *+.cr-pt__heading--h4{margin-block-start:var(--cr-gap-h-small)}
.cr-pt__prose .cr-pt__heading+*{margin-block-start:var(--cr-gap-after-h)}
.cr-pt__prose *+.cr-pt__btn{margin-block-start:var(--cr-gap-btn)}
.cr-pt__btn{display:inline-block;border-radius:12px;background:rgb(var(--cr-pt-btn-bg));color:rgb(var(--cr-pt-btn-text));text-align:center;font-size:var(--cr-base);font-weight:700;line-height:1.6;padding:16px 32px;text-decoration:none;transition:opacity .15s ease-in-out}
.cr-pt__btn:hover{opacity:.85}
@media screen and (min-width:700px){
  .cr-pt{--cr-gutter:32px;--cr-sp:64px;--cr-h1:40px;--cr-h2:32px;--cr-h3:26px;--cr-h4:22px;--cr-base:16px;--cr-gap-h-big:24px;--cr-gap-h-small:20px;--cr-gap-after-h:24px;--cr-gap-p:16px;--cr-gap-btn:32px}
  .cr-pt__image{max-width:var(--cr-pt-img-desktop,600px)}
  .cr-pt__btn{padding:17.2px 40px}
}
@media screen and (min-width:1000px){
  .cr-pt{--cr-gutter:48px;--cr-sp:72px;--cr-gap-h-big:32px;--cr-gap-h-small:24px;--cr-gap-after-h:32px;--cr-gap-p:24px}
  .cr-pt__prose .cr-pt__heading--h3+*,.cr-pt__prose .cr-pt__heading--h4+*{margin-block-start:24px}
}
@media screen and (min-width:1150px){.cr-pt{--cr-sp:80px}}
@media screen and (min-width:1400px){.cr-pt{--cr-sp:96px;--cr-h1:56px;--cr-h2:44px;--cr-h3:32px;--cr-h4:28px}}
