@media only screen and (max-width: 991.98px) {
  .dl-site-footer footer.footer-section {
    padding: 33px 0;
  }
}
.dl-site-footer footer.footer-section .page-width {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media only screen and (max-width: 991.98px) {
  .dl-site-footer footer.footer-section .page-width {
    flex-direction: column;
    gap: 40px;
  }
}
.dl-site-footer footer.footer-section .footer-wrapper {
  width: 100%;
}
.dl-site-footer footer.footer-section .footer-wrapper .logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  order: 2;
  gap: 13px;
  max-width: 166px;
}
@media only screen and (max-width: 991.98px) {
  .dl-site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    width: 100%;
  }
}
.dl-site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
  width: 100%;
  max-width: 214px;
  margin: 0 auto;
}
.dl-site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dl-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials {
  align-items: start;
  justify-content: center;
  flex-basis: unset;
}
.dl-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a {
  width: 16px;
  height: 16px;
  min-width: 16px;
  color: var(--color-base-text);
}
.dl-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a:hover {
  color: var(--secondary-color);
}
.dl-site-footer footer.footer-section .footer-wrapper p.social-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .dl-site-footer footer.footer-section .footer-wrapper p.social-title {
    text-align: center;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .dl-site-footer footer.footer-section .footer-wrapper .desktop-nav-logos {
    width: 100%;
    padding-left: 30px;
  }
}
.dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation {
  flex: 1;
  gap: 20px;
  flex-wrap: wrap;
  display: flex;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation {
    justify-content: space-between;
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .footer-item {
    width: calc(50% - 20px);
  }
  .dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .footer-item:nth-child(2) {
    order: 1;
  }
  .dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .footer-item:nth-child(3) {
    order: 3;
  }
  .dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .footer-item:nth-child(4) {
    order: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .logo-wrapper {
    order: 4;
  }
}
.dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .link-title {
  font-size: 14px;
  color: var(--color-base-text);
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .link-title {
    margin-bottom: 20px;
  }
}
.dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li {
  line-height: 1;
}
.dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li a {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  color: var(--color-base-text);
}
.dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li a:hover {
  color: var(--primary-color);
}
.dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .dl-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.dl-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .dl-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation {
    display: none;
  }
}
.dl-site-footer footer.footer-section .footer-wrapper .footer-item-list {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
}
.dl-site-footer footer.footer-section .footer-wrapper .footer-item-list li {
  font-size: 16px;
  line-height: 1.5;
}
.dl-site-footer footer.footer-section .footer-wrapper .footer-item-list li a {
  text-decoration: none;
}
.dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper .social-title {
  flex-basis: 100%;
}
.dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info {
  display: flex;
  gap: 6px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info .contact-icon {
  display: flex;
  justify-content: center;
}
.dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info .contact-icon > svg {
  width: 14px;
  height: 14px;
}
.dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info .contact-text {
  font-size: 14px;
}
.dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info .contact-text a {
  color: var(--color-base-text);
  text-decoration: none;
}
.dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info .contact-text a:hover {
  color: var(--primary-color);
}
@media only screen and (min-width: 992px) {
  .dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper.mobile {
    display: none;
  }
}
.dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper.desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .dl-site-footer footer.footer-section .footer-wrapper .contact-wrapper.desktop {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    gap: 0;
  }
}
.dl-site-footer .footer-bar {
  background-color: var(--text-primary-color);
}
.dl-site-footer .footer-bar .footer-bar-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 3px;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575.98px) {
  .dl-site-footer .footer-bar .footer-bar-wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 12px 0 12px;
  }
}
.dl-site-footer .footer-bar .footer-bar-wrapper * {
  font-size: 14px !important;
  color: var(--text-alternate-color);
}
.dl-site-footer .footer-bar .footer-bar-wrapper .company-info {
  text-align: center;
}
.dl-site-footer .footer-bar .footer-bar-wrapper a {
  font-weight: bold;
  color: var(--text-alternate-color);
  text-decoration: none;
}
.dl-site-footer .footer-bar .footer-bar-wrapper a:hover {
  color: var(--accent-1-color);
}
.dl-site-footer .logo-wrapper.mobile {
  display: flex;
  margin: 20px auto 0;
}
@media only screen and (min-width: 992px) {
  .dl-site-footer .logo-wrapper.mobile {
    display: none !important;
  }
}
