.logo-footer {
  max-width: 128px;
  max-height: 128px;
  aspect-ratio: 1;
}

.logo-footer {
  width: 96px;
  height: 96px;
  max-width: 128px;
  max-height: 128px;
  aspect-ratio: 1;
}

.border-right {
  border-right: solid var(--bs-body-bg);
  /*border-style: solid;*/
}

.bg-black {
  background-color: black;
}

@media (min-width: 1300px) {
  .wip-container {
    background: url("background/dsas-wip_bg-desktop.webp") center / cover no-repeat!important;
    height: 66vh;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .wip-container {
    background: url("background/dsas-wip_bg-desktop.webp") center / auto no-repeat;
    height: 66vh;
    width: 100%;
  }
}

.logo-header-2 {
  width: 128px;
  min-width: 72px;
}

@media (min-width: 992px) {
  .logo-header {
    width: 128px;
    min-width: 72px;
  }
}

@media (min-width: 992px) {
  .logo-header-2 {
    display: none;
    width: 128px;
    min-width: 72px;
  }
}

.logo-footer-main {
  max-width: 128px;
  min-width: 100px;
  transition: 0.2s linear;
}

.logo-footer-main:hover {
  transform: scale(1.1);
  transition: 0.2s linear;
}

@media (min-width: 992px) {
  .col-border-footer {
    border-right: solid var(--white);
    padding-left: 2rem;
  }
}

@media (max-width: 991px) {
  .col-border-footer {
    border-bottom: solid var(--white);
  }
}

@media (min-width: 992px) {
  .col-footer {
    padding-left: 1rem!important;
    padding-right: 2rem!important;
  }
}

@media (min-width: 992px) {
  .col-logo-footer-mobile {
    display: none!important;
  }
}

@media (max-width: 991px) {
  .col-logo-footer-desktop {
    display: none!important;
  }
}

@media (min-width: 992px) {
  #footer-wip {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  #footer-wip {
    margin-top: 32px;
  }
}

@media (min-width: 992px) {
  #dsas-footer {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  #dsas-footer {
    margin-top: 128px;
  }
}

.icon-social {
  width: 48px;
}

.icon-56 {
  width: 32px!important;
  height: 32px!important;
}

.logo-navbar {
  width: 80px;
  height: 80px;
}

