@charset "UTF-8";.editor-content h1,.editor-content h2,.editor-content h4{color:var(--color-black-940)}.editor-content a{font-weight:500}.editor-content img{max-width:100%}.editor-content p+p{margin-top:12px}.editor-content h2+ol.blocks-list,.editor-content h4+ol.blocks-list{margin-top:-12px}.editor-content ul,.editor-content ol{margin-bottom:8px;margin-left:20px}.editor-content ul li::marker{color:var(--color-primary-750)}@media (min-width: 769px){.editor-content .expandable-section+.expandable-section{margin-top:20px}.editor-content h1,.editor-content h2,.editor-content h4{margin-bottom:24px}.editor-content h1:not(:first-child),.editor-content h2:not(:first-child),.editor-content h4:not(:first-child){margin-top:24px}}@media (max-width: 768px){.editor-content h1,.editor-content h2,.editor-content h4{margin-bottom:20px}.editor-content h1:not(:first-child),.editor-content h2:not(:first-child),.editor-content h4:not(:first-child){margin-top:20px}}.editor-content .expandable-section{margin:12px 0}.editor-content .expandable-section__title{color:var(--color-black-940);position:relative;margin:0;cursor:pointer}.editor-content .expandable-section__title:after{content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill='%2370737B' fill-rule='evenodd' d='M4.495 7.352a.714.714 0 0 0 0 1.01l5 5a.714.714 0 0 0 1.01 0l5-5a.714.714 0 1 0-1.01-1.01L10 11.847 5.505 7.352a.714.714 0 0 0-1.01 0Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");display:flex;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .25s;position:absolute;right:0;top:0}.editor-content .expandable-section__content{display:none;margin-top:12px}.editor-content .expandable-section[open] .expandable-section__title:after{transform:rotate(180deg)}.editor-content .expandable-section[open] .expandable-section__content{display:block}.editor-content ol.blocks-list{margin:12px 0;padding:0;display:grid;gap:12px 20px;counter-reset:count 0}@media (min-width: 769px){.editor-content ol.blocks-list{grid-auto-columns:1fr}.editor-content ol.blocks-list li:nth-child(1){grid-column:1}.editor-content ol.blocks-list li:nth-child(2){grid-column:2}.editor-content ol.blocks-list li:nth-child(3){grid-column:3}.editor-content ol.blocks-list li:nth-child(4){grid-column:4}}@media (max-width: 768px){.editor-content ol.blocks-list{grid-template-columns:1fr}}.editor-content ol.blocks-list li{display:block;min-height:100px;position:relative;z-index:1;border-radius:20px;counter-increment:count 1;padding:20px 24px;box-shadow:var(--theme-shadow)}.editor-content ol.blocks-list li:before{content:counter(count,decimal);position:absolute;top:-9px;left:16px;font-size:80px;line-height:100px;font-weight:700;z-index:-1;color:var(--color-black-500)}.editor-content hr{height:1px;background-color:var(--color-black-500);border:none;margin:16px 0}
