html, body, div, span, h1, p, form, tbody, tfoot, thead, tr, th, td, footer, header, button
{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
footer, header {
  display: block
}
h1 {
  font-size: 32px;
  padding-bottom: 40px;
}
a, u, ins {
  text-decoration: none
}
input, select, textarea {
  font: inherit
}
html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none
}
body {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #362065;
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.25;
}

body.blank {
  background-color: #fff;
  color: #000;
}
a {
  color: #fff;
  text-decoration: underline
}
img {
  display: block;
  line-height: 1;
  margin: auto;
  width: 100%;
}
.content_block_logo img {
  width: 60px;
}

.banner-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-image.header {
  height: calc((258/511) * min(100vw, 450px));
  background-image: url('/img/gateway/bbckids-header.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-image.footer {
  flex-grow: 1;
  height: calc((300/511) * min(100vw, 450px));
  background-image: url('/img/gateway/bbckids-footer.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#mentions .text {
  margin-bottom: 0.3em;
  font-size: 1em;
}
#header-image, #actions, #wording, #exit {
  margin-bottom: 1em;
}
#wording {
  padding-top: 5px;
}
#wording .text {
  font-size: 1.24em;
}
.text p {
  padding-bottom: 12px;
}
.text {
  display: block;
  width: 90%;
  margin: 0 auto 0 auto;
  font-size: 1.25em;
}
#page {
  width: 100%;
  min-height: 100%;
  max-width: 450px;
  /* height: 100%; */
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #FF009C;
}
#actions {
  padding: 0;
  position: relative;
  z-index: 9;
}
#actions button {
  margin-bottom: 14px;
}
button {
  outline: none;
  position: relative;
  margin: 0 auto;
  border: 3px solid #FFFFFF;
  width: 85%;
  background-color: #362065;
  color: #FFFFFF;
  border-radius: 11px;
  padding: 14px 0;
  font-size: 26px;
  font-weight: 500;
  cursor: pointer;
}
button.select {
  margin-bottom: 15px;
}
button.exit {
  background: #FF009C;
}
#wording{
  z-index: 999;
}
#mentions {
  padding-bottom: 2em;
  position: relative;
  z-index: 999;
  opacity:0.7;
}
#mentions a {
  margin: 0 1em
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both
}
span {
  background-color: inherit;
}
.hidden {
  display: none;
}
@media screen and (min-width: 426px) {
  body {
    font-size: 14px
  }
}
@media screen and (max-width: 300px) {
  body {
    font-size: 12px
  }
}

.loading-spinner {
  width: 25px;
  height: 25px;
  border: 3px solid white;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spinner-rotate 1s linear infinite;
}

@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
