@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2"); }
@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2"); }
@font-face {
  font-family: 'Oscine';
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2"); }
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2"); }
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2"); }
.contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .contact-info {
      margin-top: 40px;
      flex-direction: column; } }
  .contact-info .label {
    font-family: "Oscine", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #8D8D8D;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .contact-info > div:not(:last-child) {
    padding-right: 38px;
    border-right: 1px solid #DFDFDF;
    margin-right: 38px;
    position: relative; }
    @media (max-width: 991px) {
      .contact-info > div:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%; }
        .contact-info > div:not(:last-child):after {
          content: "";
          width: 200px;
          height: 1px;
          background-color: #DFDFDF;
          display: block;
          position: absolute;
          bottom: 0;
          left: calc(50% - 100px);
          right: 0; } }

section.hkpc-contact .form-container {
  max-width: 792px;
  border-radius: 20px;
  background-color: #F5F7FF;
  padding: 40px 40px 30px;
  margin: 40px auto 0;
  text-align: left; }
  @media (max-width: 991px) {
    section.hkpc-contact .form-container {
      padding: 27px 20px 35px; } }
  section.hkpc-contact .form-container input[type=submit] {
    background-color: #F5F7FF; }
    section.hkpc-contact .form-container input[type=submit]:hover {
      background-color: #3D66DD; }
  section.hkpc-contact .form-container .statement {
    margin-top: 40px;
    font-size: 15px;
    line-height: 20px; }
    @media (max-width: 991px) {
      section.hkpc-contact .form-container .statement {
        margin-top: 30px; } }
section.funding-contact .table-container {
  margin-top: 40px; }
section.funding-contact .table-responsive {
  max-width: 1020px;
  margin: 0 auto; }
  section.funding-contact .table-responsive tr td.st-key {
    white-space: nowrap;
    width: 140px !important; }
  section.funding-contact .table-responsive.large-only thead tr th:first-child {
    width: 50%; }
  section.funding-contact .table-responsive.large-only thead tr th:nth-child(2) {
    width: 30%; }
  section.funding-contact .table-responsive.small-only:last-child {
    margin-bottom: 0; }

html[lang="zh-Hant"] .contact-info .label {
  font-family: "Noto Sans TC", sans-serif; }
html[lang="zh-Hans"] .contact-info .label {
  font-family: "Noto Sans SC", sans-serif; }

/*# sourceMappingURL=contact-us.css.map */
