html {
  scroll-behavior: smooth;
}

.terms .typography-body-small:not(.anchor .typography-body-small) {
  font-weight: 700;
}

/* gdpr */

.gdpr {
  margin-bottom: 80px;
  padding: 75px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gdpr > * {
  z-index: 1;
}

.gdpr .title {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gdpr .content {
  margin: 50px auto 0 auto;
  max-width: 1248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gdpr .content .description p.typography-body-small {
  margin-bottom: 16px;
  font-weight: 700;
}

.gdpr .anchors {
  position: -webkit-sticky;
  position: sticky;
  top: 126px;
  margin-right: 56px;
  margin-bottom: 24px;
  padding: 17px 0;
  min-width: 368px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  background-color: var(--white);
  -webkit-box-shadow: 0px 5px 30px rgba(28, 106, 190, 0.25);
  box-shadow: 0px 5px 30px rgba(28, 106, 190, 0.25);
  border-radius: 8px;
}

.anchors.terms {
  max-height: 80vh;
  overflow-y: scroll;
}

.gdpr .anchors .anchor p {
  width: 100%;
  height: 100%;
  color: var(--black);
}

.gdpr .anchors .anchor {
  padding: 13px 32px 13px 28px;
  cursor: pointer;
}

.gdpr .anchors .anchor.active {
  padding: 13px 32px 13px 24px;
  border-left: 4px solid var(--orange);
}

.gdpr .anchors .anchor.active p {
  color: var(--orange);
}

.gdpr .content .description {
  max-width: 824px;
}

.gdpr .content .description h4,
.gdpr .content .description h5 {
  margin-bottom: 22px;
}

.gdpr .content .description p {
  margin-top: 0;
  margin-bottom: 38px;
}

.gdpr .content .description p a {
  color: var(--orange);
}

.gdpr .content .description p a:hover {
  text-decoration: underline;
}

.gdpr .content .description li::marker {
  font-size: 24px;
  color: var(--orange);
}

.dpa .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dpa .buttons .accept_container button {
  width: 134px;
  height: 42px;
  color: var(--white);
  background-color: var(--orange);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.dpa .buttons .accept_container:hover button {
  background: var(--light-orange);
}

.dpa .buttons a {
  margin-left: 24px;
  -ms-flex-item-align: center;
  align-self: center;
  color: var(--orange);
}

.dpa .buttons a:hover {
  color: var(--light-orange);
}

@media screen and (max-width: 960px) {
  .gdpr {
    margin-bottom: 40px;
    padding: 20px;
  }

  .gdpr .anchors {
    min-width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .gdpr .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gdpr .anchors {
    margin: 0 auto 32px auto;
    position: initial;
    width: 368px;
  }

  .dpa .buttons {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 425px) {
  .gdpr .anchors {
    width: 100%;
  }
}
