@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600");
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.body--pdf {
  font-family: Arial, Helvetica, sans-serif !important;
}

.body--pdf * {
  font-family: Arial, Helvetica, sans-serif !important;
}

/**************************
 * GLOBAL
 *************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
html {
  min-height: 100%;
}

body {
  margin: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.pager {
  height: 8rem;
}

.pager ul {
  padding: 0;
}

.pager li {
  list-style: none;
}

.pager li.pager--disabled {
  display: none;
}

.pager li:nth-child(2) {
  margin-left: 1rem;
}

.pager li.pager-previous {
  float: left;
}

.pager li.pager-next {
  float: right;
}

.pager li a, .pager li span, .pager li a:hover {
  border-radius: 6px;
  margin: 1rem 0;
  border-radius: 100px;
  font-weight: 500;
  display: inline-block;
}

h1 {
  font-size: 4rem;
  margin-bottom: 0.8rem;
  font-weight: 300;
  line-height: 1.2;
}

h1.h1--alt {
  color: #1E86D5;
}

.body--admin h1 {
  margin-bottom: 3.2rem;
}

h2 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
}

h2.h2--alt {
  color: #1E86D5;
  margin-bottom: 2.4rem;
}

h2, h3, h4, h5, h6 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
}

p {
  margin-bottom: 1.6rem;
}

p.p--lead {
  font-size: 1.8rem;
}

p:last-of-type {
  margin-bottom: 3.2rem;
}

a {
  color: #1E86D5;
  text-decoration: none;
}

a.a-back {
  color: #004867;
  margin-bottom: 0.8rem;
  display: inline-block;
}

a.a-back svg {
  fill: #004867;
  position: relative;
  top: 2px;
  margin-right: 0.8rem;
}

strong {
  font-weight: bold;
}

ol {
  padding-left: 2rem;
}

.page {
  height: 100vh;
}

@media (min-width: 1200px) {
  .page_side {
    position: fixed;
    width: calc(100% - 800px);
  }
}

.page_side--content {
  max-width: 800px;
  margin: auto;
}

@media (min-width: 1200px) {
  body:not(.signupComplete) .page_main {
    margin-left: calc(100% - 800px);
  }
}

.dashboard:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.dashboard_section {
  padding: 3.2rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 3px 6px #E1E1E1;
  box-shadow: 0 3px 6px #E1E1E1;
  border-radius: 5px;
}

.dashboard_section .info-row_title {
  font-weight: 300;
}

.dashboard_section--hasprogress {
  padding: 0px;
}

.dashboard_section--hasprogress .info-row_key {
  margin-left: 0.8rem;
}

.dashboard_section--hasprogress .info-row_title {
  font-weight: 500 !important;
}

.dashboard_section--hasprogress .info-row_info {
  font-size: 1.8rem;
}

.dashboard_section--hasprogress .dashboard_section_progress {
  display: block;
  height: 4px;
  position: relative;
  margin-top: -2px;
  bottom: 0;
  width: 10%;
  background: #1E86D5;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  width: 0%;
}

.dashboard_section--hasprogress--system_users .dashboard_section_progress {
  background: #85C51F;
}

.dashboard_section_title {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  display: block;
}

.dashboard_section_title img {
  width: 28px;
  margin-right: 16px;
}

.dashboard_section_count {
  float: right;
  font-weight: 500;
  font-size: 18px;
  margin-top: 4px;
}

.dashboard_section_count img {
  width: 28px;
  margin-right: 10px;
}

.dashboard_section--activity {
  min-height: 600px;
}

.dashboard_section--activity .dashboard-section_title {
  margin-bottom: 15px;
  display: block;
}

.dashboard_section--no-activity {
  height: 60rem;
  background-image: url(https://design.moneyalive.io/mapl/img/bg_svg.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 53% 50%;
}

.dashboard_section--no-activity .contentlist-name {
  font-style: italic;
  font-weight: 300;
}

.dashboard_section--text {
  height: 19.33rem;
  padding-bottom: 30px;
  margin-bottom: 1rem;
}

.dashboard_section--text p {
  margin-bottom: 10px;
}

.dashboard_section--text .dashboard-section_title {
  margin-bottom: 10px;
  display: block;
}

.dashboard_section--2-3 {
  float: left;
  width: 66%;
}

.dashboard_section--1-3 {
  float: left;
  width: calc(28% - 1rem);
  margin-right: 4rem;
}

.body--admin .button, .body--admin button {
  border-radius: 100px;
}

.button, button {
  display: block;
  padding: 1.4rem 3.2rem;
  margin-bottom: 3.2rem;
  border: none;
  background-color: #1E86D5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0%;
  background-image: none;
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.button svg, button svg {
  fill: white;
}

.button--inline, button--inline {
  display: inline-block;
  height: auto;
  margin-bottom: 0;
}

.button--inline svg, button--inline svg {
  height: 15px;
}

.button:hover, button:hover {
  cursor: pointer;
  background-color: #1b78bf;
}

.button:focus, button:focus {
  outline: none;
  border: solid 2px #1E86D5;
}

.button--secondary, button--secondary {
  background-color: #F2F2F2;
  color: #3D444E;
}

.button--secondary svg, button--secondary svg {
  fill: #3D444E;
}

.button--secondary:hover, button--secondary:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}

.button.button--submit, button.button--submit {
  border-radius: 5px;
  height: 6.4rem;
  font-size: 1.6rem;
}

.button--super, button--super {
  width: 100%;
  height: 6.4rem;
  font-size: 1.8rem;
}

.button--super:focus, button--super:focus {
  outline: none;
  border: solid 2px #9dcef4;
}

.button--complete, button--complete {
  background-color: #FF4880;
}

.button--complete:hover, button--complete:hover {
  background-color: #ff6292;
}

.button--complete:focus, button--complete:focus {
  outline: none;
  border: solid 2px #9dcef4;
}

.button--disabled, button--disabled {
  background-color: #E1E1E1;
  color: rgba(61, 68, 78, 0.5);
  cursor: default !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button--disabled svg, button--disabled svg {
  fill: rgba(61, 68, 78, 0.5);
}

.button--disabled:hover, button--disabled:hover {
  background-color: #E1E1E1;
}

.button--disabled:focus, button--disabled:focus {
  border: none;
}

.button--loading, button--loading {
  background-color: #1E86D5;
  font-size: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='120' height='30' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='0.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='fill-opacity' from='0.5' to='0.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3C/svg%3E");
  background-size: 5rem;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.button--loading:hover, button--loading:hover {
  cursor: default !important;
  background-color: #1E86D5;
}

.button--loading:focus, button--loading:focus {
  border: none;
}

footer {
  width: 100%;
  padding: 1.6rem;
  margin-top: 6.4rem;
  border-top: solid 1px #F2F2F2;
}

footer ul li {
  list-style: none;
  margin: 0 1.6rem 0 0;
}

@media (min-width: 800px) {
  footer ul li {
    float: left;
  }
}

footer a, footer a:visited, footer span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3D444E;
}

@media (min-width: 800px) {
  footer span {
    float: left;
  }
}

@media (min-width: 800px) {
  body.formPage footer {
    position: fixed;
    bottom: 0;
    background-color: white;
  }
}

.form--centre {
  padding-top: 3.2rem;
  max-width: 60rem;
  margin: auto;
}

.form_group_errortext {
  font-size: 1.4rem;
  color: #d09119;
  margin-bottom: 0.8rem;
  display: block;
}

.form_group--ready .form_group_tick {
  position: relative;
  height: 15px;
  bottom: 6.4rem;
  right: 26px;
  float: right;
}

@media (min-width: 800px) {
  .form_group--6col {
    width: 47.5%;
    float: left;
    margin-right: 2.5%;
  }
  .form_group--6col:nth-child(2) {
    margin-right: 0px;
    margin-left: 2.5%;
  }
  .form_group--product_code {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 3px 6px #E1E1E1;
    box-shadow: 0 3px 6px #E1E1E1;
    border-radius: 5px;
    height: 6.4rem;
    padding: 6px;
    overflow: hidden;
    display: block;
    margin-bottom: 1.6rem;
  }
  .form_group--product_code input {
    width: 70%;
    height: 50px;
    display: block;
    float: left;
    border: none;
    -webkit-box-shadow: 0 0 0 #E1E1E1;
    box-shadow: 0 0 0 #E1E1E1;
  }
  .form_group--product_code input:active, .form_group--product_code input:focus {
    border: none;
  }
  .form_group--product_code a.button {
    position: relative;
    right: -200px;
    width: 30%;
    height: 50px;
    float: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .form_group--product_code:after {
    clear: both;
  }
  .form_group--product_code--ready a.button {
    position: relative;
    right: 0;
    width: 30%;
    height: 50px;
    display: block;
    float: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: animateInRight 1000ms linear both;
    animation: animateInRight 1000ms linear both;
  }
}

label {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

select {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 3px 6px #E1E1E1;
  box-shadow: 0 3px 6px #E1E1E1;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 6rem;
  padding: 0 1.6rem;
  font-size: 1.8rem;
}

input, select {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 3px 6px #E1E1E1;
  box-shadow: 0 3px 6px #E1E1E1;
  border-radius: 5px;
  margin-bottom: 2.4rem;
  display: block;
  width: 100%;
  height: 6.4rem;
  padding: 0 1.6rem;
  font-size: 1.8rem;
}

input:focus, select:focus {
  outline: none;
  border: solid 1px #1E86D5;
}

.form_group--error input, .form_group--error select {
  border: solid 1px #d09119;
}

.form_group--no_label input, .form_group--no_label select {
  margin-bottom: 1.6rem;
}

input:disabled, select:disabled {
  background-color: #F2F2F2;
  cursor: not-allowed;
}

.checkbox {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 36px;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* On mouse-over, add a grey background color */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}

