{"id":4637,"date":"2026-08-11T11:12:41","date_gmt":"2026-08-11T08:12:41","guid":{"rendered":"https:\/\/allianceuacso.com\/?page_id=4637"},"modified":"2026-08-11T11:49:36","modified_gmt":"2026-08-11T08:49:36","slug":"duty-of-care","status":"publish","type":"page","link":"https:\/\/allianceuacso.com\/uk\/duty-of-care\/","title":{"rendered":"\u041e\u0431\u043e\u0432'\u044f\u0437\u043e\u043a \u0442\u0443\u0440\u0431\u043e\u0442\u0438"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4637\" class=\"elementor elementor-4637\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17c0925 e-flex e-con-boxed e-con e-parent\" data-id=\"17c0925\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ac2fab elementor-widget elementor-widget-html\" data-id=\"8ac2fab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"doc-page\" id=\"duty-of-care\">\n  <style>\n    .doc-page {\n      --gold: #C3A043;\n      --blue: #ACBDCD;\n      --gray: #696968;\n      --light-gray: #CFCFCF;\n      --black: #000000;\n      --white: #FFFFFF;\n\n      width: 100%;\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 56px 20px 88px;\n      font-family: inherit;\n      color: var(--black);\n      box-sizing: border-box;\n    }\n\n    .doc-page *,\n    .doc-page *::before,\n    .doc-page *::after {\n      box-sizing: border-box;\n    }\n\n    .doc-page a {\n      text-decoration: none !important;\n    }\n\n    \/* ---------- Shared typography ---------- *\/\n\n    .doc-kicker {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 16px;\n      color: var(--gold);\n      font-size: 13px;\n      font-weight: 800;\n      letter-spacing: 1.8px;\n      text-transform: uppercase;\n    }\n\n    .doc-kicker::before {\n      content: \"\";\n      width: 42px;\n      height: 1px;\n      background: var(--gold);\n    }\n\n    .doc-section-title {\n      max-width: 860px;\n      margin: 0;\n      font-size: clamp(31px, 4vw, 48px);\n      line-height: 1.14;\n      letter-spacing: -0.8px;\n      font-weight: 850;\n      color: var(--black);\n    }\n\n    .doc-section-title span {\n      color: var(--gold);\n    }\n\n    .doc-section-lead {\n      max-width: 880px;\n      margin: 16px 0 0;\n      color: var(--gray);\n      font-size: 18px;\n      line-height: 1.75;\n    }\n\n    \/* ---------- Hero ---------- *\/\n\n    .doc-hero {\n      position: relative;\n      display: grid;\n      grid-template-columns: 1.04fr 0.96fr;\n      gap: 44px;\n      align-items: center;\n      min-height: 610px;\n      padding: 54px;\n      border: 1px solid var(--light-gray);\n      border-radius: 30px;\n      background:\n        radial-gradient(circle at 8% 8%, rgba(195,160,67,0.17), transparent 30%),\n        radial-gradient(circle at 92% 8%, rgba(172,189,205,0.30), transparent 32%),\n        var(--white);\n      box-shadow: 0 24px 60px rgba(0,0,0,0.07);\n      overflow: hidden;\n    }\n\n    .doc-hero::before {\n      content: \"\";\n      position: absolute;\n      inset: -35%;\n      background-image:\n        linear-gradient(rgba(105,105,104,0.055) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(105,105,104,0.055) 1px, transparent 1px);\n      background-size: 58px 58px;\n      transform: rotate(-8deg);\n      animation: docGridMove 18s linear infinite;\n      pointer-events: none;\n    }\n\n    @keyframes docGridMove {\n      from { transform: rotate(-8deg) translate3d(0,0,0); }\n      to   { transform: rotate(-8deg) translate3d(58px,58px,0); }\n    }\n\n    .doc-hero-copy,\n    .doc-hero-visual {\n      position: relative;\n      z-index: 2;\n    }\n\n    .doc-hero h1 {\n      margin: 0 0 22px;\n      max-width: 700px;\n      color: var(--black);\n      font-size: clamp(38px, 5vw, 64px);\n      line-height: 1.02;\n      letter-spacing: -1.5px;\n      font-weight: 900;\n    }\n\n    .doc-hero h1 span {\n      display: block;\n      margin-top: 8px;\n      color: var(--gold);\n      font-size: 0.62em;\n      line-height: 1.12;\n      letter-spacing: -0.8px;\n    }\n\n    .doc-hero-text {\n      max-width: 670px;\n      margin: 0;\n      color: var(--gray);\n      font-size: 18px;\n      line-height: 1.74;\n    }\n\n    .doc-hero-actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 32px;\n    }\n\n    .doc-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 9px;\n      min-height: 50px;\n      padding: 13px 22px;\n      border-radius: 999px;\n      border: 1px solid transparent;\n      font-size: 14px;\n      font-weight: 800;\n      transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;\n    }\n\n    .doc-btn-primary {\n      background: var(--blue);\n      color: var(--black) !important;\n      box-shadow: 0 12px 26px rgba(172,189,205,0.34);\n    }\n\n    .doc-btn-primary:hover {\n      transform: translateY(-3px);\n      background: var(--gold);\n      color: var(--white) !important;\n      box-shadow: 0 14px 30px rgba(195,160,67,0.26);\n    }\n\n    .doc-btn-secondary {\n      background: var(--white);\n      color: var(--gray) !important;\n      border-color: var(--light-gray);\n      box-shadow: 0 10px 24px rgba(0,0,0,0.05);\n    }\n\n    .doc-btn-secondary:hover {\n      transform: translateY(-3px);\n      color: var(--black) !important;\n      border-color: var(--gold);\n    }\n\n    .doc-source-note {\n      margin-top: 24px;\n      color: var(--gray);\n      font-size: 13px;\n      line-height: 1.55;\n    }\n\n    \/* ---------- Animated care visual ---------- *\/\n\n    .doc-care-stage {\n      position: relative;\n      min-height: 430px;\n      border-radius: 28px;\n      background:\n        radial-gradient(circle at 50% 45%, rgba(172,189,205,0.34), transparent 31%),\n        var(--white);\n      border: 1px solid var(--light-gray);\n      box-shadow: 0 22px 52px rgba(0,0,0,0.07);\n      overflow: hidden;\n    }\n\n    .doc-care-stage::before,\n    .doc-care-stage::after {\n      content: \"\";\n      position: absolute;\n      left: 50%;\n      top: 50%;\n      border-radius: 50%;\n      border: 1px solid rgba(105,105,104,0.18);\n      transform: translate(-50%, -50%);\n      animation: docBreath 4.4s ease-in-out infinite;\n    }\n\n    .doc-care-stage::before {\n      width: 300px;\n      height: 300px;\n    }\n\n    .doc-care-stage::after {\n      width: 382px;\n      height: 382px;\n      animation-delay: .7s;\n    }\n\n    @keyframes docBreath {\n      0%,100% { opacity: .40; transform: translate(-50%,-50%) scale(.96); }\n      50% { opacity: .92; transform: translate(-50%,-50%) scale(1.04); }\n    }\n\n    .doc-shield {\n      position: absolute;\n      left: 50%;\n      top: 50%;\n      width: 190px;\n      height: 218px;\n      transform: translate(-50%,-50%);\n      border: 4px solid var(--gold);\n      border-radius: 50% 50% 46% 46% \/ 36% 36% 64% 64%;\n      background: rgba(255,255,255,0.86);\n      box-shadow: 0 18px 42px rgba(0,0,0,0.08);\n      animation: docShieldFloat 4.8s ease-in-out infinite;\n      z-index: 3;\n    }\n\n    .doc-shield::before {\n      content: \"\";\n      position: absolute;\n      left: 50%;\n      top: 44%;\n      width: 78px;\n      height: 78px;\n      border-radius: 50%;\n      transform: translate(-50%,-50%);\n      background: var(--blue);\n      box-shadow: 0 0 0 18px rgba(172,189,205,0.22);\n    }\n\n    .doc-shield::after {\n      content: \"\";\n      position: absolute;\n      left: 50%;\n      top: 69%;\n      width: 104px;\n      height: 54px;\n      transform: translate(-50%,-50%);\n      border-radius: 54px 54px 30px 30px;\n      background: var(--gray);\n      opacity: .92;\n    }\n\n    @keyframes docShieldFloat {\n      0%,100% { transform: translate(-50%,-50%) translateY(0); }\n      50% { transform: translate(-50%,-50%) translateY(-9px); }\n    }\n\n    .doc-orbit {\n      position: absolute;\n      left: 50%;\n      top: 50%;\n      width: 338px;\n      height: 338px;\n      transform: translate(-50%,-50%);\n      border: 1px dashed rgba(195,160,67,0.44);\n      border-radius: 50%;\n      animation: docOrbit 18s linear infinite;\n      z-index: 2;\n    }\n\n    @keyframes docOrbit {\n      to { transform: translate(-50%,-50%) rotate(360deg); }\n    }\n\n    .doc-orbit-dot {\n      position: absolute;\n      width: 14px;\n      height: 14px;\n      border-radius: 50%;\n      background: var(--gold);\n      box-shadow: 0 0 0 8px rgba(195,160,67,0.15);\n    }\n\n    .doc-orbit-dot:nth-child(1) { left: 50%; top: -7px; }\n    .doc-orbit-dot:nth-child(2) { right: 17px; top: 25%; background: var(--blue); box-shadow: 0 0 0 8px rgba(172,189,205,0.18); }\n    .doc-orbit-dot:nth-child(3) { right: 48px; bottom: 36px; }\n    .doc-orbit-dot:nth-child(4) { left: 20px; bottom: 27%; background: var(--blue); box-shadow: 0 0 0 8px rgba(172,189,205,0.18); }\n\n    .doc-visual-label {\n      position: absolute;\n      z-index: 5;\n      padding: 11px 15px;\n      border-radius: 999px;\n      background: rgba(255,255,255,0.91);\n      border: 1px solid var(--light-gray);\n      color: var(--gray);\n      font-size: 12px;\n      font-weight: 800;\n      box-shadow: 0 10px 24px rgba(0,0,0,0.06);\n      backdrop-filter: blur(7px);\n    }\n\n    .doc-visual-label.one { left: 24px; top: 28px; }\n    .doc-visual-label.two { right: 24px; bottom: 28px; }\n\n    \/* ---------- Definition ---------- *\/\n\n    .doc-definition {\n      padding-top: 76px;\n    }\n\n    .doc-definition-grid {\n      display: grid;\n      grid-template-columns: 1.08fr .92fr;\n      gap: 26px;\n      align-items: stretch;\n      margin-top: 30px;\n    }\n\n    .doc-definition-main,\n    .doc-finding-card {\n      border-radius: 24px;\n      background: var(--white);\n      border: 1px solid var(--light-gray);\n      box-shadow: 0 16px 36px rgba(0,0,0,0.055);\n    }\n\n    .doc-definition-main {\n      padding: 32px;\n    }\n\n    .doc-definition-main p {\n      margin: 0 0 17px;\n      color: var(--gray);\n      font-size: 16.5px;\n      line-height: 1.78;\n    }\n\n    .doc-definition-main p:last-child { margin-bottom: 0; }\n\n    .doc-finding-card {\n      position: relative;\n      padding: 32px;\n      overflow: hidden;\n    }\n\n    .doc-finding-card::before {\n      content: \"\";\n      position: absolute;\n      inset: 0 auto 0 0;\n      width: 5px;\n      background: var(--gold);\n    }\n\n    .doc-finding-card strong {\n      display: block;\n      margin-bottom: 12px;\n      color: var(--black);\n      font-size: 23px;\n      line-height: 1.25;\n    }\n\n    .doc-finding-card p {\n      margin: 0;\n      color: var(--gray);\n      font-size: 16px;\n      line-height: 1.72;\n    }\n\n    .doc-date-pill {\n      display: inline-flex;\n      margin-bottom: 18px;\n      padding: 7px 11px;\n      border-radius: 999px;\n      background: rgba(172,189,205,0.28);\n      color: var(--gray);\n      font-size: 12px;\n      font-weight: 850;\n    }\n\n    \/* ---------- Minimum package ---------- *\/\n\n    .doc-package {\n      padding-top: 78px;\n    }\n\n    .doc-package-grid {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 14px;\n      margin-top: 30px;\n    }\n\n    .doc-package-card {\n      position: relative;\n      min-height: 250px;\n      padding: 24px 18px;\n      border-radius: 20px;\n      background: var(--white);\n      border: 1px solid var(--light-gray);\n      box-shadow: 0 14px 30px rgba(0,0,0,0.05);\n      overflow: hidden;\n      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n    }\n\n    .doc-package-card:hover {\n      transform: translateY(-6px);\n      border-color: var(--gold);\n      box-shadow: 0 22px 40px rgba(0,0,0,0.075);\n    }\n\n    .doc-package-number {\n      width: 42px;\n      height: 42px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 18px;\n      border-radius: 14px;\n      background: var(--blue);\n      color: var(--black);\n      font-weight: 900;\n      box-shadow: 0 9px 18px rgba(172,189,205,0.25);\n    }\n\n    .doc-package-card:nth-child(2n) .doc-package-number {\n      background: var(--gold);\n      color: var(--white);\n      box-shadow: 0 9px 18px rgba(195,160,67,0.20);\n    }\n\n    .doc-package-card h3 {\n      margin: 0 0 10px;\n      color: var(--black);\n      font-size: 17px;\n      line-height: 1.35;\n      font-weight: 850;\n    }\n\n    .doc-package-card p {\n      margin: 0;\n      color: var(--gray);\n      font-size: 14.5px;\n      line-height: 1.58;\n    }\n\n    .doc-package-note {\n      position: relative;\n      margin-top: 20px;\n      padding: 22px 24px 22px 58px;\n      border-radius: 18px;\n      background: rgba(172,189,205,0.19);\n      border: 1px solid var(--light-gray);\n      color: var(--gray);\n      font-size: 15.5px;\n      line-height: 1.65;\n    }\n\n    .doc-package-note::before {\n      content: \"!\";\n      position: absolute;\n      left: 20px;\n      top: 22px;\n      width: 24px;\n      height: 24px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      background: var(--gold);\n      color: var(--white);\n      font-weight: 900;\n    }\n\n    \/* ---------- Recommendations ---------- *\/\n\n    .doc-recommendations {\n      padding-top: 82px;\n    }\n\n    .doc-rec-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n      margin-top: 30px;\n    }\n\n    .doc-rec-card {\n      position: relative;\n      min-height: 420px;\n      padding: 28px 24px;\n      border-radius: 24px;\n      background: var(--white);\n      border: 1px solid var(--light-gray);\n      box-shadow: 0 16px 36px rgba(0,0,0,0.055);\n      overflow: hidden;\n      transition: transform .25s ease, box-shadow .25s ease;\n    }\n\n    .doc-rec-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 24px 44px rgba(0,0,0,0.075);\n    }\n\n    .doc-rec-card::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 5px;\n      background: linear-gradient(90deg, var(--gold), var(--blue));\n    }\n\n    .doc-rec-tag {\n      display: inline-flex;\n      margin-bottom: 18px;\n      padding: 7px 11px;\n      border-radius: 999px;\n      background: rgba(172,189,205,0.26);\n      color: var(--gray);\n      font-size: 12px;\n      font-weight: 850;\n    }\n\n    .doc-rec-card h3 {\n      margin: 0 0 16px;\n      color: var(--black);\n      font-size: 22px;\n      line-height: 1.28;\n      font-weight: 850;\n    }\n\n    .doc-rec-list {\n      margin: 0;\n      padding: 0;\n      list-style: none;\n      display: grid;\n      gap: 13px;\n    }\n\n    .doc-rec-list li {\n      position: relative;\n      padding-left: 22px;\n      color: var(--gray);\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    .doc-rec-list li::before {\n      content: \"\u2713\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: var(--gold);\n      font-weight: 900;\n    }\n\n    \/* ---------- Flow \/ systemic view ---------- *\/\n\n    .doc-flow {\n      margin-top: 78px;\n      padding: 36px;\n      border-radius: 28px;\n      background:\n        radial-gradient(circle at 8% 0%, rgba(195,160,67,0.16), transparent 30%),\n        var(--white);\n      border: 1px solid var(--light-gray);\n      box-shadow: 0 18px 44px rgba(0,0,0,0.055);\n    }\n\n    .doc-flow h3 {\n      margin: 0 0 24px;\n      color: var(--black);\n      font-size: clamp(27px, 3vw, 39px);\n      line-height: 1.2;\n      font-weight: 850;\n    }\n\n    .doc-flow-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 12px;\n    }\n\n    .doc-flow-step {\n      position: relative;\n      min-height: 164px;\n      padding: 20px 18px;\n      border-radius: 18px;\n      background: var(--white);\n      border: 1px solid var(--light-gray);\n      box-shadow: 0 11px 26px rgba(0,0,0,0.045);\n    }\n\n    .doc-flow-step strong {\n      display: block;\n      margin-bottom: 8px;\n      color: var(--black);\n      font-size: 16px;\n    }\n\n    .doc-flow-step span {\n      display: block;\n      color: var(--gray);\n      font-size: 14px;\n      line-height: 1.5;\n    }\n\n    .doc-flow-step::after {\n      content: \"\u2192\";\n      position: absolute;\n      right: -17px;\n      top: 50%;\n      z-index: 2;\n      transform: translateY(-50%);\n      color: var(--gold);\n      font-size: 25px;\n      font-weight: 900;\n    }\n\n    .doc-flow-step:last-child::after { display: none; }\n\n    \/* ---------- Documents ---------- *\/\n\n    .doc-library {\n      padding-top: 82px;\n    }\n\n    .doc-library-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n      margin-top: 30px;\n    }\n\n    .doc-library-card {\n      display: flex;\n      gap: 18px;\n      align-items: flex-start;\n      padding: 24px;\n      border-radius: 22px;\n      background: var(--white);\n      border: 1px solid var(--light-gray);\n      box-shadow: 0 16px 36px rgba(0,0,0,0.055);\n      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n    }\n\n    .doc-library-card:hover {\n      transform: translateY(-5px);\n      border-color: var(--gold);\n      box-shadow: 0 24px 44px rgba(0,0,0,0.075);\n    }\n\n    .doc-file-icon {\n      flex: 0 0 58px;\n      width: 58px;\n      height: 68px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 16px;\n      background: rgba(172,189,205,0.23);\n      border: 1px solid var(--light-gray);\n      color: var(--gray);\n      font-weight: 900;\n      font-size: 13px;\n      letter-spacing: .6px;\n    }\n\n    .doc-library-card h3 {\n      margin: 0 0 8px;\n      color: var(--black);\n      font-size: 19px;\n      line-height: 1.35;\n      font-weight: 850;\n    }\n\n    .doc-library-card p {\n      margin: 0 0 14px;\n      color: var(--gray);\n      font-size: 14.5px;\n      line-height: 1.6;\n    }\n\n    .doc-file-meta {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-bottom: 13px;\n    }\n\n    .doc-file-pill {\n      display: inline-flex;\n      padding: 6px 9px;\n      border-radius: 999px;\n      background: rgba(195,160,67,0.12);\n      color: var(--gray);\n      font-size: 11px;\n      font-weight: 850;\n    }\n\n    .doc-file-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 7px;\n      color: var(--gold) !important;\n      font-size: 14px;\n      font-weight: 850;\n      transition: transform .22s ease, color .22s ease;\n    }\n\n    .doc-file-link:hover {\n      transform: translateX(3px);\n      color: var(--black) !important;\n    }\n\n    \/* ---------- Closing CTA ---------- *\/\n\n    .doc-final {\n      position: relative;\n      margin-top: 78px;\n      padding: 54px 44px;\n      border-radius: 30px;\n      background:\n        radial-gradient(circle at 88% 0%, rgba(172,189,205,0.30), transparent 31%),\n        var(--gold);\n      color: var(--white);\n      text-align: center;\n      overflow: hidden;\n      box-shadow: 0 24px 58px rgba(0,0,0,0.12);\n    }\n\n    .doc-final::before {\n      content: \"\";\n      position: absolute;\n      inset: -42%;\n      background-image:\n        linear-gradient(rgba(255,255,255,0.075) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,0.075) 1px, transparent 1px);\n      background-size: 56px 56px;\n      transform: rotate(-8deg);\n      animation: docGridMove 18s linear infinite;\n      pointer-events: none;\n    }\n\n    .doc-final > * {\n      position: relative;\n      z-index: 2;\n    }\n\n    .doc-final h2 {\n      max-width: 880px;\n      margin: 0 auto 17px;\n      color: var(--white);\n      font-size: clamp(30px, 4vw, 48px);\n      line-height: 1.15;\n      font-weight: 900;\n      letter-spacing: -0.8px;\n    }\n\n    .doc-final p {\n      max-width: 820px;\n      margin: 0 auto 29px;\n      color: rgba(255,255,255,0.90);\n      font-size: 17.5px;\n      line-height: 1.7;\n    }\n\n    .doc-final-actions {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 12px;\n    }\n\n    .doc-final .doc-btn-primary {\n      background: var(--white);\n      color: var(--gray) !important;\n      box-shadow: 0 12px 28px rgba(0,0,0,0.10);\n    }\n\n    .doc-final .doc-btn-primary:hover {\n      background: var(--blue);\n      color: var(--black) !important;\n    }\n\n    .doc-final .doc-btn-secondary {\n      background: rgba(255,255,255,0.12);\n      color: var(--white) !important;\n      border-color: rgba(255,255,255,0.32);\n      box-shadow: none;\n    }\n\n    .doc-final .doc-btn-secondary:hover {\n      background: rgba(255,255,255,0.20);\n      color: var(--white) !important;\n      border-color: var(--white);\n    }\n\n    \/* ---------- Scroll reveal ---------- *\/\n\n    .doc-page.doc-reveal-ready .doc-reveal {\n      opacity: 0;\n      transform: translateY(22px);\n      transition: opacity .65s ease, transform .65s ease;\n    }\n\n    .doc-page.doc-reveal-ready .doc-reveal.is-visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* ---------- Responsive ---------- *\/\n\n    @media (max-width: 1080px) {\n      .doc-package-grid { grid-template-columns: repeat(2, 1fr); }\n      .doc-flow-grid { grid-template-columns: repeat(2, 1fr); }\n      .doc-flow-step:nth-child(2)::after { display: none; }\n    }\n\n    @media (max-width: 920px) {\n      .doc-hero,\n      .doc-definition-grid,\n      .doc-rec-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .doc-hero {\n        padding: 40px 28px;\n        min-height: auto;\n      }\n\n      .doc-care-stage { min-height: 380px; }\n    }\n\n    @media (max-width: 700px) {\n      .doc-page {\n        padding: 34px 14px 62px;\n      }\n\n      .doc-hero {\n        padding: 30px 20px;\n        border-radius: 22px;\n      }\n\n      .doc-hero h1 { font-size: 38px; }\n      .doc-hero-text,\n      .doc-section-lead { font-size: 16px; }\n\n      .doc-hero-actions,\n      .doc-final-actions {\n        flex-direction: column;\n      }\n\n      .doc-btn { width: 100%; }\n\n      .doc-package-grid,\n      .doc-flow-grid,\n      .doc-library-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .doc-flow-step::after { display: none; }\n\n      .doc-definition-main,\n      .doc-finding-card,\n      .doc-rec-card,\n      .doc-flow {\n        padding: 24px 20px;\n      }\n\n      .doc-library-card {\n        flex-direction: column;\n        padding: 22px 20px;\n      }\n\n      .doc-final {\n        padding: 40px 22px;\n        border-radius: 24px;\n      }\n\n      .doc-care-stage { min-height: 330px; }\n      .doc-care-stage::before { width: 244px; height: 244px; }\n      .doc-care-stage::after { width: 304px; height: 304px; }\n      .doc-orbit { width: 270px; height: 270px; }\n      .doc-shield { width: 154px; height: 178px; }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .doc-page *,\n      .doc-page *::before,\n      .doc-page *::after {\n        animation: none !important;\n        transition: none !important;\n      }\n\n      .doc-page.doc-reveal-ready .doc-reveal {\n        opacity: 1 !important;\n        transform: none !important;\n      }\n    }\n  <\/style>\n\n  <!-- HERO -->\n  <div class=\"doc-hero doc-reveal\">\n    <div class=\"doc-hero-copy\">\n      <div class=\"doc-kicker\">Our Work \/ Duty of Care<\/div>\n\n      <h1>\n        \u041e\u0431\u043e\u0432'\u044f\u0437\u043e\u043a \u0442\u0443\u0440\u0431\u043e\u0442\u0438\n       \n      <\/h1>\n\n      <p class=\"doc-hero-text\">\n        Duty of Care is a moral or legal obligation to protect personnel from physical and mental harm.\n        In humanitarian response, it reaches beyond an organisation\u2019s own staff to partners and volunteers \u2014\n        and includes safety, mental health, aid-delivery practices, coordination and fair partnership.\n      <\/p>\n\n      <div class=\"doc-hero-actions\">\n        <a class=\"doc-btn doc-btn-primary\" href=\"#doc-minimum\">Explore the minimum package \u2193<\/a>\n        <a class=\"doc-btn doc-btn-secondary\" href=\"#doc-documents\">View the study<\/a>\n      <\/div>\n\n      <div class=\"doc-source-note\">\n        Based on the October 2024 review developed with the support of Switzerland, in cooperation with\n        the Humanitarian NGO Platform in Ukraine and the Alliance of Ukrainian Civil Society Organizations.\n      <\/div>\n    <\/div>\n\n    <div class=\"doc-hero-visual\" aria-hidden=\"true\">\n      <div class=\"doc-care-stage\">\n        <div class=\"doc-visual-label one\">Safety + well-being<\/div>\n        <div class=\"doc-visual-label two\">Staff \u2022 partners \u2022 volunteers<\/div>\n\n        <div class=\"doc-orbit\">\n          <span class=\"doc-orbit-dot\"><\/span>\n          <span class=\"doc-orbit-dot\"><\/span>\n          <span class=\"doc-orbit-dot\"><\/span>\n          <span class=\"doc-orbit-dot\"><\/span>\n        <\/div>\n\n        <div class=\"doc-shield\"><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- WHAT IT MEANS -->\n  <section class=\"doc-definition doc-reveal\">\n    <div class=\"doc-kicker\">What Duty of Care means<\/div>\n    <h2 class=\"doc-section-title\">Care is broader than <span>equipment and security management<\/span><\/h2>\n    <p class=\"doc-section-lead\">\n      The review calls for a shared understanding of safety and security standards across humanitarian actors in Ukraine,\n      with Duty of Care applied throughout partnerships and implementation chains.\n    <\/p>\n\n    <div class=\"doc-definition-grid\">\n      <div class=\"doc-definition-main\">\n        <p>\n          The review defines Duty of Care as an obligation to ensure the safety and security of personnel from\n          physical and mental harm. It includes appropriate equipment and safety management, but is not limited to them.\n        <\/p>\n        <p>\n          The concept also covers mental health, aid-delivery mechanisms, coordination and principles of fair partnership.\n          This means that responsibility for care should be considered not only inside an organisation, but also in the way\n          projects are funded, partnerships are structured and humanitarian operations are organised.\n        <\/p>\n      <\/div>\n\n      <aside class=\"doc-finding-card\">\n        <span class=\"doc-date-pill\">Finding from the 2024 review<\/span>\n        <strong>A gap between risk and protection<\/strong>\n        <p>\n          The review identified significant gaps in the regulatory framework and highlighted inadequate access among local\n          responders to personal protective equipment and insurance \u2014 two critical safeguards in frontline humanitarian operations.\n        <\/p>\n      <\/aside>\n    <\/div>\n  <\/section>\n\n  <!-- MINIMUM PACKAGE -->\n  <section class=\"doc-package doc-reveal\" id=\"doc-minimum\">\n    <div class=\"doc-kicker\">Duty of Care minimum package<\/div>\n    <h2 class=\"doc-section-title\">Five elements for <span>frontline staff and volunteers<\/span><\/h2>\n    <p class=\"doc-section-lead\">\n      The proposed minimum package is intended for NGO\/CSO staff and volunteers working in frontline areas.\n    <\/p>\n\n    <div class=\"doc-package-grid\">\n      <article class=\"doc-package-card\">\n        <div class=\"doc-package-number\">1<\/div>\n        <h3>Accident & life insurance<\/h3>\n        <p>Insurance coverage for NGO\/CSO employees and volunteers.<\/p>\n      <\/article>\n\n      <article class=\"doc-package-card\">\n        <div class=\"doc-package-number\">2<\/div>\n        <h3>Psychosocial support<\/h3>\n        <p>Measures that support mental health and psychosocial well-being.<\/p>\n      <\/article>\n\n      <article class=\"doc-package-card\">\n        <div class=\"doc-package-number\">3<\/div>\n        <h3>Personal protective equipment<\/h3>\n        <p>PPE appropriate to the risks faced during humanitarian operations.<\/p>\n      <\/article>\n\n      <article class=\"doc-package-card\">\n        <div class=\"doc-package-number\">4<\/div>\n        <h3>Individual first aid kits<\/h3>\n        <p>IFAKs available to staff and volunteers operating in high-risk contexts.<\/p>\n      <\/article>\n\n      <article class=\"doc-package-card\">\n        <div class=\"doc-package-number\">5<\/div>\n        <h3>Training<\/h3>\n        <p>Training on package items, combined with introductory safety and security management training.<\/p>\n      <\/article>\n    <\/div>\n\n    <div class=\"doc-package-note\">\n      A central principle of the proposed package is that equipment should not be distributed without first building\n      the capacity of the people who will use it. The review also calls for simple, clear reporting procedures for local organisations.\n    <\/div>\n  <\/section>\n\n  <!-- RECOMMENDATIONS -->\n  <section class=\"doc-recommendations doc-reveal\">\n    <div class=\"doc-kicker\">Recommendations<\/div>\n    <h2 class=\"doc-section-title\">From individual protection to <span>system-level responsibility<\/span><\/h2>\n    <p class=\"doc-section-lead\">\n      The study\u2019s recommendations address donors, humanitarian coordination and organisations themselves.\n    <\/p>\n\n    <div class=\"doc-rec-grid\">\n      <article class=\"doc-rec-card\">\n        <span class=\"doc-rec-tag\">For donors<\/span>\n        <h3>Fund care as part of the response<\/h3>\n        <ul class=\"doc-rec-list\">\n          <li>Discuss and adopt a widely accepted minimum and optimum Duty of Care package.<\/li>\n          <li>Support endorsement of the minimum package by the Humanitarian Country Team.<\/li>\n          <li>Provide more flexible, lean and medium- to long-term funding.<\/li>\n          <li>Include structural and administrative overhead costs that sustain core organisational functions.<\/li>\n          <li>Offer adaptive support packages reflecting different organisational capacities and needs.<\/li>\n        <\/ul>\n      <\/article>\n\n      <article class=\"doc-rec-card\">\n        <span class=\"doc-rec-tag\">For humanitarian implementation<\/span>\n        <h3>Coordinate, mentor and protect data<\/h3>\n        <ul class=\"doc-rec-list\">\n          <li>Strengthen coordination at oblast and, where relevant, hromada level.<\/li>\n          <li>Prioritise mentoring and organisational development over short, stand-alone trainings.<\/li>\n          <li>Coordinate capacity-building initiatives to reduce duplication and standardise content.<\/li>\n          <li>Budget for data-protection measures where sensitive information is collected.<\/li>\n          <li>Improve evidence on returns to unsafe areas and clarify the legal framework around evacuations.<\/li>\n        <\/ul>\n      <\/article>\n\n      <article class=\"doc-rec-card\">\n        <span class=\"doc-rec-tag\">For INGOs \/ NNGOs \/ CSOs<\/span>\n        <h3>Make responsibility practical<\/h3>\n        <ul class=\"doc-rec-list\">\n          <li>Ensure employees and volunteers comply with safety and security standards.<\/li>\n          <li>Require incident reporting, humanitarian-principles training and appropriate use of equipment.<\/li>\n          <li>Promote bilingual information sharing on risks and incidents.<\/li>\n          <li>Build fair-partnership consortia between more established and smaller or newer organisations.<\/li>\n          <li>Invest in organisational specialisation and professionalisation over the medium and long term.<\/li>\n        <\/ul>\n      <\/article>\n    <\/div>\n  <\/section>\n\n  <!-- SYSTEM FLOW -->\n  <section class=\"doc-flow doc-reveal\">\n    <h3>How Duty of Care becomes part of humanitarian practice<\/h3>\n\n    <div class=\"doc-flow-grid\">\n      <div class=\"doc-flow-step\">\n        <strong>1. Recognise risk<\/strong>\n        <span>Understand the physical, psychological and operational risks faced by staff and volunteers.<\/span>\n      <\/div>\n\n      <div class=\"doc-flow-step\">\n        <strong>2. Budget for protection<\/strong>\n        <span>Integrate Duty of Care measures into project proposals, budgets and partnership arrangements.<\/span>\n      <\/div>\n\n      <div class=\"doc-flow-step\">\n        <strong>3. Build capacity<\/strong>\n        <span>Pair equipment and resources with training, mentoring and clear procedures.<\/span>\n      <\/div>\n\n      <div class=\"doc-flow-step\">\n        <strong>4. Share responsibility<\/strong>\n        <span>Apply Duty of Care across organisations, partners, coordination mechanisms and the wider response.<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- DOCUMENT LIBRARY -->\n  <section class=\"doc-library doc-reveal\" id=\"doc-documents\">\n    <div class=\"doc-kicker\">Study \/ October 2024<\/div>\n    <h2 class=\"doc-section-title\">Read the <span>Duty of Care package<\/span><\/h2>\n    <p class=\"doc-section-lead\">\n      The study is available in Ukrainian and English. Authors: Oleksandra Golub, Nicola Morganti, Yuliia Tretiakova.\n    <\/p>\n\n    <div class=\"doc-library-grid\">\n      <article class=\"doc-library-card\">\n        <div class=\"doc-file-icon\">UA<\/div>\n        <div>\n          <h3>Duty of Care package for local humanitarian responders in Ukraine<\/h3>\n          <div class=\"doc-file-meta\">\n            <span class=\"doc-file-pill\">Ukrainian<\/span>\n            <span class=\"doc-file-pill\">October 2024<\/span>\n          <\/div>\n          <p>Ukrainian version \u0434\u043e\u0441\u043b\u0456\u0434\u0436\u0435\u043d\u043d\u044f \u0442\u0430 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u0439 \u0449\u043e\u0434\u043e \u043c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0430\u043a\u0435\u0442\u0430 Duty of Care.<\/p>\n          <a class=\"doc-file-link\" href=\"https:\/\/allianceuacso.com\/download\/doc-uk\/\" target=\"_blank\" rel=\"noopener\">Open Ukrainian version \u2192<\/a>\n        <\/div>\n      <\/article>\n\n      <article class=\"doc-library-card\">\n        <div class=\"doc-file-icon\">EN<\/div>\n        <div>\n          <h3>Duty of Care package for local humanitarian responders in Ukraine<\/h3>\n          <div class=\"doc-file-meta\">\n            <span class=\"doc-file-pill\">\u0410\u043d\u0433\u043b\u0456\u0439\u0441\u044c\u043a\u0430 \u043c\u043e\u0432\u0430<\/span>\n            <span class=\"doc-file-pill\">October 2024<\/span>\n          <\/div>\n          <p>English version of the review, minimum package and recommendations for humanitarian actors.<\/p>\n          <a class=\"doc-file-link\" href=\"https:\/\/allianceuacso.com\/download\/doc-en\/\" target=\"_blank\" rel=\"noopener\">Open English version \u2192<\/a>\n        <\/div>\n      <\/article>\n    <\/div>\n  <\/section>\n\n  <!-- FINAL CTA -->\n  <section class=\"doc-final doc-reveal\">\n    <h2>Strengthening Duty of Care in Ukraine requires dialogue, coordination and shared responsibility<\/h2>\n    <p>\n      The Alliance of Ukrainian Civil Society Organizations works to ensure that the safety, well-being and voice\n      of Ukrainian humanitarian actors remain visible in humanitarian coordination, partnership and system reform.\n    <\/p>\n\n    <div class=\"doc-final-actions\">\n      <a class=\"doc-btn doc-btn-primary\" href=\"\/contact-us\/\">\u0417\u0432\u2019\u044f\u0436\u0456\u0442\u044c\u0441\u044f \u0437 \u0410\u043b\u044c\u044f\u043d\u0441\u043e\u043c<\/a>\n      <a class=\"doc-btn doc-btn-secondary\" href=\"\/our-work\/\">Go to \u201cOur Work\u201d<\/a>\n    <\/div>\n  <\/section>\n\n  <script>\n    (function () {\n      var root = document.getElementById('duty-of-care');\n      if (!root || !('IntersectionObserver' in window)) return;\n\n      root.classList.add('doc-reveal-ready');\n      var items = root.querySelectorAll('.doc-reveal');\n\n      var observer = new IntersectionObserver(function (entries) {\n        entries.forEach(function (entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('is-visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.12 });\n\n      items.forEach(function (item) { observer.observe(item); });\n    })();\n  <\/script>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Our Work \/ Duty of Care Duty of Care Duty of Care is a moral or legal obligation to protect personnel from physical and mental harm. In humanitarian response, it [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-4637","page","type-page","status-publish","hentry"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/allianceuacso.com\/uk\/wp-json\/wp\/v2\/pages\/4637","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/allianceuacso.com\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/allianceuacso.com\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/allianceuacso.com\/uk\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/allianceuacso.com\/uk\/wp-json\/wp\/v2\/comments?post=4637"}],"version-history":[{"count":14,"href":"https:\/\/allianceuacso.com\/uk\/wp-json\/wp\/v2\/pages\/4637\/revisions"}],"predecessor-version":[{"id":4658,"href":"https:\/\/allianceuacso.com\/uk\/wp-json\/wp\/v2\/pages\/4637\/revisions\/4658"}],"wp:attachment":[{"href":"https:\/\/allianceuacso.com\/uk\/wp-json\/wp\/v2\/media?parent=4637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}