@charset "UTF-8";
@font-face {
  font-family: "GE SS Text Light";
  src: url("../webfonts/GE-SS-Text-Light.eot");
  src: local("☺"), url("../webfonts/GE-SS-Text-Light.woff") format("woff"), url("../webfonts/GE-SS-Text-Light.ttf") format("truetype"), url("../webfonts/GE-SS-Text-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0-2f, U+40-10FFFF; /* to apply font family for alphapets only */
}
.calender {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
  width: calc(33.3% - 16px);
  margin-left: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .calender {
    width: calc(50% - 12px);
    margin-left: 0px;
    order: 2;
  }
}
@media (max-width: 767px) {
  .calender {
    width: 100%;
    margin-left: 0;
  }
   .footer.noprint .footer__row span{
      padding: 0 0 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.footer-slug {
        padding-inline-start: 6px;
    }
}
.calender__title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}

.calender__container {
  display: flex;
  margin-bottom: 10px;
}
.calender__container__date {
  width: 20%;
  line-height: 20px;
}
.calender__container__date span {
  font-size: 18px;
}
.calender__container__date span:first-child {
  font-weight: bold;
  font-size: 23px;
}
.calender__container__text {
  width: 80%;
  margin-right: 10px;
}
.calender__container__text__category {
  font-size: 12px;
  border: 1px solid white;
  padding: 1px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.calender__container__text__details {
  font-size: 14px;
  margin-bottom: 5px;
}
.calender__container__text__details p,
.calender__container__text__details span {
  font-size: inherit !important;
  font-family: inherit !important;
}
.calender__container__text__companies {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
}
.calender__container__text__companies__first {
  font-size: 9px;
  font-weight: 500;
}
.calender__container__text__companies__last {
  background-color: white;
  color: #1a516d;
  padding: 2px 5px;
  cursor: pointer;
  font-weight: bold;
}
.calender__more {
  position: unset;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  font-weight: bold;
  padding-top: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .calender__more {
    position: unset;
  }
}
.calender__more:hover {
  color: white;
  text-decoration: none;
}
.calender__more i {
  font-size: 13px;
}

.annual-reports {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(33.3% - 16px);
  margin-left: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .annual-reports {
    width: calc(50% - 12px);
    margin-left: 24px;
    order: 3;
  }
}
@media (max-width: 767px) {
  .annual-reports {
    width: 100%;
    margin-left: 0;
  }
}
.annual-reports__title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .annual-reports__title {
    font-size: 5vw;
  }
}
.annual-reports__number {
  font-size: 17px;
  margin-bottom: 20px;
}
.annual-reports__download {
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  text-decoration: none;
  color: white;
}
.annual-reports__download:hover {
  color: white;
  text-decoration: none;
}
.annual-reports__download svg {
  width: 22px;
  height: 22px;
}
.annual-reports__download span {
  margin: 0px 15px;
  font-size: 17px;
}
.annual-reports__more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  font-weight: bold;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .annual-reports__more {
    position: unset;
  }
}
.annual-reports__more:hover {
  color: white;
  text-decoration: none;
}
.annual-reports__more i {
  font-size: 13px;
}

.Disclosures {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(33.3% - 16px);
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .Disclosures {
    width: calc(50% - 12px);
    order: 4;
  }
}
@media (max-width: 767px) {
  .Disclosures {
    width: 100%;
  }
}
.Disclosures__title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .Disclosures__title {
    font-size: 5vw;
  }
}
.Disclosures__container {
  display: flex;
  margin-bottom: 11px;
}
.Disclosures__container__text {
  width: 100%;
}
.Disclosures__container__text__details {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.Disclosures__container__text__companies {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
}
.Disclosures__container__text__companies__first {
  font-size: 11px;
}
.Disclosures__container__text__companies__last {
  background-color: white;
  color: #1a516d;
  padding: 2px 5px;
  cursor: pointer;
  font-weight: bold;
}
.Disclosures__more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .Disclosures__more {
    position: unset;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .Disclosures__more {
    position: unset;
  }
}
.Disclosures__more:hover {
  color: white;
  text-decoration: none;
}
.Disclosures__more i {
  font-size: 13px;
}

.financial-ratios {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
  margin-bottom: 24px;
  margin-left: 24px;
  width: calc(66.7% - 8px);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .financial-ratios {
    width: 100%;
    margin-left: 0px;
    order: 6;
  }
}
@media (max-width: 767px) {
  .financial-ratios {
    width: 100%;
    margin-left: 0;
  }
}
.financial-ratios__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .financial-ratios__title {
    font-size: 5vw;
  }
}
.financial-ratios__list {
  list-style-type: none;
  padding-left: 0px;
}
.financial-ratios__list__item {
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  padding-bottom: 5px;
}
@media (min-width: 401px) and (max-width: 767px) {
  .financial-ratios__list__item {
    font-size: 13px;
  }
}
@media (min-width: 311px) and (max-width: 400px) {
  .financial-ratios__list__item {
    line-height: 18px;
    font-size: 14px;
  }
}
@media (max-width: 310px) {
  .financial-ratios__list__item {
    font-size: 12px;
  }
}
.financial-ratios__list__item br {
  display: none;
}
@media (max-width: 400px) {
  .financial-ratios__list__item br {
    display: block;
  }
}
.financial-ratios__list__item:last-child {
  border-bottom: unset;
  cursor: pointer;
}
.financial-ratios__list__item:nth-child(11) {
  padding-bottom: 12px;
}
.financial-ratios__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: unset;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top: 1px solid white;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  font-weight: bold;
  padding-top: 5px;
}
.financial-ratios__more:hover {
  color: white;
  text-decoration: none;
}
.financial-ratios__more__icon {
  font-size: 13px;
}

.ticker {
  background-color: #1a516d;
  padding: 15px;
  border-radius: unset;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
  margin-left: 24px;
  margin-bottom: 24px;
  width: calc(33.3% - 16px);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .ticker {
    width: calc(50% - 12px);
    order: 1;
  }
}
@media (max-width: 767px) {
  .ticker {
    width: 100%;
    margin-left: 0;
  }
}
.ticker__pointer {
  color: #90f49b;
  text-align: center;
  font-weight: 500;
}
.ticker__percent {
  color: #90f49b;
  font-weight: 500;
}
.ticker .red {
  color: #fd5b5b;
}
.ticker .ticker-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  list-style: none;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 2px 0px;
  margin-bottom: 15px;
}
.ticker .ticker-tab li {
  cursor: pointer;
  transition: 0.2s;
  padding: 5px 6px;
  border-radius: 5px;
  font-size: 13px;
}
@media (max-width: 320px) {
  .ticker .ticker-tab li {
    font-size: 12px;
  }
}
.ticker .ticker-tab li.active {
  background-color: white;
  color: #1a516d;
}
.ticker .ticker-container > div:not(:first-child) {
  display: none;
}
.ticker__more {
  position: unset;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ticker__more {
    position: unset;
  }
}
.ticker__more:hover {
  color: white;
  text-decoration: none;
}
.ticker__more i {
  font-size: 13px;
}
.ticker .highcharts-credits {
  display: none;
}

