/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.c_link {
  outline: none;
  transition: 0.25s ease-in-out;
  /*  */
  /*  */
  /*  */
}
.c_link:hover, .c_link:focus-visible {
  color: #09a878;
}
.c_link--stretched {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c_link--underlined {
  text-decoration: underline;
}
.c_link--colored, section.download_center .c_link {
  color: #0abb86;
}

/*  */
section.intro .c_checkmarks_list {
  width: 100%;
  display: inline-grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 240px));
  gap: 12px 24px;
  margin: 8px 0 24px;
}
section.intro .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
section.intro .links > *:nth-last-child(-n+2) {
  display: none;
}

section.mt5_features .cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 16px;
}
section.mt5_features .c_feature_card {
  grid-column: span 4;
}
@media screen and (max-width: 600px) {
  section.mt5_features .c_feature_card {
    grid-column: span 12;
  }
}
section.mt5_features .c_feature_card:nth-child(-n+2) {
  grid-column: span 6;
}
@media screen and (max-width: 600px) {
  section.mt5_features .c_feature_card:nth-child(-n+2) {
    grid-column: span 12;
  }
}

section.mt4_features .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  section.mt4_features .cards {
    grid-template-columns: 1fr;
  }
}

section.webtrader_features .cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 16px;
}
section.webtrader_features .c_feature_card {
  grid-column: span 4;
}
@media screen and (max-width: 600px) {
  section.webtrader_features .c_feature_card {
    grid-column: span 12;
  }
}
section.webtrader_features .c_feature_card:nth-last-child(-n+2) {
  grid-column: span 6;
}
@media screen and (max-width: 600px) {
  section.webtrader_features .c_feature_card:nth-last-child(-n+2) {
    grid-column: span 12;
  }
}

section.extra .platform_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.extra .platform_card > * {
  margin: 0;
}
section.extra .platform_card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}