.anchor-links {
  margin-bottom: 12px;
  border-bottom: 1px solid #dcdfea;
}
.anchor-links__list {
  margin: 0 auto;
  max-width: 1216px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  padding: 16px 16px 10px;
}
@media screen and (min-width: 640px) {
  .anchor-links__list {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .anchor-links__list {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .anchor-links__list {
    margin: 0 auto;
    max-width: 1630px;
  }
}
.anchor-links__element {
  margin-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .anchor-links__element {
    margin-right: 46px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .anchor-links__element {
    margin-right: 46px;
  }
}
.anchor-links__element:last-of-type {
  margin-right: 0;
}
.anchor-links__element a {
  display: inline;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 2.5333333333;
  text-transform: uppercase;
  color: #171f27;
  text-decoration: none;
  background-image: -moz- oldlinear-gradient(transparent, transparent), -moz- oldlinear-gradient(#7d89b0, #7d89b0);
  background-image: linear-gradient(transparent, transparent), linear-gradient(#7d89b0, #7d89b0);
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  -moz-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  padding-bottom: 14px;
  word-break: break-word;
}
.anchor-links__element a:hover, .anchor-links__element a:focus {
  color: #667085;
  background-size: 0 1px, 100% 1px;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  opacity: 0;
  bottom: 32px;
  right: 32px;
  border: 0;
  background-color: rgba(32, 48, 66, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 9;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 12px 16px;
}
@media screen and (max-width: 1024px) {
  .back-to-top {
    bottom: 16px;
    right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .back-to-top {
    bottom: 16px;
    right: 16px;
  }
}
.back-to-top.visible {
  opacity: 1;
}
.back-to-top svg {
  pointer-events: none;
}