.app-l-screen-footer {
  width: 100%;
  min-width: 0;
  background: #041952;
  min-height: 66px;
  position: relative;
  z-index: 999;
  padding: 20px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app-l-screen-footer .app-l-screen-footer-content {
  width: 100%;
  padding: 16px 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .app-l-screen-footer .app-l-screen-footer-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0;
  }
}

.app-l-screen-footer .app-l-screen-footer-content .app-l-footer-left {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media screen and (max-width: 960px) {
  .app-l-screen-footer .app-l-screen-footer-content .app-l-footer-left {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .app-l-screen-footer .app-l-screen-footer-content .app-l-footer-left {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .app-l-screen-footer .app-l-screen-footer-content .app-l-footer-left {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0 28px;
    margin-bottom: 0;
  }

  .app-l-screen-footer .app-l-screen-footer-content .app-l-footer-left .footer-col-1 {
    width: 100%;
  }
}

.app-l-screen-footer .app-l-screen-footer-content .app-l-app-details {
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .app-l-screen-footer .app-l-screen-footer-content .app-l-app-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    flex-direction: column;
  }
}

.app-l-screen-footer .app-l-screen-footer-content .app-l-app-details .app-l-chip-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.3;
  margin: 4px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.app-l-screen-footer .app-l-screen-footer-content .app-l-app-details .app-l-chip-text:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .app-l-screen-footer .app-l-screen-footer-content .app-l-app-details .app-l-chip-text {
    min-width: 120px;
    text-align: center;
  }
}

.app-l-screen-footer .app-l-screen-footer-content .app-l-footer-right {
  min-width: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .app-l-screen-footer .app-l-screen-footer-content .app-l-footer-right {
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.app-l-screen-footer .app-l-screen-footer-content .app-l-icons-holder {
  margin: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.app-l-screen-footer .app-l-screen-footer-content .app-l-icons-holder .app-l-footer-icon {
  margin: 4px;
  padding: 4px;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.app-l-screen-footer .app-l-screen-footer-content .app-l-icons-holder .app-l-footer-icon:hover i {
  color: white;
}

.app-l-screen-footer .app-l-screen-footer-content .app-l-icons-holder .app-l-footer-icon i {
  margin: auto;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.app-l-screen-footer .app-l-logo-details {
  min-width: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 20px 0 0;
  float: left;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .app-l-screen-footer .app-l-logo-details {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    padding-top: 25px;
  }

  .app-l-screen-footer .app-l-logo-details p {
    margin-top: 10px !important;
    text-align: center;
  }
}

.app-l-screen-footer .app-l-logo-details>img {
  max-width: 30px;
  width: auto;
  max-height: 30px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .app-l-screen-footer .app-l-logo-details>img {
    max-width: 55px;
    max-height: max-content;
    width: 55px;
  }
}

.app-l-screen-footer .app-l-logo-details>p {
  font-family: "Mulish";
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.5;
  margin: 4px 16px;
}

.app-l-screen-footer .footer-col-1 {
  width: 300px;
}

.app-l-screen-footer .footer-col-1 img {
  width: 75px;
}

.app-l-screen-footer .app-copy-right-footer img {
  width: 90px;
}

.app-l-screen-footer .footer-col-1 p {
  color: #7f8aa7 !important;
  margin: 0.5rem 0 !important;
  font-size: 14px;
  font-weight: 600;
}

.app-l-screen-footer .footer-col-2,
.app-l-screen-footer .footer-col-3,
.app-l-screen-footer .footer-col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app-l-screen-footer .footer-col-2 h6,
.app-l-screen-footer .footer-col-3 h6,
.app-l-screen-footer .footer-col-4 h6 {
  color: #6f84ad !important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.75rem;
  margin-bottom: 15px;
}

.app-l-screen-footer .footer-col-2 a,
.app-l-screen-footer .footer-col-3 a,
.app-l-screen-footer .footer-col-4 a {
  color: #869ab8 !important;
  font-size: 14px;
  margin-bottom: 0.75rem !important;
  float: left;
  max-width: max-content;
}

.app-l-screen-footer .footer-col-2 a:hover,
.app-l-screen-footer .footer-col-3 a:hover,
.app-l-screen-footer .footer-col-4 a:hover {
  text-decoration: underline;
  color: white !important;
}

.app-copy-right-footer {

  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}


.app-copy-right-footer p {
  line-height: 5px;
  font-size: 12px !important;
}

@font-face {
  font-family: 'wecare';
  src: url("../fonts/icons/wecare.eot?fnexvu");
  src: url("../fonts/icons/wecare.eot?fnexvu#iefix") format("embedded-opentype"), url("../fonts/icons/wecare.ttf?fnexvu") format("truetype"), url("../fonts/icons/wecare.woff?fnexvu") format("woff"), url("../fonts/icons/wecare.svg?fnexvu#wecare") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}