.contact-ir {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(33.3% - 16px);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .contact-ir {
    width: calc(50% - 12px);
    order: 10;
  }
}
@media (max-width: 767px) {
  .contact-ir {
    width: 100%;
    margin-bottom: 0px;
  }
}
.contact-ir__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .contact-ir__title {
    font-size: 5vw;
  }
}
.contact-ir__address {
  margin-bottom: 8px;
}
.contact-ir__address i {
  color: white;
}
.contact-ir__address span {
  border-bottom: 1px solid white;
  margin-right: 10px;
}
.contact-ir__address-details {
  list-style-type: none;
  padding-right: 0px;
  margin: 20px 0px;
}
.contact-ir__contact {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 65px;
}
.contact-ir__contact__item {
  margin: 5px 0px;
  font-size: 13px;
}
.contact-ir__contact__item:first-child {
  direction: ltr;
  display: flex;
  justify-content:end;
}
.contact-ir__contact__item i {
  color: white;
  margin-left: 25px;
}
.contact-ir__contact__item span,
.contact-ir__contact__item a {
  color: white;
  text-decoration: none;
}
.contact-ir__contact__item span:hover,
.contact-ir__contact__item a:hover {
  text-decoration: none;
  color: white;
}
.contact-ir__download {
  text-align: center;
}
.contact-ir__download__link {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
}
.contact-ir__download__link:hover {
  text-decoration: none;
  color: white;
}
.contact-ir__download__apps {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 5px auto;
}
.contact-ir__download__apps__apple {
  margin-left: 3px;
}
.contact-ir__download__apps__apple__link__img {
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-ir__download__apps__andriod {
  margin-right: 3px;
}
.contact-ir__download__apps__andriod__link__img {
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 100%;
}
.contact__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .contact__title {
    font-size: 5vw;
  }
}
.contact__address {
  margin-bottom: 8px;
}
.contact__address i {
  color: white;
}
.contact__address span {
  border-bottom: 1px solid white;
  margin-right: 10px;
}
.contact__address-details {
  list-style-type: none;
  padding-left: 0px;
  margin: 20px 0px;
}
.contact__contact {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  max-width: 650px;
}
@media (max-width: 767px) {
  .contact__contact {
    display: block;
    max-width: unset;
  }
}
.contact__contact__item {
  margin: 5px 0px;
  font-size: 13px;
}
.contact__contact__item:first-child {
  direction: ltr;
}
.contact__contact__item i {
  color: white;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contact__contact__item i {
    margin-left: 25px;
  }
}
.contact__contact__item span,
.contact__contact__item a {
  color: white;
  text-decoration: none;
}
.contact__contact__item span:hover,
.contact__contact__item a:hover {
  text-decoration: none;
  color: white;
}
.contact__download {
  text-align: center;
}
.contact__download__link {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
}
.contact__download__link:hover {
  text-decoration: none;
  color: white;
}
.contact__download__apps {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 5px auto;
}
.contact__download__apps__apple {
  margin-left: 3px;
}
.contact__download__apps__apple__link__img {
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__download__apps__andriod {
  margin-right: 3px;
}
.contact__download__apps__andriod__link__img {
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest-news {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(33.3% - 16px);
  margin-left: 24px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .latest-news {
    width: calc(50% - 12px);
    margin-left: 0px;
    margin-bottom: 24px;
    order: 8;
  }
}
@media (max-width: 767px) {
  .latest-news {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.latest-news__title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .latest-news__title {
    font-size: 5vw;
  }
}
.latest-news__container {
  display: flex;
  margin-bottom: 10px;
}
.latest-news__container__text {
  width: 100%;
}
.latest-news__container__text__details {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.latest-news__container__text__companies {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
}
.latest-news__container__text__companies__first {
  font-size: 11px;
}
.latest-news__container__text__companies__last {
  background-color: white;
  color: #1a516d;
  padding: 2px 5px;
  cursor: pointer;
  font-weight: bold;
}
.latest-news__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-top: 1px solid white;
  margin-top: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  font-weight: bold;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .latest-news__more {
    position: unset;
  }
}
.latest-news__more i {
  font-size: 13px;
}

.analyst-estimates {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(33.3% - 16px);
  margin-left: 24px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .analyst-estimates {
    width: calc(50% - 12px);
    order: 9;
  }
}
@media (max-width: 767px) {
  .analyst-estimates {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.analyst-estimates__title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .analyst-estimates__title {
    font-size: 5vw;
  }
}
.analyst-estimates__container {
  display: flex;
  margin-bottom: 10px;
}
.analyst-estimates__container__text {
  width: 100%;
}
.analyst-estimates__container__text__details {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.analyst-estimates__container__text__companies {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
}
.analyst-estimates__container__text__companies__first {
  font-size: 11px;
}
.analyst-estimates__container__text__companies__last {
  background-color: white;
  color: #1a516d;
  padding: 2px 5px;
  cursor: pointer;
  font-weight: bold;
}
.analyst-estimates__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-top: 1px solid white;
  margin-top: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  font-weight: bold;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .analyst-estimates__more {
    position: unset;
  }
}
.analyst-estimates__more i {
  font-size: 13px;
}

.corporate-actions {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
  margin-bottom: 24px;
  width: calc(33.3% - 16px);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .corporate-actions {
    width: calc(50% - 12px);
    margin-left: 24px;
    order: 7;
  }
}
@media (max-width: 767px) {
  .corporate-actions {
    width: 100%;
  }
}
.corporate-actions__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .corporate-actions__title {
    font-size: 5vw;
  }
}
.corporate-actions__tabs {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.corporate-actions__tabs li {
  border-bottom: 2px solid transparent;
  font-size: 17px;
}
.corporate-actions__tabs .active {
  font-weight: bold;
  border-bottom: 2px solid white;
}
.corporate-actions__container > ul:not(:first-child) {
  display: none;
}
.corporate-actions__list {
  list-style-type: none;
  padding-left: 0px;
}
.corporate-actions__list__item {
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 16px;
}
.corporate-actions__list__item br {
  display: none;
}
@media (max-width: 265px) {
  .corporate-actions__list__item br {
    display: block;
  }
}
.corporate-actions__list__item:last-child {
  border-bottom: unset;
  cursor: pointer;
}
.corporate-actions__list__item:nth-child(11) {
  padding-bottom: 12px;
}
.corporate-actions__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top: 1px solid white;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  font-weight: bold;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .corporate-actions__more {
    position: unset;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .corporate-actions__more {
    position: unset;
  }
}
.corporate-actions__more:hover {
  color: white;
  text-decoration: none;
}
.corporate-actions__more__icon {
  font-size: 13px;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 24px;
  transition: all 0.5s;
  transition-property: background-color, box-shadow, display;
  color: #1a516d;
}
@media (max-width: 767px) {
  .sticky-header {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .sticky-header {
    padding: 10px 15px;
  }
}
.sticky-header.sticky-header-change {
  background-color: #1a516d !important;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16) !important;
}
.sticky-header.sticky-header-change nav {
  padding: 5px 24px;
}
@media (max-width: 991px) {
  .sticky-header.sticky-header-change nav {
    padding: 5px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .sticky-header.sticky-header-change nav {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .sticky-header.sticky-header-change nav {
    padding: 5px 5px;
  }
}
.sticky-header nav {
  padding: 30px 24px;
}
@media (max-width: 991px) {
  .sticky-header nav {
    padding: 20px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .sticky-header nav {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .sticky-header nav {
    padding: 20px 5px;
  }
}
.sticky-header nav .nav-container {
  margin-bottom: 30px;
  max-width: 1170px;
  margin: auto;
}
.sticky-header nav .nav-container__lang-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  left: 3%;
  top: 45px;
}
@media (max-width: 1050px) {
  .sticky-header nav .nav-container__lang-btn {
    top: 60px;
    left: 30px;
  }
}
@media (min-width: 1051px) and (max-width: 1100px) {
  .sticky-header nav .nav-container__lang-btn {
    top: 34px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .sticky-header nav .nav-container__lang-btn {
    left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  .sticky-header nav .nav-container .lang-btn-change-mobaile {
    top: 44px;
  }
}
@media (min-width: 1051px) {
  .sticky-header nav .nav-container .lang-btn-change-mobaile {
    top: 23px;
  }
}
.sticky-header nav .nav-container__desktop {
  display: flex;
}
@media (max-width: 1050px) {
  .sticky-header nav .nav-container__desktop {
    justify-content: space-between;
  }
}
.sticky-header nav .nav-container__desktop__logo {
  display: block;
}
.sticky-header nav .nav-container__desktop__logo__img {
  max-height: 90px;
  height: auto;
  width: 258.5px;
}
.sticky-header nav .nav-container__desktop__logo__img.change-color {
  filter: brightness(0) invert(1) !important;
}
@media (max-width: 1050px) {
  .sticky-header nav .nav-container__desktop__logo__img {
    width: 175px;
  }
}
.sticky-header nav .nav-container__desktop__links {
  margin-right: 45px;
  display: flex;
  align-items: center;
  height: 32px;
  border: 1px solid white;
}
@media (max-width: 1050px) {
  .sticky-header nav .nav-container__desktop__links {
    display: none;
  }
}
.sticky-header nav .nav-container__desktop__links__link {
  text-decoration: none;
  color: white;
  min-width: 110px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid white;
  padding: 0px 5px;
}
.sticky-header nav .nav-container__desktop__links__link:last-child {
  border-left: unset;
}
.sticky-header nav .nav-container__desktop__links .active {
  background-color: white;
  color: rgb(1, 80, 119);
}
.sticky-header nav .nav-container__desktop__bar {
  cursor: pointer;
  transform: scaleX(-1);
}
@media (min-width: 1051px) {
  .sticky-header nav .nav-container__desktop__bar {
    display: none;
  }
}
.sticky-header nav .nav-container__desktop__bar__img {
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky-header nav .nav-container__mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background-color: white;
  display: none;
  transition: all 0.4s ease;
  transform: translate(100%, 0%);
}
@media (max-width: 1050px) {
  .sticky-header nav .nav-container__mobile {
    display: block;
  }
}
.sticky-header nav .nav-container__mobile__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sticky-header nav .nav-container__mobile__header {
    padding: 20px 15px;
  }
}
.sticky-header nav .nav-container__mobile__header__logo {
  display: block;
}
.sticky-header nav .nav-container__mobile__header__logo__img {
  max-height: 90px;
  height: auto;
  width: 258.5px;
}
@media (max-width: 1050px) {
  .sticky-header nav .nav-container__mobile__header__logo__img {
    width: 175px;
  }
}
.sticky-header nav .nav-container__mobile__header__btn {
  cursor: pointer;
}
.sticky-header nav .nav-container__mobile__header__btn__icon {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky-header nav .nav-container__mobile__body {
  height: 100%;
  width: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1a516d;
  color: white;
}
.sticky-header nav .nav-container__mobile__body__link {
  padding: 5px 15px;
  margin: 15px 0px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  color: white;
}
.sticky-header nav .nav-container__mobile__body .active {
  color: #1a516d;
  background-color: white;
  border-radius: 3px;
}
.sticky-header__service {
  transition: all 0.3s;
}
.sticky-header.sticky-header-change .sticky-header__service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  color: white;
}
@media (max-width: 470px) {
  .sticky-header.sticky-header-change .sticky-header__service {
    display: block;
  }
}
.sticky-header__service__title {
  font-size: 35px;
  font-weight: 500;
}
@media (min-width: 550px) and (max-width: 800px) {
  .sticky-header__service__title {
    font-size: 30px;
  }
}
@media (max-width: 549px) {
  .sticky-header__service__title {
    font-size: 22px;
  }
}
.sticky-header__service__values {
  display: flex;
  align-items: center;
}
.sticky-header__service__values__number {
  font-size: 40px;
  font-weight: 300;
  margin-left: 20px;
}
@media (min-width: 550px) and (max-width: 800px) {
  .sticky-header__service__values__number {
    font-size: 30px;
  }
}
@media (max-width: 549px) {
  .sticky-header__service__values__number {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sticky-header__service__values__number {
    margin-left: 0px;
  }
}
.sticky-header__service__values__indicators {
  color: #fd5b5b;
  font-size: 28px;
  margin-right: 20px;
}
@media (max-width: 800px) {
  .sticky-header__service__values__indicators {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sticky-header__service__values__indicators {
    margin-right: 15px;
  }
}
.sticky-header__service__values__indicators__pointer {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .sticky-header__service__values__indicators__pointer {
    margin-left: 0px;
  }
}
.sticky-header__service__values__indicators__pointer i {
  margin-left: 2px;
}
.sticky-header__service__values__indicators__percent {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .sticky-header__service__values__indicators__percent {
    margin-right: 0px;
  }
}
.sticky-header__service__values .green {
  color: #90f49b;
}
.sticky-header__description {
  font-size: 14px;
  margin: 20px 0px;
  max-width: 1100px;
}
.sticky-header__description__more {
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
}
.sticky-header__tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 15px;
  border-top: 1px solid #1a516d;
}
.sticky-header.sticky-header-change .sticky-header__tabs {
  margin-top: 5px;
  border-top: 1px solid white;
  color: white;
}
@media (max-width: 1150px) {
  .sticky-header__tabs {
    display: none;
  }
}
.sticky-header__tabs li {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 13px;
}
.sticky-header__tabs li.active {
  border-bottom: 2px solid #1a516d;
  font-weight: bold;
}
.sticky-header.sticky-header-change .sticky-header__tabs li.active {
  border-bottom: 2px solid white;
}

.sticky-header-indicator {
  height: 0.1px;
  background-color: transparent !important;
}

.company-img {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 1;
  transition: all 0.3s;
}
.company-img.company-img-change {
  opacity: 0;
}

.footer {
  padding-left: 30px;
  padding-right: 30px;
  z-index: 10;
  padding: 18px 10px 16px;
  border-top: 1px solid #4b4c4d;
  background-color: #1a516d;
  min-height: 76px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .footer {
    min-height: 111px;
  }
}
.footer__row {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__row__notice {
  font-size: 13px;
  color: #ffffff;
}
@media (max-width: 800px) {
  .footer__row__notice {
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}
.footer__row__social {
  display: flex;
}
@media (max-width: 800px) {
  .footer__row__social {
    justify-content: center;
    width: 100%;
  }
}
.footer__row__social__link {
  color: white;
  font-size: 16px;
  margin: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.footer__row__social__link:hover {
  opacity: 0.8;
}
.footer__row__social__link:first-child:hover::after {
  position: absolute;
  top: -30px;
  background: #242424;
  border-radius: 3px;
  color: #fff;
  content: attr(title);
  font-size: 12px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.footer__row__social__link:first-child:hover::before {
  border: solid;
  border-color: #242424 transparent;
  border-width: 5px 4px 0px 4px;
  content: "";
  position: absolute;
  top: -7px;
}
.footer__row__social__link:nth-child(2):hover::after {
  position: absolute;
  top: -30px;
  background: #242424;
  border-radius: 3px;
  color: #fff;
  content: attr(title);
  font-size: 12px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.footer__row__social__link:nth-child(2):hover::before {
  border: solid;
  border-color: #242424 transparent;
  border-width: 5px 4px 0px 4px;
  content: "";
  position: absolute;
  top: -7px;
}
.footer__row__social__link:nth-child(3):hover::after {
  position: absolute;
  top: -30px;
  background: #242424;
  border-radius: 3px;
  color: #fff;
  content: attr(title);
  font-size: 12px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.footer__row__social__link:nth-child(3):hover::before {
  border: solid;
  border-color: #242424 transparent;
  border-width: 5px 4px 0px 4px;
  content: "";
  position: absolute;
  top: -7px;
}

.overlay-container {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1500;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none !important;
}

.overlay-inner {
  background-color: #1a516d;
  width: 90%;
  height: auto;
  border-radius: unset;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wClose {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 18px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  color: white;
}

.show {
  display: flex !important;
}

.mobile-dropdown {
  width: 100%;
  display: none;
  margin-top: 15px;
}
.sticky-header.sticky-header-change .mobile-dropdown {
  border: 1px solid white;
  margin-top: 5px;
}
@media (max-width: 1150px) {
  .mobile-dropdown {
    display: block;
  }
}
.mobile-dropdown .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background-color: #1a516d;
  color: white;
  padding: 10px 10px;
  border-radius: unset;
}
.mobile-dropdown .item span {
  font-weight: bold;
  font-size: 18px;
}
.mobile-dropdown .item i {
  font-size: 16px;
}

.drop-down {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 60px 10px 25px 10px;
}

.drop-down li {
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 1px solid white;
  padding: 5px 5px;
  font-weight: bold;
  font-size: 16px;
  color: white;
}
.drop-down li br {
  display: none !important;
}
.drop-down li:first-child {
  margin-top: 10px;
}

.drop-down li.active {
  color: #1a516d;
  background-color: white;
}

.financial-reports {
  width: 100%;
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
}
.financial-reports__panner {
  display: none;
  position: absolute;
  top: 60px;
  color: white;
  transition: all 0.5s;
  z-index: 200;
  font-size: 12px;
}
@media (max-width: 780px) {
  .financial-reports__panner {
    display: block;
  }
}
.financial-reports__panner:hover {
  cursor: pointer;
  color: white;
}
.financial-reports .active-scroll {
  color: #90f49b;
}
.financial-reports #financial-reports__panner-left {
  right: 1px;
}
.financial-reports #financial-reports__panner-right {
  left: 1px;
}
.financial-reports__container {
  width: 100%;
  direction: ltr;
}
@media (max-width: 780px) {
  .financial-reports__container {
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll;
  }
  .financial-reports__container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}
.financial-reports__title {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 479px) {
  .financial-reports__title {
    font-size: 5vw;
  }
}
.financial-reports__table {
  width: 100%;
  direction: rtl !important;
}
@media (min-width: 601px) and (max-width: 780px) {
  .financial-reports__table {
    width: 800px;
  }
}
@media (max-width: 600px) {
  .financial-reports__table {
    width: 700px;
  }
}
.financial-reports__table__row {
  border-bottom: 1px solid white;
}
.financial-reports__table__row__data {
  width: 14.2857142857%;
  text-align: center;
  padding: 10px;
}
.financial-reports__table__row__data:first-child {
  text-align: right;
  width: 9%;
  background-color: #1a516d;
  position: sticky;
  right: 0;
  padding-right: 0px;
}
.financial-reports__table__row__data:last-child {
  padding-left: 0px;
}
.financial-reports__table__row__data__text {
  font-size: 15px;
  font-weight: 500;
}
.financial-reports__table__row__data__text__link {
  color: white;
  text-decoration: none;
  width: 17px;
  height: 17px;
}
.financial-reports__table__row__data__text__link:nth-child(2) {
  margin: 0px 3px;
}
.financial-reports__table__row__data__text__link__icon {
  width: 18px;
  height: 21px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.Major-Shareholders {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.Major-Shareholders__title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .Major-Shareholders__title {
    font-size: 5vw;
  }
}
.Major-Shareholders__container {
  margin-bottom: 50px;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: auto;
}
.Major-Shareholders__container::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.Major-Shareholders__table {
  min-width: 100%;
}
.Major-Shareholders__table__row {
  border-bottom: 1px solid white;
}
.Major-Shareholders__table__row__header {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .Major-Shareholders__table__row__header {
    min-width: 50vw;
  }
}
.Major-Shareholders__table__row__header:first-child {
  padding-right: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .Major-Shareholders__table__row__header:first-child {
    min-width: 40vw;
  }
}
.Major-Shareholders__table__row__header:last-child {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .Major-Shareholders__table__row__header:last-child {
    min-width: unset !important;
  }
}
.Major-Shareholders__table__row__header__text {
  font-size: 16px;
}
@media (max-width: 479px) {
  .Major-Shareholders__table__row__header__text {
    font-size: 3.4vw;
  }
}
.Major-Shareholders__table__row__data {
  padding: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .Major-Shareholders__table__row__data {
    min-width: 50vw;
  }
}
.Major-Shareholders__table__row__data:first-child {
  padding-right: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .Major-Shareholders__table__row__data:first-child {
    min-width: 40vw;
  }
}
.Major-Shareholders__table__row__data:last-child {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .Major-Shareholders__table__row__data:last-child {
    min-width: unset !important;
  }
}
.Major-Shareholders__table__row__data__text {
  font-size: 16px;
}
@media (max-width: 479px) {
  .Major-Shareholders__table__row__data__text {
    font-size: 3.4vw;
  }
}
.Major-Shareholders__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border-top: 1px solid white;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .Major-Shareholders__more {
    position: unset;
  }
}
.Major-Shareholders__more:hover {
  color: white;
  text-decoration: none;
}
.Major-Shareholders__more__icon {
  font-size: 13px;
}

.foreign-ownership {
  width: 100%;
  margin-top: 24px;
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px 10px 25px 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.foreign-ownership__title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .foreign-ownership__title {
    font-size: 5vw;
  }
}
.foreign-ownership__table {
  width: 100%;
}
.foreign-ownership__table__row:first-child {
  border-bottom: 1px solid white;
}
.foreign-ownership__table__row:last-child {
  border-bottom: 1px solid white;
  font-weight: 500;
}
.foreign-ownership__table__row__data {
  width: 20%;
  text-align: center;
  font-size: 14px;
  padding: 10px 0px;
}
@media (max-width: 399px) {
  .foreign-ownership__table__row__data {
    font-size: 10px;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .foreign-ownership__table__row__data {
    font-size: 12px;
  }
}
.foreign-ownership__table__row__data:first-child {
  text-align: right;
}
.foreign-ownership__table__row__data:nth-child(2) {
  width: 20%;
  text-align: center;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.foreign-ownership__table__row__main-header {
  text-align: right;
}
@media (max-width: 399px) {
  .foreign-ownership__table__row__main-header {
    font-size: 10px;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .foreign-ownership__table__row__main-header {
    font-size: 12px;
  }
}
.foreign-ownership__table__row__main-header:first-child {
  width: 60%;
}
@media (max-width: 349px) {
  .foreign-ownership__table__row__main-header:first-child {
    width: 25%;
  }
}
@media (min-width: 350px) and (max-width: 780px) {
  .foreign-ownership__table__row__main-header:first-child {
    width: 30%;
  }
}
.foreign-ownership__table__row__main-header:last-child {
  text-align: center;
}
.foreign-ownership__table__row__title {
  width: 20%;
  text-align: center;
  border-bottom: 1px solid white;
  padding: 10px 0px;
  font-size: 14px;
}
@media (max-width: 349px) {
  .foreign-ownership__table__row__title {
    width: 37.5%;
  }
}
@media (max-width: 399px) {
  .foreign-ownership__table__row__title {
    font-size: 10px;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .foreign-ownership__table__row__title {
    font-size: 12px;
  }
}
@media (min-width: 350px) and (max-width: 780px) {
  .foreign-ownership__table__row__title {
    width: 35%;
  }
}
.foreign-ownership__table__row__title:nth-child(2) {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.stock-information {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(35% - 12px);
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .stock-information {
    width: 100%;
  }
}
.stock-information__title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .stock-information__title {
    font-size: 5vw;
  }
}
.stock-information__list {
  margin-bottom: 30px;
}
.stock-information__list__item {
  font-size: 16px;
  padding: 10px 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
}
@media (max-width: 479px) {
  .stock-information__list__item {
    font-size: 3.4vw;
  }
}
.stock-information .stock-information-tabs {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 114px;
  border-radius: unset;
  border: 1px solid white;
  margin: 0px auto 20px auto;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.stock-information .stock-information-tabs .stock-information-tabs li {
  cursor: pointer;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: unset;
}
.stock-information .stock-information-tabs .stock-information-tabs li.active {
  background-color: white;
  border-radius: unset;
  color: #1a516d;
  font-weight: bold;
}
.stock-information .stock-information__container > div:not(:first-child) {
  display: none;
}
.stock-information__more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid white;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-top: 5px;
}
.stock-information__more:hover {
  color: white;
  text-decoration: none;
}
.stock-information__more__icon {
  font-size: 13px;
}
@media (max-width: 991px) {
  .stock-information__more {
    position: unset;
  }
}

.trading-data {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(65% - 12px);
  margin-bottom: 24px;
  position: relative;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .trading-data {
    width: 100%;
    margin-right: 0px;
  }
}
.trading-data__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .trading-data__title {
    font-size: 5vw;
  }
}
.trading-data__list {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 15px;
}
.trading-data__list__item {
  border-bottom: 1px solid white;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
@media (max-width: 479px) {
  .trading-data__list__item {
    font-size: 3.4vw;
  }
}
.trading-data__list__item:nth-child(11) {
  padding-bottom: 12px;
}

.Financials-Highlights {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(70% - 12px);
  margin-left: 24px;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .Financials-Highlights {
    width: 100%;
    margin-left: 0px;
  }
}
@media (min-width: 680px) and (max-width: 879px) {
  .Financials-Highlights {
    width: 100%;
  }
}
.Financials-Highlights__currency {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .Financials-Highlights__currency {
    display: block;
  }
}
.Financials-Highlights__title {
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .Financials-Highlights__title {
    font-size: 5vw;
  }
}
@media (max-width: 480px) {
  .Financials-Highlights__title__type {
    display: inline;
    margin-top: 5px;
  }
}
.Financials-Highlights__table {
  width: 100%;
  min-width: 100%;
  margin-bottom: 15px;
  direction: rtl !important;
}
@media (max-width: 1015px) {
  .Financials-Highlights__table {
    width: 1000px;
  }
}
.Financials-Highlights__table__row {
  border-bottom: 1px solid white;
  line-height: 15px;
}
.Financials-Highlights__table__row__header {
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2px;
}
.Financials-Highlights__table__row__header:first-child {
  text-align: right;
  position: sticky;
  right: 0;
  background-color: #1a516d;
}
.Financials-Highlights__table__row__data {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 2px;
  font-size: 13px;
}
.Financials-Highlights__table__row__data:first-child {
  text-align: right;
  position: sticky;
  right: 0;
  background-color: #1a516d;
}
.Financials-Highlights__table__row__data__text__icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.Financials-Highlights__table__row__data__text__icon path {
  fill: white;
}
.Financials-Highlights__table__row .desc {
  width: 230px;
  font-size: 14px;
}
@media (max-width: 600px) {
  .Financials-Highlights__table__row .desc {
    width: 120px;
    word-wrap: break-word;
  }
}
.Financials-Highlights__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top: 1px solid white;
  color: white;
  text-decoration: none;
}
.Financials-Highlights__more:hover {
  color: white;
  text-decoration: none;
}
.Financials-Highlights__more__icon {
  font-size: 13px;
}
.Financials-Highlights .Financials-Highlights-tabs {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: unset;
  border: 1px solid white;
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
  z-index: 10;
}
@media (max-width: 650px) {
  .Financials-Highlights .Financials-Highlights-tabs {
    float: right;
    margin: 15px 0px 30px 0px;
  }
}
.Financials-Highlights .Financials-Highlights-tabs li {
  cursor: pointer;
  font-size: 14px;
  padding: 3px 12px;
  border-radius: unset;
}
.Financials-Highlights .Financials-Highlights-tabs li.active {
  background-color: white;
  border-radius: unset;
  color: #1a516d;
  font-weight: bold;
}
.Financials-Highlights .Financials-Highlights__container {
  position: relative;
  z-index: 1;
}
.Financials-Highlights__popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  transition: all 0.3s;
}
.Financials-Highlights__popup__overlay {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.Financials-Highlights__popup__overlay__chart {
  width: 95%;
  max-width: 600px;
  background-color: #1a516d;
  padding: 15px;
}
.Financials-Highlights__popup__overlay__chart__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.Financials-Highlights__popup__overlay__chart__close img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.Financials-Highlights__popup__overlay__chart__graph img {
  width: 100%;
  display: block;
}

.Financials-Highlights__riyal,
.Financials-Highlights__usd {
  width: 100%;
  position: relative;
}
.Financials-Highlights__riyal__container,
.Financials-Highlights__usd__container {
  width: 100%;
  direction: rtl;
}
@media (max-width: 900px) {
  .Financials-Highlights__riyal__container,
  .Financials-Highlights__usd__container {
    direction: ltr;
  }
}
@media (max-width: 1015px) {
  .Financials-Highlights__riyal__container,
  .Financials-Highlights__usd__container {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll;
  }
  .Financials-Highlights__riyal__container::-webkit-scrollbar,
  .Financials-Highlights__usd__container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}
.Financials-Highlights__riyal__panner,
.Financials-Highlights__usd__panner {
  display: none;
  position: absolute;
  top: 22px;
  color: white;
  transition: all 0.5s;
  z-index: 200;
  font-size: 12px;
}
@media (max-width: 1015px) {
  .Financials-Highlights__riyal__panner,
  .Financials-Highlights__usd__panner {
    display: block;
  }
}
.Financials-Highlights__riyal__panner:hover,
.Financials-Highlights__usd__panner:hover {
  cursor: pointer;
  color: white;
}
.Financials-Highlights__riyal .active-scroll,
.Financials-Highlights__usd .active-scroll {
  color: #90f49b;
}
.Financials-Highlights__riyal #Financials-Highlights__riyal__panner-left,
.Financials-Highlights__riyal #Financials-Highlights__usd__panner-left,
.Financials-Highlights__usd #Financials-Highlights__riyal__panner-left,
.Financials-Highlights__usd #Financials-Highlights__usd__panner-left {
  left: -14px;
}
.Financials-Highlights__riyal #Financials-Highlights__riyal__panner-right,
.Financials-Highlights__riyal #Financials-Highlights__usd__panner-right,
.Financials-Highlights__usd #Financials-Highlights__riyal__panner-right,
.Financials-Highlights__usd #Financials-Highlights__usd__panner-right {
  right: -14px;
}

.milestones {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 100%;
  position: relative;
}
.milestones__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .milestones__title {
    font-size: 5vw;
  }
}
.milestones__list {
  list-style-type: none;
  padding-right: 0px;
}
.milestones__list__item {
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 10px 0px;
}
.milestones__list__item:first-child {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .milestones__list__item {
    display: block;
  }
}
@media (max-width: 479px) {
  .milestones__list__item {
    font-size: 3.4vw;
  }
}
.milestones__list__item__number {
  width: 30%;
}
@media (max-width: 767px) {
  .milestones__list__item__number {
    display: inline-block;
    width: unset;
    margin-bottom: 5px;
    border: 1px solid white;
    padding: 3px;
  }
}
.milestones__list__item__name {
  text-align: right;
  width: 70%;
}
@media (max-width: 767px) {
  .milestones__list__item__name {
    display: block;
    width: 100%;
  }
}

.capital-change {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 24px;
  width: 100%;
}
.capital-change__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .capital-change__title {
    font-size: 5vw;
  }
}
.capital-change img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-change {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
  margin-left: 24px;
  margin-bottom: 24px;
  width: calc(35% - 12px);
}
@media (max-width: 991px) {
  .recent-change {
    width: 100%;
    margin-left: 0;
  }
}
.recent-change__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .recent-change__title {
    font-size: 5vw;
  }
}
.recent-change__list {
  list-style-type: none;
  padding-right: 0px;
}
.recent-change__list__item {
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 479px) {
  .recent-change__list__item {
    font-size: 3.4vw;
  }
}
.recent-change__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top: 1px solid white;
  color: white;
  text-decoration: none;
}
.recent-change__more:hover {
  color: white;
  text-decoration: none;
}
.recent-change__more__icon {
  font-size: 13px;
}

.historical-dividends {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 24px;
  width: calc(65% - 12px);
}
@media (max-width: 991px) {
  .historical-dividends {
    width: 100%;
  }
}
.historical-dividends__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .historical-dividends__title {
    font-size: 5vw;
  }
}
.historical-dividends img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-corporate-actions {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 100%;
  position: relative;
}
.main-corporate-actions__panner {
  display: none;
  position: absolute;
  top: 50%;
  color: white;
  transition: all 0.5s;
  z-index: 200;
  font-size: 13px;
}
@media (max-width: 699px) {
  .main-corporate-actions__panner {
    display: block;
  }
}
.main-corporate-actions__panner:hover {
  cursor: pointer;
  color: white;
}
.main-corporate-actions .active-scroll {
  color: #90f49b;
}
.main-corporate-actions #main-corporate-actions__pan-left {
  left: 1px;
}
.main-corporate-actions #main-corporate-actions__pan-right {
  right: 1px;
}
.main-corporate-actions__tabs {
  list-style: none;
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .main-corporate-actions__tabs {
    justify-content: space-between;
  }
}
.main-corporate-actions__tabs li {
  cursor: pointer;
  font-size: 25px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 479px) {
  .main-corporate-actions__tabs li {
    font-size: 5vw;
  }
}
.main-corporate-actions__tabs li:first-child {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .main-corporate-actions__tabs li:first-child {
    margin-left: 25px;
  }
}
@media (max-width: 479px) {
  .main-corporate-actions__tabs li:first-child {
    margin-left: 0px;
  }
}
.main-corporate-actions__tabs .active {
  font-weight: bold;
  border-bottom: 2px solid white;
}
.main-corporate-actions .main-corporate-actions__container > div:not(:first-child) {
  display: none;
}
.main-corporate-actions__capital-changes, .main-corporate-actions__dividend-history {
  white-space: nowrap;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: auto;
}
.main-corporate-actions__capital-changes::-webkit-scrollbar, .main-corporate-actions__dividend-history::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.main-corporate-actions__capital-changes__table, .main-corporate-actions__dividend-history__table {
  width: 100%;
}
.main-corporate-actions__capital-changes__table__row, .main-corporate-actions__dividend-history__table__row {
  border-bottom: 1px solid white;
}
.main-corporate-actions__capital-changes__table__row:first-child, .main-corporate-actions__dividend-history__table__row:first-child {
  border-top: 1px solid white;
}
.main-corporate-actions__capital-changes__table__row__data, .main-corporate-actions__dividend-history__table__row__data {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  min-width: 150px;
}
@media (max-width: 479px) {
  .main-corporate-actions__capital-changes__table__row__data, .main-corporate-actions__dividend-history__table__row__data {
    font-size: 3.4vw;
    min-width: 25vw;
  }
}
.main-corporate-actions__capital-changes__table__row__data:first-child, .main-corporate-actions__dividend-history__table__row__data:first-child {
  min-width: 20vw;
  position: sticky;
  right: 0;
  background-color: #1a516d;
  text-align: right;
  padding-right: 0px;
  min-width: 100px;
}
@media (max-width: 479px) {
  .main-corporate-actions__capital-changes__table__row__data:first-child, .main-corporate-actions__dividend-history__table__row__data:first-child {
    min-width: 20vw;
  }
}
.main-corporate-actions__capital-changes__table__row__data:last-child, .main-corporate-actions__dividend-history__table__row__data:last-child {
  padding-left: 0px;
}
.main-corporate-actions__capital-changes__table__row__data__link svg, .main-corporate-actions__dividend-history__table__row__data__link svg {
  width: 16px;
  height: 16px;
}
.main-corporate-actions__capital-changes__table__row__data__link svg path, .main-corporate-actions__dividend-history__table__row__data__link svg path {
  fill: white;
}

.main-chart {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  width: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 24px;
}
.main-chart__select-container {
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}
.main-chart__select-container select {
  background-color: #1a516d;
  outline: unset;
  border: 1px solid white;
  cursor: pointer;
  padding: 10px 5px;
  color: white;
  font-size: 16px;
}
.main-chart__company-name {
  text-align: center;
  font-size: 22px;
  margin: 20px 0px;
}
.main-chart__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-chart .highcharts-credits {
  display: none;
}

.salaries {
  width: 100%;
}
.salaries__years {
  display: flex;
  justify-content: space-between;
  background-color: #1a516d;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .salaries__years {
    display: block;
  }
}
.salaries__years__title {
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .salaries__years__title {
    font-size: 5vw;
  }
}
.salaries__years__tabs {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .salaries__years__tabs {
    justify-content: space-between;
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .salaries__years__tabs {
    margin-top: 4vw;
  }
}
.salaries__years__tabs li {
  cursor: pointer;
  margin: 0px 20px;
  font-size: 18px;
  color: #c4c4c4;
}
@media (max-width: 767px) {
  .salaries__years__tabs li {
    margin: 0px 0px;
  }
}
@media (max-width: 479px) {
  .salaries__years__tabs li {
    font-size: 4vw;
  }
}
.salaries__years__tabs li:last-child {
  margin-left: 0px;
}
.salaries__years__tabs .active {
  font-weight: bold;
  color: white;
}
.salaries__container {
  background-color: #1a516d;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: 24px;
}
.salaries__container > div:not(:first-child) {
  display: none;
}
.salaries__details {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: auto;
}
.salaries__details::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.salaries__details__table {
  min-width: 100%;
}
.salaries__details__table__row {
  border-bottom: 1px solid white;
}
.salaries__details__table__row:last-child {
  border-bottom: unset;
}
.salaries__details__table__row:last-child td {
  padding-bottom: 0px;
}
.salaries__details__table__row__head {
  text-align: center;
  padding: 10px;
  width: 25%;
  word-wrap: break-word;
  font-weight: bold;
  min-width: 200px;
}
@media (max-width: 479px) {
  .salaries__details__table__row__head {
    font-size: 3.4vw;
    min-width: 40vw;
  }
}
.salaries__details__table__row__head:first-child {
  text-align: right;
  padding-right: 0px;
  min-width: 250px;
}
@media (max-width: 479px) {
  .salaries__details__table__row__head:first-child {
    min-width: 40vw;
  }
}
.salaries__details__table__row__head:last-child {
  padding-left: 0px;
}
.salaries__details__table__row__head:nth-child(3) {
  min-width: 400px;
}
@media (max-width: 479px) {
  .salaries__details__table__row__head:nth-child(3) {
    min-width: 100vw;
  }
}
.salaries__details__table__row__data {
  text-align: center;
  padding: 10px;
  width: 25%;
  word-wrap: break-word;
  min-width: 200px;
}
@media (max-width: 479px) {
  .salaries__details__table__row__data {
    font-size: 3.4vw;
    min-width: 40vw;
  }
}
.salaries__details__table__row__data:first-child {
  text-align: right;
  min-width: 250px;
  padding-right: 0px;
}
@media (max-width: 479px) {
  .salaries__details__table__row__data:first-child {
    min-width: 40vw;
  }
}
.salaries__details__table__row__data:last-child {
  padding-left: 0px;
}
.salaries__details__table__row__data:nth-child(3) {
  min-width: 400px;
}
@media (max-width: 479px) {
  .salaries__details__table__row__data:nth-child(3) {
    min-width: 100vw;
  }
}

.chart-financials-highlights {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 100%;
}
.chart-financials-highlights__panner {
  display: none;
  position: absolute;
  top: 0;
  color: white;
  transition: all 0.5s;
  z-index: 200;
  font-size: 12px;
}
@media (max-width: 990px) {
  .chart-financials-highlights__panner {
    display: block;
  }
}
.chart-financials-highlights__panner:hover {
  cursor: pointer;
  color: white;
}
.chart-financials-highlights .active-scroll {
  color: #90f49b;
}
.chart-financials-highlights #chart-financials-highlights__pan-left {
  right: 100px;
}
@media (min-width: 470px) and (max-width: 580px) {
  .chart-financials-highlights #chart-financials-highlights__pan-left {
    right: 95px;
  }
}
@media (min-width: 400px) and (max-width: 469px) {
  .chart-financials-highlights #chart-financials-highlights__pan-left {
    right: 90px;
  }
}
@media (min-width: 320px) and (max-width: 399px) {
  .chart-financials-highlights #chart-financials-highlights__pan-left {
    right: 80px;
  }
}
@media (max-width: 319px) {
  .chart-financials-highlights #chart-financials-highlights__pan-left {
    right: 70px;
  }
}
.chart-financials-highlights #chart-financials-highlights__pan-right {
  left: -10px;
}
.chart-financials-highlights__currency {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .chart-financials-highlights__currency {
    display: block;
  }
}
.chart-financials-highlights__title {
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 479px) {
  .chart-financials-highlights__title {
    font-size: 5vw;
  }
}
.chart-financials-highlights__tabs {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 114px;
  border-radius: unset;
  border: 1px solid white;
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0px;
}
@media (max-width: 550px) {
  .chart-financials-highlights__tabs {
    float: right;
    margin: 15px 0px;
  }
}
.chart-financials-highlights__tabs li {
  cursor: pointer;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: unset;
}
.chart-financials-highlights__tabs .active {
  background-color: white;
  border-radius: unset;
  color: #1a516d;
  font-weight: bold;
}
.chart-financials-highlights__container > div:not(:first-child) {
  display: none;
}
.chart-financials-highlights__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media (max-width: 990px) {
  .chart-financials-highlights__data {
    padding: 0px 10px;
  }
}
.chart-financials-highlights__data__date {
  width: 140px;
}
@media (max-width: 990px) {
  .chart-financials-highlights__data__date {
    width: 150px;
  }
}
.chart-financials-highlights__data__date__day {
  border-bottom: 1px solid white;
  padding-top: 20px;
  font-size: 15px;
  padding-bottom: 2px;
  height: 50px;
}
@media (min-width: 350px) and (max-width: 500px) {
  .chart-financials-highlights__data__date__day {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .chart-financials-highlights__data__date__day {
    font-size: 12px;
  }
}
.chart-financials-highlights__data__date__day:first-child {
  font-weight: bold;
  font-size: 16px;
  padding-top: 0px;
  height: unset;
}
.chart-financials-highlights__data__details {
  width: inherit;
}
@media (max-width: 990px) {
  .chart-financials-highlights__data__details {
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll;
  }
  .chart-financials-highlights__data__details::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}
.chart-financials-highlights__data__details__table {
  width: 100%;
}
@media (max-width: 990px) {
  .chart-financials-highlights__data__details__table {
    width: 900px;
  }
}
.chart-financials-highlights__data__details__table__row__head {
  text-align: center;
  width: 12.5%;
  border-bottom: 1px solid white;
  padding-top: 15px;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 2px;
}
.chart-financials-highlights__data__details__table__row__data {
  text-align: center;
  width: 12.5%;
  border-bottom: 1px solid white;
  padding-top: 20px;
  font-size: 14px;
  height: 50px;
  padding-bottom: 2px;
}
@media (max-width: 350px) {
  .chart-financials-highlights__data__details__table__row__data {
    font-size: 12px;
  }
}
.chart-financials-highlights__data__details__table__row .red {
  color: #fd5b5b;
}
.chart-financials-highlights__data__details__table__row .green {
  color: #90f49b;
}

.filter {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 539px) {
  .filter {
    display: block;
  }
}
.filter__search {
  display: flex;
  align-items: center;
}
@media (max-width: 429px) {
  .filter__search {
    justify-content: space-between;
  }
}
@media (max-width: 539px) {
  .filter__search {
    flex-wrap: wrap;
  }
}
.filter__search__name {
  margin-left: 10px;
  font-size: 15px;
}
@media (max-width: 539px) {
  .filter__search__name {
    display: none;
  }
}
.filter__search__input {
  width: 250px;
  height: 40px;
  display: block;
  position: relative;
  margin: 0px 15px;
}
@media (min-width: 540px) and (max-width: 650px) {
  .filter__search__input {
    width: 185px;
  }
}
@media (max-width: 539px) {
  .filter__search__input {
    width: 100%;
    margin: 0px 0px;
  }
}
.filter__search__input input {
  height: 100%;
  width: 100%;
  outline: unset;
  border: 1px solid white;
  background-color: white;
  color: #1a516d;
  padding: 2px 5px;
  transition: all 0.5s;
  font-size: 12px;
  border-radius: unset;
  cursor: pointer;
}
.filter__search__input input:focus {
  border: 1px solid #90f49b;
  font-size: 12px;
}
.filter__search__input input::-moz-placeholder {
  color: #bfbfbf;
}
.filter__search__input input::placeholder {
  color: #bfbfbf;
}
.filter__search__input input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1; /* Firefox */
}
.filter__search__input input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1; /* Firefox */
}
.filter__search__input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
.filter__search__input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bfbfbf;
}
.filter__search__input__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7.5px;
  bottom: 7.5px;
  left: 5px;
  pointer-events: none;
}
.filter__search__input__icon svg {
  width: 20px;
  height: 20px;
}
.filter__search__input__icon svg path {
  fill: #1a516d;
}
.filter__search__btn {
  margin-right: 10px;
  border: 1px solid white;
  background-color: white;
  color: #1a516d;
  border-radius: unset;
  padding: 2px 0px;
  font-size: 15px;
  transition: all 0.5s;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 540px) and (max-width: 650px) {
  .filter__search__btn {
    width: 75px;
    font-size: 13px;
  }
}
@media (max-width: 539px) {
  .filter__search__btn {
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
  }
}
.filter__search__btn:hover {
  background-color: #1a516d;
  color: white;
  border: 1px solid #90f49b;
}
.filter__data {
  display: flex;
  align-items: center;
}
@media (max-width: 539px) {
  .filter__data {
    margin-top: 20px;
    justify-content: center;
  }
}
.filter__data__link {
  margin: 0px 4px;
  display: flex;
  align-items: center;
}
@media (max-width: 465px) {
  .filter__data__link {
    margin: 0px 2px;
  }
}
@media (max-width: 465px) {
  .filter__data__link:last-child {
    margin-right: 0px;
  }
}
.filter__data__link svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 540px) and (max-width: 650px) {
  .filter__data__link svg {
    width: 20px;
    height: 20px;
  }
}
.filter__data__link svg:hover path {
  fill: #90f49b;
}
@media (max-width: 530px) {
  .filter__data__link svg {
    width: 20px;
    height: 20px;
  }
}
.filter__data__link svg path {
  transition: all 0.5s;
  fill: white;
}