.checkbox input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 26px;
  outline: solid 2px #1e86d5;
  height: 26px;
  top: -3px;
  left: -4px;
  display: block;
  z-index: 1000;
  /* When the checkbox is checked, add a blue background */
  /* Show the checkbox_checkmark when checked */
}

.checkbox input:focus {
  opacity: 0;
  outline: solid 2px #1E86D5;
}

.checkbox input:checked ~ .checkbox_checkmark:after {
  display: block;
}

.checkbox .checkbox_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #999999;
  border-radius: 5px;
  /* Create the checkbox_checkmark/indicator (hidden when not checked) */
  /* Style the checkbox_checkmark/indicator */
}

.checkbox .checkbox_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox .checkbox_checkmark:after {
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #1E86D5;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.password_check {
  font-size: 1.4rem;
}

.password_check span {
  font-weight: bold;
  margin-bottom: 0.8rem;
  display: block;
}

.password_check li {
  margin-left: 3.2rem;
}

.password_check--done {
  text-decoration: line-through;
  opacity: 0.5;
}

.billboard {
  background: #F2F2F2;
  display: none;
  float: left;
}

@media (min-width: 1200px) {
  .billboard {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100vh;
  }
}

body.signupComplete .billboard {
  float: left;
}

@media (min-width: 1200px) {
  body.signupComplete .billboard {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

.billboard--client_register img {
  max-width: 600px;
  margin: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.billboard--viewer_register {
  padding: 5%;
}

body.signupComplete .billboard--viewer_register {
  float: left;
  padding: 0;
  width: 0px;
  overflow: hidden;
}

body.signupComplete .billboard--viewer_register > * {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media (min-width: 1200px) {
  body.signupComplete .billboard--viewer_register {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

.billboard--viewer_register h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 3.2rem;
}

.billboard--viewer_register p {
  margin-bottom: 6.4rem;
}

.billboard--viewer_register .img--display {
  width: 80%;
  max-width: 600px;
  margin: auto;
  display: block;
}

.billboard--viewer_register .img--logo {
  max-width: 200px;
  max-height: 100px;
  display: block;
  margin-bottom: 3.2rem;
}

.billboard--heroimage {
  padding: 5%;
  color: white;
  background-size: cover;
  overflow-y: auto;
}

body.signupComplete .billboard--heroimage {
  float: left;
  padding: 0;
  width: 0px;
  overflow: hidden;
}

body.signupComplete .billboard--heroimage > * {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media (min-width: 1200px) {
  body.signupComplete .billboard--heroimage {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

.billboard--heroimage h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 3.2rem;
}

.billboard--heroimage p {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
}

.billboard--heroimage .img--display {
  width: 80%;
  max-width: 600px;
  margin: auto;
  display: block;
}

.billboard--heroimage .img--logo {
  max-width: 200px;
  max-height: 100px;
  display: block;
  margin-bottom: 3.2rem;
}

.billboard--heroimage .wistia_click_to_play {
  border-radius: 6px;
  overflow: hidden;
}

main {
  padding: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 800px) {
  main {
    padding: 6.4rem 12.8rem;
    max-width: 800px;
    margin: auto;
  }
}

body.hasBillboard main {
  float: left;
}

@media (min-width: 1200px) {
  body.hasBillboard main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 800px;
            flex: 0 0 800px;
  }
}

body.signupComplete main,
body.notFound main {
  float: left;
}

@media (min-width: 1200px) {
  body.signupComplete main,
  body.notFound main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
  min-height: 105px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px #E1E1E1;
  box-shadow: 0 3px 6px #E1E1E1;
  cursor: pointer;
}

.product .product_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product .product_main span {
  font-size: 1.8rem;
  font-weight: bold;
}

.product .product_main p {
  font-size: 1.4rem;
  padding-right: 1.6rem;
  margin-bottom: 0;
}

.product .product_main p:last-child {
  margin-bottom: 0;
}

.product .product_price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11rem;
          flex: 0 0 11rem;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding-top: 0.8rem;
}

.product .product_price span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

.product .product_selected {
  display: none;
}

.product .product_selected img {
  width: 3.2rem;
  margin: 2.4rem 1.6rem 0 0;
}

.product--static:hover {
  cursor: default;
}

.product--selected .product_selected {
  display: block;
  -webkit-animation: animateInRight 1000ms linear both;
  animation: animateInRight 1000ms linear both;
}

.product--code_result {
  -webkit-animation: animationIn 1000ms linear both;
  animation: animationIn 1000ms linear both;
}

.product:last-of-type {
  margin-bottom: 3.2rem;
}

.product_container {
  background: #F2F2F2;
  padding: 1.6rem;
  border-radius: 5px;
  margin-bottom: 1.6rem;
}

.product_container h2 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.product_container .product, .product_container .tile {
  background: white;
}

.product_container .product:last-child, .product_container .tile:last-child {
  margin-bottom: 0;
}

.tile {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 3px 6px #E1E1E1;
  box-shadow: 0 3px 6px #E1E1E1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
  border: 1px solid #e1e1e1;
  background: white;
}

.tile span {
  font-size: 1.8rem;
  font-weight: bold;
}

.tile p {
  font-size: 1.4rem;
  padding-right: 1.6rem;
  margin-bottom: 0;
}

.tile:last-of-type {
  margin-bottom: 3.2rem;
}

.login {
  padding: 1.6rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 800px) {
  .login {
    padding-top: 12.8rem;
    width: 480px;
    display: block;
    margin: auto;
  }
}

.login label {
  text-align: left;
}

.login h1 {
  color: #1E86D5;
}

.login p {
  color: #6a7687;
}

.login button {
  margin: 1.6rem 0 0 0;
}

.login span {
  font-weight: normal;
  font-size: 1.4rem;
  color: #6a7687;
}

.login .password_check {
  text-align: left;
}

.topics_topic {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 3px 6px #E1E1E1;
  box-shadow: 0 3px 6px #E1E1E1;
  border-radius: 5px;
  width: calc(33.3% - 2rem);
  margin-right: 2rem;
  float: left;
  text-align: center;
  overflow: hidden;
  min-height: 42rem;
}

.topics_topic .button {
  margin-bottom: 0.8rem;
}

.topics_topic:last-child {
  margin-right: 0;
}

.topics_topic_image {
  background-color: #1E86D5;
  padding: 1.6rem;
  text-align: center;
}

.topics_topic_image img {
  max-width: 30rem;
  margin: auto;
}

.topics_topic_info {
  padding: 3.2rem;
}

.topics_topic_info_title {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.topics_topic_info_description {
  margin-bottom: 3.2rem;
}

.topics_topic--soon .topics_topic_image {
  background-color: #F2F2F2;
}

.topics:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.img--signupComplete {
  margin-bottom: 3.2rem;
}

/* Generated with Bounce.js. Edit at https://goo.gl/9YxQ3s */
@-webkit-keyframes animateInRight {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 0, 0, 1);
  }
  1.3% {
    -webkit-transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 474.041, 0, 0, 1);
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 474.041, 0, 0, 1);
  }
  2.55% {
    -webkit-transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 365.595, 0, 0, 1);
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 365.595, 0, 0, 1);
  }
  4.1% {
    -webkit-transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 251.825, 0, 0, 1);
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 251.825, 0, 0, 1);
  }
  5.71% {
    -webkit-transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 159.192, 0, 0, 1);
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 159.192, 0, 0, 1);
  }
  8.11% {
    -webkit-transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.294, 0, 0, 1);
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.294, 0, 0, 1);
  }
  8.81% {
    -webkit-transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 43.679, 0, 0, 1);
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 43.679, 0, 0, 1);
  }
  11.96% {
    -webkit-transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -9.651, 0, 0, 1);
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -9.651, 0, 0, 1);
  }
  12.11% {
    -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.061, 0, 0, 1);
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.061, 0, 0, 1);
  }
  15.07% {
    -webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -25.323, 0, 0, 1);
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -25.323, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -26.014, 0, 0, 1);
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -26.014, 0, 0, 1);
  }
  27.23% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.703, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.703, 0, 0, 1);
  }
  27.58% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.241, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.241, 0, 0, 1);
  }
  38.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.622, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.622, 0, 0, 1);
  }
  40.09% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.582, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.582, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.095, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.095, 0, 0, 1);
  }
  60.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.015, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.015, 0, 0, 1);
  }
  82.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animateInRight {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 0, 0, 1);
  }
  1.3% {
    -webkit-transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 474.041, 0, 0, 1);
    transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 474.041, 0, 0, 1);
  }
  2.55% {
    -webkit-transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 365.595, 0, 0, 1);
    transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 365.595, 0, 0, 1);
  }
  4.1% {
    -webkit-transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 251.825, 0, 0, 1);
    transform: matrix3d(4.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 251.825, 0, 0, 1);
  }
  5.71% {
    -webkit-transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 159.192, 0, 0, 1);
    transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 159.192, 0, 0, 1);
  }
  8.11% {
    -webkit-transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.294, 0, 0, 1);
    transform: matrix3d(1.82, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 63.294, 0, 0, 1);
  }
  8.81% {
    -webkit-transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 43.679, 0, 0, 1);
    transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 43.679, 0, 0, 1);
  }
  11.96% {
    -webkit-transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -9.651, 0, 0, 1);
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -9.651, 0, 0, 1);
  }
  12.11% {
    -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.061, 0, 0, 1);
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.061, 0, 0, 1);
  }
  15.07% {
    -webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -25.323, 0, 0, 1);
    transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -25.323, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -26.014, 0, 0, 1);
    transform: matrix3d(0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -26.014, 0, 0, 1);
  }
  27.23% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.703, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.703, 0, 0, 1);
  }
  27.58% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.241, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.241, 0, 0, 1);
  }
  38.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.622, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.622, 0, 0, 1);
  }
  40.09% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.582, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.582, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.095, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.095, 0, 0, 1);
  }
  60.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.015, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.015, 0, 0, 1);
  }
  82.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/* Generated with Bounce.js. Edit at https://goo.gl/Vn2Euz */
