/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Environment
  ## Colors
  ## Spaces
# Base
# Layout
# Typography
# Blocks
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Environment
--------------------------------------------------------------*/
/* Brand colors */
/* Monochrome shades (darkest to lighest) */
/* Shadows */
/* Notifications */
/* Body */
/* Card */
/* Progress bar */
/* Text colors */
/* Button colors */
/* Input colors */
/* Radio buttons colors */
/* Checkbox colors */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body {
  margin: 0;
  background-color: #fafafa; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.page__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 40px; }
  .page__header img {
    max-width: 150px;
    max-height: 160px;
    height: auto; }
  .page__header .menu__language {
    margin-top: 24px; }
    .page__header .menu__language li {
      list-style: none;
      display: inline-block;
      margin-right: 24px; }
      .page__header .menu__language li:last-child {
        margin-right: 0; }
      .page__header .menu__language li a {
        font-size: 20px;
        line-height: 24px;
        color: #333333;
        text-decoration: none; }
        .page__header .menu__language li a.active {
          color: #442884;
          font-weight: bold; }
        .page__header .menu__language li a:hover {
          text-decoration: underline; }
  @media screen and (min-width: 720px) {
    .page__header {
      margin-top: 64px; } }

.container__form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px; }
  .container__form fieldset {
    width: 100%;
    max-width: 320px;
    border: none;
    margin: 0; }
    .container__form fieldset:first-of-type {
      display: block;
      opacity: 1; }

.container__unsubscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px; }
  .container__unsubscribe .unsubscribe__content {
    max-width: 400px;
    text-align: center; }
    .container__unsubscribe .unsubscribe__content .user-id {
      margin-top: 48px; }
      .container__unsubscribe .unsubscribe__content .user-id span {
        color: #c82e93;
        font-weight: bold; }

.container__privacy {
  max-width: 720px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #c82e93;
  margin-bottom: 24px; }

