@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.tns-nav {
  text-align: center;
}
.tns-nav button {
  margin: 0 5px;
  background: #ccc;
  border: 0;
  width: 24px;
  height: 2px;
}
.tns-nav button.tns-nav-active {
  background: #2A96CE;
}

.block--verification {
  display: flex;
  padding: 120px 0 0;
  justify-content: center;
  text-align: center;
  color: white;
  width: 100%;
}
.block--verification > div {
  width: 100%;
  max-width: 800px;
}
.block--verification ul {
  margin: 0;
  padding: 0;
}
.block--verification a {
  display: inline-block;
  margin: 0 10px 10px;
  padding: 15px 40px;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  background: #000;
  background-size: 100% 100%;
  border-radius: 55px;
  border: 0;
  transition: 0.1s all ease-out;
  outline: 0;
  margin: 0 10px 10px;
  padding: 15px 40px;
  cursor: pointer;
}
.block--verification a:hover, .block--verification a:focus {
  transform: scale(1.1);
}
.block--verification a:hover {
  background: var(--context-color);
  text-decoration: none;
}
.block--verification a:disabled {
  background: #ccc;
}
.block--verification a:disabled:hover {
  background: #ccc;
  transform: none;
}
@media (max-width: 530px) {
  .block--verification a {
    margin: 0;
  }
}
.block--verification a:hover {
  text-decoration: none;
}
.block--verification [react-clip=verification] {
  margin: 40px 0;
}
.block--verification [react-clip=verification] > div.loading:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #004B9C;
  opacity: 0.75;
  z-index: 10;
}
.block--verification [react-clip=verification] > div.loading:after {
  position: absolute;
  top: 230px;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: -25px 0 0 -25px;
  content: "";
  width: 70px;
  height: 70px;
  background: #004B9C url("../../images/loading.svg") no-repeat 50%;
  background-size: auto 50px;
  border-radius: 50%;
  z-index: 10;
}