@-webkit-keyframes animationIn {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animationIn {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.alert {
  background: rgba(30, 134, 213, 0.1);
  border: solid 1px #1E86D5;
  color: #1E86D5;
  padding: 1.6rem;
  margin-bottom: 3.2rem;
  border-radius: 4px;
}

.alert h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}

.alert a {
  color: #1E86D5;
  font-weight: 500;
  text-decoration: underline;
}

.alert p {
  margin-bottom: 0;
}

.alert--success {
  background: rgba(133, 197, 31, 0.1);
  border: solid 1px #85C51F;
  color: #85C51F;
  padding: 1.6rem;
  margin-bottom: 3.2rem;
  border-radius: 4px;
}

.alert--success h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}

.alert--success a {
  color: #85C51F;
  font-weight: 500;
  text-decoration: underline;
}

.alert--success p {
  margin-bottom: 0;
}

.alert--warning {
  background: rgba(208, 145, 25, 0.1);
  border: solid 1px #d09119;
  color: #d09119;
  padding: 1.6rem;
  margin-bottom: 3.2rem;
  border-radius: 4px;
}

.alert--warning h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}

.alert--warning a {
  color: #d09119;
  font-weight: 500;
  text-decoration: underline;
}

.alert--warning p {
  margin-bottom: 0;
}

