.swop20-root {
  background-color: #202020;
}

.swop20 .swop20-root-title {
  color: #fff;
  margin-top: -5.625vw;
}

.swop20-root-subtitle {
  color: #fff;
  margin: 10px 0 0 0;
}

.swop20-root-description {
  margin: 10px 0 0 0;
}

.swop20-root-topics {
  margin-top: 24px;
}

.swop20-root-topic-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  width: 100%;
}

.swop20-root-topic-list li:not(:last-child) {
  margin-bottom: 24px;
}

.swop20 .swop20-root-topic {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: solid 4px #9b9b9b;
  transition: border-bottom-color 0.25s;
}

.swop20 .swop20-root-topic:hover,
.swop20 .swop20-root-topic-selected {
  border-bottom: solid 4px #e05837;
}

html.js .swop20-root-topic-description {
  display: none;
}

html.no-js .swop20-root-topics > .swop20-root-topic-description {
  display: none;
}

html.no-js .swop20-root-topic-description {
  margin-top: 20px;
}

.swop20-root-topic-list .swop20-root-topic-description {
  margin-top: 20px;
}

.swop20-root-topic-description {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.swop20-root-bg-edge {
  width: 100%;
  height: 0;
  padding-bottom: 23.055555%;
  background: url(../../images/2020/root/bg-edge.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}

@media all and (min-width: 768px) {
  .swop20-root-description {
    margin-top: 24px;
  }

  html.js .swop20-root-topics {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 260px 1fr;
    -ms-grid-columns: 260px 1fr;
  }

  .swop20-root-topics {
    margin-top: 40px;
  }

  html.js .swop20-root-topic-description {
    margin-left: 52px;
    -ms-grid-column: 2;
  }

  .swop20-root-topic-list {
    -ms-grid-column: 1;
  }

  .swop20-root-topic-list li:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media all and (min-width: 1200px) {
  .swop20-root-subtitle {
    margin-top: 20px;
  }

  .swop20-root-description {
    margin-top: 44px;
    max-width: 910px;
  }

  html.js .swop20-root-topics {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 394px 1fr;
    -ms-grid-columns: 394px 1fr;
  }

  .swop20-root-topics {
    margin-top: 72px;
  }

  .swop20-root-topic-list {
    margin: 0;
  }

  .swop20-root-topic-list li:not(:last-child) {
    margin-bottom: 88px;
  }

  .swop20 .swop20-root-topic {
    font-size: 32px;
    line-height: 38px;
  }

  html.js .swop20-root-topic-description {
    margin-left: 124px;
  }

  .swop20-root-topic-description {
    font-size: 24px;
    line-height: 36px;
  }
}

/* RTL */
.lang-ar .swop20 .swop20-root-topic {
  text-align: right;
}

@media all and (min-width: 768px) {
  html.js .lang-ar .swop20-root-topic-description {
    margin-left: 0;
    margin-right: 52px;
  }
}

@media all and (min-width: 1200px) {
  html.js .lang-ar .swop20-root-topic-description {
    margin-left: 0;
    margin-right: 124px;
  }
}
