.footer {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  color: #ffffff;
}
.footer .assure {
  background: #07162d;
  padding-bottom: 20px;
}
.footer .assure .row .col {
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 720px) {
  .footer .assure .row .col {
    font-size: 16px;
  }
}
.footer .assure .row .col img {
  margin-right: 5px;
}
.footer .more {
  background: #0a1a33;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer .more a {
  text-decoration: none;
}
.footer .more .content {
  display: flex;
}
.footer .more .content .contact {
  flex: 0 0 500px;
  width: 500px;
}
.footer .more .content .contact .company {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 40px;
}
.footer .more .content .contact .item {
  padding: 5px 0;
}
.footer .more .content .contact .code {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.footer .more .content .contact .code img {
  width: 106px;
  height: 106px;
}
.footer .more .content .contact .code span {
  display: inline-block;
  width: 106px;
  text-align: center;
  margin-top: 10px;
}
.footer .more .content .other {
  flex-grow: 1;
}
.footer .more .content .other .box {
  display: flex;
}
.footer .more .content .other .box.footer-link-columns .item {
  width: 20%;
  padding-left: 16px;
}
.footer .more .content .other .box .item {
  width: 25%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.footer .more .content .other .box .item .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .more .content .other .box .item a {
  color: #8f8d8d;
  padding: 5px 0;
}
.footer .more .content .other .box .item a:hover {
  color: #ffffff;
}
.footer .more .content .other .line {
  height: 1px;
  border-bottom: 1px solid #3f3f3f;
}
.footer .more .content .other .fast {
  display: flex;
  padding: 20px 0;
}
.footer .more .content .other .fast .item {
  color: #ffffff;
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
}
.footer .more .content .other .fast .item img {
  width: 16px;
  height: 15px;
  margin-right: 5px;
}
.footer .more .content .other .icp {
  display: flex;
  padding: 20px 0;
}
.footer .more .content .other .icp .item {
  color: #ffffff;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.footer .more .content .other .icp .item img {
  margin-right: 5px;
}
.footer .more .content .other .channel-partners {
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d223f;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer .more .content .other .channel-partners .channel-partners__title {
  flex: 0 0 auto;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: #e8f0fc;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.footer .more .content .other .channel-partners .channel-partners__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}
.footer .more .content .other .channel-partners .channel-partners__item {
  color: #aebed5;
  font-size: 14px;
  line-height: 1.7;
}
.footer .more .content .other .channel-partners a.channel-partners__item {
  transition: color 0.2s ease;
}
.footer .more .content .other .channel-partners a.channel-partners__item:hover,
.footer .more .content .other .channel-partners a.channel-partners__item:focus-visible {
  color: #ffffff;
}
@media (max-width: 1500px) {
  .footer .more .content .other .icp {
    flex-direction: column;
  }
  .footer .more .content .other .icp .item {
    padding: 5px 0;
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .footer .more .content {
    flex-wrap: wrap;
  }
  .footer .more .content .other {
    display: block;
    flex: 0 0 100%;
    width: 100%;
  }
  .footer .more .content .other .footer-link-columns,
  .footer .more .content .other .line,
  .footer .more .content .other .fast,
  .footer .more .content .other .icp {
    display: none;
  }
  .footer .more .content .other .channel-partners {
    margin-top: 24px;
  }
  .footer .more .content .contact {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .footer .more .content .other .channel-partners {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
  }
  .footer .more .content .other .channel-partners__title {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 9px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}

/*# sourceMappingURL=footer.css.map */