.alert--error {
  background: rgba(177, 14, 30, 0.1);
  border: solid 1px #b10e1e;
  color: #b10e1e;
  padding: 1.6rem;
  margin-bottom: 3.2rem;
  border-radius: 4px;
}

.alert--error h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}

.alert--error a {
  color: #b10e1e;
  font-weight: 500;
  text-decoration: underline;
}

.alert--error p {
  margin-bottom: 0;
}

.alert--tour {
  background: rgba(255, 72, 128, 0.1);
  border: solid 1px #FF4880;
  color: #FF4880;
  padding: 1.6rem;
  margin-bottom: 3.2rem;
  border-radius: 4px;
}

.alert--tour h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}

.alert--tour a {
  color: #FF4880;
  font-weight: 500;
  text-decoration: underline;
}

.alert--tour p {
  margin-bottom: 0;
}

.ss_progressbar {
  width: 100%;
  height: 3px;
  position: absolute;
}

.ss_progressbar_span {
  width: 16.8%;
  background: #1E86D5;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.progress_2 .ss_progressbar .ss_progressbar_span {
  width: 33.2%;
}

body.progress_3 .ss_progressbar .ss_progressbar_span {
  width: 49.8%;
}

body.progress_4 .ss_progressbar .ss_progressbar_span {
  width: 66.4%;
}

