<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-dark-navy {
  background-color: #0e2639;
  color: white;
}
.BoxShadow {
  -webkit-box-shadow: -2px 3px 20px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 3px 20px -10px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 3px 20px -10px rgba(0, 0, 0, 0.75);
}
.white-bg {
  background-color: rgba(255, 255, 255, 0.98) !important;
}
.t {
  border: 1px solid red !important;
}
.b {
  border: 1px solid blue !important;
}
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.disable-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.skeleton {
  background: linear-gradient(-45deg, rgba(147, 18, 18, 0.33), #d3d3d3, #fff, #fff);
  -moz-animation: gradientBG infinite ease-out;
  -o-animation: gradientBG infinite ease-out;
  -webkit-animation: gradientBG infinite ease-out;
  animation: gradientBG 3s infinite;
  background-size: 200% 200%;
}
.skeleton-animated {
  background: linear-gradient(45deg, rgba(147, 18, 18, 0.33), #d3d3d3, #fff, #fff);
  -moz-animation: skell-loading infinite ease-out;
  -o-animation: skell-loading infinite ease-out;
  -webkit-animation: skell-loading infinite ease-out;
  animation: skell-loading 3s infinite;
  background-size: 100% 100%;
}
@keyframes skell-loading {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 200% 100%;
  }
}
#ContactUs {
  color: #0e2639;
}
#ContactUs #map {
  height: 90vh;
  width: 100%;
}
#ContactUs .center-information {
  direction: rtl;
  padding: 1.5em 0 3em;
}
#ContactUs .center-information .center-info {
  margin-bottom: 1em;
}
#ContactUs .center-information .center-info__property {
  font-size: 1.3em;
  font-weight: bold;
}
#ContactUs .center-information .center-info__value {
  padding-right: 0.5em;
  font-size: 1.1em;
}
#ContactUs .contact-us-form__personal-info {
  width: 80%;
}
#ContactUs .contact-us-form input,
#ContactUs .contact-us-form select {
  height: 40px;
}
#ContactUs .contact-us-form label {
  font-size: 1.1em;
}
@media screen and (max-width: 991px) {
  #ContactUs #map {
    height: 60vh;
  }
  #ContactUs .contact-us-form__personal-info {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #ContactUs .contact-us-form__recapatcha {
    transform: scale(0.8);
  }
}</pre></body></html>