.structure {
  background-color: #1a516d;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 100%;
  padding: 15px;
}
.structure__tabs {
  list-style: none;
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .structure__tabs {
    justify-content: space-between;
  }
}
.structure__tabs li {
  cursor: pointer;
  font-size: 25px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 479px) {
  .structure__tabs li {
    font-size: 5vw;
  }
}
.structure__tabs li:first-child {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .structure__tabs li:first-child {
    margin-left: 25px;
  }
}
@media (max-width: 479px) {
  .structure__tabs li:first-child {
    margin-left: 0px;
  }
}
.structure__tabs .active {
  font-weight: bold;
  border-bottom: 2px solid white;
}
.structure__container > div:not(:first-child) {
  display: none;
}
.structure__board, .structure__executives {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 24px;
}
@media (max-width: 991px) {
  .structure__board, .structure__executives {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .structure__board, .structure__executives {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .structure__board, .structure__executives {
    gap: 24px;
  }
}
.structure__board__member, .structure__executives__member {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.structure__board__member__img, .structure__executives__member__img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .structure__board__member__img, .structure__executives__member__img {
    width: 35vw;
    height: 35vw;
  }
}
.structure__board__member__name, .structure__executives__member__name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 479px) {
  .structure__board__member__name, .structure__executives__member__name {
    font-size: 4vw;
  }
}
.structure__board__member__name span, .structure__executives__member__name span {
  cursor: pointer;
}
.structure__board__member__title, .structure__executives__member__title {
  font-size: 15px;
  text-align: center;
}
@media (max-width: 479px) {
  .structure__board__member__title, .structure__executives__member__title {
    font-size: 3.5vw;
  }
}
.structure__board__member__title span, .structure__executives__member__title span {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.structure__board__member__title i, .structure__executives__member__title i {
  margin-right: 5px;
  font-size: 11px;
}
.structure__member-details {
  display: none;
}
.structure__member-details__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 479px) {
  .structure__member-details__meta {
    font-size: 3.4vw;
  }
}
.structure__member-details__meta svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
@media (max-width: 479px) {
  .structure__member-details__meta svg {
    width: 3.4vw;
    height: 3.4vw;
    margin-left: 3vw;
  }
}
.structure__member-details__meta svg path {
  transition: all 0.3s;
  fill: white;
}
.structure__member-details__meta span {
  transition: all 0.3s;
}
.structure__member-details__meta__category {
  border-bottom: 1px solid white;
}
.structure__member-details__meta__slash {
  margin: 0px 8px;
}
.structure__member-details__profile {
  display: flex;
  align-items: center;
  padding-right: 50px;
  margin: 24px 0px;
}
@media (max-width: 767px) {
  .structure__member-details__profile {
    padding-right: 0px;
    display: block;
  }
}
.structure__member-details__profile__img {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .structure__member-details__profile__img {
    margin-left: 0px;
  }
}
.structure__member-details__profile__img img {
  width: 175px;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  border-radius: 50% !important;
  display: block !important;
}
@media (max-width: 767px) {
  .structure__member-details__profile__img img {
    margin: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .structure__member-details__profile__img img {
    width: 35vw;
    height: 35vw;
  }
}
.structure__member-details__profile__img img:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .structure__member-details__profile__data {
    text-align: center;
  }
}
.structure__member-details__profile__data__name {
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
@media (max-width: 479px) {
  .structure__member-details__profile__data__name {
    font-size: 4vw;
  }
}
.structure__member-details__profile__data__title {
  font-size: 15px;
  transition: all 0.3s;
}
@media (max-width: 479px) {
  .structure__member-details__profile__data__title {
    font-size: 3.5vw;
  }
}
.structure__member-details__profile__data__social-media {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .structure__member-details__profile__data__social-media {
    justify-content: center;
  }
}
.structure__member-details__profile__data__social-media__link {
  display: flex;
  align-items: center;
}
.structure__member-details__profile__data__social-media__link:first-child {
  margin-left: 15px;
}
.structure__member-details__profile__data__social-media__link svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 479px) {
  .structure__member-details__profile__data__social-media__link svg {
    width: 15px;
    height: 15px;
  }
}
.structure__member-details__profile__data__social-media__link svg path {
  fill: white;
  transition: all 0.3s;
}
.structure__member-details__about {
  margin-bottom: 24px;
  font-size: 16px;
}
@media (max-width: 479px) {
  .structure__member-details__about {
    font-size: 3.4vw;
  }
}
.structure__member-details__about p {
  text-align: right !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: normal !important;
  color: white !important;
  margin-bottom: 15px !important;
}
.structure__member-details__about span {
  font-family: inherit !important;
  font-size: inherit !important;
  letter-spacing: unset !important;
  color: white !important;
}
.structure__member-details__about ul {
  list-style-type: none !important;
  padding-right: 0px !important;
}
.structure__member-details__about ul li {
  margin-top: unset !important;
  margin-right: unset !important;
  text-align: right !important;
  margin-bottom: 15px !important;
}
@media (max-width: 479px) {
  .structure__member-details__about ul li {
    margin-bottom: 4vw;
  }
}
.structure__member-details__keydates__title {
  font-weight: bold;
  font-size: 25px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
@media (max-width: 479px) {
  .structure__member-details__keydates__title {
    font-size: 5vw;
  }
}
.structure__member-details__keydates__container {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow: auto;
}
.structure__member-details__keydates__container::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.structure__member-details__keydates__table {
  min-width: 100%;
}
.structure__member-details__keydates__table tbody tr:last-child {
  border-bottom: unset;
}
.structure__member-details__keydates__table__row {
  border-bottom: 1px solid white;
}
.structure__member-details__keydates__table__row__head {
  text-align: center;
  padding: 10px;
  width: 25%;
  word-wrap: break-word;
  font-weight: bold;
  min-width: 200px;
}
@media (max-width: 479px) {
  .structure__member-details__keydates__table__row__head {
    font-size: 3.4vw;
    min-width: 40vw;
  }
}
.structure__member-details__keydates__table__row__head:first-child {
  text-align: right;
  padding-right: 0px;
  min-width: 250px;
}
@media (max-width: 479px) {
  .structure__member-details__keydates__table__row__head:first-child {
    min-width: 40vw;
  }
}
.structure__member-details__keydates__table__row__head:last-child {
  padding-left: 0px;
}
.structure__member-details__keydates__table__row__data {
  text-align: center;
  padding: 10px;
  width: 25%;
  word-wrap: break-word;
  min-width: 200px;
}
@media (max-width: 479px) {
  .structure__member-details__keydates__table__row__data {
    font-size: 3.4vw;
    min-width: 40vw;
  }
}
.structure__member-details__keydates__table__row__data:first-child {
  text-align: right;
  min-width: 250px;
  padding-right: 0px;
}
@media (max-width: 479px) {
  .structure__member-details__keydates__table__row__data:first-child {
    min-width: 40vw;
  }
}
.structure__member-details__keydates__table__row__data:last-child {
  padding-left: 0px;
}

.intro {
  color: black;
  margin-bottom: 24px;
}
.intro__container {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #707070;
  padding: 15px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .intro__container {
    display: block;
  }
}
@media (max-width: 479px) {
  .intro__container {
    font-size: 3.4vw;
  }
}
.intro__container__title {
  width: 140px;
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 991px) {
  .intro__container__title {
    margin-bottom: 10px;
    width: unset;
  }
}
.intro__container__text {
  font-size: inherit;
  width: 75%;
}
.intro__container__text br {
  display: none !important;
}
.intro__container__text p,
.intro__container__text span {
  font-size: inherit !important;
  font-family: inherit !important;
}
@media (max-width: 991px) {
  .intro__container__text {
    width: unset;
  }
}

.marketvalue {
  background-color: #1a516d;
  border-radius: unset;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 24px;
  width: calc(66.7% - 8px);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .marketvalue {
    width: 100%;
    order: 5;
  }
}
@media (max-width: 767px) {
  .marketvalue {
    width: 100%;
  }
}
.marketvalue__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
  padding: 15px;
  background-color: #1a516d;
  color: white;
  width: 100%;
}
.marketvalue__header__title {
  font-size: 25px;
}
@media (max-width: 479px) {
  .marketvalue__header__title {
    font-size: 5vw;
  }
}
.marketvalue__header__value {
  font-size: 17px;
}
.marketvalue__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
@media (max-width: 549px) {
  .marketvalue__container {
    display: block;
  }
}
.marketvalue__container__right {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 549px) {
  .marketvalue__container__right {
    width: 100%;
    padding: 0px 15px;
  }
}
.marketvalue__container__right__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid white;
}
@media (max-width: 549px) {
  .marketvalue__container__right__data br {
    display: none;
  }
}
.marketvalue__container__right__data__text {
  text-align: left;
  font-size: 17px;
}
@media (max-width: 549px) {
  .marketvalue__container__right__data__text {
    display: flex;
    align-items: baseline;
  }
}
.marketvalue__container__right__data__text--small {
  font-size: 11px;
}
@media (max-width: 549px) {
  .marketvalue__container__right__data__text--small {
    margin-left: 5px;
  }
}
.marketvalue__container__right__data__number {
  text-align: left;
  padding-left: 25px;
  font-size: 17px;
}
@media (max-width: 549px) {
  .marketvalue__container__right__data__number {
    padding-left: 0px;
  }
}
.marketvalue__container__left {
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 549px) {
  .marketvalue__container__left {
    width: 100%;
    padding: 0px 15px;
  }
}
.marketvalue__container__left__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid white;
}
@media (max-width: 549px) {
  .marketvalue__container__left__data br {
    display: none;
  }
}
.marketvalue__container__left__data__text {
  text-align: right;
  padding-right: 25px;
  font-size: 17px;
  line-height: 17px;
}
@media (max-width: 549px) {
  .marketvalue__container__left__data__text {
    padding-right: 0px;
    display: flex;
    align-items: baseline;
  }
}
@media (min-width: 550px) and (max-width: 679px) {
  .marketvalue__container__left__data__text {
    padding-right: 5px;
  }
}
.marketvalue__container__left__data__text--small {
  font-size: 11px;
}
@media (max-width: 549px) {
  .marketvalue__container__left__data__text--small {
    margin-right: 5px;
  }
}
.marketvalue__container__left__data__number {
  text-align: left;
  font-size: 17px;
}
.marketvalue__container__change {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 15px;
  height: 70px;
}
@media (max-width: 590px) {
  .marketvalue__container__change {
    height: unset;
  }
}
.marketvalue__container__change__name {
  font-size: 17px;
}
@media (max-width: 590px) {
  .marketvalue__container__change__name {
    width: 100%;
    margin-top: 45px;
  }
}
.marketvalue__container__change__data {
  text-align: right;
}
@media (max-width: 590px) {
  .marketvalue__container__change__data {
    width: 50%;
    margin-top: 10px;
  }
  .marketvalue__container__change__data:nth-child(3), .marketvalue__container__change__data:nth-child(5) {
    text-align: left;
  }
}
.marketvalue__container__change__data__period {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.marketvalue__container__change__data__perecntage {
  display: block;
  color: white;
  font-size: 17px;
}

.main-financial-statement {
  border-radius: unset;
  width: 100%;
}
.main-financial-statement__title {
  font-weight: 400;
  font-size: 25px;
  padding: 15px 15px 0px 15px;
  background-color: #1a516d;
}
@media (max-width: 479px) {
  .main-financial-statement__title {
    font-size: 5vw;
  }
}
.main-financial-statement__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  background-color: #1a516d;
}
@media (max-width: 579px) {
  .main-financial-statement__head {
    flex-direction: column;
  }
}
.main-financial-statement__head__tabs {
  display: flex;
  align-items: center;
  list-style: none;
}
@media (max-width: 579px) {
  .main-financial-statement__head__tabs {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .main-financial-statement__head__tabs {
    justify-content: space-between;
  }
}
.main-financial-statement__head__tabs li {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 20px;
}
@media (max-width: 360px) {
  .main-financial-statement__head__tabs li {
    font-size: 17px;
  }
}
@media (min-width: 361px) and (max-width: 579px) {
  .main-financial-statement__head__tabs li {
    font-size: 18px;
  }
}
@media (min-width: 580px) and (max-width: 699px) {
  .main-financial-statement__head__tabs li {
    font-size: 17px;
  }
}
.main-financial-statement__head__tabs li:nth-child(2) {
  margin: 0px 60px;
}
@media (min-width: 700px) and (max-width: 899px) {
  .main-financial-statement__head__tabs li:nth-child(2) {
    margin: 0px 30px;
  }
}
@media (min-width: 580px) and (max-width: 699px) {
  .main-financial-statement__head__tabs li:nth-child(2) {
    margin: 0px 16px;
  }
}
@media (max-width: 450px) {
  .main-financial-statement__head__tabs li:nth-child(2) {
    margin: 0px;
  }
}
.main-financial-statement__head__tabs .active {
  font-weight: bold;
  border-bottom: 2px solid white;
}
.main-financial-statement__head__options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 579px) {
  .main-financial-statement__head__options {
    order: 1;
    width: 100%;
    margin-bottom: 25px;
  }
}
.main-financial-statement__head__options__currency {
  margin-left: 2px;
  font-size: 12px;
}
.main-financial-statement__head__options__tabs {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: unset;
  border: 1px solid white;
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0px 2px 0px 5px;
}
.main-financial-statement__head__options__tabs li {
  cursor: pointer;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: unset;
}
.main-financial-statement__head__options__tabs .active {
  background-color: white;
  border-radius: unset;
  color: #1a516d;
  font-weight: bold;
}
.main-financial-statement__head__options__link {
  display: flex;
  align-items: center;
  margin: 0px 2px;
}
.main-financial-statement__head__options__link svg {
  width: 18px;
  height: 18px;
}
.main-financial-statement__head__options__link svg path {
  fill: white;
}