body.progress_5 .ss_progressbar .ss_progressbar_span {
  width: 83%;
}

body.progress_6 .ss_progressbar .ss_progressbar_span {
  width: 99.6%;
}

.g-recaptcha {
  margin-bottom: 1.6rem;
}

.overlay_close {
  display: block;
  background: #F2F2F2;
  padding: 1.6rem;
  color: #000;
}

.overlay_close svg {
  display: none;
}

@media (min-width: 800px) {
  .overlay_close {
    fill: #3D444E;
    position: absolute;
    padding: 0;
    top: 3.2rem;
    right: 3.2rem;
    background: none;
  }
  .overlay_close span {
    display: none;
  }
  .overlay_close svg {
    display: block;
  }
  .overlay_close:hover {
    fill: #1E86D5;
  }
}

.toggle-nav {
  margin: auto;
  display: inline-block;
  background-color: #F2F2F2;
  border-radius: 99px;
  padding: 2px;
  margin-bottom: 2rem;
}

.toggle-nav .toggle-nav_button {
  list-style: none;
  float: left;
  height: 5rem;
  line-height: 5rem;
  padding: 0 3.2rem 0 0;
  border-radius: 99px;
  font-weight: bold;
  color: #3D444E;
  display: block;
  margin: auto 1px;
}

