/**
 * keyframes
 *
 * @since   1.0.0
 * @version 1.0.0
 */
/**
 * Spinner
 *
 * @since   1.0.0
 * @version 1.0.0
 */
@-webkit-keyframes pt_theme__loadingSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

/**
 * Inherit Typography
 */
/**
 * Media
 *
 * @since   1.0.0
 * @version 1.0.0
 */
/**
 * Media
 *
 * @since   1.0.0
 * @version 1.0.0
 */
/**
 * Colors
 */
/**
 * Media Queryes
 */
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  body div[data-component="unlock-page"] {
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    /**
	 * Loading
	 */
    /**
	 * Message
	 */
    /**
	 * Modes
	 */ }
    body div[data-component="unlock-page"] * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    body div[data-component="unlock-page"] .button {
      width: 60px;
      height: 60px;
      position: relative;
      display: block;
      z-index: 2; }
      body div[data-component="unlock-page"] .button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2; }
        body div[data-component="unlock-page"] .button svg path:nth-of-type(1) {
          -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
          -o-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
          transition: all 0.6s cubic-bezier(1, 0, 0, 1); }
      body div[data-component="unlock-page"] .button i {
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: calc(50% - 20px / 2);
        left: calc(50% - 20px / 2);
        opacity: 0;
        z-index: 2;
        border: solid 2px white;
        border-top-color: transparent;
        border-left-color: transparent;
        border-radius: 50%;
        -webkit-animation: pt_theme__loadingSpinner 0.4s linear infinite;
                animation: pt_theme__loadingSpinner 0.4s linear infinite;
        opacity: 0; }
        body div[data-component="unlock-page"] .button i.hidde {
          display: none; }
      body div[data-component="unlock-page"] .button span {
        -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-color: #282A2F;
        border-radius: 50%;
        z-index: 1; }
    body div[data-component="unlock-page"] .content__wrapper {
      -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      z-index: 1;
      padding: 10px 30px 10px 15px;
      position: absolute;
      bottom: -15px;
      right: 30px;
      width: 300px;
      padding-right: 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden;
      border-radius: 10px; }
      body div[data-component="unlock-page"] .content__wrapper span {
        padding: 15px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: white;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        opacity: 0;
        pointer-events: none; }
        body div[data-component="unlock-page"] .content__wrapper span p {
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
          font-size: 14px;
          color: #555D67;
          padding: 0;
          margin: 0; }
          body div[data-component="unlock-page"] .content__wrapper span p.-error {
            color: #E20E0F; }
      body div[data-component="unlock-page"] .content__wrapper > p {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 14px;
        color: #555D67;
        padding: 0;
        margin: 0 0 10px 0; }
      body div[data-component="unlock-page"] .content__wrapper input {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        background-color: #E8EBEE;
        border-radius: 50px;
        width: 100%;
        padding: 5px 10px  7px 10px;
        outline: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 14px;
        border: 1px solid transparent; }
        body div[data-component="unlock-page"] .content__wrapper input.-error {
          border-color: #E20E0F; }
        body div[data-component="unlock-page"] .content__wrapper input:focus, body div[data-component="unlock-page"] .content__wrapper input:hover {
          background-color: #d9dee3; }
      body div[data-component="unlock-page"] .content__wrapper i {
        background-color: white;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
    body div[data-component="unlock-page"] .page-overlayer {
      position: fixed;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      width: 100%;
      height: 100%;
      bottom: 0;
      right: 0;
      opacity: 0;
      pointer-events: none;
      background: #020024;
      background: -webkit-linear-gradient(298deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -o-linear-gradient(298deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: linear-gradient(152deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }
    body div[data-component="unlock-page"][data-loading="true"] .button {
      pointer-events: none; }
      body div[data-component="unlock-page"][data-loading="true"] .button svg {
        opacity: 0; }
      body div[data-component="unlock-page"][data-loading="true"] .button i {
        opacity: 1; }
    body div[data-component="unlock-page"][data-message="true"] .button {
      pointer-events: none; }
    body div[data-component="unlock-page"][data-message="true"] .content__wrapper {
      padding-top: 0;
      padding-bottom: 0;
      bottom: -8px;
      -webkit-transition-duration: 0.4s;
           -o-transition-duration: 0.4s;
              transition-duration: 0.4s; }
      body div[data-component="unlock-page"][data-message="true"] .content__wrapper span {
        opacity: 1;
        pointer-events: auto; }
    body div[data-component="unlock-page"][data-mode="close"] .button:hover svg path:nth-of-type(1) {
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px); }
    body div[data-component="unlock-page"][data-mode="close"] .button:hover span {
      width: 110%;
      height: 110%;
      -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
    body div[data-component="unlock-page"][data-mode="close"] .content__wrapper {
      pointer-events: none; }
      body div[data-component="unlock-page"][data-mode="close"] .content__wrapper > p {
        opacity: 0;
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px); }
      body div[data-component="unlock-page"][data-mode="close"] .content__wrapper input {
        opacity: 0;
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px); }
      body div[data-component="unlock-page"][data-mode="close"] .content__wrapper i {
        width: 0; }
    body div[data-component="unlock-page"][data-mode="close"] .page-overlayer {
      -webkit-transition-duration: 0.6s;
           -o-transition-duration: 0.6s;
              transition-duration: 0.6s; }
    body div[data-component="unlock-page"][data-mode="open"] {
      bottom: 40px; }
      body div[data-component="unlock-page"][data-mode="open"] .button {
        /* ---- hover ---- */ }
        body div[data-component="unlock-page"][data-mode="open"] .button span {
          -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
          -o-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
          transition: all 0.6s cubic-bezier(1, 0, 0, 1);
          border-radius: 10px; }
        body div[data-component="unlock-page"][data-mode="open"] .button svg path:nth-of-type(1) {
          -webkit-transform: translateY(-2px);
              -ms-transform: translateY(-2px);
                  transform: translateY(-2px); }
        body div[data-component="unlock-page"][data-mode="open"] .button:hover span {
          height: 120%; }
        body div[data-component="unlock-page"][data-mode="open"] .button:hover svg path:nth-of-type(1) {
          -webkit-transform: translateY(-5px);
              -ms-transform: translateY(-5px);
                  transform: translateY(-5px); }
      body div[data-component="unlock-page"][data-mode="open"] .content__wrapper {
        pointer-events: auto; }
        body div[data-component="unlock-page"][data-mode="open"] .content__wrapper > p {
          -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
          -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
          transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
          opacity: 1; }
        body div[data-component="unlock-page"][data-mode="open"] .content__wrapper input {
          -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
          -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
          transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
          opacity: 1; }
        body div[data-component="unlock-page"][data-mode="open"] .content__wrapper i {
          -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
          -o-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
          transition: all 0.6s cubic-bezier(1, 0, 0, 1);
          width: 100%; }
      body div[data-component="unlock-page"][data-mode="open"] .page-overlayer {
        opacity: 1;
        -webkit-transition-duration: 1s;
             -o-transition-duration: 1s;
                transition-duration: 1s;
        pointer-events: auto; }
  body div[data-component="cookie-notice"] {
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: white;
    border-radius: 50px;
    z-index: 9;
    min-height: 60px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 7px 14px rgba(50, 50, 93, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08); }
    body div[data-component="cookie-notice"].-not-alone {
      right: 90px; }
    body div[data-component="cookie-notice"].-leave {
      bottom: -100px; }
    body div[data-component="cookie-notice"] p {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 14px;
      color: #555D67;
      padding: 0 30px 0 20px;
      margin: 0; }
    body div[data-component="cookie-notice"] button {
      -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      background-color: rgba(0, 0, 0, 0.1);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 14px;
      border-radius: 50px;
      padding: 12px 25px;
      text-decoration: none;
      color: #555D67;
      font-weight: 500;
      border: none;
      cursor: pointer;
      outline: none;
      /* ---- hover ---- */ }
      body div[data-component="cookie-notice"] button:hover {
        background-color: rgba(0, 0, 0, 0.18); }
  body main {
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0, 1); }
