.page-financials-for-the-year .hidden-card-titles .irc__card__title {
  display: none;
}

.page-financials-for-the-year .irc__card__title {
  max-width: 360px;
}

.ir-page-heading {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .ir-page-heading {
    font-size: 28px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
    font-weight: 400 !important;
  }
}

.ir-page-description {
  max-width: 975px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.ir-custom-select2 .select2-container {
  position: relative;
}
.ir-custom-select2 .select2-container .select2-selection {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  border-bottom: 1.5px solid rgba(3, 0, 47, 0.3);
  color: #03002F;
  background-color: transparent;
}
@media (max-width: 991px) {
  .ir-custom-select2 .select2-container .select2-selection {
    font-size: 14px;
  }
}
.ir-custom-select2 .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  color: #03002F;
}
.ir-custom-select2 .select2-container .select2-selection .select2-selection__arrow b {
  border: solid #03002F;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1.8px;
  transform: rotate(45deg);
  right: 0px;
  top: auto;
  bottom: 10px;
  margin: 0;
}
.ir-custom-select2 .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  transform: rotate(-135deg);
  border: solid var(--body-color);
  border-width: 0 1px 1px 0;
}
.ir-custom-select2 .select2-dropdown {
  background: var(--color-white);
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.1);
  border: 0px !important;
  border-radius: 0px !important;
  width: 140px !important;
  left: -20px !important;
}
.ir-custom-select2 .select2-dropdown .select2-search {
  display: none;
}
.ir-custom-select2 .select2-dropdown .select2-results__options {
  padding: 5px 20px !important;
  /*max-height: 450px !important;*/
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.ir-custom-select2 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 16px 0 !important;
  color: var(--body-color) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.ir-custom-select2 .select2-dropdown .select2-results__options .select2-results__option:last-child {
  border: 0 !important;
}
.ir-custom-select2 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: transparent !important;
  color: var(--body-color) !important;
}
.ir-custom-select2 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: transparent !important;
  color: var(--color-orange) !important;
}
.ir-custom-select2 .select2-dropdown .select2-results__options .select2-results__option:hover {
  color: var(--color-orange) !important;
}
@media only screen and (max-width: 767px) {
  .ir-custom-select2 .select2-dropdown .select2-results__options {
    padding: 0 10px !important;
  }
  .ir-custom-select2 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 10px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .irc__item {
    padding: 8px 10px;
  }
}
.irc__card {
  padding-right: 16px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .irc__card {
    padding-bottom: 14px;
    justify-content: center;
  }
}
.irc__card__date {
  margin-bottom: 4px;
}
.irc__card__title {
  line-height: 140%;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .irc__card__title {
    letter-spacing: 0;
    line-height: 130%;
  }
}
.irc__card__download {
  font-weight: 400;
  font-size: 14px;
  color: #F04E45 !important;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 19px;
}
@media only screen and (max-width: 767px) {
  .irc__card__download {
    font-size: 12px;
  }
}
.irc__card__download::after {
  display: block;
  content: "";
  background-image: url(../../images/icons/icon-download-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.irc__card__download__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .irc__card__download__wrapper--space {
    padding-top: 9px;
  }
}
.irc__card__link {
  font-weight: 400;
  font-size: 14px;
  color: #F04E45 !important;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .irc__card__link {
    font-size: 12px;
  }
}
.irc__card__link::after {
  display: block;
  content: "";
  background-image: url(../../images/icons/chevron-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: 1px;
}

.ir__head {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .ir__head {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .ir__head__copy {
    width: 100%;
  }
}
.ir__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .ir__filter {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ir__filter {
    width: 100%;
  }
}
.ir__filter__wrapper {
  position: relative;
  margin-right: 8px;
}
.ir__filter__wrapper.ir-custom-select2 .select2-container {
  width: 118px !important;
}
.ir__filter__wrapper.ir-custom-select2 .select2-container .select2-selection {
  border-bottom: 1.5px solid rgba(3, 0, 47, 0.3) !important;
}
.ir__filter__calendar {
  margin-right: 10px;
}
.ir__bottom-link {
  text-align: center;
  margin: -10px 0 30px 0;
}
.ir__bottom-link a {
  font-weight: 400;
  font-size: 14px;
  color: #F04E45 !important;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .ir__bottom-link a {
    font-size: 12px;
  }
}
.ir__bottom-link a::after {
  display: block;
  content: "";
  background-image: url(../../images/icons/chevron-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: 1px;
}

.acc-documents .ir__head__copy {
  width: auto;
}
.acc-documents .ir__head__copy .acc-docs-cate-name {
  font-size: 14px !important;
  letter-spacing: -0.02em !important;
  font-weight: 500 !important;
}
.acc-documents .ir__filter {
  width: auto;
  font-size: 14px !important;
  letter-spacing: -0.02em !important;
}

.document-more-button {
  margin: -10px 0 30px;
}/*# sourceMappingURL=investor-relations-cards.css.map */