.toggle-nav .toggle-nav_button:first-child {
  padding: 0 3.2rem;
}

.toggle-nav .toggle-nav_button:only-child {
  display: none;
}

.toggle-nav .toggle-nav_button:last-child.toggle-nav_button--active {
  margin-right: 0 !important;
}

.toggle-nav .toggle-nav_button a {
  color: #3D444E;
  line-height: 5rem;
  display: block;
}

.toggle-nav .toggle-nav_button--active {
  background: white;
  padding: 0 3.2rem;
  margin-right: 2.6rem;
}

.toggle-nav .toggle-nav_button--active a {
  color: #3D444E;
}

.contract-box {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 2rem;
  border: solid 2px #F2F2F2;
  border-radius: 6px;
}

.not-supported {
  background: white;
  height: 100vh;
  width: 100vw;
  z-index: 1100;
  position: fixed;
  top: 0;
}

.not-supported .not-supported_content {
  max-width: 50vw;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.not-supported--size {
  padding: 0.8rem;
}

.not-supported--size .not-supported_content {
  max-width: 90vw;
  position: relative;
  top: 50%;
  left: 50%;
}

@media (min-width: 800px) {
  .not-supported--size {
    display: none;
  }
}

.section--admin {
  padding: 0.8rem;
}

@media (min-width: 800px) {
  .section--admin {
    margin-left: 28rem;
    padding: 3.2rem 6.4rem;
  }
}

.section--admin_container {
  max-width: 160rem;
  min-width: 680px;
  margin: auto;
}

.aside--admin {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.6rem;
  background-color: #F2F2F2;
}

@media (min-width: 800px) {
  .aside--admin {
    width: 28rem;
    height: 100vh;
    position: fixed;
  }
}

.nav--list {
  margin-bottom: 3.2rem;
}

.nav--list ul li {
  padding-left: 3.2rem;
  list-style: none;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.nav--list ul li a {
  color: #004867;
  display: block;
}

.nav--list ul li svg {
  height: 2rem;
  fill: #004867;
  margin-right: 1.6rem;
  float: left;
  opacity: 0.8;
}

.nav--list--primary a {
  font-weight: 500;
}

.nav--list_item--active {
  background: white;
  padding: 0.8rem 1.6rem;
  border-radius: 100px;
}

.logo--admin {
  max-width: 20rem;
  max-height: 4.6rem;
  margin: 1.6rem 1.6rem 3.2rem 1.6rem;
}

.container {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 3px 6px #E1E1E1;
  box-shadow: 0 3px 6px #E1E1E1;
  border-radius: 5px;
  margin-bottom: 3.2rem;
}

.container .container_contents {
  padding: 3.2rem;
  min-width: 80rem;
  overflow: auto;
}

.container .container_contents--empty {
  height: 60rem;
  background-image: url(../img/bg_svg.svg);
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: 53% 60%;
}

.container .container_contents .container_contents_middle {
  max-width: 60rem;
  margin: auto;
}

.container_header {
  padding: 3.2rem;
}

.container_header h2 {
  color: #1E86D5;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 0;
  text-align: center;
}

.container_header p {
  font-weight: 500;
  font-size: 1.4rem;
  opacity: 0.6;
  margin-bottom: 0;
  text-align: center;
}

.container_header--success {
  background-color: rgba(133, 197, 31, 0.2);
}

.container_header--success h2 {
  color: #85C51F;
}

.container_header--progress {
  background-color: rgba(30, 134, 213, 0.1);
}

.container_header--progress h2 {
  color: #1E86D5;
}

.container--invite h4 {
  font-size: 1.4rem;
  background-color: #F2F2F2;
  margin-bottom: 0px;
  padding: 1rem 1rem 0.5rem 1rem;
  border-radius: 5px 5px 0px 0px;
}

.container--invite_emailtemplate {
  width: 100%;
  height: 300px;
  padding: 20px;
  height: auto;
  margin-bottom: 1.6rem;
  border-radius: 0px 0px 5px 5px;
  border: solid 5px #F2F2F2;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
  font-family: inherit;
}

.container--invite_directlink, .container--invite_directlink:focus {
  width: 100%;
  padding: 20px;
  height: auto;
  border-radius: 0px 0px 5px 5px;
  border: solid 5px #F2F2F2;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
}

.body--admin .container {
  overflow: hidden;
  overflow-x: auto;
}

.info-rows {
  padding: 0;
  margin: 0;
}

.info-rows li {
  list-style: none;
  border-bottom: 2px solid #F2F2F2;
}

.info-rows li:last-child {
  border-bottom: none;
}

.info-rows--empty li:nth-child(2) {
  opacity: 0.8;
}

.info-rows--empty li:nth-child(3) {
  opacity: 0.6;
}

.info-rows--empty li:nth-child(4) {
  opacity: 0.4;
}

.info-rows--empty li:nth-child(5) {
  opacity: 0.2;
}

.info-row {
  list-style: none;
  padding: 1.6rem;
  display: block;
  color: #3D444E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: white;
}

.info-row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.info-row:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info-row_click-catch, .info-row a {
  color: #3D444E;
  background: white;
}

.info-row_click-catch:after, .info-row a:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.info-row--placeholder .info-row_key {
  background: #F2F2F2;
  border-color: #F2F2F2;
}

.info-row--placeholder .info-row_title {
  background: #F2F2F2;
  width: 300px;
  height: 2rem;
  border-radius: 99px;
  margin-top: 2rem;
}

.info-row--placeholder .info-row_info {
  background: #F2F2F2;
  width: 60px;
  height: 2rem;
  border-radius: 99px;
  margin-top: 2rem;
}

.info-row_key {
  float: left;
  width: 6.4rem;
  height: 6.4rem;
  border: solid 2px rgba(30, 134, 213, 0.2);
  border-radius: 100px;
  line-height: 6rem;
  text-align: center;
  font-size: 1.8rem;
  color: #1E86D5;
  font-weight: 500;
  margin-right: 3.2rem;
}

.info-row_key svg {
  height: 2rem;
  margin-left: 1px;
  position: relative;
  top: 3px;
  fill: #1E86D5;
}

.info-row--small .info-row_key {
  background: #1E86D5;
  width: 0.8rem;
  height: 0.8rem;
  margin: 2.8rem;
}

.info-row--system .info-row_key {
  background: white;
}

.info-row--video_complete .info-row_key {
  background: white;
}

.info-row_title {
  width: auto;
  float: left;
  line-height: 6.4rem;
  font-size: 1.8rem;
  color: inherit;
  font-weight: 500;
}

.info-row_title_pill {
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  border-radius: 99px;
  position: relative;
  top: -0.2rem;
  left: 0.8rem;
  color: white;
  background: #1E86D5;
}

.info-row_title_pill--version {
  background: #F2F2F2;
  color: #3D444E;
}

.info-row_title svg {
  position: relative;
  bottom: -2px;
  height: 20px;
  width: 20px;
  fill: rgba(133, 197, 31, 0.7);
  left: 5px;
}

.info-row--system .info-row_title {
  font-weight: normal;
}

.info-row--video_remaining {
  opacity: 0.4;
}

.info-row_info {
  float: right;
  line-height: 6.4rem;
  padding-right: 0.8rem;
}

.info-row_question {
  float: left;
  width: 100%;
}

.info-row_question p {
  background-color: #1E86D5;
  padding: 1.6rem;
  max-width: 40rem;
  color: white;
  border-radius: 0 30px 30px 30px;
  margin-left: 9.6rem;
}

.info-row.info-row--date {
  border-bottom: none;
  height: 0;
  margin-top: -2.8rem;
  background: none;
}

.info-row.info-row--date div {
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #F2F2F2;
  padding: 8px 16px;
  border-radius: 50px;
  position: relative;
  width: 13rem;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -7px);
  transform: translate(-50%, -7px);
}

li:first-of-type.info-row--date {
  display: none;
}

.control-bar > div, .control-bar > ul {
  float: left;
  margin-right: 1.6rem;
}

.control-bar button, .control-bar .button {
  height: 54px;
  font-size: 1.6rem;
}

div .control-bar--right {
  float: right;
}

div .control-bar--right button, div .control-bar--right .button {
  height: 54px;
  margin-right: 0;
}

.control-bar .search {
  width: 54px;
}

.control-bar:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.search a {
  background: #F2F2F2;
  padding: 0;
  width: 54px;
}

.search a svg {
  height: 1.8rem;
  opacity: 0.6;
  position: relative;
  left: 1px;
  top: 18px;
  fill: #3D444E;
}

.search-box_input:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.user-bar {
  background: white;
  display: block;
  padding: 0.8rem 0.8rem 0.8rem 3.2rem;
  position: relative;
  width: 100%;
  margin-top: auto;
  color: #004867;
  border-radius: 99px;
}

.user-bar:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.user-bar .user-bar_copy {
  width: 75%;
  float: left;
}

.user-bar .user-bar_copy_username {
  font-weight: 500;
}

.user-bar .user-bar_copy_account {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -5px;
  opacity: .8;
}

.user-bar .user-bar_copy_account a {
  color: #004867;
}

.user-bar .user-bar_actions {
  width: 20%;
  float: right;
}

.user-bar .user-bar_actions button, .user-bar .user-bar_actions a {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin: 0;
  background: white;
  border: solid 2px rgba(0, 72, 103, 0.2);
  border-radius: 99px;
  padding: 4px 12px;
}

.user-bar .user-bar_actions button svg, .user-bar .user-bar_actions a svg {
  position: relative;
  top: 2px;
  fill: #004867;
  width: 15px;
}

.tour-box {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 3px 6px #E1E1E1;
  box-shadow: 0 3px 6px #E1E1E1;
  border-radius: 5px;
  background: white;
  padding: 3.2rem;
  margin-top: 0.8rem;
  margin-bottom: 3.2rem;
}

.tour-box_stage {
  position: relative;
  top: -5.6rem;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 99px;
  margin: auto auto 1.6rem auto;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background: #FF4880;
}

.tour-box_title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: -6.4rem;
}

