@media only screen and (max-width: 767px) {
  .m-flex-wrap {
    flex-wrap: wrap !important;
  }
}

.ir-banner .container {
  padding: 0 24px;
  max-width: 1112px;
}
.ir-banner .col-lg-5 {
  width: 48%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .ir-banner .col-lg-5 {
    width: 100%;
    margin-bottom: 0;
  }
}
.ir-banner .col-lg-7 {
  width: 52%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .ir-banner .col-lg-7 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.ir-cg-sec .container {
  padding: 0 24px;
  max-width: 1112px;
}
.ir-cg-sec .col-lg-5 {
  width: 51.35%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .ir-cg-sec .col-lg-5 {
    margin-bottom: 15px;
    width: 100%;
  }
}
.ir-cg-sec .col-lg-7 {
  width: 48.65%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .ir-cg-sec .col-lg-7 {
    width: 100%;
    margin-bottom: 45px;
  }
}
.ir-cg-sec .media {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .ir-cg-sec .media {
    margin-top: 0;
  }
}

/**/
.ir-latest-quarter__list li {
  margin-top: 15px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .ir-latest-quarter__list li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.ir-latest-quarter__list li:last-child {
  margin-right: 0;
}
.ir-latest-quarter__btn {
  min-width: 183px;
}
@media only screen and (max-width: 767px) {
  .ir-latest-quarter__btn {
    padding-top: 15px;
  }
  .ir-latest-quarter__btn .button {
    font-size: 16px !important;
    font-weight: 500 !important;
  }
}

@media only screen and (max-width: 767px) {
  .ir-corporate-governance {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
}
.ir-corporate-governance__copy {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 767px) {
  .ir-corporate-governance__copy {
    width: 100%;
  }
}
.ir-corporate-governance__list li {
  padding-right: 40px;
  border-right: solid 1px #FFF;
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .ir-corporate-governance__list li {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ir-corporate-governance__list li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ir-corporate-governance__list li {
    border-right: 0;
    border-bottom: solid 1px #FFF;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .ir-corporate-governance__list li:last-child {
    border: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ir-corporate-governance__list li:last-child {
    border: none;
  }
}
.ir-corporate-governance__list li .link-download {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .ir-corporate-governance__list li .link-download {
    padding: 24px 0;
  }
}
.ir-corporate-governance__btn {
  min-width: 140px;
}
@media only screen and (max-width: 767px) {
  .ir-corporate-governance__btn .button {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 19px 25px;
  }
}

/**/
.ae__slider {
  margin: 0 -12px;
}
@media only screen and (max-width: 479px) {
  .ae__slider {
    margin-right: -22px;
  }
}
.ae__slider .slick-track {
  display: flex !important;
}
.ae__slider .slick-slide {
  height: inherit !important;
}
.ae__slider .slick-dots {
  padding-top: 20px;
}
.ae__slider .slick-dots li:first-child:last-child {
  opacity: 0;
  visibility: hidden;
}
.ae__item {
  padding: 0 12px;
}
.ae__card {
  background: #E5F4FF;
  height: 100%;
  padding: 50px 20px 25px;
}
@media only screen and (max-width: 479px) {
  .ae__card {
    width: 248px;
  }
}
.ae__card__heading {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px !important;
  line-height: 140% !important;
  letter-spacing: 0.24px !important;
  color: #101E61 !important;
  font-weight: 700 !important;
}
.ae__card__heading::before {
  display: block;
  content: "";
  height: 2px;
  width: 56px;
  background: #F04E45;
  margin: 0 0 16px;
}
.ae__card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.16px;
}
.ae__card ul li a {
  color: #F04E45;
  display: inline-block;
  text-decoration: none;
}
.ae__card ul li a::after {
  display: inline-block;
  content: "";
  background-image: url(../../images/icons/chevron-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.ae__card ul li + li {
  margin-top: 15px;
}

/**/
.annual-reports-btn .button {
  width: 245px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.annual-reports-btn .button.button-white-border {
  background-color: transparent !important;
  border: solid 1px var(--color-white) !important;
}
.annual-reports-btn .button.button-white-border:hover {
  background-color: var(--color-orange) !important;
  border-color: var(--color-orange) !important;
}

/**/
@media only screen and (max-width: 767px) {
  .investor-relations-page .nls {
    padding-top: 5px !important;
  }
  .investor-relations-page .nls .button {
    font-size: 16px !important;
    font-weight: 500 !important;
    width: 250px;
    padding: 19px 25px;
  }
}
.investor-relations-page .ir-contact h2 {
  font-size: 76px !important;
  font-weight: normal !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 18px !important;
}
@media only screen and (max-width: 1199px) {
  .investor-relations-page .ir-contact h2 {
    font-size: 54px !important;
    line-height: 1.2 !important;
  }
}
@media only screen and (max-width: 991px) {
  .investor-relations-page .ir-contact h2 {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }
}
.investor-relations-page .ir-contact h2 span {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  color: var(--color-blue);
  position: relative;
}
.investor-relations-page .ir-contact h2 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-orange);
  bottom: 10px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .investor-relations-page .ir-contact h2 span::after {
    bottom: 5px;
  }
}/*# sourceMappingURL=investor-relations-page.css.map */