
.footer {
    width: 100%;
    background: #e9f3ff;
    padding: 323px 0 0;
    position: relative;
    overflow: hidden;
  }

  .footer .shape{
    position: absolute;
    top: -1px;
    width: 100%;
    height: 100px;
    border-top: 100px solid #fff;
    box-sizing: border-box;
  }
  .footer .shape::before{
    height: 100px;
    background: linear-gradient(to top left, transparent 0%, transparent 49.2%, #fff 50%, #fff 100%);
  }
  .footer .shape::after{
    height: 2px;
    transform-origin: right;
    transform: rotate(-14deg) translateY(-5px);
    border-bottom: 2px dashed #02042b;
  }
  .footer .shape::before,
  .footer .shape::after{
    content: "";
    display: block;
    width: 15%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .footer .shape .alpha{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 0;
    height: 0;
    transform-origin: top right;
    border-style: solid;
    border-width: 250px 15vw 0px 0px;
    border-color: rgba(0, 122, 255, .2) transparent transparent transparent;
  }

  .footer .shape .brdr::before{
  height: 170px;
    background: linear-gradient(to top right, transparent 0%, transparent 49.5%, #fff 50%, #fff 100%);
}
.footer .shape .brdr::after,
.footer .shape .brdr::before{
  content: "";
  display: block;
  width: 85%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.footer .shape .brdr::after{
  height: 2px;
    transform-origin: left;
    transform: rotate(5.5deg) translateY(-5px);
    border-bottom: 2px dashed #02042b;
}



  .footer .footer-wrap {
    width: 100%;
  }
  
  .footer .footer-wrap .footer-content {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
  
  .footer .footer-wrap .footer-content .panel {
    width: 100%;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
  }
  
  .footer .footer-wrap .footer-content .panel .item {
    padding-left: 15px;
    padding-right: 3rem;
  }
  
  .footer .footer-wrap .footer-content .panel .item .logo {
    width: 172px;
    height: 33px;
  }
  
  .footer .footer-wrap .footer-content .panel .item .desc {
    width: 330px;
  }
  
  .footer .footer-wrap .footer-content .panel .item .desc p {
    font-size: 14px;
    color: #000000;
    margin-top: 1rem;
    line-height: 20px;
  }
  
  .footer .footer-wrap .footer-content .panel .item .title {
    color: #002b8a;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1rem;
    margin-top: .5rem;
  }
  
  .footer .footer-wrap .footer-content .panel .item .title:first-child {
    margin-top: 0;
  }
  
  .footer .footer-wrap .footer-content .panel .item ul {
    font-size: 16px;
    line-height: 34px;
  }
  
  .footer .footer-wrap .footer-content .panel .item ul li {
    list-style: none;
  }
  
  .footer .footer-wrap .footer-content .panel .item ul li a {
    color: #3043ce;
    text-decoration: none;
  }
  
  .footer .footer-wrap .footer-content .panel .item ul li a:hover {
    color: #0056b3;
  }
  
  .footer .footer-wrap .footer-content .panel .item .social {
    display: flex;
  }
  
  .footer .footer-wrap .footer-content .panel .item .social a {
    text-decoration: none !important;
    color: #3043ce;
  }
  
  .footer .footer-wrap .footer-content .panel .item .social a img {
    height: 25px;
    margin-right: 10px;
  }
  
  .footer .footer-wrap .footer-content .panel .item .compliant {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .footer .footer-wrap .footer-content .panel .item .compliant .pt-1 {
    width: 90px;
  }
  
  .footer .footer-wrap .footer-content .panel .item .compliant .pt-2 {
    width: 90px;
    height: 90px;
    padding-top: 1rem;
  }
  
  .footer .footer-wrap .footer-content .panel .item .compliant .pt-3 {
    width: 90px;
    height: 90px;
    padding-top: .5rem;
  }
  
  .footer .footer-wrap .copyright {
    width: 100%;
    font-size: 20px;
    padding: 40px 0 70px;
    border-top: 1px solid #cad9eb;
    margin-top: 40px;
    text-align: center;
    background: #e9f3ff;
    box-sizing: border-box;
  }