@media (max-width: 1200px) {
  #UnderConstruction .under-construction-content .container {
    max-width: 100%;
  }
}
#UnderConstruction .under-construction-content .left-part {
  font-family: "Poppins", sans-serif;
}
#UnderConstruction .under-construction-content .left-part .top-images {
  margin-top: 30px;
}
#UnderConstruction .under-construction-content .left-part .top-images img {
  max-width: 100%;
}
#UnderConstruction .under-construction-content .left-part .pdf-cta,
#UnderConstruction .under-construction-content .left-part .contact-cta {
  margin-top: 124px;
}
@media (max-width: 991.98px) {
  #UnderConstruction .under-construction-content .left-part .pdf-cta,
  #UnderConstruction .under-construction-content .left-part .contact-cta {
    margin-top: 56px;
  }
}
#UnderConstruction .under-construction-content .left-part .pdf-cta .pdf-title,
#UnderConstruction .under-construction-content .left-part .contact-cta .pdf-title {
  font-size: 45px;
  color: #434343;
  letter-spacing: -0.9px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #UnderConstruction .under-construction-content .left-part .pdf-cta .pdf-title,
  #UnderConstruction .under-construction-content .left-part .contact-cta .pdf-title {
    font-size: 30px;
  }
}
#UnderConstruction .under-construction-content .left-part .pdf-cta .pdf-description p,
#UnderConstruction .under-construction-content .left-part .contact-cta .pdf-description p {
  text-align: left;
  letter-spacing: -0.36px;
  color: #434343;
  line-height: 30px;
}
#UnderConstruction .under-construction-content .left-part .pdf-cta .contact-title,
#UnderConstruction .under-construction-content .left-part .contact-cta .contact-title {
  font-size: 30px;
  color: #434343;
  letter-spacing: -0.6px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #UnderConstruction .under-construction-content .left-part .pdf-cta .contact-title,
  #UnderConstruction .under-construction-content .left-part .contact-cta .contact-title {
    font-size: 24px;
  }
}
#UnderConstruction .under-construction-content .left-part .pdf-cta .contact-description p,
#UnderConstruction .under-construction-content .left-part .contact-cta .contact-description p {
  text-align: left;
  letter-spacing: -0.36px;
  color: #434343;
  line-height: 35px;
}
#UnderConstruction .under-construction-content .left-part .contact-cta {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  #UnderConstruction .under-construction-content .left-part .contact-cta {
    margin-bottom: 120px;
  }
}
#UnderConstruction .under-construction-content .left-part .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background-color: #162855;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
#UnderConstruction .under-construction-content .left-part .btn i {
  font-size: 1rem;
}
#UnderConstruction .under-construction-content .left-part .btn:hover {
  background-color: #455170;
  color: #fff;
}
#UnderConstruction .under-construction-content .right-part {
  margin-top: 41px;
  padding: 0;
}
#UnderConstruction .under-construction-content .right-part .right-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  #UnderConstruction .under-construction-content .right-part {
    right: 0;
    min-height: clamp(220px, 55vw, 420px);
  }
}
@media (max-width: 575.98px) {
  #UnderConstruction .under-construction-content .right-part {
    min-height: 200px;
  }
}
#UnderConstruction .footer-under-construction {
  background-color: #162855;
  color: #fff;
  min-height: 66px;
  font-family: "Poppins", sans-serif;
}
#UnderConstruction .footer-under-construction .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 575.98px) {
  #UnderConstruction .footer-under-construction .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#UnderConstruction .footer-under-construction .footer-left-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
@media (max-width: 575.98px) {
  #UnderConstruction .footer-under-construction .footer-left-part {
    align-items: center;
  }
}
#UnderConstruction .footer-under-construction .footer-left-part .footer-rights {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
#UnderConstruction .footer-under-construction .footer-left-part .footer-rights a {
  color: white;
}
#UnderConstruction .footer-under-construction .footer-left-part .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
}
#UnderConstruction .footer-under-construction .footer-left-part .links span {
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#UnderConstruction .footer-under-construction .footer-left-part .links a {
  align-items: center;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  text-decoration: underline;
  padding-right: 7px;
  margin-right: 7px;
  position: relative;
}
#UnderConstruction .footer-under-construction .footer-left-part .links a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
#UnderConstruction .footer-under-construction .footer-left-part .links a:last-child {
  padding-right: 0;
  margin-right: 0;
}
#UnderConstruction .footer-under-construction .footer-left-part .links a:last-child::after {
  display: none;
}
#UnderConstruction .footer-under-construction .footer-left-part .links a:hover {
  color: #fff;
  opacity: 0.8;
}
#UnderConstruction .footer-under-construction .footer-right-part {
  display: flex;
  align-items: center;
  justify-content: center;
}
#UnderConstruction .footer-under-construction .footer-right-part .footer-logo {
  display: block;
  max-width: 130px;
  height: auto;
}
#UnderConstruction .footer-under-construction .footer-right-part img {
  display: block;
  max-width: 130px;
  height: auto;
}