.columchart {
  width: 100px;
}

.head-brd {
  position: relative;
  background-color: #1a516d;
}
.head-brd::after {
  content: "";
  position: absolute;
  background-color: white;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.row-border td {
  background-color: white;
  height: 1px;
}

.fs-sc-arr-left {
  width: 25px;
  background-color: white;
  color: #afafaf;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
  transition: all 0.4s;
}

.fs-sc-arr-right {
  width: 25px;
  background-color: white;
  color: #afafaf;
  position: absolute;
  left: 0;
  top: 10;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}

.active-scroll {
  color: #1a516d;
}

#financialStatementMain > div:not(:first-child) {
  display: none;
}

.financial-statement .fClose {
  background-position: -216px -31px !important;
}

.financial-statement .fOpen {
  background-position: -234px -31px !important;
}

.financial-statement .fClose,
.financial-statement .fOpen {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: normal;
  height: 8px;
  line-height: 14px;
  margin-left: 5px;
  text-align: center;
  width: 8px;
  margin-top: 5px;
}

.financial-statement .level2 {
  background: #fff;
}

.ico,
.user-container .user .img,
.company-share-holder-dtls .pdfDownload i,
.file-attachment a i,
.financial-statement .fClose,
.financial-statement .fOpen,
.stButton .twitter,
.stButton .facebook,
.stButton .googleplus,
.stButton .linkedin,
.subscription-table .scs-msg .holder:before,
.factsnstatistics-trigger,
.factsnstatistics-subhead.active .factsnstatistics-trigger,
.question-icon,
.support-status:before,
.edit-profile-outer .edit-pro-row .status.tick:after,
.edit-profile-outer .edit-pro-row .status.wrong:after,
.lightbox.upgrade-package .modal-dialog .ih.preferred-time:before,
.google-search-outer > h2:after,
.footer .follow-outer .holder a i,
.seo-popup-container li:before,
.abt-twtr:before,
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after,
.key-dates-progres .ProgresBlock.active .StatusCircle:before,
.DownLoadWrapper:after,
.follow-outer .row .s-holder i,
.MacroEcoCharts .title .trigger:after,
.subscription-package-article .head h3:before,
.adv-comp-analysis .block .holder > ul .root .count:after,
.RSS-list-page span.rss-icon-sml {
  background-image: url(../../assets/img-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.financial-statement .level2 .fClose,
.financial-statement .level2 .fOpen {
  line-height: 18px;
  margin-left: 15px;
  margin-top: 13px;
}

.financial-statement .table .year th {
  background: white;
  white-space: nowrap;
  color: #1a516d;
}

.financial-statement .table td > div {
  padding: 5px 16px;
}

.financial-statement .table .year th {
  padding: 8px 6px;
  vertical-align: middle;
  border: 0;
}

.financial-statement.company-fst .table .year th {
  padding: 0px 6px;
  white-space: nowrap;
}

.financial-statement .table .head td {
  font-weight: bold;
  padding: 5px 0px 5px 32px;
  background-color: #1a516d;
}

.chart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: unset !important;
}
.chart-btn svg {
  cursor: pointer;
}

.financial-statement {
  float: left;
  width: 100%;
}

.financial-statement .level2 {
  background: #1a516d;
  border-bottom: 1px solid white;
}

.financial-statement .level1 {
  background-color: #1a516d;
}

.financial-statement .level1 td {
  color: white;
  font-weight: bold;
  line-height: 19px;
}

.financial-statement .trChildOpen {
  background: #1a516d;
}

.financial-statement .trChildOpen td > div {
  padding-left: 32px;
}

.financial-statement .trChildOpen td {
  background-color: #16455d;
}

.financial-statement .group1,
.financial-statement .group1:hover {
  background: #1a516d;
}

.financial-statement .group1 th {
  border-bottom: 1px solid #e9e9e9;
}

.dummy {
  background-color: white !important;
  position: relative;
}

.financial-statement .dummy,
.financial-statement .dummy:hover {
  background: none;
}

.financial-statement .dummy th {
  padding: 0;
  height: 12px;
}

.financial-statement .group1 th + th {
  text-align: center;
}

.financial-statement .level1:hover {
  background: #1a516d;
}

.financial-statement .level1:hover td {
  border-left-color: #3e71b2;
}

.financial-statement .level1 td,
.financial-statement .fTrClose td {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.financial-statement .level2 td {
  border-left: 0;
  border-right: 0;
  padding: 5px 0px;
  min-width: 150px;
}
@media (max-width: 550px) {
  .financial-statement .level2 td {
    font-size: 15px;
  }
}

.financial-statement .level2 td + td {
  text-align: center;
}

.table {
  text-align: left;
}

th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.center {
  text-align: center !important;
}

#divExcelTable {
  position: relative;
  padding: 10px 0px;
  background-color: #1a516d;
}

#divExcelTable td.argaam-font-normal {
  position: sticky;
  right: 0;
  background: #1a516d;
  z-index: 1;
}
@media (max-width: 550px) {
  #divExcelTable td.argaam-font-normal {
    font-size: 15px;
  }
}

