.editor-content{--editor-stretch-offset: 0vw;width:100%;display:flex;flex-direction:column;gap:1.15vw;color:#4f4f4f}.editor-content,.editor-content *{box-sizing:border-box;-webkit-user-select:text!important;user-select:text!important}.editor-content__paragraph{width:100%;margin:0;font-family:Golos Text,serif;font-size:var(--p3);line-height:1.72;letter-spacing:.08px;overflow-wrap:anywhere}.editor-content a{color:#6498d2;text-decoration:underline;text-decoration-color:#6498d261;text-underline-offset:.18em;transition:.2s ease}.editor-content a:hover{color:#477eba;text-decoration-color:currentColor}.editor-content strong,.editor-content b{color:#353b42;font-weight:700}.editor-content mark,.editor-content .cdx-marker{color:inherit;background-color:#dcebf9;border-radius:.25em;padding:.02em .18em}.editor-content__header{width:100%;margin:.95vw 0 0;color:#30343a;font-family:Manrope,serif;font-weight:800;line-height:1.28;letter-spacing:.1px}.editor-content__header--h2{font-size:var(--h3)}.editor-content__header--h3{font-size:var(--p1)}.editor-content__header--h4{font-size:var(--p2)}.editor-content__list{width:100%;margin:0;padding-left:1.45vw;font-family:Golos Text,serif;font-size:var(--p3);line-height:1.65}.editor-content__list .editor-content__list{margin-top:.45vw;padding-left:1.6vw}.editor-content__list>li+li{margin-top:.45vw}.editor-content__list li::marker{color:#70a5e1;font-weight:700}.editor-content__list--checklist{list-style:none;padding-left:0}.editor-content__list--checklist .editor-content__list--checklist{padding-left:1.8vw}.editor-content__check-item{display:inline-flex;align-items:flex-start;gap:.65vw}.editor-content__check-item input{width:1.05vw;height:1.05vw;min-width:1.05vw;margin:.28em 0 0;accent-color:#70a5e1}.editor-content__image,.editor-content__gallery{width:100%;margin:.6vw 0}.editor-content__image.is-stretched,.editor-content__gallery.is-stretched,.editor-content__table-wrap.is-stretched{width:calc(100% + (var(--editor-stretch-offset) * 2));margin-left:calc(var(--editor-stretch-offset) * -1)}.editor-content__image{overflow:hidden;border-radius:1vw}.editor-content__image.with-border{border:1px solid #dce5ee;padding:.45vw}.editor-content__image.with-background{padding:2vw;background-color:#edf4fb}.editor-content__image img,.editor-content__gallery img{width:100%;height:auto;display:block;border-radius:.8vw}.editor-content__image.with-background img{width:auto;max-width:72%;max-height:32vw;margin:0 auto;object-fit:contain}.editor-content__image figcaption,.editor-content__gallery figcaption{margin-top:.65vw;color:#84909c;font-family:Golos Text,serif;font-size:var(--s2);line-height:1.5;text-align:center}.editor-content__table-wrap{width:100%;margin:.5vw 0;overflow-x:auto;border:1px solid #dce5ee;border-radius:.9vw;background-color:#fff}.editor-content__table{width:100%;min-width:38vw;border-collapse:collapse;font-family:Golos Text,serif;font-size:var(--s1);line-height:1.45}.editor-content__table th,.editor-content__table td{padding:.85vw 1vw;border-right:1px solid #e4ebf2;border-bottom:1px solid #e4ebf2;text-align:left;vertical-align:top}.editor-content__table th:last-child,.editor-content__table td:last-child{border-right:0}.editor-content__table tr:last-child td{border-bottom:0}.editor-content__table th{color:#425467;background-color:#eaf2fa;font-weight:700}.editor-content__table tbody tr:nth-child(2n){background-color:#f8fafc}.editor-content__quote{width:100%;margin:.6vw 0;padding:1.6vw 1.8vw;border-left:.3vw solid #70a5e1;border-radius:0 1vw 1vw 0;background-color:#edf4fb}.editor-content__quote.align-center{border-left:0;border-top:.3vw solid #70a5e1;border-radius:1vw;text-align:center}.editor-content__quote p{margin:0;color:#40566d;font-family:Golos Text,serif;font-size:var(--p2);font-weight:500;line-height:1.6}.editor-content__quote cite{display:block;margin-top:.75vw;color:#7c8b99;font-family:Golos Text,serif;font-size:var(--s2);font-style:normal}.editor-content__delimiter{width:100%;height:1px;border:0;margin:.8vw 0;background:linear-gradient(90deg,transparent 0%,#c9d8e7 8%,#93b4d6 50%,#c9d8e7 92%,transparent 100%)}.editor-content__gallery-frame{position:relative}.editor-content__gallery-track{width:100%}.editor-content__gallery.mode-fit .editor-content__gallery-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8vw}.editor-content__gallery.mode-fit img{height:17vw;object-fit:cover}.editor-content__gallery.mode-slider .editor-content__gallery-track img{height:31vw;object-fit:cover}.editor-content__gallery-arrow{position:absolute;z-index:3;top:50%;width:3vw;height:3vw;display:flex;align-items:center;justify-content:center;border:0;border-radius:55px;background-color:#ffffffe0;box-shadow:0 0 12px #00000014;cursor:pointer;transform:translateY(-50%);transition:.2s ease}.editor-content__gallery-arrow:hover{background-color:#fff;transform:translateY(-50%) scale(1.05)}.editor-content__gallery-arrow.previous{left:1vw}.editor-content__gallery-arrow.next{right:1vw}.editor-content__gallery-arrow-svg{width:.8vw;height:.8vw;fill:#6f8eae;pointer-events:none}.editor-content__gallery-arrow.next .editor-content__gallery-arrow-svg{transform:rotate(180deg)}.editor-content__gallery .owl-dots{display:flex;justify-content:center;gap:.45vw;margin-top:.7vw}.editor-content__gallery .owl-dot{width:.5vw;height:.5vw;border-radius:55px;background-color:#c9d8e7!important;transition:.2s ease}.editor-content__gallery .owl-dot.active{width:1.3vw;background-color:#70a5e1!important}.editor-content__toggle{width:100%;border:1px solid #dce6f0;border-radius:.9vw;background-color:#fff;overflow:hidden}.editor-content__toggle summary{min-height:3.6vw;display:flex;align-items:center;justify-content:space-between;gap:1vw;padding:1vw 1.4vw;color:#40566d;font-family:Manrope,serif;font-size:var(--p3);font-weight:700;line-height:1.4;cursor:pointer;list-style:none;-webkit-user-select:none!important;user-select:none!important}.editor-content__toggle summary::-webkit-details-marker{display:none}.editor-content__toggle-arrow{width:.75vw;height:.75vw;min-width:.75vw;fill:#8aa1b9;transform:rotate(-90deg);transition:.2s ease}.editor-content__toggle[open] .editor-content__toggle-arrow{transform:rotate(90deg)}.editor-content__toggle-content{display:flex;flex-direction:column;gap:1.15vw;padding:0 1.4vw 1.4vw}.editor-content__toggle-content .editor-content__toggle{background-color:#f7fafd}@media (min-width: 769px) and (max-width: 1200px){.editor-content{gap:16px}.editor-content__header{margin-top:12px}.editor-content__list,.editor-content__list .editor-content__list{padding-left:24px}.editor-content__list>li+li,.editor-content__list .editor-content__list{margin-top:7px}.editor-content__check-item{gap:9px}.editor-content__check-item input{width:16px;height:16px;min-width:16px}.editor-content__image,.editor-content__gallery{margin-block:7px}.editor-content__image,.editor-content__image img,.editor-content__gallery img,.editor-content__table-wrap,.editor-content__quote,.editor-content__toggle{border-radius:12px}.editor-content__image.with-border{padding:6px}.editor-content__image.with-background{padding:24px}.editor-content__image figcaption,.editor-content__gallery figcaption{margin-top:9px}.editor-content__table{min-width:620px}.editor-content__table th,.editor-content__table td{padding:12px 14px}.editor-content__quote{padding:20px 22px;border-left-width:4px}.editor-content__quote.align-center{border-top-width:4px}.editor-content__gallery.mode-fit .editor-content__gallery-track{gap:10px}.editor-content__gallery.mode-fit img{height:28vw}.editor-content__gallery.mode-slider .editor-content__gallery-track img{height:47vw}.editor-content__gallery-arrow{width:42px;height:42px}.editor-content__gallery-arrow-svg{width:10px;height:10px}.editor-content__gallery .owl-dot{width:7px;height:7px}.editor-content__gallery .owl-dot.active{width:18px}.editor-content__toggle summary{min-height:50px;padding:14px 18px}.editor-content__toggle-arrow{width:9px;height:9px;min-width:9px}.editor-content__toggle-content{gap:14px;padding:0 18px 18px}}@media (max-width: 768px){.editor-content{--editor-stretch-offset: 0vw;gap:15px}.editor-content__paragraph{line-height:1.68}.editor-content__header{margin-top:11px}.editor-content__header--h2{font-size:var(--h3)}.editor-content__header--h3{font-size:var(--p1)}.editor-content__header--h4{font-size:var(--p2)}.editor-content__list,.editor-content__list .editor-content__list{padding-left:22px}.editor-content__list>li+li,.editor-content__list .editor-content__list{margin-top:7px}.editor-content__list--checklist,.editor-content__list--checklist .editor-content__list--checklist{padding-left:0}.editor-content__list--checklist .editor-content__list--checklist{padding-left:24px}.editor-content__check-item{gap:9px}.editor-content__check-item input{width:16px;height:16px;min-width:16px}.editor-content__image,.editor-content__gallery{margin-block:6px}.editor-content__image,.editor-content__image img,.editor-content__gallery img,.editor-content__table-wrap,.editor-content__quote,.editor-content__toggle{border-radius:11px}.editor-content__image.with-border{padding:5px}.editor-content__image.with-background{padding:18px}.editor-content__image.with-background img{max-width:88%;max-height:75vw}.editor-content__image figcaption,.editor-content__gallery figcaption{margin-top:8px}.editor-content__table{min-width:620px}.editor-content__table th,.editor-content__table td{padding:11px 13px}.editor-content__quote{padding:18px;border-left-width:4px}.editor-content__quote.align-center{border-top-width:4px}.editor-content__gallery.mode-fit .editor-content__gallery-track{grid-template-columns:1fr;gap:9px}.editor-content__gallery.mode-fit img,.editor-content__gallery.mode-slider .editor-content__gallery-track img{height:62vw}.editor-content__gallery-arrow{width:40px;height:40px}.editor-content__gallery-arrow.previous{left:10px}.editor-content__gallery-arrow.next{right:10px}.editor-content__gallery-arrow-svg{width:9px;height:9px}.editor-content__gallery .owl-dots{gap:6px;margin-top:9px}.editor-content__gallery .owl-dot{width:7px;height:7px}.editor-content__gallery .owl-dot.active{width:18px}.editor-content__toggle summary{min-height:52px;gap:12px;padding:14px 16px}.editor-content__toggle-arrow{width:9px;height:9px;min-width:9px}.editor-content__toggle-content{gap:14px;padding:0 16px 16px}}
