{"id":1736,"date":"2026-05-17T13:32:47","date_gmt":"2026-05-17T13:32:47","guid":{"rendered":"https:\/\/katerynakolkova.com\/?page_id=1736"},"modified":"2026-05-31T22:03:48","modified_gmt":"2026-05-31T22:03:48","slug":"audit","status":"publish","type":"page","link":"https:\/\/katerynakolkova.com\/da\/audit\/","title":{"rendered":"Audit"},"content":{"rendered":"<p><!--\n==============================================================================\nTHE RESPONSIBILITY AUDIT \u2014 Landing Page (v3)\nFor: katerynakolkova.com\/en\/audit\n\nCHANGE FROM v2:\nThe form submit button is now orange (#E89B2D), matching the \"Book a session\"\nbutton on the rest of the site.\n\nINSTRUCTIONS:\n1. In WordPress, open the existing Audit page in Edit mode\n2. Find the Custom HTML block containing the audit page code\n3. Select all the existing content in that block and delete it\n4. Paste this ENTIRE code below\n5. CRITICAL: Find the placeholder comment <!-- MAILERLITE FORM GOES HERE --><br \/>\n   and paste your MailerLite embed code in its place. Then delete the<br \/>\n   placeholder comment line itself.<br \/>\n6. Click Update \/ Publish<br \/>\n==============================================================================<br \/>\n&#8211;><\/p>\n<style>\n  .ka-audit-page {\n    font-family: Georgia, 'Times New Roman', serif;\n    color: #2A2A28;\n    background-color: #EDE3D0;\n    padding: 80px 24px;\n    margin: 0;\n    line-height: 1.7;\n  }\n  .ka-audit-page * {\n    box-sizing: border-box;\n  }\n  .ka-audit-container {\n    max-width: 680px;\n    margin: 0 auto;\n    text-align: left;\n  }\n  .ka-audit-eyebrow {\n    font-family: Georgia, serif;\n    font-style: italic;\n    font-size: 16px;\n    letter-spacing: 0.5px;\n    color: #8A6A4A;\n    margin: 0 0 24px 0;\n    text-align: center;\n  }\n  .ka-audit-headline {\n    font-family: Georgia, serif;\n    font-size: 44px;\n    font-weight: 400;\n    line-height: 1.2;\n    color: #0E1F57;\n    margin: 0 0 28px 0;\n    text-align: center;\n    letter-spacing: -0.5px;\n  }\n  .ka-audit-subhead {\n    font-family: Georgia, serif;\n    font-size: 19px;\n    font-style: italic;\n    line-height: 1.5;\n    color: #5A5550;\n    margin: 0 0 56px 0;\n    text-align: center;\n  }\n  .ka-audit-divider {\n    width: 60px;\n    height: 1px;\n    background-color: #C9B89A;\n    margin: 0 auto 48px auto;\n    border: none;\n  }\n  .ka-audit-body p {\n    font-family: Georgia, serif;\n    font-size: 18px;\n    line-height: 1.75;\n    color: #3A3835;\n    margin: 0 0 22px 0;\n  }\n  .ka-audit-body p strong {\n    color: #0E1F57;\n  }<\/p>\n<p>  \/* Form section *\/\n  .ka-audit-form-section {\n    background-color: #DAC8AC;\n    border-radius: 8px;\n    padding: 40px 32px;\n    margin: 56px 0 32px 0;\n  }\n  .ka-audit-form-heading {\n    font-family: Georgia, serif;\n    font-size: 22px;\n    color: #0E1F57;\n    text-align: center;\n    margin: 0 0 12px 0;\n    font-weight: 400;\n  }\n  .ka-audit-form-subhead {\n    font-family: Georgia, serif;\n    font-style: italic;\n    font-size: 15px;\n    color: #5A5550;\n    text-align: center;\n    margin: 0 0 32px 0;\n  }\n  \/* Override MailerLite form styling to match brand *\/\n  .ka-audit-form-section input[type=\"text\"],\n  .ka-audit-form-section input[type=\"email\"] {\n    font-family: Georgia, serif !important;\n    font-size: 16px !important;\n    padding: 14px 16px !important;\n    border: 1px solid #C9B89A !important;\n    border-radius: 3px !important;\n    background-color: #F4EFE6 !important;\n    color: #2A2A28 !important;\n    width: 100% !important;\n    margin-bottom: 12px !important;\n  }\n  \/* THE BUTTON \u2014 orange to match \"Book a session\" *\/\n  .ka-audit-form-section button[type=\"submit\"],\n  .ka-audit-form-section input[type=\"submit\"] {\n    background-color: #E89B2D !important;\n    color: #FFFFFF !important;\n    font-family: Georgia, serif !important;\n    font-size: 16px !important;\n    font-weight: 400 !important;\n    letter-spacing: 1px !important;\n    text-transform: uppercase !important;\n    padding: 16px 32px !important;\n    border: none !important;\n    border-radius: 3px !important;\n    width: 100% !important;\n    cursor: pointer !important;\n    margin-top: 8px !important;\n    transition: background-color 0.2s ease !important;\n  }\n  .ka-audit-form-section button[type=\"submit\"]:hover,\n  .ka-audit-form-section input[type=\"submit\"]:hover {\n    background-color: #C97F1F !important;\n  }\n  .ka-audit-microcopy {\n    font-family: Georgia, serif;\n    font-style: italic;\n    font-size: 14px;\n    color: #7A736C;\n    text-align: center;\n    margin: 20px 0 0 0;\n  }\n  .ka-audit-footer {\n    text-align: center;\n    margin-top: 56px;\n    padding-top: 32px;\n    border-top: 1px solid #C9B89A;\n  }\n  .ka-audit-footer p {\n    font-family: Georgia, serif;\n    font-size: 15px;\n    font-style: italic;\n    color: #7A736C;\n    margin: 0;\n    line-height: 1.5;\n  }<\/p>\n<p>  \/* Mobile *\/\n  @media (max-width: 640px) {\n    .ka-audit-page {\n      padding: 56px 20px;\n    }\n    .ka-audit-headline {\n      font-size: 32px;\n    }\n    .ka-audit-subhead {\n      font-size: 17px;\n      margin-bottom: 40px;\n    }\n    .ka-audit-body p {\n      font-size: 17px;\n    }\n    .ka-audit-form-section {\n      padding: 28px 20px;\n    }\n    .ka-audit-form-heading {\n      font-size: 19px;\n    }\n  }\n<\/style>\n<div class=\"ka-audit-page\">\n<div class=\"ka-audit-container\">\n<p class=\"ka-audit-eyebrow\">A free self-audit<\/p>\n<h1 class=\"ka-audit-headline\">Which 5 things are you carrying that aren&#8217;t yours?<\/h1>\n<p class=\"ka-audit-subhead\">A short, honest audit for women who are quietly tired of being the strong one. 6 questions, 6 minutes, a real answer at the end.<\/p>\n<hr class=\"ka-audit-divider\">\n<div class=\"ka-audit-body\">\n<p>You&#8217;ve read the books. You know the patterns. You can name the parts of your past that shaped you.<\/p>\n<p>And you&#8217;re still exhausted in a way that sleep doesn&#8217;t fix.<\/p>\n<p>This audit isn&#8217;t another tool. It&#8217;s a mirror. In six minutes, you&#8217;ll see which specific things you&#8217;ve been carrying that were never yours to carry, where you most often slip into a role someone else assigned you, and which version of you is running your life right now.<\/p>\n<p>No judgement. No homework. Just an honest look.<\/p>\n<\/p><\/div>\n<div class=\"ka-audit-form-section\">\n<h2 class=\"ka-audit-form-heading\">Tell me where to send it<\/h2>\n<p class=\"ka-audit-form-subhead\">Your audit arrives in your inbox in under a minute.<\/p>\n<p>      <\n\n<style type=\"text\/css\">@import url(&#8220;https:\/\/assets.mlcdn.com\/fonts.css?version=1779867&#8221;);<\/style>\n<style type=\"text\/css\">\n    \/* LOADER *\/\n    .ml-form-embedSubmitLoad {\n      display: inline-block;\n      width: 20px;\n      height: 20px;\n    }<\/p>\n<p>    .g-recaptcha {\n    transform: scale(1);\n    -webkit-transform: scale(1);\n    transform-origin: 0 0;\n    -webkit-transform-origin: 0 0;\n    height: ;\n    }<\/p>\n<p>    .sr-only {\n      position: absolute;\n      width: 1px;\n      height: 1px;\n      padding: 0;\n      margin: -1px;\n      overflow: hidden;\n      clip: rect(0,0,0,0);\n      border: 0;\n    }<\/p>\n<p>    .ml-form-embedSubmitLoad:after {\n      content: \" \";\n      display: block;\n      width: 11px;\n      height: 11px;\n      margin: 1px;\n      border-radius: 50%;\n      border: 4px solid #fff;\n    border-color: #ffffff #ffffff #ffffff transparent;\n    animation: ml-form-embedSubmitLoad 1.2s linear infinite;\n    }\n    @keyframes ml-form-embedSubmitLoad {\n      0% {\n      transform: rotate(0deg);\n      }\n      100% {\n      transform: rotate(360deg);\n      }\n    }\n      #mlb2-41858150.ml-form-embedContainer {\n        box-sizing: border-box;\n        display: table;\n        margin: 0 auto;\n        position: static;\n        width: 100% !important;\n      }\n      #mlb2-41858150.ml-form-embedContainer h4,\n      #mlb2-41858150.ml-form-embedContainer p,\n      #mlb2-41858150.ml-form-embedContainer span,\n      #mlb2-41858150.ml-form-embedContainer button {\n        text-transform: none !important;\n        letter-spacing: normal !important;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper {\n        background-color: #f6f6f6;<\/p>\n<p>        border-width: 0px;\n        border-color: transparent;\n        border-radius: 4px;\n        border-style: solid;\n        box-sizing: border-box;\n        display: inline-block !important;\n        margin: 0;\n        padding: 0;\n        position: relative;\n              }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 400px; width: 100%; }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-align-left { text-align: left; }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-align-center { text-align: center; }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-align-right { text-align: right; }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {\n        border-top-left-radius: 4px;\n        border-top-right-radius: 4px;\n        height: auto;\n        margin: 0 auto !important;\n        max-width: 100%;\n        width: undefinedpx;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {\n        padding: 20px 20px 0 20px;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {\n        padding-bottom: 0;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {\n        text-align: left;\n        margin: 0 0 20px 0;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {\n        color: #000000;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-size: 30px;\n        font-weight: 400;\n        margin: 0 0 10px 0;\n        text-align: left;\n        word-break: break-word;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {\n        color: #000000;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-size: 14px;\n        font-weight: 400;\n        line-height: 20px;\n        margin: 0 0 10px 0;\n        text-align: left;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {\n        color: #000000;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-size: 14px;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {\n        list-style-type: lower-alpha;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {\n        list-style-type: lower-roman;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {\n        color: #000000;\n        text-decoration: underline;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {\n        text-align: left!important;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {\n        margin-bottom: 5px;\n        color: #333333;\n        font-size: 14px;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-weight: bold; font-style: normal; text-decoration: none;;\n        display: inline-block;\n        line-height: 20px;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {\n        margin: 0;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {\n        margin: 0;\n        width: 100%;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {\n        margin: 0 0 20px 0;\n        width: 100%;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {\n        float: left;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {\n        margin: 0;\n        padding: 0 0 20px 0;\n        width: 100%;\n        height: auto;\n        float: left;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {\n        margin: 0 0 10px 0;\n        width: 100%;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {\n        margin: 0;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {\n        margin: 0;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {\n        background-color: #ffffff !important;\n        color: #333333 !important;\n        border-color: #cccccc;\n        border-radius: 4px !important;\n        border-style: solid !important;\n        border-width: 1px !important;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-size: 14px !important;\n        height: auto;\n        line-height: 21px !important;\n        margin-bottom: 0;\n        margin-top: 0;\n        margin-left: 0;\n        margin-right: 0;\n        padding: 10px 10px !important;\n        width: 100% !important;\n        box-sizing: border-box !important;\n        max-width: 100% !important;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {\n        background-color: #ffffff !important;\n        color: #333333 !important;\n        border-color: #cccccc;\n        border-radius: 4px !important;\n        border-style: solid !important;\n        border-width: 1px !important;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-size: 14px !important;\n        height: auto;\n        line-height: 21px !important;\n        margin-bottom: 0;\n        margin-top: 0;\n        padding: 10px 10px !important;\n        width: 100% !important;\n        box-sizing: border-box !important;\n        max-width: 100% !important;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {\n          border-color: #cccccc!important;\n          background-color: #ffffff!important;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=\"checkbox\"]{\n        box-sizing: border-box;\n        padding: 0;\n        position: absolute;\n        z-index: -1;\n        opacity: 0;\n        margin-top: 5px;\n        margin-left: -1.5rem;\n        overflow: visible;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {\n        border-radius: 4px!important;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'\/%3e%3c\/svg%3e\");\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'\/%3e%3c\/svg%3e\");\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {\n          border-color: #000000!important;\n          background-color: #000000!important;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {\n           top: 2px;\n           box-sizing: border-box;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {\n           top: 0px!important;\n           box-sizing: border-box!important;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {\n        top: 0px!important;\n           box-sizing: border-box!important;\n      }<\/p>\n<p>       #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {\n            top: 0px!important;\n            box-sizing: border-box!important;\n            position: absolute;\n            left: -1.5rem;\n            display: block;\n            width: 1rem;\n            height: 1rem;\n            content: \"\";\n       }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {\n        top: 0px!important;\n        box-sizing: border-box!important;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {\n          position: absolute;\n          top: 4px;\n          left: -1.5rem;\n          display: block;\n          width: 16px;\n          height: 16px;\n          pointer-events: none;\n          content: \"\";\n          background-color: #ffffff;\n          border: #adb5bd solid 1px;\n          border-radius: 50%;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {\n          position: absolute;\n          top: 2px!important;\n          left: -1.5rem;\n          display: block;\n          width: 1rem;\n          height: 1rem;\n          content: \"\";\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {\n          position: absolute;\n          top: 4px;\n          left: -1.5rem;\n          display: block;\n          width: 16px;\n          height: 16px;\n          pointer-events: none;\n          content: \"\";\n          background-color: #ffffff;\n          border: #adb5bd solid 1px;\n          border-radius: 50%;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {\n          position: absolute;\n          top: 0px!important;\n          left: -1.5rem;\n          display: block;\n          width: 1rem;\n          height: 1rem;\n          content: \"\";\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {\n          position: absolute;\n          top: 0px!important;\n          left: -1.5rem;\n          display: block;\n          width: 1rem;\n          height: 1rem;\n          content: \"\";\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {\n          background: no-repeat 50%\/50% 50%;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {\n          background: no-repeat 50%\/50% 50%;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {\n        position: relative;\n        display: block;\n        min-height: 1.5rem;\n        padding-left: 1.5rem;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {\n          position: absolute;\n          z-index: -1;\n          opacity: 0;\n          box-sizing: border-box;\n          padding: 0;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {\n          color: #000000;\n          font-size: 12px!important;\n          font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n          line-height: 22px;\n          margin-bottom: 0;\n          position: relative;\n          vertical-align: top;\n          font-style: normal;\n          font-weight: 700;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {\n        background-color: #ffffff !important;\n        color: #333333 !important;\n        border-color: #cccccc;\n        border-radius: 4px !important;\n        border-style: solid !important;\n        border-width: 1px !important;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-size: 14px !important;\n        line-height: 20px !important;\n        margin-bottom: 0;\n        margin-top: 0;\n        padding: 10px 28px 10px 12px !important;\n        width: 100% !important;\n        box-sizing: border-box !important;\n        max-width: 100% !important;\n        height: auto;\n        display: inline-block;\n        vertical-align: middle;\n        background: url('https:\/\/assets.mlcdn.com\/ml\/images\/default\/dropdown.svg') no-repeat right .75rem center\/8px 10px;\n        -webkit-appearance: none;\n        -moz-appearance: none;\n        appearance: none;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {\n        height: auto;\n        width: 100%;\n        float: left;\n      }\n      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }\n      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }\n      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }\n      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {\n        background-color: #ffffff;\n        color: #333333;\n        border-color: #cccccc;\n        border-radius: 4px;\n        border-style: solid;\n        border-width: 1px;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-size: 14px;\n        line-height: 20px;\n        margin-bottom: 0;\n        margin-top: 0;\n        padding: 10px 10px;\n        width: 100%;\n        box-sizing: border-box;\n        overflow-y: initial;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {\n        background-color: #000000 !important;\n        border-color: #000000;\n        border-style: solid;\n        border-width: 1px;\n        border-radius: 4px;\n        box-shadow: none;\n        color: #ffffff !important;\n        cursor: pointer;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-size: 14px !important;\n        font-weight: 700;\n        line-height: 20px;\n        margin: 0 !important;\n        padding: 10px !important;\n        width: 100%;\n        height: auto;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {\n        background-color: #333333 !important;\n        border-color: #333333 !important;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=\"checkbox\"] {\n        box-sizing: border-box;\n        padding: 0;\n        position: absolute;\n        z-index: -1;\n        opacity: 0;\n        margin-top: 5px;\n        margin-left: -1.5rem;\n        overflow: visible;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {\n        color: #000000;\n        display: block;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n        font-size: 12px;\n        text-align: left;\n        margin-bottom: 0;\n        position: relative;\n        vertical-align: top;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {\n        font-weight: normal;\n        margin: 0;\n        padding: 0;\n        position: relative;\n        display: block;\n        min-height: 24px;\n        padding-left: 24px;<\/p>\n<p>      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {\n        color: #000000;\n        text-decoration: underline;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {\n        color: #000000 !important;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;\n        font-size: 12px !important;\n        font-weight: normal !important;\n        line-height: 18px !important;\n        padding: 0 !important;\n        margin: 0 5px 0 0 !important;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {\n        margin: 0;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {\n        margin: 0 0 20px 0;\n        float: left;\n        width: 100%;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {\n        background-color: #000000 !important;\n        border: none !important;\n        border-radius: 4px !important;\n        box-shadow: none !important;\n        color: #ffffff !important;\n        cursor: pointer;\n        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;\n        font-size: 14px !important;\n        font-weight: 700 !important;\n        line-height: 21px !important;\n        height: auto;\n        padding: 10px !important;\n        width: 100% !important;\n        box-sizing: border-box !important;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {\n        display: none;\n      }\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {\n        background-color: #333333 !important;\n      }\n      .ml-subscribe-close {\n        width: 30px;\n        height: 30px;\n        background: url('https:\/\/assets.mlcdn.com\/ml\/images\/default\/modal_close.png') no-repeat;\n        background-size: 30px;\n        cursor: pointer;\n        margin-top: -10px;\n        margin-right: -10px;\n        position: absolute;\n        top: 0;\n        right: 0;\n      }\n      .ml-error input, .ml-error textarea, .ml-error select {\n        border-color: red!important;\n      }<\/p>\n<p>      .ml-error .custom-checkbox-radio-list {\n        border: 1px solid red !important;\n        border-radius: 4px;\n        padding: 10px;\n      }<\/p>\n<p>      .ml-error .label-description,\n      .ml-error .label-description p,\n      .ml-error .label-description p a,\n      .ml-error label:first-child {\n        color: #ff0000 !important;\n      }<\/p>\n<p>      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,\n      #mlb2-41858150.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {\n        color: #ff0000 !important;\n      }\n            @media only screen and (max-width: 400px){<\/p>\n<p>        .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }\n        .ml-form-formContent.horozintalForm { float: left!important; }\n        .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }\n        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }\n        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }\n        .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }\n        .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn { padding-top: 0px!important; }<\/p>\n<p>      }\n    <\/style>\n<div id=\"mlb2-41858150\" class=\"ml-form-embedContainer ml-subscribe-form ml-subscribe-form-41858150\">\n<div class=\"ml-form-align-center\">\n<div class=\"ml-form-embedWrapper embedForm\">\n<div class=\"ml-form-embedBody ml-form-embedBodyDefault row-form\">\n<div class=\"ml-form-embedContent\" style=\" \">\n<h4>Responsibility Audit Signup<\/h4>\n<p>Leave your name and e-mail to receive the audit<\/p>\n<\/p><\/div>\n<form class=\"ml-block-form\" action=\"https:\/\/assets.mailerlite.com\/jsonp\/2355918\/forms\/188650047487870231\/subscribe\" data-code=\"\" method=\"post\" target=\"_blank\">\n<div class=\"ml-form-formContent\">\n<div class=\"ml-form-fieldRow\">\n<div class=\"ml-field-group ml-field-name\">\n<p>                      <label>Name<\/label><\/p>\n<p>                      <!-- input --><br \/>\n                      <input aria-label=\"name\" type=\"text\" class=\"form-control\" data-inputmask=\"\" name=\"fields[name]\" placeholder=\"\" autocomplete=\"given-name\"><br \/>\n                      <!-- \/input --><\/p>\n<p>                      <!-- textarea --><\/p>\n<p>                      <!-- \/textarea --><\/p>\n<p>                      <!-- select --><\/p>\n<p>                      <!-- \/select --><\/p>\n<p>                      <!-- checkboxes --><\/p>\n<p>            <!-- \/checkboxes --><\/p>\n<p>                      <!-- radio --><\/p>\n<p>                      <!-- \/radio --><\/p>\n<p>                      <!-- countries --><\/p>\n<p>                      <!-- \/countries --><\/p><\/div>\n<\/p><\/div>\n<div class=\"ml-form-fieldRow ml-last-item\">\n<div class=\"ml-field-group ml-field-email ml-validate-email ml-validate-required\">\n<p>                      <label>Email<\/label><\/p>\n<p>                      <!-- input --><br \/>\n                      <input aria-label=\"email\" aria-required=\"true\" type=\"email\" class=\"form-control\" data-inputmask=\"\" name=\"fields[email]\" placeholder=\"\" autocomplete=\"email\"><br \/>\n                      <!-- \/input --><\/p>\n<p>                      <!-- textarea --><\/p>\n<p>                      <!-- \/textarea --><\/p>\n<p>                      <!-- select --><\/p>\n<p>                      <!-- \/select --><\/p>\n<p>                      <!-- checkboxes --><\/p>\n<p>            <!-- \/checkboxes --><\/p>\n<p>                      <!-- radio --><\/p>\n<p>                      <!-- \/radio --><\/p>\n<p>                      <!-- countries --><\/p>\n<p>                      <!-- \/countries --><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>              <!-- Privacy policy --><\/p>\n<p>              <!-- \/Privacy policy --><\/p>\n<p>              <input type=\"hidden\" name=\"ml-submit\" value=\"1\"><\/p>\n<div class=\"ml-form-embedSubmit\">\n<p>                  <button type=\"submit\" class=\"primary\">Send me the audit<\/button><\/p>\n<p>                <button disabled=\"disabled\" style=\"display: none;\" type=\"button\" class=\"loading\"><\/p>\n<div class=\"ml-form-embedSubmitLoad\"><\/div>\n<p>                  <span class=\"sr-only\">Loading&#8230;<\/span><br \/>\n                <\/button>\n              <\/div>\n<p>              <input type=\"hidden\" name=\"anticsrf\" value=\"true\"><br \/>\n            <\/form>\n<\/p><\/div>\n<div class=\"ml-form-successBody row-success\" style=\"display: none\">\n<div class=\"ml-form-successContent\">\n<h4>Wonderful!<\/h4>\n<p>Check your inbox in the next minute or two. The audit is on its way.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <script>\n    function ml_webform_success_41858150() {\n      var $ = ml_jQuery || jQuery;\n      $('.ml-subscribe-form-41858150 .row-success').show();\n      $('.ml-subscribe-form-41858150 .row-form').hide();\n    }\n      <\/script><\/p>\n<p>      <script src=\"https:\/\/groot.mailerlite.com\/js\/w\/webforms.min.js?vb397d78ebaa8a0f631d35384c46d781b\" type=\"text\/javascript\"><\/script><br \/>\n        <script>\n            fetch(\"https:\/\/assets.mailerlite.com\/jsonp\/2355918\/forms\/188650047487870231\/takel\")\n        <\/script><br \/>\n><\/p><\/div>\n<p class=\"ka-audit-microcopy\">Takes about 6 minutes to complete. Your email stays private.<\/p>\n<div class=\"ka-audit-footer\">\n<p>Created by Kateryna Kolkova<br \/>For women rebuilding their lives from the inside out.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>and paste your MailerLite embed code in its place. Then delete the placeholder comment line itself. 6. Click Update \/ Publish ============================================================================== &#8211;> A free self-audit Which 5 things are you carrying that aren&#8217;t yours? A short, honest audit for women who are quietly tired of being the strong one. 6 questions, 6 minutes, a [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1736","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/katerynakolkova.com\/da\/wp-json\/wp\/v2\/pages\/1736","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/katerynakolkova.com\/da\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/katerynakolkova.com\/da\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/katerynakolkova.com\/da\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/katerynakolkova.com\/da\/wp-json\/wp\/v2\/comments?post=1736"}],"version-history":[{"count":17,"href":"https:\/\/katerynakolkova.com\/da\/wp-json\/wp\/v2\/pages\/1736\/revisions"}],"predecessor-version":[{"id":1743,"href":"https:\/\/katerynakolkova.com\/da\/wp-json\/wp\/v2\/pages\/1736\/revisions\/1743"}],"wp:attachment":[{"href":"https:\/\/katerynakolkova.com\/da\/wp-json\/wp\/v2\/media?parent=1736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}