.col_sticky {
  position: sticky !important;
  right: 0 !important;
  background-color: #1a516d;
  width: 300px;
  word-wrap: break-word;
}
@media (max-width: 550px) {
  .col_sticky {
    width: 200px;
  }
}

.col_bg {
  background: #1a516d;
}

#companyFinancialResult .group1 th:first-child,
#financialrationtable table.financialRatio .group1 th:first-child {
  background-color: #1a516d;
}

.financial-statement #divExcelTable .group1 th + th,
.financial-statement #financialrationtable .group1 th + th {
  text-align: center;
  height: 40px;
  min-width: 150px;
}

.financial-statement #divExcelTable .level1 td:first-child,
.financial-statement .financialrationtable1 .level1 td:first-child {
  border-right: 0;
  border-left: unset;
  z-index: 9;
  padding: 20px 0px;
  font-size: 21px;
  font-weight: normal;
}
@media (max-width: 550px) {
  .financial-statement #divExcelTable .level1 td:first-child,
  .financial-statement .financialrationtable1 .level1 td:first-child {
    font-size: 17px;
    width: 170px;
  }
}

.widget {
  padding: 0px 20px;
  background-color: #1a516d;
}

.scroll-container {
  direction: rtl;
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  width: 100%;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
@media (max-width: 900px) {
  .scroll-container {
    direction: ltr;
  }
}
.scroll-container::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.divExcelTable table {
  direction: rtl !important;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
}

.fs-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  transition: all 0.3s;
}
.fs-popup__overlay {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.fs-popup__overlay__chart {
  width: 95%;
  max-width: 600px;
  background-color: #1a516d;
  padding: 15px;
}
.fs-popup__overlay__chart__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.fs-popup__overlay__chart__close img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.fs-popup__overlay__chart__graph img {
  width: 100%;
  display: block;
}

.main-financial-ratio {
  border-radius: unset;
  width: 100%;
}
.main-financial-ratio__title {
  font-weight: 400;
  font-size: 25px;
  padding: 15px 15px 0px 15px;
  background-color: #1a516d;
}
@media (max-width: 479px) {
  .main-financial-ratio__title {
    font-size: 5vw;
  }
}
.main-financial-ratio__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  background-color: #1a516d;
}
@media (max-width: 779px) {
  .main-financial-ratio__head {
    flex-direction: column;
  }
}
.main-financial-ratio__head__tabs {
  display: flex;
  align-items: center;
  list-style: none;
}
@media (max-width: 779px) {
  .main-financial-ratio__head__tabs {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 579px) {
  .main-financial-ratio__head__tabs {
    justify-content: space-between;
  }
}
.main-financial-ratio__head__tabs li {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 20px;
}
@media (max-width: 430px) {
  .main-financial-ratio__head__tabs li span {
    display: none;
  }
}
@media (max-width: 340px) {
  .main-financial-ratio__head__tabs li {
    font-size: 16px;
  }
}
@media (min-width: 341px) and (max-width: 360px) {
  .main-financial-ratio__head__tabs li {
    font-size: 17px;
  }
}
@media (min-width: 361px) and (max-width: 579px) {
  .main-financial-ratio__head__tabs li {
    font-size: 18px;
  }
}
@media (min-width: 580px) and (max-width: 699px) {
  .main-financial-ratio__head__tabs li {
    font-size: 17px;
  }
}
.main-financial-ratio__head__tabs li:nth-child(2) {
  margin: 0px 60px;
}
@media (min-width: 580px) and (max-width: 899px) {
  .main-financial-ratio__head__tabs li:nth-child(2) {
    margin: 0px 30px;
  }
}
@media (max-width: 579px) {
  .main-financial-ratio__head__tabs li:nth-child(2) {
    margin: 0px;
  }
}
.main-financial-ratio__head__tabs .active {
  font-weight: bold;
  border-bottom: 2px solid white;
}
.main-financial-ratio__head__options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 779px) {
  .main-financial-ratio__head__options {
    order: 1;
    width: 100%;
    margin-bottom: 25px;
  }
}
.main-financial-ratio__head__options__currency {
  margin-left: 2px;
  font-size: 12px;
}
.main-financial-ratio__head__options__tabs {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: unset;
  border: 1px solid white;
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0px 2px 0px 5px;
}
.main-financial-ratio__head__options__tabs li {
  cursor: pointer;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: unset;
}
.main-financial-ratio__head__options__tabs .active {
  background-color: white;
  border-radius: unset;
  color: #1a516d;
  font-weight: bold;
}
.main-financial-ratio__head__options__link {
  display: flex;
  align-items: center;
  margin: 0px 2px;
}
.main-financial-ratio__head__options__link svg {
  width: 18px;
  height: 18px;
}
.main-financial-ratio__head__options__link svg path {
  fill: white;
}

