.elementor-40 .elementor-element.elementor-element-2207eb4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-075bff2 */<style>
  .pdr-page,
  .pdr-page * {
    box-sizing: border-box;
  }

  .pdr-page {
    font-family: Arial, sans-serif;
    color: #1b2b3a;
    line-height: 1.5;
  }

  .pdr-section {
    padding: 70px 20px;
  }

  .pdr-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .pdr-section--light {
    background: #ffffff;
  }

  .pdr-section--gray {
    background: #f6f8fb;
  }

  .pdr-section--dark {
    background: #0c3554;
    color: #ffffff;
  }

  .pdr-badge {
    display: inline-block;
    background: rgba(229, 57, 53, 0.1);
    color: #e53935;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .4px;
  }

  .pdr-section--dark .pdr-badge {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
  }

  .pdr-title {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    color: #163f67;
  }

  .pdr-section--dark .pdr-title {
    color: #ffffff;
  }

  .pdr-subtitle {
    margin: 0;
    font-size: 18px;
    color: #546575;
    max-width: 850px;
  }

  .pdr-section--dark .pdr-subtitle {
    color: rgba(255,255,255,0.85);
  }

  .pdr-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .pdr-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .pdr-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .pdr-card {
    background: #ffffff;
    border: 1px solid #e6ebf0;
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(14, 31, 53, 0.05);
    height: 100%;
  }

  .pdr-card--accent {
    border: 2px solid #dce8f5;
    box-shadow: 0 15px 35px rgba(14, 31, 53, 0.08);
  }

  .pdr-card h3,
  .pdr-card h4 {
    margin: 0 0 10px;
    color: #163f67;
  }

  .pdr-card p {
    margin: 0;
    color: #5b6a78;
    font-size: 15px;
    line-height: 1.6;
  }

  .pdr-mini-title {
    margin: 0 0 8px;
    font-size: 21px;
    font-weight: 800;
    color: #163f67;
  }

  .pdr-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .pdr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: .25s ease;
  }

  .pdr-btn--primary {
    background: #e53935;
    color: #ffffff;
  }

  .pdr-btn--primary:hover {
    background: #cb2e2a;
  }

  .pdr-btn--secondary {
    background: #163f67;
    color: #ffffff;
  }

  .pdr-btn--secondary:hover {
    background: #102f4d;
  }

  .pdr-btn--ghost {
    border: 1px solid #d4dde7;
    color: #163f67;
    background: transparent;
  }

  .pdr-btn--ghost:hover {
    background: #f3f7fb;
  }

  .pdr-btn--light {
    background: #ffffff;
    color: #163f67;
  }

  .pdr-btn--light:hover {
    background: #eef3f8;
  }

  .pdr-image-box {
    background: linear-gradient(135deg, #e9eff6, #d7e4f1);
    border-radius: 24px;
    min-height: 420px;
    overflow: hidden;
  }

  .pdr-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pdr-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }

  .pdr-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #5b6a78;
    line-height: 1.6;
  }

  .pdr-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e53935;
  }

  .pdr-text-block p {
    margin: 0 0 16px;
    color: #5b6a78;
    font-size: 16px;
    line-height: 1.7;
  }

  .pdr-text-block p:last-child {
    margin-bottom: 0;
  }

  .pdr-highlight-box {
    background: #ffffff;
    border-left: 4px solid #e53935;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(14, 31, 53, 0.05);
  }

  .pdr-highlight-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #445564;
  }

  @media (max-width: 1024px) {
    .pdr-title {
      font-size: 34px;
    }

    .pdr-grid-3,
    .pdr-grid-4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 767px) {
    .pdr-section {
      padding: 50px 16px;
    }

    .pdr-title {
      font-size: 28px;
    }

    .pdr-subtitle {
      font-size: 16px;
    }

    .pdr-grid-2,
    .pdr-grid-3,
    .pdr-grid-4 {
      grid-template-columns: 1fr;
    }

    .pdr-image-box {
      min-height: 260px;
    }

    .pdr-btns {
      flex-direction: column;
    }

    .pdr-btn {
      width: 100%;
    }

    .pdr-card {
      padding: 22px;
      border-radius: 18px;
    }

    .pdr-mini-title {
      font-size: 19px;
    }

    .pdr-text-block p {
      font-size: 15px;
    }
  }
</style>

<div class="pdr-page"></div>/* End custom CSS */