@font-face {
  font-family: "Helvetica_Neue_LT_Std_77_Bold_Condensed";
  src: url("../fonts/Helvetica_Neue_LT_Std_77_Bold_Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Helvetica_Neue_LT_Std_67_Medium_Condensed_Oblique";
  src: url("../fonts/Helvetica_Neue_LT_Std_67_Medium_Condensed_Oblique.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Helvetica_Neue_LT_Std_65_Medium";
  src: url("../fonts/Helvetica_Neue_LT_Std_65_Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Helvetica_Neue_LT_Std_57_Condensed";
  src: url("../fonts/Helvetica_Neue_LT_Std_57_Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Helvetica_Neue_LT_Std_55_Roman";
  src: url("../fonts/Helvetica_Neue_LT_Std_55_Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Helvetica_Neue_LT_Std_47_Light_Condensed";
  src: url("../fonts/Helvetica_Neue_LT_Std_47_Light_Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Helvetica_Neue_LT_Std_45_Light";
  src: url("../fonts/Helvetica_Neue_LT_Std_45_Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
:root {
  --font_77_bold: "Helvetica_Neue_LT_Std_77_Bold_Condensed";
  --font_67_medium: "Helvetica_Neue_LT_Std_67_Medium_Condensed_Oblique";
  --font_65_medium: "Helvetica_Neue_LT_Std_65_Medium";
  --font_57: "Helvetica_Neue_LT_Std_57_Condensed";
  --font_55_roman: "Helvetica_Neue_LT_Std_55_Roman";
  --font_47_light: "Helvetica_Neue_LT_Std_47_Light_Condensed";
  --font_45_light: "Helvetica_Neue_LT_Std_45_Light"; }

.font_77_bold {
  font-family: var(--font_77_bold) !important; }

.font_67_medium {
  font-family: var(--font_67_medium) !important; }

.font_65_medium {
  font-family: var(--font_65_medium) !important; }

.font_57 {
  font-family: var(--font_57) !important; }

.font_55_roman {
  font-family: var(--font_55_roman) !important; }

.font_47_light {
  font-family: var(--font_47_light) !important; }

.font_45_light {
  font-family: var(--font_45_light) !important; }

.text_xxl {
  font-size: 56px !important;
  line-height: calc(61.6 / 56) !important; }
  @media (max-width: 767px) {
    .text_xxl {
      font-size: 36px !important; } }

.text_xl {
  font-size: 44px !important;
  line-height: calc(54 / 44) !important; }
  @media (max-width: 767px) {
    .text_xl {
      font-size: 32px !important; } }

.text_xml {
  font-size: 38px !important;
  line-height: calc(41 / 38) !important; }
  @media (max-width: 767px) {
    .text_xml {
      font-size: 28px !important; } }

.text_lsg {
  font-size: 26px !important;
  line-height: calc(36 / 26) !important; }
  @media (max-width: 767px) {
    .text_lsg {
      font-size: 20px !important; } }

.text_lg {
  font-size: 20px !important;
  line-height: calc(30 / 20) !important; }
  @media (max-width: 767px) {
    .text_lg {
      font-size: 16px !important; } }

.text_sm {
  font-size: 16px !important;
  line-height: calc(19 / 16) !important; }
  @media (max-width: 767px) {
    .text_sm {
      font-size: 14px !important; } }

.text_xs {
  font-size: 14px !important;
  line-height: calc(16 / 14) !important; }

.text_xss {
  font-size: 12px !important;
  line-height: calc(17 / 12) !important; }

.cta span {
  font-size: 14px !important;
  font-family: var(--font_65_medium) !important;
  letter-spacing: 1px; }

.bg_primary_blue {
  background: #002749; }

.color_primary_blue {
  color: #002749; }

.color_secondary {
  color: #0085ca; }

.color_white {
  color: #fff; }

.infra_cmn_style .media_contact_sec .content {
  width: 100%; }
.infra_cmn_style .media_contact_sec .description {
  margin-bottom: 2rem !important; }
  .infra_cmn_style .media_contact_sec .description a {
    color: #002749;
    opacity: 0.8;
    transition: 0.3s ease-in-out; }
    .infra_cmn_style .media_contact_sec .description a:hover {
      opacity: 1; }
.infra_cmn_style .media_contact_sec .follow_row {
  display: flex;
  align-items: center;
  gap: 20px; }
  @media (max-width: 767px) {
    .infra_cmn_style .media_contact_sec .follow_row {
      flex-direction: column;
      align-items: flex-start; } }
  .infra_cmn_style .media_contact_sec .follow_row .head {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #002749;
    opacity: 0.8; }
  .infra_cmn_style .media_contact_sec .follow_row .social_row {
    display: flex;
    gap: 15px; }
    .infra_cmn_style .media_contact_sec .follow_row .social_row .item a {
      overflow: hidden; }
      .infra_cmn_style .media_contact_sec .follow_row .social_row .item a svg {
        transition: 0.3s ease-in-out; }
      .infra_cmn_style .media_contact_sec .follow_row .social_row .item a:hover svg {
        transform: scale(1.1);
        border-radius: 50%; }
      .infra_cmn_style .media_contact_sec .follow_row .social_row .item a:hover svg rect {
        fill: #002749; }
      .infra_cmn_style .media_contact_sec .follow_row .social_row .item a:hover svg path {
        fill: #002749; }

/*# sourceMappingURL=media-contact.css.map */