.head-brd {
  position: relative;
  background-color: #1a516d;
}
.head-brd::after {
  content: "";
  position: absolute;
  background-color: white;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.row-border td {
  background-color: white;
  height: 1px;
}

.fr-sc-arr-left {
  width: 25px;
  background-color: white;
  color: #afafaf;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
  transition: all 0.4s;
}

.fr-sc-arr-right {
  width: 25px;
  background-color: white;
  color: #afafaf;
  position: absolute;
  left: 0;
  top: 10;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}

.active-scroll {
  color: #1a516d;
}

#financialRatioMain > div:not(:first-child) {
  display: none;
}

.financial-ratio .fClose {
  background-position: -216px -31px !important;
}

.financial-ratio .fOpen {
  background-position: -234px -31px !important;
}

.financial-ratio .fClose,
.financial-ratio .fOpen {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: normal;
  height: 8px;
  line-height: 14px;
  margin-left: 8px;
  text-align: center;
  width: 8px;
  margin-top: 5px;
}

.financial-ratio .level2 {
  background: #fff;
}

.ico,
.user-container .user .img,
.company-share-holder-dtls .pdfDownload i,
.file-attachment a i,
.financial-ratio .fClose,
.financial-ratio .fOpen,
.stButton .twitter,
.stButton .facebook,
.stButton .googleplus,
.stButton .linkedin,
.subscription-table .scs-msg .holder:before,
.factsnstatistics-trigger,
.factsnstatistics-subhead.active .factsnstatistics-trigger,
.question-icon,
.support-status:before,
.edit-profile-outer .edit-pro-row .status.tick:after,
.edit-profile-outer .edit-pro-row .status.wrong:after,
.lightbox.upgrade-package .modal-dialog .ih.preferred-time:before,
.google-search-outer > h2:after,
.footer .follow-outer .holder a i,
.seo-popup-container li:before,
.abt-twtr:before,
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after,
.key-dates-progres .ProgresBlock.active .StatusCircle:before,
.DownLoadWrapper:after,
.follow-outer .row .s-holder i,
.MacroEcoCharts .title .trigger:after,
.subscription-package-article .head h3:before,
.adv-comp-analysis .block .holder > ul .root .count:after,
.RSS-list-page span.rss-icon-sml {
  background-image: url(../../assets/img-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.financial-ratio .level2 .fClose,
.financial-ratio .level2 .fOpen {
  line-height: 18px;
  margin-left: 15px;
  margin-top: 13px;
}

.financial-ratio .table .year th {
  background: white;
  white-space: nowrap;
  color: #1a516d;
}

.financial-ratio .table td > div {
  padding: 5px 16px;
}

.financial-ratio .table .year th {
  padding: 8px 6px;
  vertical-align: middle;
  border: 0;
}

.financial-ratio.company-fra .table .year th {
  padding: 0px 6px;
  white-space: nowrap;
}

.financial-ratio .table .head td {
  font-weight: bold;
  padding: 5px 0px 5px 32px;
  background-color: #1a516d;
}

.chart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: unset !important;
}
.chart-btn svg {
  cursor: pointer;
}

.financial-ratio {
  float: left;
  width: 100%;
}

.financial-ratio .level2 {
  background: #1a516d;
  border-bottom: 1px solid white;
}

.financial-ratio .level1 {
  background-color: #1a516d;
}

.financial-ratio .level1 td {
  color: white;
  font-weight: bold;
  line-height: 19px;
}

.financial-ratio .trChildOpen {
  background: #1a516d;
}

.financial-ratio .trChildOpen td > div {
  padding-left: 42px;
}

.financial-ratio .trChildOpen td {
  background: #1a516d;
}

.financial-ratio .group1,
.financial-ratio .group1:hover {
  background: #1a516d;
}

.financial-ratio .group1 th {
  border-bottom: 1px solid #e9e9e9;
}

.dummy {
  background-color: white !important;
  position: relative;
}

.financial-ratio .dummy,
.financial-ratio .dummy:hover {
  background: none;
}

.financial-ratio .dummy th {
  padding: 0;
  height: 12px;
}

.financial-ratio .group1 th + th {
  text-align: center;
}

.financial-ratio .level1:hover {
  background: #1a516d;
}

.financial-ratio .level1:hover td {
  border-left-color: #3e71b2;
}

.financial-ratio .level1 td,
.financial-ratio .fTrClose td {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.financial-ratio .level2 td {
  border-left: 0;
  border-right: 0;
  padding: 5px 0px;
  min-width: 150px;
}
@media (max-width: 550px) {
  .financial-ratio .level2 td {
    font-size: 15px;
  }
}

.financial-ratio .level2 td + td {
  text-align: center;
}

.table {
  text-align: right;
}

th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.center {
  text-align: center !important;
}

#divExcelTable {
  position: relative;
  padding: 10px 0px;
  background-color: #1a516d;
}

#divExcelTable td.argaam-font-normal {
  position: sticky;
  right: 0;
  background: #1a516d;
  z-index: 1;
}
@media (max-width: 550px) {
  #divExcelTable td.argaam-font-normal {
    font-size: 15px;
  }
}

.col_sticky {
  position: sticky !important;
  right: 0 !important;
  background-color: #1a516d;
  width: 300px;
  word-wrap: break-word;
}
@media (max-width: 550px) {
  .col_sticky {
    width: 200px;
  }
}

.col_bg {
  background: #1a516d;
}

#companyFinancialResult .group1 th:first-child,
#financialrationtable table.financialRatio .group1 th:first-child {
  background-color: #1a516d;
}

.financial-ratio #divExcelTable .group1 th + th,
.financial-ratio #financialrationtable .group1 th + th {
  text-align: center;
  height: 40px;
  min-width: 150px;
}

.financial-ratio #divExcelTable .level1 td:first-child,
.financial-ratio .financialrationtable1 .level1 td:first-child {
  border-right: 0;
  border-left: unset;
  z-index: 9;
  padding: 20px 0px;
  font-size: 21px;
  font-weight: normal;
}
@media (max-width: 550px) {
  .financial-ratio #divExcelTable .level1 td:first-child,
  .financial-ratio .financialrationtable1 .level1 td:first-child {
    font-size: 17px;
    width: 170px;
  }
}

.widget {
  padding: 0px 20px;
  background-color: #1a516d;
}

.scroll-container {
  direction: rtl;
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  width: 100%;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
@media (max-width: 900px) {
  .scroll-container {
    direction: ltr;
  }
}
.scroll-container::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.divExcelTable table {
  direction: rtl !important;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
}

.fr-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  transition: all 0.3s;
}
.fr-popup__overlay {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.fr-popup__overlay__chart {
  width: 95%;
  max-width: 600px;
  background-color: #1a516d;
  padding: 15px;
}
.fr-popup__overlay__chart__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.fr-popup__overlay__chart__close img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.fr-popup__overlay__chart__graph img {
  width: 100%;
  display: block;
}

.main-major-shareholders {
  width: 100%;
  background-color: #1a516d;
  padding: 15px;
  border-radius: unset;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.main-major-shareholders__title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 25px;
}
@media (max-width: 479px) {
  .main-major-shareholders__title {
    font-size: 5vw;
  }
}
.main-major-shareholders__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  white-space: nowrap;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: auto;
}
.main-major-shareholders__head::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.main-major-shareholders__head__tabs {
  display: flex;
  align-items: flex-start;
  list-style: none;
}
.main-major-shareholders__head__tabs li {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  margin-left: 30px;
}
.main-major-shareholders__head__tabs li:last-child {
  margin-left: 0px;
}
.main-major-shareholders__head__tabs .active {
  font-weight: bold;
  border-bottom: 2px solid white;
}
.main-major-shareholders__head__options {
  display: none;
  align-items: center;
  position: sticky;
  right: 0;
  padding-right: 15px;
  background-color: #1a516d;
  border-bottom: 1px solid #1a516d;
  min-height: 26px;
}
.main-major-shareholders__head__options__link:nth-child(2) {
  margin: 0px 10px;
}
.main-major-shareholders__head__options__link svg {
  width: 18px;
  height: 100px;
}
.main-major-shareholders__head__options__link svg:hover path {
  fill: #90f49b;
}
.main-major-shareholders__head__options__link svg path {
  fill: white;
  transition: all 0.5s;
}
.main-major-shareholders__container__major-shareholders, .main-major-shareholders__container__historical-changes {
  margin-bottom: 20px;
}
.main-major-shareholders__container__major-shareholders__panner, .main-major-shareholders__container__historical-changes__panner {
  display: none;
  position: absolute;
  top: 0;
  color: white;
  transition: all 0.5s;
  z-index: 200;
  font-size: 12px;
}
@media (min-width: 920px) {
  .main-major-shareholders__container__major-shareholders__panner, .main-major-shareholders__container__historical-changes__panner {
    display: none !important;
  }
}
@media (max-width: 919px) {
  .main-major-shareholders__container__major-shareholders__panner, .main-major-shareholders__container__historical-changes__panner {
    display: block;
  }
}
@media (max-width: 399px) {
  .main-major-shareholders__container__major-shareholders__panner, .main-major-shareholders__container__historical-changes__panner {
    top: -15px;
  }
}
.main-major-shareholders__container__major-shareholders__panner:hover, .main-major-shareholders__container__historical-changes__panner:hover {
  cursor: pointer;
  color: white;
}
.main-major-shareholders__container__major-shareholders .active-scroll, .main-major-shareholders__container__historical-changes .active-scroll {
  color: #90f49b;
}
.main-major-shareholders__container__major-shareholders #main-major-shareholders__container__major-shareholders__panner-left,
.main-major-shareholders__container__major-shareholders #main-major-shareholders__container__historical-changes__panner-left, .main-major-shareholders__container__historical-changes #main-major-shareholders__container__major-shareholders__panner-left,
.main-major-shareholders__container__historical-changes #main-major-shareholders__container__historical-changes__panner-left {
  right: 85px;
}
@media (min-width: 650px) {
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__historical-changes__panner-left, .main-major-shareholders__container__historical-changes #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__historical-changes #main-major-shareholders__container__historical-changes__panner-left {
    right: 160px;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__historical-changes__panner-left, .main-major-shareholders__container__historical-changes #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__historical-changes #main-major-shareholders__container__historical-changes__panner-left {
    right: 145px;
  }
}
@media (min-width: 450px) and (max-width: 499px) {
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__historical-changes__panner-left, .main-major-shareholders__container__historical-changes #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__historical-changes #main-major-shareholders__container__historical-changes__panner-left {
    right: 115px;
  }
}
@media (min-width: 400px) and (max-width: 449px) {
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__historical-changes__panner-left, .main-major-shareholders__container__historical-changes #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__historical-changes #main-major-shareholders__container__historical-changes__panner-left {
    right: 115px;
  }
}
@media (min-width: 330px) and (max-width: 399px) {
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__historical-changes__panner-left, .main-major-shareholders__container__historical-changes #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__historical-changes #main-major-shareholders__container__historical-changes__panner-left {
    right: 100px;
  }
}
@media (max-width: 329px) {
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__major-shareholders #main-major-shareholders__container__historical-changes__panner-left, .main-major-shareholders__container__historical-changes #main-major-shareholders__container__major-shareholders__panner-left,
  .main-major-shareholders__container__historical-changes #main-major-shareholders__container__historical-changes__panner-left {
    right: 90px;
  }
}
.main-major-shareholders__container__major-shareholders #main-major-shareholders__container__major-shareholders__panner-right,
.main-major-shareholders__container__major-shareholders #main-major-shareholders__container__historical-changes__panner-right, .main-major-shareholders__container__historical-changes #main-major-shareholders__container__major-shareholders__panner-right,
.main-major-shareholders__container__historical-changes #main-major-shareholders__container__historical-changes__panner-right {
  left: -10px;
}
.main-major-shareholders__container__major-shareholders__data, .main-major-shareholders__container__historical-changes__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media (max-width: 919px) {
  .main-major-shareholders__container__major-shareholders__data, .main-major-shareholders__container__historical-changes__data {
    padding: 0px 10px;
  }
}
.main-major-shareholders__container__major-shareholders__data__shareholders, .main-major-shareholders__container__historical-changes__data__shareholders {
  width: 400px;
}
@media (min-width: 900px) and (max-width: 990px) {
  .main-major-shareholders__container__major-shareholders__data__shareholders, .main-major-shareholders__container__historical-changes__data__shareholders {
    width: 300px;
  }
}
@media (max-width: 769px) {
  .main-major-shareholders__container__major-shareholders__data__shareholders, .main-major-shareholders__container__historical-changes__data__shareholders {
    width: 500px;
  }
}
@media (max-width: 550px) {
  .main-major-shareholders__container__major-shareholders__data__shareholders, .main-major-shareholders__container__historical-changes__data__shareholders {
    width: 550px;
  }
}
.main-major-shareholders__container__major-shareholders__data__shareholders__name, .main-major-shareholders__container__historical-changes__data__shareholders__name {
  border-bottom: 1px solid white;
  padding-top: 15px;
  font-size: 15px;
  padding-bottom: 2px;
}
@media (max-width: 1049px) {
  .main-major-shareholders__container__major-shareholders__data__shareholders__name, .main-major-shareholders__container__historical-changes__data__shareholders__name {
    font-size: 13px;
  }
}
.main-major-shareholders__container__major-shareholders__data__shareholders__name br, .main-major-shareholders__container__historical-changes__data__shareholders__name br {
  display: none;
}
@media (max-width: 500px) {
  .main-major-shareholders__container__major-shareholders__data__shareholders__name br, .main-major-shareholders__container__historical-changes__data__shareholders__name br {
    display: block;
  }
}
.main-major-shareholders__container__major-shareholders__data__shareholders__name:first-child, .main-major-shareholders__container__historical-changes__data__shareholders__name:first-child {
  font-weight: bold;
  font-size: 16px;
  padding-top: 0px;
}
@media (max-width: 1049px) {
  .main-major-shareholders__container__major-shareholders__data__shareholders__name:first-child, .main-major-shareholders__container__historical-changes__data__shareholders__name:first-child {
    font-size: 14px;
  }
}
.main-major-shareholders__container__major-shareholders__data__details, .main-major-shareholders__container__historical-changes__data__details {
  width: inherit;
}
@media (max-width: 919px) {
  .main-major-shareholders__container__major-shareholders__data__details, .main-major-shareholders__container__historical-changes__data__details {
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll;
  }
  .main-major-shareholders__container__major-shareholders__data__details::-webkit-scrollbar, .main-major-shareholders__container__historical-changes__data__details::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}