.tour-box_description {
  margin-bottom: 1.6rem;
}

.tour-box_cta {
  display: block;
  color: white;
  padding: 0.8rem;
  text-align: center;
  font-weight: bold;
  background: #FF4880;
  margin-bottom: 1.6rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px #E1E1E1;
  box-shadow: 0 3px 6px #E1E1E1;
}

.tour-box_skip {
  color: #3D444E;
  text-decoration: underline;
}

.pdf {
  padding: 0.8rem;
}

.pdf .pdf_header {
  border: solid 2px #F2F2F2;
  background-color: #F2F2F2;
  text-align: center;
  padding: 1.6rem 3.2rem;
}

.pdf .pdf_header h2 {
  font-weight: 500;
  margin-bottom: 0;
}

.pdf .pdf_header p {
  margin-bottom: 0;
}

.pdf .info-row_question p {
  background-color: transparent;
  color: #1E86D5;
  border: solid 2px rgba(30, 134, 213, 0.2);
  font-weight: 500;
}

.pdf .info-row--video_remaining {
  opacity: 1;
}

.pdf .info-row--video_remaining .info-row_title {
  color: #a2a2a2;
}

.pointer {
  display: none;
  width: 7rem;
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.pointer--scroll_down .pointer {
  display: block;
}

.body--admin.tour_step--clickviewer .container, .body--admin.tour_step--clickviewer .container .container_contents {
  overflow: visible;
  overflow-x: visible;
}

.tour-arrow {
  position: fixed;
  top: -9999px;
  left: -99999999px;
  background-image: url("../img/highlight_left.svg");
  background-size: cover;
  width: 90px;
  height: 60px;
  margin-left: -20px;
  margin-top: -3px;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.tour-arrow--loaded {
  opacity: 1;
}

body.tour_step--nav_topics .tour-arrow {
  margin-left: -90px;
}

/**************************
* WEB FONTS
*************************/
html {
  font-size: 62.5%;
  color: #3D444E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-size: 14px;
}

body.formPage {
  padding-bottom: 12.8rem;
}

hr {
  margin: 3.2rem 0;
  height: 1px;
  background: #F2F2F2;
  border: none;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  display: none;
}
/*# sourceMappingURL=styles.css.map */