p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 40px; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 32px; }
  .cards .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 336px;
    padding: 24px 16px 16px;
    margin: 0 16px 32px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    border-radius: 8px; }
    .cards .card header {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .cards .card header .card__flag {
        margin-bottom: 24px;
        box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.15); }
      .cards .card header h1 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 24px;
        color: #333333; }
    .cards .card p {
      font-size: 16px;
      line-height: 24px;
      color: #333333;
      margin-top: 0;
      margin-bottom: 32px; }
    .cards .card a {
      width: 100%;
      text-align: center;
      color: #f2f2f2;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 24px;
      padding-top: 12px;
      padding-bottom: 12px;
      text-decoration: none;
      border-radius: 4px;
      background-color: #442884;
      transition: .1s; }
      .cards .card a:hover {
        background-color: #4e2e98; }
      .cards .card a:active {
        background-color: #3a2270; }
  @media screen and (min-width: 720px) {
    .cards {
      align-items: stretch;
      justify-content: center;
      flex-direction: row; }
      .cards .card {
        margin-bottom: 0; }
        .cards .card p {
          flex-grow: 1; } }

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-x: hidden; }
  .progress-bar__steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 750px) {
      .progress-bar__steps {
        margin-left: 590px; }
        .progress-bar__steps.submitted {
          margin-left: -298px; }
        .progress-bar__steps.verification {
          margin-left: -590px; } }
  .progress-bar__step {
    width: 128px;
    text-align: center;
    position: relative;
    margin-top: -40px; }
    .progress-bar__step:first-child {
      right: 40px; }
    .progress-bar__step:nth-child(2) {
      right: 20px; }
    .progress-bar__step:nth-child(4) {
      left: 20px; }
    .progress-bar__step:last-child {
      left: 40px; }
    .progress-bar__step h2 {
      font-size: 20px;
      line-height: 24px;
      color: #333333;
      font-weight: normal;
      text-align: center;
      margin-bottom: 64px; }
      .progress-bar__step h2.active {
        color: #442884;
        font-weight: bold; }
  .progress-bar__bar svg {
    margin: auto;
    width: 640px;
    height: 48px;
    transition: .1s; }
    .progress-bar__bar svg.animation__one {
      fill: url("#gradient_animation-1"); }
    .progress-bar__bar svg.animation__two {
      fill: url("#gradient_animation-2"); }
    .progress-bar__bar svg.animation__three {
      fill: url("#gradient_end"); }
  .progress-bar__bar.verification svg rect {
    fill: #442884; }
  @media screen and (max-width: 750px) {
    .progress-bar__bar {
      margin-left: 590px; }
      .progress-bar__bar.submitted {
        margin-left: -298px; }
      .progress-bar__bar.verification {
        margin-left: -590px; } }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.button {
  display: inline-block;
  width: 100%;
  color: #fafafa;
  background-color: #442884;
  border: none;
  border-radius: 4px;
  margin-top: 16px;
  padding: 8px 8px 8px 16px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  position: relative; }
  .button:hover {
    background-color: #4e2e98; }
  .button:active {
    background-color: #3a2270; }
  .button img {
    position: absolute;
    right: 8px;
    top: 8px; }
  .button__half {
    width: calc(50% - 14px);
    margin-right: 24px; }
    .button__half:last-of-type {
      margin-right: 0; }
    .button__half.previous {
      text-align: right;
      padding: 8px 16px 8px 8px; }
      .button__half.previous img {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
        left: 8px; }
  .button__unsubscribe {
    background-color: #442884;
    color: #fafafa;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    padding: 12px 16px; }
  .button:disabled {
    background-color: #e6e6e6; }

.input__radio p.error, .input__email p.error, .input__select p.error, .input__number p.error, .input__checkbox p.error {
  display: none;
  color: #a9342e;
  margin-bottom: 0; }
  .input__radio p.error.show, .input__email p.error.show, .input__select p.error.show, .input__number p.error.show, .input__checkbox p.error.show {
    display: block; }

.input__radio, .input__email, .input__select, .input__number {
  margin-bottom: 24px; }

.input__number label, .input__email label {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
  color: #4a4a4a;
  display: block; }

.input__number input, .input__email input {
  width: 100%;
  border: 1px solid #666666;
  border-radius: 2px;
  font-size: 20px;
  line-height: 24px;
  padding: 8px;
  box-sizing: border-box;
  background-color: #fafafa;
  display: block; }
  .input__number input.error, .input__email input.error {
    border: 1px solid #a9342e; }

.input__number select, .input__email select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none; }

.input__select label {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
  color: #4a4a4a;
  display: block; }

.input__select select {
  width: 100%;
  border: 1px solid #666666;
  border-radius: 2px;
  font-size: 20px;
  line-height: 24px;
  padding: 8px;
  box-sizing: border-box;
  background: #fafafa url("/poll/assets/images/icons/dark-chevron.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  display: block;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none; }

.input__radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .input__radio span.label {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 4px;
    color: #4a4a4a;
    display: block; }
  .input__radio label {
    position: relative;
    padding-left: 24px;
    line-height: 20px;
    color: #4a4a4a;
    margin-right: 32px; }
    .input__radio label input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .input__radio label .radio-button {
      position: absolute;
      top: 3px;
      left: 0;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      border: 2px solid #442884; }
    .input__radio label:hoververification input ~ .radio-button {
      background-color: #e6e6e6; }
    .input__radio label input:checked ~ .radio-button .radio-button__center {
      position: absolute;
      top: 2px;
      left: 2px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: #442884; }
    .input__radio label:last-of-type {
      margin-right: 0; }

.input__checkbox {
  margin-bottom: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .input__checkbox:last-child {
    margin-bottom: 0; }
  .input__checkbox label {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: block; }
    .input__checkbox label:hover input ~ .checkbox {
      background-color: #e6e6e6; }
    .input__checkbox label a {
      color: #c82e93; }
    .input__checkbox label input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .input__checkbox label input:checked ~ .checkbox {
        position: absolute;
        background-color: #c82e93;
        border-color: #c82e93; }
        .input__checkbox label input:checked ~ .checkbox:after {
          background: url("/poll/assets/images/icons/checkmark.svg");
          background-size: cover;
          left: 1px;
          top: 1px;
          width: 16px;
          height: 16px;
          content: '';
          display: block;
          position: absolute; }
    .input__checkbox label .checkbox {
      position: absolute;
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px;
      border: 1px solid #333333;
      border-radius: 4px;
      background-color: #fafafa; }