.main-major-shareholders__container__major-shareholders__data__details__table, .main-major-shareholders__container__historical-changes__data__details__table {
  width: 100%;
}
@media (max-width: 919px) {
  .main-major-shareholders__container__major-shareholders__data__details__table, .main-major-shareholders__container__historical-changes__data__details__table {
    width: 700px;
  }
}
.main-major-shareholders__container__major-shareholders__data__details__table__row__head, .main-major-shareholders__container__historical-changes__data__details__table__row__head {
  text-align: center;
  width: 20%;
  border-bottom: 1px solid white;
  padding-top: 15px;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 2px;
}
@media (max-width: 1049px) {
  .main-major-shareholders__container__major-shareholders__data__details__table__row__head, .main-major-shareholders__container__historical-changes__data__details__table__row__head {
    font-size: 14px;
  }
}
.main-major-shareholders__container__major-shareholders__data__details__table__row__data, .main-major-shareholders__container__historical-changes__data__details__table__row__data {
  text-align: center;
  width: 20%;
  border-bottom: 1px solid white;
  padding-top: 15px;
  font-size: 15px;
  padding-bottom: 2px;
}
@media (max-width: 1049px) {
  .main-major-shareholders__container__major-shareholders__data__details__table__row__data, .main-major-shareholders__container__historical-changes__data__details__table__row__data {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .main-major-shareholders__container__major-shareholders__data__details__table__row__data, .main-major-shareholders__container__historical-changes__data__details__table__row__data {
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .main-major-shareholders__container__major-shareholders__data__shareholders__name {
    height: 60px;
  }
}
.main-major-shareholders__container__major-shareholders__data__shareholders__name:first-child {
  height: unset;
}
@media (max-width: 500px) {
  .main-major-shareholders__container__major-shareholders__data__details__table__row__data {
    line-height: unset;
    height: 60px;
  }
}
@media (min-width: 886px) and (max-width: 911px) {
  .main-major-shareholders__container__historical-changes {
    margin-bottom: 40px;
  }
}
@media (max-width: 399px) {
  .main-major-shareholders__container__historical-changes__panner {
    top: 0px;
  }
}
.main-major-shareholders__container__historical-changes__data__details__table__row__data:first-child {
  width: 30%;
}
@media (max-width: 500px) {
  .main-major-shareholders__container__historical-changes__data__details__table__row__data {
    line-height: unset;
  }
}
.main-major-shareholders .main-major-shareholders__container > div:not(:first-child) {
  display: none;
}

.main-major-shareholders__container__historical-changes__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter {
    flex-wrap: wrap;
  }
}
.main-major-shareholders__container__historical-changes__filter__from, .main-major-shareholders__container__historical-changes__filter__to {
  width: 17%;
  height: 40px;
  display: block;
  position: relative;
}
@media (min-width: 886px) and (max-width: 1099px) {
  .main-major-shareholders__container__historical-changes__filter__from, .main-major-shareholders__container__historical-changes__filter__to {
    width: 14%;
  }
}
@media (min-width: 551px) and (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__from, .main-major-shareholders__container__historical-changes__filter__to {
    width: 30%;
  }
}
@media (max-width: 550px) {
  .main-major-shareholders__container__historical-changes__filter__from, .main-major-shareholders__container__historical-changes__filter__to {
    width: 47.5%;
  }
}
.main-major-shareholders__container__historical-changes__filter__from input, .main-major-shareholders__container__historical-changes__filter__to input {
  height: 100%;
  width: 100%;
  outline: unset;
  border: 1px solid white;
  background-color: #1a516d;
  color: white;
  padding: 2px 5px;
  transition: all 0.5s;
  font-size: 12px;
  border-radius: unset;
  cursor: pointer;
}
.main-major-shareholders__container__historical-changes__filter__from input:focus, .main-major-shareholders__container__historical-changes__filter__to input:focus {
  border: 1px solid #90f49b;
  font-size: 12px;
}
.main-major-shareholders__container__historical-changes__filter__from input::-moz-placeholder, .main-major-shareholders__container__historical-changes__filter__to input::-moz-placeholder {
  color: #bfbfbf;
}
.main-major-shareholders__container__historical-changes__filter__from input::placeholder, .main-major-shareholders__container__historical-changes__filter__to input::placeholder {
  color: #bfbfbf;
}
.main-major-shareholders__container__historical-changes__filter__from input::-moz-placeholder, .main-major-shareholders__container__historical-changes__filter__to input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1; /* Firefox */
}
.main-major-shareholders__container__historical-changes__filter__from input::placeholder, .main-major-shareholders__container__historical-changes__filter__to input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1; /* Firefox */
}
.main-major-shareholders__container__historical-changes__filter__from input:-ms-input-placeholder, .main-major-shareholders__container__historical-changes__filter__to input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
.main-major-shareholders__container__historical-changes__filter__from input::-ms-input-placeholder, .main-major-shareholders__container__historical-changes__filter__to input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bfbfbf;
}
.main-major-shareholders__container__historical-changes__filter__from__icon, .main-major-shareholders__container__historical-changes__filter__to__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7.5px;
  bottom: 7.5px;
  right: 5px;
  pointer-events: none;
}
.main-major-shareholders__container__historical-changes__filter__from__icon svg, .main-major-shareholders__container__historical-changes__filter__to__icon svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 886px) and (max-width: 1099px) {
  .main-major-shareholders__container__historical-changes__filter__from__icon svg, .main-major-shareholders__container__historical-changes__filter__to__icon svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__from__icon svg, .main-major-shareholders__container__historical-changes__filter__to__icon svg {
    width: 15px;
    height: 15px;
  }
}
.main-major-shareholders__container__historical-changes__filter__search {
  width: 25%;
  height: 40px;
  display: block;
}
@media (max-width: 550px) {
  .main-major-shareholders__container__historical-changes__filter__search {
    width: 62.5%;
    margin: 15px 0px;
  }
}
@media (min-width: 551px) and (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__search {
    width: 47.5%;
    margin-top: 15px;
  }
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__search {
    order: 4;
  }
}
.main-major-shareholders__container__historical-changes__filter__search input {
  height: 100%;
  width: 100%;
  outline: unset;
  border: 1px solid white;
  background-color: #1a516d;
  color: white;
  padding: 2px 5px;
  transition: all 0.5s;
  font-size: 14px;
  border-radius: unset;
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__search input {
    font-size: 13px;
  }
}
.main-major-shareholders__container__historical-changes__filter__search input::-moz-placeholder {
  color: white;
}
.main-major-shareholders__container__historical-changes__filter__search input::placeholder {
  color: white;
}
.main-major-shareholders__container__historical-changes__filter__search input:focus {
  border: 1px solid #90f49b;
  font-size: 14px;
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__search input:focus {
    font-size: 13px;
  }
}
.main-major-shareholders__container__historical-changes__filter__select {
  position: relative;
  width: 22%;
}
@media (min-width: 886px) and (max-width: 1099px) {
  .main-major-shareholders__container__historical-changes__filter__select {
    width: 28%;
  }
}
@media (min-width: 551px) and (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__select {
    width: 47.5%;
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  .main-major-shareholders__container__historical-changes__filter__select {
    width: 100%;
  }
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__select {
    order: 5;
  }
}
.main-major-shareholders__container__historical-changes__filter__select__btn {
  padding: 2px 5px;
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid white;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.main-major-shareholders__container__historical-changes__filter__select__btn.toggle {
  border-radius: 3px 3px 0 0;
}
.main-major-shareholders__container__historical-changes__filter__select__btn.toggle::after {
  transform: translateY(-50%) rotate(-135deg);
}
.main-major-shareholders__container__historical-changes__filter__select__btn::after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  top: 14px;
  right: 15px;
  width: 6px;
  height: 6px;
  font-size: 12px;
  color: white;
  transition: 0.2s ease;
}
.main-major-shareholders__container__historical-changes__filter__select__dropdown {
  position: absolute;
  background-color: #1a516d;
  top: 0;
  width: 159%;
  overflow: hidden;
  z-index: 1000;
  border: 1px solid white;
  background-color: #1a516d;
  transform: scale(1, 0);
  transform-origin: top center;
  visibility: hidden;
  transition: all 0.1s;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 0px;
}
@media (min-width: 886px) and (max-width: 1099px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown {
    width: 147%;
  }
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown {
    width: 100%;
  }
}
.main-major-shareholders__container__historical-changes__filter__select__dropdown__title {
  text-align: center;
  padding: 10px 0px;
}
@media (min-width: 886px) and (max-width: 1049px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown__title {
    font-size: 14px;
  }
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown__title {
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown__title {
    font-size: 14px;
  }
}
.main-major-shareholders__container__historical-changes__filter__select__dropdown__name {
  padding: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 886px) and (max-width: 1049px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown__name {
    font-size: 14px;
  }
}
@media (min-width: 551px) and (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown__name {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown__name {
    font-size: 13px;
    padding: 5px 10px;
  }
}
.main-major-shareholders__container__historical-changes__filter__select__dropdown__name i {
  display: block;
  font-size: 5px;
  margin-right: 3px;
}
.main-major-shareholders__container__historical-changes__filter__select__dropdown__option {
  padding: 5px 10px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 886px) and (max-width: 1049px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown__option {
    font-size: 14px;
  }
}
@media (min-width: 551px) and (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown__option {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .main-major-shareholders__container__historical-changes__filter__select__dropdown__option {
    font-size: 13px;
  }
}
.main-major-shareholders__container__historical-changes__filter__select__dropdown__option.active {
  font-weight: bold;
}
.main-major-shareholders__container__historical-changes__filter__select__dropdown__option i {
  display: block;
  font-size: 5px;
  margin-right: 3px;
}
.main-major-shareholders__container__historical-changes__filter__select__dropdown.toggle {
  visibility: visible;
  transform: scale(1, 1);
}
.main-major-shareholders__container__historical-changes__filter__btn {
  width: 11%;
  height: 40px;
  display: block;
  background-color: #1a516d;
  color: white;
  border: 1px solid white;
  outline: unset;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__btn {
    font-size: 13px;
  }
}
@media (min-width: 551px) and (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__btn {
    width: 30%;
  }
}
@media (max-width: 885px) {
  .main-major-shareholders__container__historical-changes__filter__btn {
    order: 3;
  }
}
@media (max-width: 550px) {
  .main-major-shareholders__container__historical-changes__filter__btn {
    width: 32.5%;
    margin: 15px 0px;
  }
}
.main-major-shareholders__container__historical-changes__filter__btn:hover {
  background-color: #90f49b;
  color: #1a516d;
  border: 1px solid #90f49b;
  font-weight: bold;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a516d;
  overflow: visible;
  z-index: 10000;
}

.dots .dot {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 10px 0 10px;
  border-radius: 50%;
  background: #fff;
  animation: dot-dot-dot 1.4s linear infinite;
}

.dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-dot-dot {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-25px);
  }
}
.pr {
  background-color: #1a516d;
  border-radius: unset;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 100%;
  position: relative;
}
.pr__panner {
  display: none;
  position: absolute;
  top: 22px;
  color: white;
  transition: all 0.5s;
  z-index: 200;
  font-size: 12px;
}
@media (max-width: 679px) {
  .pr__panner {
    display: block;
  }
}
.pr__panner:hover {
  cursor: pointer;
  color: white;
}
.pr .active-scroll {
  color: #90f49b;
}
.pr #pr__panner-left {
  right: 1px;
}
.pr #pr__panner-right {
  left: 1px;
}
.pr__tabs {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .pr__tabs {
    justify-content: space-between;
  }
}
@media (max-width: 679px) {
  .pr__tabs {
    width: 600px;
  }
}
.pr__tabs li {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 20px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .pr__tabs li {
    margin-left: 0px;
  }
}
.pr__tabs li:last-child {
  margin-left: 50px;
}
.pr__tabs .active {
  font-weight: bold;
  border-bottom: 2px solid white;
}
.pr__container > div:not(:first-child) {
  display: none;
}
.pr__container {
  margin-top: 20px;
}
.pr__calendar__table {
  width: 100%;
}
.pr__calendar__table__row {
  border-bottom: 1px solid white;
}
.pr__calendar__table__row:first-child {
  font-weight: bold;
}
.pr__calendar__table__row__data {
  padding: 15px 0px 2px 0px;
}
@media (min-width: 370px) and (max-width: 500px) {
  .pr__calendar__table__row__data {
    font-size: 12px;
  }
}
@media (max-width: 369px) {
  .pr__calendar__table__row__data {
    font-size: 11px;
  }
}
.pr__calendar__table__row__data:last-child {
  text-align: center;
  padding-right: 0px;
}
.pr__calendar__table__row__data:nth-child(2) {
  max-width: 20%;
}
.pr__calendar__table__row__data p i {
  cursor: pointer;
}
.pr__calendar .pr__calendar-modal {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr__calendar .pr__calendar-modal.is-visible {
  visibility: visible;
}
.pr__calendar .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
}
.pr__calendar .pr__calendar-modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
}
.pr__calendar .modal-wrapper {
  background-color: #1a516d;
  padding: 15px;
  width: 95%;
  max-width: 700px;
  z-index: 1000000;
  box-shadow: 0 0 1.5em hsla(0deg, 0%, 0%, 0.35);
}
.pr__calendar .modal-transition {
  transition: all 0.3s;
  transform: translateY(-10%);
  opacity: 0;
}
.pr__calendar .pr__calendar-modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.pr__calendar .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pr__calendar .modal-close {
  cursor: pointer;
}
.pr__calendar .modal-heading {
  font-weight: 400;
  font-size: 25px;
}
.pr__calendar .modal-body__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding: 10px 0px 2px 0px;
  font-size: 15px;
}
.pr__calendar .modal-body__row:nth-child(5) {
  display: block;
  max-height: 170px;
  scroll-behavior: smooth;
  overflow-y: auto;
  padding-top: 0px;
}
.pr__calendar .modal-body__row:nth-child(5) .modal-body__row__name {
  padding: 10px 0px;
  position: sticky;
  top: 0;
  display: block;
  background-color: #1a516d;
}
.pr__calendar .modal-body__row:nth-child(5)::-webkit-scrollbar {
  width: 0.1em;
  height: 0.1em;
  background-color: #1a516d;
}
.pr__calendar .modal-body__row:nth-child(5)::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.pr__calendar .modal-body__row:nth-child(5)::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 2px;
}
.pr__calendar .modal-body__row:first-child {
  padding-top: 0px;
}
.pr__calendar .modal-body__row__name {
  padding-left: 10px;
}
.pr__calendar .modal-body__row__value {
  text-align: right;
}
.pr__calendar .modal-body__row__value table {
  width: 100% !important;
  max-width: 100% !important;
}
.pr__calendar .modal-body__row__value table tr th {
  text-align: center;
  padding: 12px 10px;
  font-weight: bold;
}
.pr__calendar .modal-body__row__value table tr th:first-child {
  text-align: right;
  padding-right: 0px;
}
.pr__calendar .modal-body__row__value table tr th:last-child {
  padding: 12px 20px;
  text-align: right;
}
.pr__calendar .modal-body__row__value table tr td {
  text-align: center;
  padding: 12px 10px;
  font-size: 14px !important;
}
.pr__calendar .modal-body__row__value table tr td:first-child {
  text-align: right;
  padding-right: 0px;
}
.pr__calendar .modal-body__row__value table tr td:last-child {
  padding: 12px 20px;
  text-align: right;
}
.pr__calendar .modal-body__row__value table a {
  text-decoration: none;
  color: #90f49b;
  display: inline-block;
}
.pr__calendar .modal-body__row__value table a:hover {
  text-decoration: none;
  color: #90f49b;
}
.pr__calendar .modal-body__row__value table a img {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.pr__calendar .modal-body__row__value p,
.pr__calendar .modal-body__row__value span {
  font-family: inherit !important;
  font-size: inherit !important;
}
@media (max-width: 450px) {
  .pr__calendar .modal-body__row__value {
    max-width: 250px;
  }
}
.pr__press-release__container__row__line {
  display: flex;
  align-items: center;
  border-bottom: 1px solid white;
  padding: 15px 0px 2px 0px;
  position: relative;
}
@media (max-width: 650px) {
  .pr__press-release__container__row__line {
    font-size: 14px;
  }
}
.pr__press-release__container__row__line__date {
  margin-left: 30px;
  width: 100px;
  word-wrap: break-word;
}
@media (max-width: 650px) {
  .pr__press-release__container__row__line__date {
    margin-right: 15px;
  }
}
.pr__press-release__container__row__line__data {
  padding-right: 40px;
  text-align: right;
  width: calc(100% - 100px);
}
.pr__press-release__container__row__line__icon {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pr__press-release__container__row__line__icon svg {
  width: 19px;
  height: 19px;
}
.pr__press-release__container__row__details {
  position: relative;
  background-color: #1a516d;
  padding: 15px 0px 2px 0px;
  display: none;
  border-bottom: 1px solid white;
}
.pr__press-release__container__row__details__close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.pr__press-release__container__row__details__close__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.pr__press-release__container__row__details__close__icon svg {
  width: 100%;
  height: 100%;
}
.pr__press-release__container__row__details__title {
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 700px) {
  .pr__press-release__container__row__details__title {
    font-size: 18px;
    font-weight: normal !important;
  }
}
.pr__press-release__container__row__details__logo {
  margin: 30px 0px;
  text-align: center;
}
.pr__press-release__container__row__details__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
  height: auto;
  min-width: 250px;
}
.pr__press-release__container__row__details__logo p {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin: 15px 0;
}
@media (max-width: 600px) {
  .pr__press-release__container__row__details__logo p {
    font-size: 14px !important;
  }
}
.pr__press-release__container__row__details__logo p a {
  text-decoration: none;
  color: #90f49b;
}
.pr__press-release__container__row__details__logo p img {
  display: block;
  margin: auto;
}
.pr__press-release__container__row__details__logo p:first-child {
  text-align: center !important;
}
.pr__press-release__container__row__details__logo p:nth-child(2) {
  text-align: center !important;
  font-weight: normal;
}
.pr__press-release__container__row__details__logo hr {
  display: none !important;
}
.pr__press-release__container__row__details__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .pr__press-release__container__row__details__data {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .pr__press-release__container__row__details__data__time {
    margin-bottom: 5px;
  }
}
.pr__press-release__container__row__details__data__time span:first-child {
  margin-left: 30px;
}
@media (max-width: 500px) {
  .pr__press-release__container__row__details__data__time span:first-child {
    margin-left: 15px;
  }
}
.pr__press-release__container__row__details__data__links {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .pr__press-release__container__row__details__data__links {
    justify-content: flex-end;
  }
}
.pr__press-release__container__row__details__data__links__link {
  display: flex;
  align-items: center;
  margin: 0px 8px;
}
@media (max-width: 500px) {
  .pr__press-release__container__row__details__data__links__link {
    margin: 0px 5px;
  }
}
.pr__press-release__container__row__details__data__links__link:first-child {
  margin-right: 0px;
}
.pr__press-release__container__row__details__data__links__link:last-child {
  margin-left: 0px;
}
.pr__press-release__container__row__details__data__links__link svg {
  width: 20px;
}
.pr__press-release__container__row__details__text {
  margin: 25px 0px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 800px) {
  .pr__press-release__container__row__details__text {
    font-weight: normal;
  }
}
@media (max-width: 500px) {
  .pr__press-release__container__row__details__text {
    font-size: 14px;
  }
}
.pr__disclosures__container__row__line {
  display: flex;
  align-items: center;
  border-bottom: 1px solid white;
  padding: 15px 0px 2px 0px;
  position: relative;
}
@media (max-width: 650px) {
  .pr__disclosures__container__row__line {
    font-size: 14px;
  }
}
.pr__disclosures__container__row__line__date {
  margin-left: 30px;
  width: 100px;
  word-wrap: break-word;
}
@media (max-width: 650px) {
  .pr__disclosures__container__row__line__date {
    margin-right: 15px;
  }
}
.pr__disclosures__container__row__line__data {
  padding-left: 40px;
  text-align: right;
  width: calc(100% - 100px);
}
.pr__disclosures__container__row__line__icon {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pr__disclosures__container__row__line__icon svg {
  width: 19px;
  height: 19px;
}
.pr__disclosures__container__row__details {
  position: relative;
  background-color: #1a516d;
  padding: 15px 0px 2px 0px;
  display: none;
  border-bottom: 1px solid white;
}
.pr__disclosures__container__row__details__close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.pr__disclosures__container__row__details__close__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.pr__disclosures__container__row__details__close__icon svg {
  width: 100%;
  height: 100%;
}
.pr__disclosures__container__row__details__title {
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 700px) {
  .pr__disclosures__container__row__details__title {
    font-size: 18px;
    font-weight: normal !important;
  }
}
.pr__disclosures__container__row__details__logo {
  margin: 30px 0px;
  text-align: center;
}
.pr__disclosures__container__row__details__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
  height: auto;
  min-width: 250px;
}
.pr__disclosures__container__row__details__logo p {
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  margin: 15px 0;
}
@media (max-width: 600px) {
  .pr__disclosures__container__row__details__logo p {
    font-size: 14px !important;
  }
}
.pr__disclosures__container__row__details__logo p a {
  text-decoration: none;
  color: #90f49b;
}
.pr__disclosures__container__row__details__logo p img {
  display: block;
  margin: auto;
}
.pr__disclosures__container__row__details__logo p:first-child {
  text-align: center !important;
}
.pr__disclosures__container__row__details__logo p:nth-child(2) {
  text-align: center !important;
  font-weight: normal;
}
.pr__disclosures__container__row__details__logo hr {
  display: none !important;
}
.pr__disclosures__container__row__details__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .pr__disclosures__container__row__details__data {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .pr__disclosures__container__row__details__data__time {
    margin-bottom: 5px;
  }
}
.pr__disclosures__container__row__details__data__time span:first-child {
  margin-left: 30px;
}
@media (max-width: 500px) {
  .pr__disclosures__container__row__details__data__time span:first-child {
    margin-left: 15px;
  }
}
.pr__disclosures__container__row__details__data__links {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .pr__disclosures__container__row__details__data__links {
    justify-content: flex-end;
  }
}
.pr__disclosures__container__row__details__data__links__link {
  display: flex;
  align-items: center;
  margin: 0px 8px;
}
@media (max-width: 500px) {
  .pr__disclosures__container__row__details__data__links__link {
    margin: 0px 5px;
  }
}
.pr__disclosures__container__row__details__data__links__link:first-child {
  margin-right: 0px;
}
.pr__disclosures__container__row__details__data__links__link:last-child {
  margin-left: 0px;
}
.pr__disclosures__container__row__details__data__links__link svg {
  width: 20px;
}
.pr__disclosures__container__row__details__text {
  margin: 25px 0px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 800px) {
  .pr__disclosures__container__row__details__text {
    font-weight: normal;
  }
}
@media (max-width: 500px) {
  .pr__disclosures__container__row__details__text {
    font-size: 14px;
  }
}

.pr-scroll-tabs {
  overflow-x: scroll;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
.pr-scroll-tabs::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

#return-to-top {
  position: fixed;
  height: 35px;
  width: 48px;
  text-align: center;
  bottom: 0px;
  left: 24px;
  background-color: #333;
  display: none;
  cursor: pointer;
  transition: all 1s ease;
  z-index: 2;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 1400px) {
  #return-to-top {
    left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #return-to-top {
    left: 15px;
  }
}
@media (max-width: 767px) {
  #return-to-top {
    left: 10px;
  }
}
#return-to-top span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#return-to-top span svg {
  width: 12px;
  height: 12px;
}

