.elementor-8153 .elementor-element.elementor-element-4ee89d0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-51b5460 */body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.8;
      margin: 40px;
      color: #333;
      background-color: #fdfdfd;
    }

    h1, h2, h3 {
      text-align: center;
      margin: 0;
    }

    h1 {
      margin-bottom: 30px;
      font-size: 24px;
      text-transform: uppercase;
      color: #003366;
    }

    h2 {
      font-size: 20px;
      color: #006699;
    }

    h3 {
      font-size: 16px;
      color: #444;
      margin-bottom: 20px;
    }

    .details p {
      margin: 6px 0;
      font-size: 14px;
    }

    ul {
      margin: 8px 0;
      padding-left: 30px;
    }

    ol {
      padding-left: 25px;
      counter-reset: item;
    }

    ol > li {
      margin-bottom: 18px;
      font-size: 15px;
    }

    ol > li::marker {
      font-weight: bold;
    }

    ul li {
      margin-bottom: 6px;
    }

    .indent {
      margin-left: 30px;
      color: #555;
      font-style: italic;
    }

    .signature {
      margin-top: 60px;
      font-size: 14px;
    }

    .signature p {
      margin: 0;
    }

    .signature span {
      width: 40%;
      display: inline-block;
      text-align: right;
    }

    @media print {
      body {
        color: black;
        background: white;
      }

      .signature span {
        float: none !important;
        display: inline-block;
        width: 45%;
        text-align: right;
      }

      .details, ol, ul {
        page-break-inside: avoid;
      }
    }/* End custom CSS */