/* Paul Iris box-sizing fix */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

@font-face {
  font-family: "Graphik";
  src: url("./fonts/graphik-semibold.woff") format("woff"),
  font-weight: 600;
  font-style: normal;
}

body {
  margin: 0px;
  padding: 0px;
}

div {
  position: absolute;
  display: block;
}

.dimensions {
  position: absolute;
  width: 300px;
  height: 600px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

ft-default {
  width: 300px;
  height: 600px;
}

ft-dynamic {
  font-family: "Graphik", sans-serif;
}

.border {
  border: 1px solid #000;
  pointer-events: none;
  top: 0;
  left: 0;
}

.bg {
  background-color: #fff;
}

.brainglow {
  background: -moz-radial-gradient(60% bottom, circle cover, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0) 50%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(60% bottom, circle cover, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(circle at 60% bottom, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);*/
  /* IE6-9 fallback on horizontal gradient */
}

.brainbase {
  left: 0;
  top: 0;
  width: 300px;
  height: 600px;
  background: url('../images/brain-base.png') no-repeat;
  background-size: contain;
}

.logo {
  left: 20px;
  top: 25px;
  width: 43px;
  height: 45px;
  visibility: hidden;
  opacity: 0;
}

.logo-script {
  width: 146px;
  height: 35px;
  top: 35px;
  background: url('../images/logo-script.svg') no-repeat;
}

#eye_open {
  visibility: hidden;
  opacity: 0;
}


.headline {
  position: absolute;
  font-size: 28px;
  font-weight: 600;
  left: 22px;
  top: 85px;
  width: 90%;
}

ft-dynamic[name="ctaLabel"] {
  position: absolute;
  left: 24px;
  top: 267px;
  min-width: 135px;
  max-height: 40px;
  border-radius: 4px;

  font-size: 0.9em;
  font-family: sans-serif;
  font-weight: 600;
  color: white;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
}