.subscription-center {
  width: 100%;
}
.subscription-center--text {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 23px;
  line-height: normal;
  color: black;
  padding: 5px 5px;
}
@media (min-width: 371px) and (max-width: 400px) {
  .subscription-center--text {
    font-size: 21px;
  }
}
@media (max-width: 370px) {
  .subscription-center--text {
    font-size: 6vw;
  }
}
.subscription-center__form__custom-checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  margin-bottom: 10px;
}
.subscription-center__form__custom-checkbox__input {
  position: absolute;
  opacity: 0%;
  z-index: -1;
  font-size: 16px;
}
.subscription-center__form__custom-checkbox__input:enabled:checked + .subscription-center__form__custom-checkbox__label::before {
  background-color: #1a516d;
}
.subscription-center__form__custom-checkbox__label {
  position: relative;
  display: block;
  align-items: center;
  padding-right: 30px;
  margin-bottom: 12px;
  color: black;
  cursor: pointer;
}
@media (max-width: 849px) {
  .subscription-center__form__custom-checkbox__label {
    cursor: none;
  }
}
.subscription-center__form__custom-checkbox__label::before {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  left: unset;
  transform: translate(30px, 0px);
  border: 1px solid #1a516d;
  border-radius: unset;
  transition: all 0.1s ease-out;
}
.subscription-center__inputs__container {
  max-width: 350px;
  width: 100%;
}
.subscription-center__inputs__container--data {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  padding: 12px 15px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #1a516d;
  border-radius: unset;
}
.subscription-center__inputs__container--data:focus {
  background-color: white;
  color: #1a516d !important;
  border: 1px solid #1a516d !important;
  outline: none !important;
}
.subscription-center__inputs__container--data:focus::-moz-placeholder {
  color: #1a516d;
}
.subscription-center__inputs__container--data:focus::placeholder {
  color: #1a516d;
}
.subscription-center__inputs__container ::-moz-placeholder {
  color: #1a516d;
}
.subscription-center__inputs__container ::placeholder {
  color: #1a516d;
}
.subscription-center__custom--country {
  width: 100%;
  position: relative;
  background-color: white;
  box-sizing: border-box;
}
.subscription-center__custom--country__select {
  padding: 12px 15px;
  width: 100%;
  height: 100%;
  color: #1a516d;
  display: block;
  border: 1px solid #1a516d;
  font-weight: 100;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.subscription-center__custom--country__select:focus {
  outline: unset;
}
.subscription-center__custom--country option {
  background-color: black;
  color: white;
}
.subscription-center__custom--country option[value=""][disabled] {
  display: none;
}
.subscription-center__custom--country::after {
  content: url(../../assets/subscribtion-icon.svg);
  width: 16px;
  height: 16px;
  text-align: center;
  color: #1a516d;
  position: absolute;
  top: calc(50% - 6px);
  left: 15px;
  z-index: 2;
}
.subscription-center__subscribe-btn {
  color: white;
  border: 1px solid #1a516d;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  background-color: #1a516d;
  text-align: center;
  padding: 7px 28px;
  transition: all 0.5s ease;
}
@media (max-width: 450px) {
  .subscription-center__subscribe-btn {
    padding: 6px 6px;
  }
}
.subscription-center__subscribe-btn:hover {
  color: #1a516d;
  background-color: white;
}
.subscription-center__subscribe-link {
  color: black;
  display: block;
  text-decoration: none;
  margin-top: 14px;
}

#email-input, #first-name-input, #last-name-input, #company-input {
  color: black;
}

.main-major-shareholders__container__board {
  background-color: #1a516d !important;
}
.main-major-shareholders__container__board__data {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: auto;
}
.main-major-shareholders__container__board__data::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.main-major-shareholders__container__board__data__table {
  min-width: 100%;
}
.main-major-shareholders__container__board__data__table__row {
  border-bottom: 1px solid white;
}
.main-major-shareholders__container__board__data__table__row:first-child {
  border-bottom: unset;
}
.main-major-shareholders__container__board__data__table__row:first-child td {
  padding-top: 0px;
}
.main-major-shareholders__container__board__data__table__row:nth-child(2) td {
  padding-top: 0px;
}
.main-major-shareholders__container__board__data__table__row__data {
  font-size: 16px;
  text-align: right;
  padding: 10px 30px;
  word-wrap: break-word;
  width: 20%;
  min-width: 280px;
}
.main-major-shareholders__container__board__data__table__row__data.date {
  padding-top: 40px;
}
@media (max-width: 479px) {
  .main-major-shareholders__container__board__data__table__row__data {
    font-size: 3.4vw;
    padding: 10px;
  }
}
.main-major-shareholders__container__board__data__table__row__data__table {
  width: 100%;
}
.main-major-shareholders__container__board__data__table__row__data__table .num {
  padding-left: 20px;
  width: 50px;
}
@media (max-width: 479px) {
  .main-major-shareholders__container__board__data__table__row__data__table .num {
    width: 10vw;
    padding-left: 5vw;
  }
}
.main-major-shareholders__container__board__data__table__row__data__table .name {
  font-weight: bold;
}
.main-major-shareholders__container__board__data__table__row__data:first-child {
  width: 300px;
  min-width: 300px;
  text-align: right;
  padding-right: 0px;
  position: sticky;
  right: 0;
  background-color: #1a516d;
}
@media (max-width: 479px) {
  .main-major-shareholders__container__board__data__table__row__data:first-child {
    min-width: 50vw;
    width: 50vw;
  }
}
.main-major-shareholders__container__board__data__table__row__data:last-child {
  padding-left: 0px;
  width: 130px;
  min-width: 130px;
}

html {
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Gotham Book", Arial, Helvetica, sans-serif;
  direction: rtl;
  overflow-x: hidden;
  color: white;
}
body::-webkit-scrollbar {
  width: 0.4em;
  background-color: white;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #1a516d;
  border-radius: 2px;
}

main {
  min-height: calc(100vh - 76px);
}
@media (max-width: 800px) {
  main {
    min-height: calc(100vh - 111px);
  }
}

.widgets-container {
  padding: 24px 24px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .widgets-container {
    padding: 24px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .widgets-container {
    padding: 24px 15px;
  }
}

.content > div:not(:first-child) {
  display: none;
}

.hide-scroll {
  overflow-y: hidden !important;
}

.green {
  color: #90f49b;
}

.red {
  color: #fd5b5b;
}/*# sourceMappingURL=style.css.map */