<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contactModal {
  padding-right: 0;
  background: rgba(88, 169, 255, 0.2588235294);
}
#contactModal .btn-close {
  position: absolute;
  top: -20px;
  right: 40px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#contactModal .btn-close:hover {
  opacity: 1;
}
#contactModal .modal-open {
  overflow: auto;
}
#contactModal .modal-dialog {
  max-width: 1343px;
  justify-content: center;
  max-width: 1100px;
}
@media (max-width: 991.98px) {
  #contactModal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 1919.98px) {
  #contactModal .modal-dialog {
    max-width: 950px;
  }
}
@media (min-width: 1920px) {
  #contactModal .modal-dialog {
    max-width: 1343px;
  }
}
#contactModal .modal-content {
  border-radius: 30px;
  box-shadow: 8px 10px 13.8px 4px rgba(0, 0, 0, 0.18);
}
@media (max-width: 991.98px) {
  #contactModal .modal-content {
    width: 90%;
    border-radius: 0;
  }
}
#contactModal .modal-body {
  padding: 1em;
}
#contactModal .contact-us-title-col {
  background: linear-gradient(0deg, rgba(109, 231, 217, 0.17) 0%, rgba(109, 231, 217, 0.17) 100%), url(../img/contact/photo-mobile-phone.webp) 50% 50%/cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1em;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 991.98px) {
  #contactModal .contact-us-title-col {
    border-radius: 0;
  }
}
#contactModal .contact-us-title-col h1 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 2em;
}
#contactModal .contact-form-col {
  background-color: rgba(255, 176, 87, 0.23);
  padding: 3em;
  border-left: 1em solid white;
  border-right: 1em solid white;
}
@media (max-width: 991.98px) {
  #contactModal .contact-form-col {
    padding: 1em;
    border-left: 0em solid white;
    border-right: 0em solid white;
    border-top: 1em solid white;
    border-botom: 1em solid white;
    border-radius: 0;
  }
}
#contactModal .contact-form-col .email-icon {
  position: absolute;
  top: -25px;
}
@media (max-width: 991.98px) {
  #contactModal .contact-form-col .email-icon {
    display: none;
  }
}
#contactModal .contact-form-col .email-icon i {
  font-size: 2em;
  padding: 0.6em;
  color: #ded4ce;
}
#contactModal .contact-form-col .subject-tag {
  background-color: #ffb154;
  padding: 0.1em 0.6em;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 100;
  margin-bottom: 0.5em;
  justify-content: space-between;
}
#contactModal .contact-form-col .wpcf7 form.failed .wpcf7-response-output, #contactModal .contact-form-col .wpcf7 form.aborted .wpcf7-response-output {
  border: 1px solid #f0b4b4;
  background-color: #d19191;
  color: #6b1515;
  line-height: 1;
  font-size: 0.9em;
  text-align: center !important;
}
#contactModal .contact-form-col .wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0.4em !important;
  border-radius: 5px !important;
}
#contactModal .contact-form-col .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #46b450;
  background-color: #93d199;
  color: #f5ffe5;
  line-height: 1;
  font-size: 0.9em;
  text-align: center !important;
}
#contactModal .contact-form-col .wpcf7 .wpcf7-spinner {
  background-color: #d15e0e !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  right: 20px !important;
  top: 10px !important;
}
#contactModal .contact-form-col .wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
#contactModal .contact-form-col .wpcf7 .form-control, #contactModal .contact-form-col .wpcf7 .form-select, #contactModal .contact-form-col .wpcf7 .form-select option {
  background-color: #fffdf2;
  border-color: #d3c6bd;
  box-shadow: 2px 2px 6.7px -1px rgba(0, 0, 0, 0.1);
  height: 38px;
  border-radius: 3px;
}
#contactModal .contact-form-col .wpcf7 .form-control::placeholder, #contactModal .contact-form-col .wpcf7 .form-select {
  color: #beb6b6;
  font-size: 15px;
}
#contactModal .contact-form-col .wpcf7 textarea.form-control {
  height: 188px;
}
#contactModal .contact-form-col .wpcf7 input.form-control:focus, #contactModal .contact-form-col .wpcf7 textarea.form-control:focus, #contactModal .contact-form-col .wpcf7 select.form-select:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #f88c40 !important;
  border-left: 3px solid #f88c40 !important;
  outline: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
#contactModal .contact-form-col .wpcf7 .btn-primary {
  background: linear-gradient(180deg, rgb(255, 148, 73) 38%, rgb(241, 132, 56) 100%);
  border: none;
  height: 44px;
  box-shadow: 2px 2px 5.3px -1px rgba(0, 0, 0, 0.25);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
#contactModal .contact-form-col .wpcf7 .btn-primary:hover {
  background: linear-gradient(180deg, rgb(255, 178, 99) 38%, rgb(255, 151, 78) 100%);
}
#contactModal .contact-info-col {
  background: linear-gradient(270deg, rgba(217, 248, 255, 0.6) 64%, rgba(199, 224, 229, 0.6) 100%);
  border-radius: 0 18px 18px 0;
  padding: 3em;
  position: relative;
}
@media (max-width: 991.98px) {
  #contactModal .contact-info-col {
    padding: 1em;
    border-radius: 0;
  }
}
#contactModal .contact-info-col .logo-circle {
  width: 140px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 2em;
  padding: 1.8em;
}
@media (max-width: 991.98px) {
  #contactModal .contact-info-col .logo-circle {
    display: none;
  }
}
#contactModal .contact-info-col .info {
  font-style: normal;
  color: #7596a7;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contactModal .contact-info-col .info a {
  color: #7596a7;
  text-decoration: none;
}
#contactModal .contact-info-col .info i {
  color: #a9c3cf;
  width: 2em;
  height: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0.5rem;
}
#contactModal .contact-info-col .social-icons {
  position: absolute;
  bottom: -2em;
  margin: auto;
  transition: all 0.1s ease-in;
}
#contactModal .contact-info-col .social-icons a {
  transition: all 0.1s ease-in;
}
#contactModal .contact-info-col .social-icons a:hover i {
  transform: scale(1.3);
}
#contactModal .contact-info-col .social-icons a i {
  width: 2em;
  height: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0.5rem;
  transition: all 0.1s ease-in;
}
#contactModal .contact-info-col .social-icons a i.facebook {
  color: #0866ff;
}
#contactModal .contact-info-col .social-icons a i.youtube {
  color: #ff0033;
}
#contactModal .contact-info-col .social-icons a i.linkedin {
  color: #0a66c2;
}
#contactModal .contact-info-col .social-icons a i.twitter {
  color: #303030;
}</pre></body></html>