.dci-widget {
  position: relative;
  max-width: 100%;
}

.dci-badge-wrap {
  position: absolute;
  top: -34px;
  left: 36px;
  line-height: 0;
  z-index: 2;
}

.dci-badge {
  display: inline-block;
  background-color: #1a4fd6;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 6px 6px 0 0;
}

.dci-card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #0F52BA;
  padding: 40px 40px 60px;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 4px 4px 30px 0 rgba(0, 34, 86, 0.9);
}

.dci-icon-wrap {
  margin-bottom: 25px;
  line-height: 0;
  min-height: 66px;
}
.dci-icon-wrap .dci-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a4fd6;
  font-size: 63px;
}
.dci-icon-wrap .dci-icon svg {
  width: 63px;
  height: auto;
  fill: currentColor;
}
.dci-icon-wrap .dci-icon i {
  line-height: 1;
}

.dci-title {
  margin: 0 0 16px;
  padding: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}
.dci-title__main {
  color: inherit;
}
.dci-title__highlight {
  color: #1a4fd6;
}

.dci-description {
  margin: 0 0 54px;
  padding: 0;
  font-size: 26px;
  line-height: 31px;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.26px;
}
.dci-description a {
  color: #0F52BA;
}

.dci-list {
  list-style: none;
  margin: 0 0 52px;
  padding: 0;
}
@media (max-width: 768px) {
  .dci-list {
    display: none;
  }
}
.dci-list__item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 18px;
}
.dci-list__item:not(:last-child) {
  margin-bottom: 7px;
}
.dci-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: #1a4fd6;
  font-size: 15px;
}
.dci-list__icon svg {
  width: 15px;
  height: 15px;
}
.dci-list__text {
  font-size: 18px;
  line-height: 1.5;
  color: #0b1220;
}

.dci-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 18px 24px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(134deg, #00C096 -14.72%, #000EC6 93.59%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dci-button:hover {
  text-decoration: none;
  color: #ffffff;
  filter: brightness(1.06);
}
.dci-button:active {
  transform: translateY(1px);
}
.dci-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dci-button__icon--before {
  margin-right: 10px;
}
.dci-button__icon--after {
  margin-left: 10px;
}
.dci-button__icon svg {
  width: 1em;
  height: 1em;
}
.dci-button__text {
  display: inline-block;
}

.dci-footer-text {
  font-size: 18px;
  color: #0F52BA;
  text-align: center;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .dci-card {
    padding: 24px;
  }
  .dci-icon-wrap {
    margin-bottom: 15px;
    min-height: auto;
  }
  .dci-icon-wrap .dci-icon svg {
    width: 40px;
  }
  .dci-badge-wrap {
    left: 20px;
  }
  .dci-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .dci-description {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.18px;
    margin-bottom: 30px;
  }
  .dci-list {
    display: none;
  }
  .dci-card .da-button.da-button-medium {
    font-size: 14px;
    padding: 11px;
  }
  .dci-footer-text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=contact-info.css.map */
