.cx-lead-logo {
  max-width: 140px;
  max-height: 40px;
}

.cx-lead-deliver-solutions {
  background-color: #D0ECE5;
}

.cx-lead-deliver-solutions .dr-deliver-solutions-list > li {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.40);
}

.cx-lead-deliver-solutions > div:first-child {
  justify-content: flex-start;
}

.cx-lead-deliver-solutions > div:first-child > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 41px 0px;
}


.cx-lead-deliver-solutions > div:first-child > div > img {
  max-height: 326px;
  object-fit: contain;
}

.cx-lead-supports > div:first-child {
  background-color: #DCECF8;
}

.cx-lead-security {
  display: flex;
  align-items: stretch;
  gap: 64px;
  padding: 80px 40px;
  box-sizing: border-box;
  background-color: #F2F2F2;
}

.cx-lead-security > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cx-lead-security > div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cx-lead-security > div:last-child > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  background: #FFF;
  backdrop-filter: blur(12.350000381469727px);
  box-sizing: border-box;
}

.cx-lead-security > div:last-child > div > img {
  max-height: 48px;
}

.cx-lead-bg-client-slider {
  background-color: rgba(220, 236, 248, 0.40);
}

.cx-lead-preview-form {
  box-shadow: -24px 54px 48px 0 rgba(0, 0, 0, 0.05);
}

.ccs-preview {
  gap: 0px;
  background-color: #F6EFDC;
  padding: 0;
}

.ccs-preview > div:first-child {
  padding: 96px 58px 96px 48px;
  box-sizing: border-box;
}

.ccs-preview > div:last-child {
  padding: 64px 48px 64px 50px;
  background-image: url("/img/welcome-from-the-cx-lead/bg_christmas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .my-div {
    background-image: url("/img/welcome-from-the-cx-lead/bg_christmas@2x.jpg");
  }
}


@media screen and (max-width: 1024px) {
  .cx-lead-security {
    flex-direction: column;
  }
}

@media screen and (max-width: 580px) {
  .cx-lead-security {
    display: none;
  }

  .cx-lead-clients-section .tacenter {
    text-align: left;
  }

  .cx-lead-deliver-solutions > div:first-child > div {
    padding: 32px 0px;
  }
}

@media screen and (max-width: 375px) {
  .cx-lead-security > div:last-child {
    grid-template-columns: 1fr;
  }

  .dr-preview-content-wrp > .f60 {
    font-size: 30px;
  }

  .dr-preview-content-wrp > h1 {
    line-height: normal;
  }
}