@font-face{font-family:'text-security-disc';src:url(fonts/text-security-disc-compat-7c7d806df6fc37acd844d6609b88362e.eot);src:url(fonts/text-security-disc-compat-7c7d806df6fc37acd844d6609b88362e.eot?#iefix) format('embedded-opentype'),url(fonts/text-security-disc-compat-5160d0e5f901577ce92d416d957ef09e.woff2) format('woff2'),url(fonts/text-security-disc-compat-99c1db966a17526828ad4b86bb1ac075.ttf) format('truetype')}@supports((content-visibility:visible) or (-moz-appearance:meter)) and (not (-webkit-hyphens:none)){@font-face{font-family:'text-security-disc';src:url(fonts/text-security-disc-9f5e7b99e38f4dc390d9c9ed8b9bb0ca.woff2) format('woff2'),url(fonts/text-security-disc-compat-99c1db966a17526828ad4b86bb1ac075.ttf) format('truetype')}}
/* stylelint-disable-next-line scss/at-import-no-partial-leading-underscore */
:root {
  --white: #fff;
  --primary-color: #0363e6; }

/* stylelint-disable-next-line scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line scss/at-import-no-partial-leading-underscore */
@keyframes openMobileMenuFullScreenFromLeft {
  0% {
    left: -100vw; }
  100% {
    left: 0; } }

@keyframes closeMobileMenuFullScreen {
  0% {
    left: 0; }
  100% {
    left: -100vw; } }

html {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* stylelint-disable-next-line selector-max-id */
#app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  width: 100%; }
  @media (max-width: 736px) {
    #app {
      -ms-flex-line-pack: start;
          align-content: flex-start; } }

.applications, .contact-information, .help-container, .invoices-container, .members, .payments-view-container, .settings-container {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: calc(100% - 100px);
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 215px;
  -ms-flex-order: 3;
      order: 3;
  width: calc(100% - 215px); }
  @media (max-width: 736px) {
    .applications, .contact-information, .help-container, .invoices-container, .members, .payments-view-container, .settings-container {
      margin: 0;
      width: 100%; } }
  @media (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
    .applications, .contact-information, .help-container, .invoices-container, .members, .payments-view-container, .settings-container {
      margin: 0;
      width: 100%; } }

.menu-left-container .desktop-menu .list-container__element, .menu-left-container .mobile-menu .full-screen .list-container__element {
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -ms-flex-pack: start;
      justify-content: flex-start;
  letter-spacing: 1px;
  width: 100%; }

.invoices-container__scrollbars, .styled-scrollbars {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 15px 15px 15px 30px; }
  @media (max-width: 640px) {
    .invoices-container__scrollbars, .styled-scrollbars {
      -ms-flex-pack: center;
          justify-content: center;
      padding: 15px; } }
  @media (max-width: 736px) {
    .invoices-container__scrollbars, .styled-scrollbars {
      padding: 15px; } }

.card-title {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 23px;
  font-weight: bold; }
  .card-title--primary {
    color: #0363e6; }

.rsq-password-input {
  margin-bottom: 10px; }
  .rsq-password-input__input-wrapper {
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    border: 2px solid #0363e6;
    border-radius: 25px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 10px;
    vertical-align: middle;
    width: 100%; }
    .rsq-password-input__input-wrapper--error {
      border-color: #f47c46; }
  .rsq-password-input__input {
    background-color: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    color: #0363e6;
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    height: 24px;
    outline: none;
    width: 100%; }
    .rsq-password-input__input:-webkit-autofill {
      /* stylelint-disable-next-line property-no-vendor-prefix */
      -webkit-box-shadow: 0 0 0 1000px #fff inset;
      -webkit-text-fill-color: #0363e6; }
  .rsq-password-input__label {
    color: #0363e6;
    font-size: 10px;
    font-weight: 300;
    padding-left: 10px;
    width: 100%; }
    .rsq-password-input__label--error {
      color: #f47c46; }
  .rsq-password-input__input {
    font-family: "text-security-disc";
    -webkit-text-security: disc; }
    .rsq-password-input__input--visible {
      font-family: "Poppins";
      -webkit-text-security: none; }
  .rsq-password-input__adornment {
    background: none;
    border: 0;
    padding: unset;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    padding: 2px;
    transition: background-color 0.2s ease-in-out;
    width: 25px; }
    .rsq-password-input__adornment:hover {
      background-color: rgba(209, 209, 209, 0.5); }
    .rsq-password-input__adornment:active {
      background-color: #d1d1d1; }
  .rsq-password-input__adornment-icon {
    fill: #0363e6;
    height: 100%;
    stroke: #0363e6;
    width: 100%; }

.rsq-text-input {
  margin-bottom: 10px; }
  .rsq-text-input__input-wrapper {
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    border: 2px solid #0363e6;
    border-radius: 25px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 10px;
    vertical-align: middle;
    width: 100%; }
    .rsq-text-input__input-wrapper--error {
      border-color: #f47c46; }
  .rsq-text-input__input {
    background-color: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    color: #0363e6;
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    height: 24px;
    outline: none;
    width: 100%; }
    .rsq-text-input__input:-webkit-autofill {
      /* stylelint-disable-next-line property-no-vendor-prefix */
      -webkit-box-shadow: 0 0 0 1000px #fff inset;
      -webkit-text-fill-color: #0363e6; }
  .rsq-text-input__label {
    color: #0363e6;
    font-size: 10px;
    font-weight: 300;
    padding-left: 10px;
    width: 100%; }
    .rsq-text-input__label--error {
      color: #f47c46; }

.rsq-alert {
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(83, 84, 85, 0.8);
  border-radius: 0 0 10px 10px;
  color: #fff;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  left: 50%;
  max-width: 1000px;
  padding: 30px;
  position: fixed;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  width: 45%;
  z-index: 1000; }
  .rsq-alert--visible {
    animation: alertAppear 4s linear 1;
    display: -ms-flexbox;
    display: flex;
    top: -15%; }

@keyframes alertAppear {
  0% {
    top: -15%; }
  25% {
    top: 0%; }
  50% {
    top: 0%; }
  75% {
    top: 0%; }
  100% {
    top: -15%; } }

.rsq-button-group {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 70px;
  width: 100%; }
  @media screen and (min-width: 415px) {
    .rsq-button-group {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
      min-height: 0; } }

.rsq-card {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 16px;
  width: 100%; }
  .rsq-card--primary {
    background-color: #fff;
    color: #4b4b4b; }
  .rsq-card--info {
    background: linear-gradient(135deg, #a77bfc 0%, #0089ef 100%);
    color: #fff; }
  .rsq-card--warning {
    background: linear-gradient(135deg, #fc814a 0%, #f05f33 100%);
    color: #fff; }
  @media screen and (min-width: 650px) {
    .rsq-card {
      padding: 32px; } }

.rsq-checkbox {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  margin: 5px;
  outline: 0;
  padding: 0;
  width: 15px; }
  .rsq-checkbox > svg {
    fill: transparent; }
  .rsq-checkbox.square {
    border-radius: 15%; }
  .rsq-checkbox.error {
    border: 2px solid #f47c46; }
  .rsq-checkbox.readonly {
    cursor: initial;
    opacity: 0.5; }
  .rsq-checkbox__label {
    color: #4b4b4b;
    cursor: pointer;
    font-size: 12px;
    margin: 5px 0;
    width: 100%; }
    .rsq-checkbox__label--white {
      color: #fff; }
    .rsq-checkbox__label--readonly {
      cursor: initial;
      opacity: 0.5; }
  .rsq-checkbox__container {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 16px 0;
    text-align: justify;
    width: 100%; }
  .rsq-checkbox--white {
    border: 1px solid #fff; }
    .rsq-checkbox--white.active {
      background-color: #fff; }
      .rsq-checkbox--white.active > svg {
        fill: #f47c46; }
  .rsq-checkbox--primary-color {
    border: 1px solid #0363e6; }
    .rsq-checkbox--primary-color.active {
      background-color: #0363e6; }
      .rsq-checkbox--primary-color.active > svg {
        fill: #fff; }
  @media only screen and (min-width: 1025px) {
    .rsq-checkbox {
      font-size: 9px; } }

.rsq-cookie-banner {
  background: #fff;
  bottom: 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 2em;
  position: fixed;
  width: 100%;
  z-index: 999; }
  .rsq-cookie-banner__boy {
    display: none; }
    .rsq-cookie-banner__boy svg {
      bottom: 42px;
      height: 130%;
      position: relative;
      width: 250px; }
      .rsq-cookie-banner__boy svg .chew-chin {
        animation: chew-chin 0.3s cubic-bezier(0.5, 0.55, 0.66, 0.64) both infinite; }
      .rsq-cookie-banner__boy svg .chew-cheek-right {
        animation: chew-cheek-right 0.3s cubic-bezier(0.5, 0.55, 0.66, 0.64) both infinite; }
      .rsq-cookie-banner__boy svg .chew-cheek-left {
        animation: chew-cheek-left 0.3s cubic-bezier(0.5, 0.55, 0.66, 0.64) both infinite; }
      .rsq-cookie-banner__boy svg .crumbs-first {
        animation: first-crumbs 0.4s infinite; }
      .rsq-cookie-banner__boy svg .crumbs-second {
        animation: second-crumbs 0.4s infinite; }
      .rsq-cookie-banner__boy svg .crumbs-third {
        animation: third-crumbs 1s infinite; }
    @media screen and (min-width: 800px) {
      .rsq-cookie-banner__boy {
        display: initial;
        height: 100%; } }
  .rsq-cookie-banner__info {
    color: #0363e6;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    max-width: 1200px;
    padding-top: 20px;
    position: relative; }
    @media screen and (min-width: 1000px) {
      .rsq-cookie-banner__info {
        font-size: 16px;
        line-height: 25px; } }
  .rsq-cookie-banner .info__button {
    height: 100%;
    margin: 2em 0;
    min-width: 120px;
    position: initial;
    width: 100%; }
    @media screen and (min-width: 800px) {
      .rsq-cookie-banner .info__button {
        margin: 0;
        position: absolute;
        right: 0;
        width: -moz-fit-content;
        width: fit-content; } }
  @media screen and (min-width: 800px) {
    .rsq-cookie-banner {
      height: 140px;
      padding: 0 2em 0 0; } }

@keyframes chew-chin {
  90%,
  10% {
    transform: translate3d(0, 1px, 0); }
  80%,
  20% {
    transform: translate3d(10px, -2px, 0); }
  60%,
  40% {
    transform: translate3d(5px, -3px, 0); } }

@keyframes chew-cheek-right {
  90%,
  10% {
    transform: translate3d(0, 1px, 0); }
  80%,
  20% {
    transform: translate3d(10px, -2px, 0); }
  60%,
  40% {
    transform: translate3d(5px, -3px, 0); } }

@keyframes chew-cheek-left {
  90%,
  10% {
    transform: translate3d(0, 1px, 0); }
  80%,
  20% {
    transform: translate3d(-10px, -2px, 0); }
  60%,
  40% {
    transform: translate3d(-5px, -3px, 0); } }

@keyframes first-crumbs {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(20px, 50px, 0); } }

@keyframes second-crumbs {
  0% {
    opacity: 1;
    transform: translate3d(0, -80px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, -20px, 0); } }

@keyframes third-crumbs {
  0% {
    opacity: 1;
    transform: translate3d(0, -100px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 50px, 0); } }

.error-info {
  color: #f47c46;
  font-size: 12px;
  font-weight: 500;
  margin: 0.5em 0;
  min-height: 20px; }
  .error-info::first-letter {
    text-transform: capitalize; }
  .error-info--align-center {
    text-align: center; }
  .error-info--align-left {
    text-align: left; }

.rsq-flat-button {
  background: none;
  border: 0;
  padding: unset;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 23px; }
  .rsq-flat-button--button {
    background: linear-gradient(to right, #0089ef, #64e6e6);
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    padding: 5px 24px;
    transition: 0.3s ease box-shadow; }
    .rsq-flat-button--button:hover {
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }
    .rsq-flat-button--button.rsq-flat-button--disabled {
      background: #d1d1d1;
      color: #4b4b4b; }
      .rsq-flat-button--button.rsq-flat-button--disabled:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
    .rsq-flat-button--button.rsq-flat-button--full-width {
      padding: 5px 0;
      width: 100%; }
  .rsq-flat-button--link {
    color: #0363e6;
    cursor: pointer;
    text-decoration: none; }
    .rsq-flat-button--link.rsq-flat-button--white {
      color: #fff; }
    .rsq-flat-button--link.rsq-flat-button--alert {
      color: #f47c46; }
    .rsq-flat-button--link.rsq-flat-button--underline {
      text-decoration: underline; }
    .rsq-flat-button--link.rsq-flat-button--secondary {
      color: #28c8ff; }
    .rsq-flat-button--link.rsq-flat-button--small {
      font-family: "Poppins";
      font-size: 12px;
      line-height: 18px; }
    .rsq-flat-button--link.rsq-flat-button--medium {
      font-family: "Poppins";
      font-size: 16px;
      line-height: 23px; }
    .rsq-flat-button--link.rsq-flat-button--full-width {
      padding: 5px 0;
      width: 100%; }

.rsq-flat-input-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  .rsq-flat-input-container input:-webkit-autofill {
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #0363e6; }
  .rsq-flat-input-container__input {
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #0363e6;
    border-radius: 25px;
    box-sizing: border-box;
    color: #0363e6;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    outline: none;
    padding: 2px 10px;
    vertical-align: middle;
    width: 100%; }
    .rsq-flat-input-container__input.error {
      border: 2px solid #f47c46; }
      .rsq-flat-input-container__input.error:focus {
        border-color: #f47c46; }
      .rsq-flat-input-container__input.error:focus + .label {
        color: #f47c46; }
    .rsq-flat-input-container__input.disabled {
      border-color: #d1d1d1;
      color: #d1d1d1; }
    .rsq-flat-input-container__input:focus {
      border-color: #0363e6; }
    .rsq-flat-input-container__input:focus + .label {
      color: #0363e6; }
  .rsq-flat-input-container__label {
    color: #0363e6;
    font-size: 10px;
    font-weight: 300;
    padding-left: 10px;
    width: 100%; }
    .rsq-flat-input-container__label.error {
      color: #f47c46; }
    .rsq-flat-input-container__label.disabled {
      color: #d1d1d1; }

.rsq-input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .rsq-input-group > *:not(:first-of-type) {
    margin-left: 8px; }

.rsq-input-group-element--two-thirds {
  width: 67%; }

.rsq-input-group-element--one-third {
  width: 33%; }

.rsq-input-group-element--three-quarters {
  width: 75%; }

.rsq-input-group-element--one-quarter {
  width: 25%; }

.rsq-link {
  color: #0363e6;
  cursor: pointer;
  text-decoration: none; }
  .rsq-link--secondary {
    color: #28c8ff; }
  .rsq-link--white {
    color: #fff; }
  .rsq-link--underline {
    text-decoration: underline; }
  .rsq-link--semi-grey {
    color: #d1d1d1; }

.rsq-loader-invisible {
  display: none; }

.rsq-loader {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  .rsq-loader__spinner {
    animation: roll 1.4s linear infinite;
    left: calc(50% - 25px);
    position: fixed;
    top: calc(50% - 25px); }
  .rsq-loader__path {
    animation: colors 1.4s infinite;
    fill: #0363e6; }

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

@keyframes colors {
  0% {
    fill: #28c8ff; }
  25% {
    fill: #7574f7; }
  50% {
    fill: #64e6e6; }
  100% {
    fill: #7574f7; }
  100% {
    fill: #28c8ff; } }

.rsq-markdown {
  color: #0363e6; }
  .rsq-markdown a {
    color: #28c8ff; }

.rsq-modal {
  bottom: -100%;
  max-height: calc(100% - 30px);
  max-width: 600px;
  min-height: 100px;
  outline: none;
  position: absolute;
  transition: bottom 0.3s ease-in;
  transition-delay: 0.3s; }
  .rsq-modal--open {
    bottom: 0; }
  .rsq-modal--full-width {
    width: 100%; }
    @media screen and (min-width: 415px) {
      .rsq-modal--full-width {
        width: 80%; } }
    @media screen and (min-width: 1024px) {
      .rsq-modal--full-width {
        width: 60%; } }
  .rsq-modal__overlay {
    -ms-flex-align: center;
        align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998; }
  @media screen and (max-width: 415px) and (hover: none) {
    .rsq-modal__content {
      border-radius: 15px 15px 0 0; } }
  .rsq-modal__text {
    font-size: 12px;
    width: 100%; }
    .rsq-modal__text--primary {
      color: #0363e6; }
    .rsq-modal__text--info, .rsq-modal__text--warning {
      color: #fff; }
    .rsq-modal__text--space-under {
      margin-bottom: 10px;
      text-align: left; }
    @media screen and (min-width: 415px) {
      .rsq-modal__text {
        font-size: 14px; } }
  .rsq-modal__header {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 16px;
    text-align: left;
    width: 100%; }
    @media screen and (min-width: 415px) {
      .rsq-modal__header {
        font-size: 20px;
        margin-bottom: 24px; } }
  .rsq-modal__link {
    font-size: 14px;
    text-decoration: underline; }
    .rsq-modal__link--warning {
      color: #fff; }
  .rsq-modal__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 25px;
    width: 100%; }
    @media screen and (max-width: 415px) and (orientation: portrait), screen and (max-width: 813px) and (orientation: landscape) {
      .rsq-modal__footer {
        padding: 0;
        width: 100%; } }
  .rsq-modal__header--primary, .rsq-modal__footer--primary, .rsq-modal__link--primary {
    color: #0363e6; }
  .rsq-modal__header--info, .rsq-modal__header--warning, .rsq-modal__footer--info, .rsq-modal__footer--warning, .rsq-modal__link--info, .rsq-modal__link--warning {
    color: #fff; }
  .rsq-modal .rsq-checkbox__container {
    margin: 0; }
  @media screen and (min-width: 415px) {
    .rsq-modal {
      animation: none;
      bottom: unset;
      position: relative; } }

.rsq-radio {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px; }
  .rsq-radio__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border: 2px solid #0363e6;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin: 0 8px 0 0;
    min-width: 20px;
    outline: none;
    padding: 0;
    position: relative; }
    .rsq-radio__input:checked::before {
      background: #0363e6;
      border-radius: 50%;
      content: ' ';
      height: 10px;
      left: 3px;
      position: absolute;
      top: 3px;
      width: 10px; }
  .rsq-radio__label {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    color: #0363e6;
    cursor: pointer; }
    @media screen and (min-width: 640px) {
      .rsq-radio__label {
        font-family: "Poppins";
        font-size: 14px;
        line-height: 21px; } }

.rsq-round-button-container {
  background-color: #7574f7;
  background-image: linear-gradient(to right, #0089ef, #64e6e6);
  background-position: 100% 0;
  background-size: 200% 100%;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  transition: 0.8s;
  width: 40px; }
  .rsq-round-button-container:hover {
    background-position: 0 0; }
  .rsq-round-button-container__button {
    -ms-flex-align: center;
        align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 100%; }
  .rsq-round-button-container .button {
    transform: rotate(180deg); }
    .rsq-round-button-container .button svg {
      fill: #fff; }

.rsq-steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }
  .rsq-steps__step {
    border-bottom: 2px solid #28c8ff;
    display: inline-block;
    opacity: 0.5;
    width: 90%; }
    .rsq-steps__step:not(:first-of-type) {
      margin-left: 4px; }
    .rsq-steps__step--current {
      opacity: 1; }

.rsq-textarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .rsq-textarea__input {
    background-color: #fff;
    border: 2px solid #0363e6;
    border-radius: 16px;
    box-sizing: border-box;
    color: #0363e6;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    -ms-flex-order: 2;
        order: 2;
    outline: none;
    padding: 2px 10px;
    resize: none;
    vertical-align: middle;
    width: 100%; }
    .rsq-textarea__input:-ms-input-placeholder {
      font-family: "Poppins";
      font-size: 16px;
      line-height: 23px;
      color: #0363e6;
      opacity: 0.7; }
    .rsq-textarea__input::placeholder {
      font-family: "Poppins";
      font-size: 16px;
      line-height: 23px;
      color: #0363e6;
      opacity: 0.7; }
  .rsq-textarea__label {
    color: #0363e6;
    font-size: 10px;
    font-weight: 300;
    -ms-flex-order: 1;
        order: 1;
    padding-left: 10px;
    width: 100%; }
  .rsq-textarea--error .rsq-textarea__input {
    border-color: #f47c46;
    color: #f47c46; }
    .rsq-textarea--error .rsq-textarea__input:-ms-input-placeholder {
      color: #f47c46; }
    .rsq-textarea--error .rsq-textarea__input::placeholder {
      color: #f47c46; }
  .rsq-textarea--error .rsq-textarea__label {
    color: #f47c46; }

/**
  Keep `!important` to overwrite default react-tooltip styles
  Check `className` section in documentation for more info:
  https://github.com/wwayne/react-tooltip#options
*/
.rsq-tooltip {
  background-color: #fff !important;
  border-radius: 15px !important;
  box-shadow: 0 2px 20px #00000029 !important;
  color: #0363e6 !important;
  display: block;
  max-width: 65%;
  opacity: 1 !important;
  overflow-wrap: break-word;
  padding: 8px !important;
  white-space: pre-wrap;
  word-break: normal; }
  .rsq-tooltip.place-top::after {
    border-top-color: #fff !important; }
  .rsq-tooltip.place-right::after {
    border-right-color: #fff !important; }

.rsq-tooltip-toggle {
  display: inline-block; }
  .rsq-tooltip-toggle__button {
    -ms-flex-align: center;
        align-items: center;
    background: #28c8ff;
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 12px;
    -ms-flex-pack: center;
        justify-content: center;
    width: 12px; }
  .rsq-tooltip-toggle__icon {
    color: #fff;
    height: 8px;
    pointer-events: none;
    width: 6px; }
  .rsq-tooltip-toggle__tooltip {
    font-size: 12px !important; }

.expand-button {
  background: none;
  border: 0;
  padding: unset;
  position: relative;
  box-shadow: inset 0 5px 5px -6px #d1d1d1;
  cursor: pointer;
  min-height: 30px;
  width: 100%; }
  .expand-button::before {
    border-color: #28c8ff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    left: 50%;
    position: absolute;
    top: calc(50% + 3px);
    transform: rotate(135deg) translate(-50%);
    transform-origin: center center;
    vertical-align: top;
    width: 6px; }
  .expand-button::after {
    border-color: #28c8ff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    left: 50%;
    position: absolute;
    top: calc(50% - 3px);
    transform: rotate(135deg) translate(-50%);
    vertical-align: top;
    width: 6px; }
  .expand-button--expanded {
    position: relative; }
    .expand-button--expanded::before {
      border-color: #28c8ff;
      border-style: solid;
      border-width: 1px 1px 0 0;
      content: '';
      display: inline-block;
      height: 6px;
      left: 50%;
      position: absolute;
      top: calc(50% + 3px);
      transform: rotate(-45deg) translate(-50%);
      transform-origin: center center;
      vertical-align: top;
      width: 6px; }
    .expand-button--expanded::after {
      border-color: #28c8ff;
      border-style: solid;
      border-width: 1px 1px 0 0;
      content: '';
      display: inline-block;
      height: 6px;
      left: 50%;
      position: absolute;
      top: calc(50% - 3px);
      transform: rotate(-45deg) translate(-50%);
      vertical-align: top;
      width: 6px; }

.rsq-table {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
  border-collapse: collapse;
  color: #0363e6;
  display: block;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .rsq-table {
      display: table; }
      .rsq-table--fixed {
        table-layout: fixed; } }

.rsq-table-body {
  display: block;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .rsq-table-body {
      display: table-row-group; } }

.rsq-table-header {
  border-bottom: 2px solid #0363e6;
  display: none;
  text-align: left;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .rsq-table-header {
      display: table-header-group; } }
  @media screen and (min-width: 640px) {
    .rsq-table-header__cell {
      display: table-cell;
      font-weight: 600;
      padding: 0 14px 8px; }
      .rsq-table-header__cell:first-of-type {
        padding-left: 0; }
      .rsq-table-header__cell:last-of-type {
        padding-right: 0; }
      .rsq-table-header__cell--one-fifth {
        width: calc(100% / 5); }
      .rsq-table-header__cell--two-fiths {
        width: calc(200% / 5); } }

.rsq-table-row {
  display: block;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .rsq-table-row {
      display: table-row; } }
  .rsq-table-row:not(:last-of-type) {
    border-bottom: 1px solid #d1d1d1;
    border-collapse: collapse;
    margin-bottom: 14px; }
  .rsq-table-row__cell {
    display: block;
    padding: 4px; }
    @media screen and (min-width: 640px) {
      .rsq-table-row__cell {
        display: table-cell;
        padding: 14px; }
        .rsq-table-row__cell--first-column {
          padding-left: 0; }
        .rsq-table-row__cell--last-column {
          padding-right: 0; } }
    .rsq-table-row__cell--hidden-mobile {
      display: none; }
      @media screen and (min-width: 640px) {
        .rsq-table-row__cell--hidden-mobile {
          display: table-cell; } }
  .rsq-table-row__mobile-header {
    display: block;
    font-weight: 600; }
    @media screen and (min-width: 640px) {
      .rsq-table-row__mobile-header {
        display: none; } }
  .rsq-table-row__cell-content {
    display: block; }
  .rsq-table-row__expand-button {
    display: block;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .rsq-table-row__expand-button {
        display: none; } }

.application-card {
  height: 100%;
  padding: 24px 31px;
  width: 100%; }
  .application-card__header {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 100%;
    margin-bottom: 16px; }
    @media screen and (min-width: 610px) {
      .application-card__header {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .application-card__logo {
    background-color: #fff;
    height: 40px;
    width: 40px; }
    .application-card__logo--clickable {
      cursor: pointer; }
    @media screen and (min-width: 610px) {
      .application-card__logo {
        height: 80px;
        width: 80px; } }
  .application-card__title {
    color: #0363e6;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 0 8px; }
    .application-card__title--clickable {
      cursor: pointer; }
    @media screen and (min-width: 610px) {
      .application-card__title {
        margin: 8px 0 0; } }
  .application-card__horizontal-line {
    border: 0;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 16px;
    margin-top: 0;
    width: 100%; }
  .application-card__footer {
    margin-top: auto;
    text-align: center;
    width: 100%; }
  .application-card__description {
    color: #0363e6;
    font-size: 12px;
    height: 100%;
    line-height: 18px;
    margin-bottom: 16px;
    padding: 0 9px;
    text-align: center; }
  .application-card__action-button-container {
    margin: 0 auto 12px;
    padding: 0 24px;
    width: -moz-fit-content;
    width: fit-content; }
  .application-card__subscription {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 16px;
    text-align: center; }
    @media screen and (min-width: 610px) {
      .application-card__subscription {
        min-height: 40px; } }
  .application-card__subscription-status {
    -ms-flex-align: center;
        align-items: center;
    color: #28c8ff;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 20px; }
    .application-card__subscription-status--inactive {
      color: #d1d1d1; }
    .application-card__subscription-status--suspended {
      color: #0363e6; }
  .application-card__subscription-description {
    color: #f47c46;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px; }
  .application-card__manage-subscription-button {
    background: none;
    border: 0;
    color: #28c8ff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    text-decoration: underline; }
    @media screen and (min-width: 610px) {
      .application-card__manage-subscription-button-container {
        height: 8px;
        margin-bottom: 0; } }
  @media screen and (min-width: 610px) {
    .application-card {
      padding: 24px;
      width: 290px; } }

.application-card-offer {
  color: #0363e6;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: middle; }
  @media screen and (min-width: 640px) {
    .application-card-offer {
      min-height: 75px; } }
  .application-card-offer__value {
    font-family: "Poppins";
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; }
  .application-card-offer__suffix {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    padding: 0 2px;
    text-transform: lowercase; }
  .application-card-offer__value--line-through, .application-card-offer__suffix--line-through {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-decoration: line-through; }
  .application-card-offer__text {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px; }
  .application-card-offer__link {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px; }

.applications {
  background-color: #fff; }
  .applications__list {
    column-gap: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    height: -moz-min-content;
    height: min-content;
    row-gap: 15px;
    width: -moz-max-content;
    width: max-content; }
    @media screen and (min-width: 610px) {
      .applications__list {
        -ms-grid-columns: (290px)[auto-fit];
            grid-template-columns: repeat(auto-fit, 290px);
        width: 100%; } }

.faq-container {
  display: block;
  height: 100%;
  width: 100%; }

.payment-details-modal {
  width: 100%; }
  @media screen and (min-width: 640px) {
    .payment-details-modal {
      width: 450px; } }

.auth-view-description {
  text-align: center; }
  .auth-view-description__logo {
    margin: 0 auto;
    padding-bottom: 36px;
    padding-top: 24px;
    width: 45%; }
    @media only screen and (min-width: 600px) {
      .auth-view-description__logo {
        padding-bottom: 36px;
        width: 35%; } }
  .auth-view-description__text {
    color: #4b4b4b;
    font-size: 13px;
    margin: 8px;
    text-align: center; }
    .auth-view-description__text--bold {
      font-weight: 700; }
    @media only screen and (min-width: 1025px) {
      .auth-view-description__text {
        font-size: 14px;
        margin: 8px 0; } }
  .auth-view-description__title {
    color: #0363e6;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
    white-space: pre-wrap; }
    @media only screen and (min-width: 1025px) {
      .auth-view-description__title {
        font-size: 20px; } }

.card-form__info {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  color: #0363e6;
  margin-bottom: 25px; }

.card-form-wrapper {
  width: 100%; }
  .card-form-wrapper__title {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #0363e6;
    font-weight: bold;
    margin: 16px 0 8px; }
    @media screen and (min-width: 640px) {
      .card-form-wrapper__title {
        font-family: "Poppins";
        font-size: 20px;
        line-height: 30px; } }
  .card-form-wrapper__description {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    color: #0363e6;
    margin-bottom: 16px; }

.contact-information {
  -ms-flex-align: start;
      align-items: flex-start;
  color: #0363e6;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 14px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 32px; }
  .contact-information__header {
    font-weight: 600; }
  .contact-information__header, .contact-information__address {
    margin: 0; }
  .contact-information__phone {
    color: #0363e6; }

.disabled-cookies-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  width: 100%; }
  .disabled-cookies-view__header {
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    padding: 14px 24px; }
    @media screen and (min-width: 640px) {
      .disabled-cookies-view__header {
        height: 150px;
        padding: 28px 48px; } }
  .disabled-cookies-view__logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    width: 90px; }
    @media screen and (min-width: 640px) {
      .disabled-cookies-view__logo {
        height: 60px;
        width: 120px; } }
  .disabled-cookies-view__body {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 90%;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .disabled-cookies-view__body {
        max-width: 60%; } }
    @media screen and (min-width: 1000px) {
      .disabled-cookies-view__body {
        max-width: 45%; } }
  .disabled-cookies-view__info {
    margin-bottom: 16px;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .disabled-cookies-view__info {
        margin-bottom: 40px; } }
  .disabled-cookies-view__error-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    margin-bottom: 16px;
    max-width: 100%;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .disabled-cookies-view__error-image {
        height: 305px;
        margin-bottom: 40px;
        width: 350px; } }
  .disabled-cookies-view__title {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #f47c46;
    font-weight: 600; }
  .disabled-cookies-view__description {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #0363e6;
    text-align: center; }
  .disabled-cookies-view__button {
    text-transform: capitalize; }

.faq-markdown {
  max-width: 100%; }
  @media screen and (min-width: 640px) {
    .faq-markdown {
      max-width: 700px; } }
  .faq-markdown h2,
  .faq-markdown h3 {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    color: #0363e6;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 32px; }
    @media screen and (min-width: 640px) {
      .faq-markdown h2,
      .faq-markdown h3 {
        font-family: "Poppins";
        font-size: 20px;
        line-height: 30px; } }

.feedback-modal__info {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
  color: #0363e6;
  margin-bottom: 16px; }

.help-container {
  display: block;
  max-width: 100%; }

.invitation-has-expired {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .invitation-has-expired__scrollbars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .invitation-has-expired__content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    max-height: 450px;
    max-width: 400px;
    width: 90%; }
    @media only screen and (min-width: 600px) {
      .invitation-has-expired__content {
        width: 55%; } }
  .invitation-has-expired .content__logo {
    padding-top: 20px;
    width: 60%; }
    @media only screen and (min-width: 600px) {
      .invitation-has-expired .content__logo {
        padding-bottom: 30px;
        width: 55%; } }
  .invitation-has-expired .content__welcome-text {
    color: #4b4b4b;
    font-size: 16px;
    margin: 15px;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .invitation-has-expired .content__welcome-text {
        font-size: 16px;
        margin: 10px;
        padding: 0 10px; } }
    @media only screen and (min-width: 1025px) {
      .invitation-has-expired .content__welcome-text {
        font-size: 14px; } }
  .invitation-has-expired .content__title {
    color: #0363e6;
    font-size: 16px;
    text-align: center; }
    @media only screen and (min-width: 568px) {
      .invitation-has-expired .content__title {
        font-size: 20px; } }
  .invitation-has-expired .content__approve-button {
    border-radius: 30%;
    padding-bottom: 40px;
    padding-top: 20px;
    width: 85%; }
    @media only screen and (min-width: 568px) {
      .invitation-has-expired .content__approve-button {
        width: 85%; } }

.invoice-details-form {
  width: 100%; }
  .invoice-details-form__info {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    color: #0363e6;
    margin: 8px 0; }
  .invoice-details-form__title {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #0363e6;
    font-weight: bold;
    margin: 16px 0 8px; }
    @media screen and (min-width: 640px) {
      .invoice-details-form__title {
        font-family: "Poppins";
        font-size: 20px;
        line-height: 30px; } }
  .invoice-details-form__radio-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 640px) {
      .invoice-details-form__radio-group {
        -ms-flex-direction: row;
            flex-direction: row; }
        .invoice-details-form__radio-group > * {
          margin-bottom: 0; }
          .invoice-details-form__radio-group > *:not(:first-of-type) {
            margin-left: 20px; } }
  .invoice-details-form__juridical-person-info {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    color: #0363e6;
    margin-bottom: 16px;
    margin-top: 8px; }

.invoice-history {
  max-width: 820px; }
  @media screen and (min-width: 640px) {
    .invoice-history {
      padding-bottom: 10px;
      padding-top: 24px; } }

.invoice-history-download-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .invoice-history-download-cell__icon {
    fill: #0363e6;
    height: 20px;
    width: 20px; }
  .invoice-history-download-cell__button {
    background: none;
    border: 0;
    padding: unset;
    cursor: pointer; }

.invoice-history-empty-table {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  color: #0363e6;
  padding: 70px; }

.invoice-history-title-cell {
  display: -ms-flexbox;
  display: flex; }
  .invoice-history-title-cell__text {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-weight: 500;
    word-break: break-word; }
  .invoice-history-title-cell__icon {
    height: 100%;
    min-width: 22px;
    padding-right: 5px;
    width: 22px; }

.invoices-container__scrollbars {
  -ms-flex-direction: row;
      flex-direction: row; }
  @media screen and (min-width: 640px) {
    .invoices-container__scrollbars {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.invoices-container__info {
  padding-top: 15px; }

.invoices-support-info {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  color: #0363e6;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .invoices-support-info {
      text-align: left; } }

.login {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .login__content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 400px;
    width: 90%; }
    @media only screen and (min-width: 600px) {
      .login__content {
        width: 400px; } }
    @media only screen and (min-width: 530px) and (orientation: landscape) {
      .login__content {
        -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto; } }
    @media only screen and (min-width: 824px) {
      .login__content {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; } }
  .login .content__approve-button {
    padding-bottom: 20px;
    width: 100%; }
  .login .content__link {
    background: none;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-family: inherit;
    font-size: 14px;
    -ms-flex-pack: center;
        justify-content: center;
    outline: none;
    text-decoration: underline; }
    .login .content__link--password {
      color: #d1d1d1; }
    .login .content__link--register {
      color: #0363e6;
      padding-bottom: 30px; }
  .login .content__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 20px;
    min-height: 160px;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .login .content__form {
        margin: 20px 0; } }

.login-form {
  margin-bottom: 20px;
  width: 100%; }
  .login-form__submit-button-wrapper {
    margin-top: 32px;
    text-align: center; }
  .login-form__register-link-wrapper {
    text-align: center; }

.maintenance-view-container {
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-weight: 500;
  height: 100vh;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
  padding: 2em 1em 0;
  width: 100vw; }
  @media (min-width: 768px) and (min-height: 600px) {
    .maintenance-view-container .identity-logo-svg {
      max-height: 125px; } }
  @media (min-width: 1440px) and (min-height: 800px) {
    .maintenance-view-container .identity-logo-svg {
      max-height: 200px; } }
  .maintenance-view-container__info-container {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 50vh;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%; }
    @media (min-width: 480px) and (orientation: landscape) {
      .maintenance-view-container__info-container {
        height: 100vh;
        padding-bottom: 2em;
        width: 45%; } }
    @media (min-width: 768px) and (min-height: 600px) {
      .maintenance-view-container__info-container {
        height: 50vh;
        padding-bottom: 0;
        width: 100%; } }
  .maintenance-view-container .info-container__text-container {
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1em 0;
    text-align: center; }
  .maintenance-view-container .info-container .text-container {
    /* stylelint-disable-next-line selector-max-compound-selectors */ }
    .maintenance-view-container .info-container .text-container__maintenance-description {
      color: #0363e6;
      font-size: 14px;
      line-height: 1.8;
      padding: 1em 0;
      white-space: pre-wrap; }
      @media (min-width: 768px) and (min-height: 600px) {
        .maintenance-view-container .info-container .text-container__maintenance-description {
          font-size: 20px; } }
      @media (min-width: 1024px) and (min-height: 600px) and (orientation: portrait) {
        .maintenance-view-container .info-container .text-container__maintenance-description {
          font-size: 24px;
          padding: 0 3em; } }
      @media (min-width: 1440px) and (min-height: 800px) {
        .maintenance-view-container .info-container .text-container__maintenance-description {
          font-size: 30px; } }
    .maintenance-view-container .info-container .text-container .text {
      /* stylelint-disable-next-line selector-max-compound-selectors  */ }
      .maintenance-view-container .info-container .text-container .text--time {
        font-size: 16px;
        font-weight: 600; }
        @media (min-width: 768px) and (min-height: 600px) {
          .maintenance-view-container .info-container .text-container .text--time {
            font-size: 22px; } }
        @media (min-width: 1024px) and (min-height: 600px) and (orientation: portrait) {
          .maintenance-view-container .info-container .text-container .text--time {
            font-size: 26px; } }
        @media (min-width: 1440px) and (min-height: 800px) {
          .maintenance-view-container .info-container .text-container .text--time {
            font-size: 32px; } }
  .maintenance-view-container .info-container__button-container {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 150px; }
    .maintenance-view-container .info-container__button-container .rsq-flat-button-container {
      /* stylelint-disable-next-line selector-max-compound-selectors  */ }
      .maintenance-view-container .info-container__button-container .rsq-flat-button-container .button {
        font-size: 14px;
        letter-spacing: 1.2px;
        text-transform: capitalize; }
        @media (min-width: 768px) and (min-height: 600px) {
          .maintenance-view-container .info-container__button-container .rsq-flat-button-container .button {
            font-size: 16px; } }
      @media (min-width: 768px) and (min-height: 600px) {
        .maintenance-view-container .info-container__button-container .rsq-flat-button-container {
          height: 42px; } }
    @media (min-width: 768px) and (min-height: 600px) {
      .maintenance-view-container .info-container__button-container {
        width: 250px; } }
    @media (min-width: 1280px) and (orientation: landscape) {
      .maintenance-view-container .info-container__button-container {
        display: none; } }
  .maintenance-view-container .maintenance-tools-svg .spin-bigger {
    animation: spin 4s infinite;
    transform-origin: 550px 447px; }
  .maintenance-view-container .maintenance-tools-svg .spin-smaller {
    animation: spin 2s infinite;
    transform-origin: 525px 523px; }
  .maintenance-view-container .maintenance-tools-svg .shake {
    animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite; }
  .maintenance-view-container .maintenance-tools-svg .hit-right {
    animation: hit 2s ease-in-out infinite;
    transform-origin: 69px 100px; }
  .maintenance-view-container .maintenance-tools-svg .hit-left {
    animation: hit 3s ease-in-out infinite;
    transform-origin: 10px 65px; }
  .maintenance-view-container__svg-container {
    height: 40vh;
    position: relative;
    width: 90vw; }
    @media (min-width: 480px) and (orientation: landscape) {
      .maintenance-view-container__svg-container {
        height: 80vh;
        margin-top: auto;
        width: 45%; } }
    @media (min-width: 768px) and (min-height: 600px) {
      .maintenance-view-container__svg-container {
        height: 40vh;
        width: 90vw; } }
  .maintenance-view-container .svg-container__dude {
    -ms-flex-align: end;
        align-items: flex-end;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    width: 100%; }
    @media (min-width: 480px) and (orientation: landscape) {
      .maintenance-view-container .svg-container__dude {
        height: 80%; } }
    @media (min-width: 768px) and (min-height: 600px) {
      .maintenance-view-container .svg-container__dude {
        height: 100%; } }
  @media (min-width: 480px) and (orientation: landscape) {
    .maintenance-view-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) and (min-height: 600px) {
    .maintenance-view-container {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(0, -1px, 0); }
  20%,
  80% {
    transform: translate3d(0, 2px, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(0, -4px, 0); }
  40%,
  60% {
    transform: translate3d(0, 4px, 0); } }

@keyframes hit {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(30deg); }
  100% {
    transform: rotate(0deg); } }

.member-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 16px; }
  @media screen and (min-width: 640px) {
    .member-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .member-row:not(:last-of-type) {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 16px; }
  .member-row__credentials {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 16px;
    overflow: hidden;
    white-space: nowrap; }
    @media screen and (min-width: 640px) {
      .member-row__credentials {
        -ms-flex: 0 0 45%;
            flex: 0 0 45%; } }
    .member-row__credentials > * {
      overflow: hidden;
      text-overflow: ellipsis; }
  .member-row__subscription {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%; }
    @media screen and (min-width: 640px) {
      .member-row__subscription {
        -ms-flex: 0 0 17%;
            flex: 0 0 17%; } }
  .member-row__manage-section {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
    @media screen and (min-width: 640px) {
      .member-row__manage-section {
        -ms-flex: 0 0 17%;
            flex: 0 0 17%; } }
  .member-row__applications {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
    @media screen and (min-width: 640px) {
      .member-row__applications {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; } }
  .member-row__applications, .member-row__subscription, .member-row__manage-section {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: -moz-min-content;
    height: min-content; }
  .member-row__subscription {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #0363e6;
    margin-top: 8px; }
    @media screen and (min-width: 640px) {
      .member-row__subscription {
        margin-top: 0; } }
    .member-row__subscription > * {
      display: inline-block;
      margin-right: 8px; }
      @media screen and (min-width: 640px) {
        .member-row__subscription > * {
          display: inherit; } }
  .member-row__manage-section {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-top: 8px;
    text-align: right; }
    @media screen and (min-width: 640px) {
      .member-row__manage-section {
        margin-top: 0; } }
  .member-row__manage-button {
    background: none;
    border: 0;
    padding: unset;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    color: #28c8ff;
    cursor: pointer;
    font-family: "Poppins";
    outline: none;
    text-decoration: underline;
    text-transform: lowercase; }
    @media screen and (min-width: 640px) {
      .member-row__manage-button {
        font-family: "Poppins";
        font-size: 14px;
        line-height: 21px; } }
  .member-row__applications {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    -ms-flex-direction: row;
        flex-direction: row;
    height: -moz-min-content;
    height: min-content;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: right; }
    @media screen and (min-width: 640px) {
      .member-row__applications {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        text-align: left; } }
  .member-row__application-icon {
    margin-right: 2px;
    max-height: 16px;
    max-width: 16px; }
    @media screen and (min-width: 640px) {
      .member-row__application-icon {
        margin-right: 2%;
        max-height: 24px;
        max-width: 24px; } }
    .member-row__application-icon--inactive {
      opacity: 0.5; }
  .member-row__subscription {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px; }
    @media screen and (min-width: 640px) {
      .member-row__subscription {
        font-family: "Poppins";
        font-size: 14px;
        line-height: 21px; } }

.member-row-application-icon {
  margin-right: 2px;
  max-height: 16px;
  max-width: 16px; }
  @media screen and (min-width: 640px) {
    .member-row-application-icon {
      margin-right: 2%;
      max-height: 24px;
      max-width: 24px; } }
  .member-row-application-icon--inactive {
    opacity: 0.2; }

.member-row-credentials__name {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 23px;
  color: #0363e6;
  font-weight: 600; }

.member-row-credentials__email {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  color: #0363e6;
  font-weight: 500; }
  @media screen and (min-width: 640px) {
    .member-row-credentials__email {
      font-size: 14px;
      line-height: 21px; } }

.member-row-manage-button {
  background: none;
  border: 0;
  padding: unset;
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  color: #28c8ff;
  cursor: pointer;
  font-family: "Poppins";
  outline: none;
  text-decoration: underline;
  text-transform: lowercase; }
  @media screen and (min-width: 640px) {
    .member-row-manage-button {
      font-family: "Poppins";
      font-size: 14px;
      line-height: 21px; } }

.member-row-subscription-status__alert {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  color: #f47c46; }

.members {
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 650px; }
  .members__card {
    padding: 16px; }
    @media screen and (min-width: 640px) {
      .members__card {
        padding: 24px 32px; } }
  .members__list {
    width: 100%; }
  .members__header {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    border-bottom: 2px solid #0363e6;
    color: #0363e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    font-weight: bold;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 8px; }
  .members__column {
    white-space: nowrap; }
    .members__column--large {
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      margin-right: 16px; }
      @media screen and (min-width: 640px) {
        .members__column--large {
          -ms-flex: 0 0 45%;
              flex: 0 0 45%; } }
    .members__column--medium {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }
      @media screen and (min-width: 640px) {
        .members__column--medium {
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; } }
    .members__column--small {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }
      @media screen and (min-width: 640px) {
        .members__column--small {
          -ms-flex: 0 0 17%;
              flex: 0 0 17%; } }
    .members__column--mobile-hidden {
      display: none; }
      @media screen and (min-width: 640px) {
        .members__column--mobile-hidden {
          display: initial; } }
  .members__info {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    color: #0363e6;
    padding: 15px 24px; }
  .members__link {
    font-weight: 600; }

.menu-left-container {
  -ms-flex-align: center;
      align-items: center;
  background: linear-gradient(163deg, #a77bfc 0%, #7574f7 26%, #0089ef 51%, #28c8ff 76%, #64e6e6 100%);
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: calc(100% - 100px);
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
  -ms-flex-order: 1;
      order: 1;
  padding: 0 1.5em;
  position: absolute;
  top: 100px;
  width: 215px; }
  .menu-left-container .desktop-menu {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%; }
    .menu-left-container .desktop-menu__list-container {
      -ms-flex-align: start;
          align-items: flex-start;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin: 1em 0;
      width: 100%; }
    .menu-left-container .desktop-menu .list-container__element {
      font-size: 16px;
      line-height: 30px;
      text-decoration: none; }
      .menu-left-container .desktop-menu .list-container__element--active-on-menu {
        font-weight: 500; }
    @media (max-width: 736px), (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
      .menu-left-container .desktop-menu {
        visibility: hidden;
        width: 0; } }
  .menu-left-container .mobile-menu {
    -ms-flex-align: center;
        align-items: center;
    display: none;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    .menu-left-container .mobile-menu__logo-icon {
      height: 35px;
      width: 70px; }
      .menu-left-container .mobile-menu__logo-icon:hover {
        cursor: pointer; }
    .menu-left-container .mobile-menu__burger-menu {
      cursor: pointer;
      height: 40px;
      width: 40px; }
    .menu-left-container .mobile-menu .full-screen {
      -ms-flex-align: center;
          align-items: center;
      animation: openMobileMenuFullScreenFromLeft 1s ease-in;
      background: linear-gradient(163deg, #a77bfc 0%, #7574f7 26%, #0089ef 51%, #28c8ff 76%, #64e6e6 100%);
      box-sizing: border-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: 100%;
      -ms-flex-pack: start;
          justify-content: flex-start;
      left: 0;
      padding: 1em 1em 1em 2em;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 999;
      /* stylelint-disable-next-line selector-max-compound-selectors */
      /* stylelint-disable-next-line selector-max-compound-selectors  */ }
      .menu-left-container .mobile-menu .full-screen--close-full-screen {
        animation: closeMobileMenuFullScreen 1s ease-in; }
      .menu-left-container .mobile-menu .full-screen__list-container {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 300px;
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin: 0.5em 0 1em;
        max-height: calc(100vh - 50px + 2em);
        width: 100%; }
      .menu-left-container .mobile-menu .full-screen .list-container {
        /* stylelint-disable-next-line selector-max-compound-selectors  */ }
        .menu-left-container .mobile-menu .full-screen .list-container__element {
          font-size: 18px;
          line-height: 35px;
          text-decoration: none;
          /* stylelint-disable-next-line selector-max-compound-selectors  */
          /* stylelint-disable-next-line selector-max-compound-selectors  */ }
          .menu-left-container .mobile-menu .full-screen .list-container__element--active-on-menu {
            font-weight: 500; }
          .menu-left-container .mobile-menu .full-screen .list-container__element--hidden {
            display: none; }
      .menu-left-container .mobile-menu .full-screen__top-line {
        -ms-flex-item-align: end;
            align-self: flex-end;
        display: -ms-flexbox;
        display: flex;
        fill: #fff;
        height: 45px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        width: 100%; }
        @media (orientation: landscape) {
          .menu-left-container .mobile-menu .full-screen__top-line {
            position: absolute;
            right: 1.5em;
            top: 1em; } }
      .menu-left-container .mobile-menu .full-screen .top-line {
        /* stylelint-disable-next-line selector-max-compound-selectors  */
        /* stylelint-disable-next-line selector-max-compound-selectors  */ }
        .menu-left-container .mobile-menu .full-screen .top-line__logo-icon {
          left: 50%;
          position: absolute;
          transform: translateX(-50%); }
        .menu-left-container .mobile-menu .full-screen .top-line__close-icon {
          cursor: pointer;
          position: absolute;
          right: 0; }
      @media (orientation: landscape) {
        .menu-left-container .mobile-menu .full-screen {
          -ms-flex-align: start;
              align-items: flex-start; } }
    @media (max-width: 736px), (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
      .menu-left-container .mobile-menu {
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 736px), (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
    .menu-left-container {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 50px;
      -ms-flex-pack: justify;
          justify-content: space-between;
      min-height: 50px;
      -ms-flex-order: 0;
          order: 0;
      position: static;
      width: 100%; } }
  @media (max-width: 736px) {
    .menu-left-container {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 50px;
      -ms-flex-pack: justify;
          justify-content: space-between;
      min-height: 50px;
      -ms-flex-order: 0;
          order: 0;
      position: static;
      width: 100%; } }
  @media (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
    .menu-left-container {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 50px;
      -ms-flex-pack: justify;
          justify-content: space-between;
      min-height: 50px;
      -ms-flex-order: 0;
          order: 0;
      position: static;
      width: 100%; } }

.left-menu-bottom {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%; }
  @media screen and (min-width: 737px), (min-width: 1025px) and (min-height: 601px) and (orientation: landscape) {
    .left-menu-bottom {
      margin-bottom: 17px; } }
  .left-menu-bottom__column {
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .left-menu-bottom__link {
    padding: 3px 0; }
    @media screen and (min-width: 737px), (min-width: 1025px) and (min-height: 601px) and (orientation: landscape) {
      .left-menu-bottom__link {
        padding: 0; } }
  .left-menu-bottom__logout {
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: block;
    font-size: 18px; }
    @media screen and (min-width: 737px), (min-width: 1025px) and (min-height: 601px) and (orientation: landscape) {
      .left-menu-bottom__logout {
        display: none; } }

.menu-user-info {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  margin-top: 50%;
  width: 100%; }
  .menu-user-info__avatar {
    display: -ms-flexbox;
    display: flex;
    margin: 5px 10px 0 0; }
    .menu-user-info__avatar svg {
      border: 2px #fff solid;
      border-radius: 50%; }
  .menu-user-info__content {
    -ms-flex-direction: column;
        flex-direction: column; }
  .menu-user-info .content__user-name {
    font-size: 16px;
    font-weight: 500; }
  .menu-user-info .content__user-role {
    font-size: 14px; }
  @media (max-width: 736px), (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
    .menu-user-info {
      margin-top: auto; } }

.menu-top-container {
  background: #fff;
  height: 100px;
  -ms-flex-order: 0;
      order: 0;
  width: 100%; }
  .menu-top-container .top-menu {
    -ms-flex-item-align: center;
        align-self: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
    .menu-top-container .top-menu__logo {
      -ms-flex-item-align: center;
          align-self: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      width: 215px; }
      .menu-top-container .top-menu__logo:hover {
        cursor: pointer; }
      @media (max-width: 736px) {
        .menu-top-container .top-menu__logo {
          display: none; } }
      @media (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
        .menu-top-container .top-menu__logo {
          display: none; } }
    .menu-top-container .top-menu__header {
      -ms-flex-align: center;
          align-items: center;
      color: #0363e6;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      font-family: "Poppins";
      font-size: 26px;
      font-weight: 500;
      height: 100%;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 736px) {
        .menu-top-container .top-menu__header {
          font-size: 20px;
          width: 100%; } }
      @media (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
        .menu-top-container .top-menu__header {
          font-size: 20px;
          width: 100%; } }
    .menu-top-container .top-menu__logout {
      -ms-flex-align: center;
          align-items: center;
      display: none;
      -ms-flex-direction: row;
          flex-direction: row;
      font-size: 14px;
      -ms-flex-pack: center;
          justify-content: center;
      margin-right: 32px; }
      @media screen and (min-width: 737px), (min-width: 1025px) and (min-height: 601px) and (orientation: landscape) {
        .menu-top-container .top-menu__logout {
          display: -ms-flexbox;
          display: flex; } }
  @media (max-width: 736px) {
    .menu-top-container {
      height: 50px;
      -ms-flex-order: 1;
          order: 1; } }
  @media (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
    .menu-top-container {
      height: 50px;
      -ms-flex-order: 1;
          order: 1; } }

.motion-process-confirmation {
  box-sizing: border-box;
  height: 100%;
  width: 100%; }
  .motion-process-confirmation .content {
    -ms-flex-align: center;
        align-items: center;
    color: #4b4b4b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 400px;
    white-space: pre-wrap; }
    .motion-process-confirmation .content__logo {
      width: 70%; }
      @media only screen and (min-width: 600px) {
        .motion-process-confirmation .content__logo {
          width: 35%; } }
    .motion-process-confirmation .content__title {
      color: #0363e6;
      font-size: 18px;
      margin-bottom: 8px;
      margin-top: 36px;
      text-align: center;
      white-space: pre-wrap; }
      @media only screen and (min-width: 1025px) {
        .motion-process-confirmation .content__title {
          font-size: 20px; } }
    .motion-process-confirmation .content__description {
      font-size: 13px;
      text-align: center; }
      @media only screen and (min-width: 600px) {
        .motion-process-confirmation .content__description {
          font-size: 14px; } }
    @media only screen and (min-width: 600px) {
      .motion-process-confirmation .content {
        max-width: 453px; } }

.application-subscription-details {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  color: #28c8ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px; }
  @media screen and (min-width: 640px) {
    .application-subscription-details {
      font-family: "Poppins";
      font-size: 14px;
      line-height: 21px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 8px 0 0 32px; } }
  .application-subscription-details__member-info {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media screen and (min-width: 640px) {
      .application-subscription-details__member-info {
        -ms-flex: 0 0 34%;
            flex: 0 0 34%; } }
    @media screen and (min-width: 640px) {
      .application-subscription-details__member-info {
        -ms-flex-negative: 1;
            flex-shrink: 1; } }
  .application-subscription-details__payment-info {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 640px) {
      .application-subscription-details__payment-info {
        -ms-flex: 0 0 34%;
            flex: 0 0 34%; } }
    .application-subscription-details__payment-info-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      margin-right: 3px;
      max-width: 80%; }
    @media screen and (min-width: 640px) {
      .application-subscription-details__payment-info-tooltip {
        max-width: 280px; } }
  .application-subscription-details__net, .application-subscription-details__gross {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    color: #0363e6;
    font-weight: 600;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .application-subscription-details__net, .application-subscription-details__gross {
        -ms-flex: 0 0 18%;
            flex: 0 0 18%; } }
  .application-subscription-details__net {
    color: #28c8ff; }

.application-subscription {
  margin-top: 18px;
  width: 100%; }
  .application-subscription:not(:last-of-type) {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 18px; }

.application-subscription-amount {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
  @media screen and (min-width: 640px) {
    .application-subscription-amount {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
  @media screen and (min-width: 640px) {
    .application-subscription-amount {
      display: none; } }
  .application-subscription-amount__net, .application-subscription-amount__gross {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #0363e6;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    width: 50%; }
  .application-subscription-amount__net {
    color: #28c8ff; }

.application-subscription-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .application-subscription-header__title {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    -ms-flex-align: center;
        align-items: center;
    color: #0363e6;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600; }
    @media screen and (min-width: 640px) {
      .application-subscription-header__title {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
    @media screen and (min-width: 640px) {
      .application-subscription-header__title {
        font-family: "Poppins";
        font-size: 20px;
        line-height: 30px; } }
    .application-subscription-header__title > * {
      margin-right: 8px; }

.application-subscription-payment {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  color: #28c8ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 4px;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .application-subscription-payment {
      font-family: "Poppins";
      font-size: 14px;
      line-height: 21px;
      margin: 8px 0 0 32px; } }
  .application-subscription-payment__info {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #28c8ff;
    display: none;
    padding-top: 8px;
    width: -moz-min-content;
    width: min-content; }
    @media screen and (min-width: 640px) {
      .application-subscription-payment__info {
        display: -ms-flexbox;
        display: flex; } }
  .application-subscription-payment__net, .application-subscription-payment__gross {
    -ms-flex: 0 0 18%;
        flex: 0 0 18%;
    border-top: 1px solid #28c8ff;
    display: none;
    font-weight: 600;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 8px; }
    @media screen and (min-width: 640px) {
      .application-subscription-payment__net, .application-subscription-payment__gross {
        -ms-flex: 0 0 18%;
            flex: 0 0 18%; } }
    @media screen and (min-width: 640px) {
      .application-subscription-payment__net, .application-subscription-payment__gross {
        font-family: "Poppins";
        font-size: 14px;
        line-height: 21px;
        display: -ms-flexbox;
        display: flex; } }
  .application-subscription-payment__gross {
    color: #0363e6; }

.application-subscriptions {
  width: 100%; }
  .application-subscriptions__empty {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #0363e6;
    margin: 120px 0 60px;
    text-align: center;
    width: 100%; }

.billing-period {
  margin-bottom: 32px; }

.billing-period-discount {
  border-top: 1px solid #d1d1d1;
  color: #7574f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 16px;
  padding-top: 8px;
  width: 100%; }
  .billing-period-discount__name {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    max-width: 45%;
    text-align: start;
    word-break: break-word; }
    @media screen and (min-width: 640px) {
      .billing-period-discount__name {
        font-family: "Poppins";
        font-size: 14px;
        line-height: 21px;
        max-width: 100%;
        width: -moz-max-content;
        width: max-content; } }
  .billing-period-discount__net, .billing-period-discount__gross {
    -ms-flex: 0 0 27%;
        flex: 0 0 27%;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .billing-period-discount__net, .billing-period-discount__gross {
        -ms-flex: 0 0 17%;
            flex: 0 0 17%; } }

.billing-period-header {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
  border-bottom: 2px solid #0363e6;
  color: #0363e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  font-weight: bold;
  width: 100%; }
  .billing-period-header__label {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 8px;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .billing-period-header__label {
        -ms-flex: 0 0 17%;
            flex: 0 0 17%; } }
    .billing-period-header__label--large {
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      text-align: left; }
      @media screen and (min-width: 640px) {
        .billing-period-header__label--large {
          -ms-flex: 0 0 68%;
              flex: 0 0 68%; } }
      @media screen and (min-width: 640px) {
        .billing-period-header__label--large {
          -ms-flex-negative: 1;
              flex-shrink: 1; } }
  .billing-period-header .label__trial-info {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #f47c46;
    font-weight: 600; }
    @media screen and (min-width: 640px) {
      .billing-period-header .label__trial-info {
        font-family: "Poppins";
        font-size: 12px;
        line-height: 18px;
        display: inline;
        margin-left: 8px; } }
  @media screen and (min-width: 640px) {
    .billing-period-header .label__net, .billing-period-header .label__gross {
      display: none; } }
  .billing-period-header .label__net {
    color: #28c8ff; }

.billing-period-total-amount {
  border-top: 2px solid #0363e6;
  color: #28c8ff;
  display: none;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 16px;
  padding-top: 8px;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .billing-period-total-amount {
      display: -ms-flexbox;
      display: flex; } }
  .billing-period-total-amount__text {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    width: -moz-max-content;
    width: max-content; }
  .billing-period-total-amount__net, .billing-period-total-amount__gross {
    -ms-flex: 0 0 17%;
        flex: 0 0 17%;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .billing-period-total-amount__net, .billing-period-total-amount__gross {
        -ms-flex: 0 0 17%;
            flex: 0 0 17%; } }
  .billing-period-total-amount__gross {
    color: #0363e6; }

.billing-periods-section {
  -ms-flex-pack: left;
      justify-content: left; }

.billing-periods-section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 0 16px 14px; }
  @media screen and (min-width: 640px) {
    .billing-periods-section-header {
      -ms-flex-direction: row;
          flex-direction: row;
      margin-left: 0; } }
  .billing-periods-section-header__title {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #0363e6;
    font-weight: 600; }
    @media screen and (min-width: 640px) {
      .billing-periods-section-header__title {
        font-family: "Poppins";
        font-size: 16px;
        line-height: 23px; } }
    .billing-periods-section-header__title:not(:first-of-type) {
      margin-top: 16px; }
  .billing-periods-section-header__link {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    margin-top: 8px;
    text-align: right; }
    @media screen and (min-width: 640px) {
      .billing-periods-section-header__link {
        margin-top: 0;
        text-align: initial; } }

.invoice-details__label {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px; }

.invoice-details__value {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
  font-weight: 600; }

.invoice-details-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 8px;
  width: 100%; }

.invoice-details-column {
  width: 50%; }
  .invoice-details-column--large {
    width: 100%; }

.payment-details-section {
  width: 100%; }
  .payment-details-section__card {
    display: none;
    margin-bottom: 16px; }
    @media screen and (min-width: 640px) {
      .payment-details-section__card {
        display: block;
        height: -moz-min-content;
        height: min-content;
        max-width: 310px;
        padding: 32px 19px; } }
    .payment-details-section__card--mobile {
      display: block;
      padding: 16px;
      width: 100%; }
      @media screen and (min-width: 640px) {
        .payment-details-section__card--mobile {
          padding: 32px 19px; } }
  .payment-details-section__info {
    display: none; }
    @media screen and (min-width: 1280px) {
      .payment-details-section__info {
        display: block; } }
  @media screen and (min-width: 640px) and (max-width: 1280px) {
    .payment-details-section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: 15px; } }

.empty-payment-details-info__text {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
  font-weight: medium;
  margin-bottom: 24px;
  text-align: center; }

.empty-payment-details-info__info {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  margin-top: 24px;
  text-align: center; }

.payment-details-section-title {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
  -ms-flex-align: end;
      align-items: end;
  background: linear-gradient(135deg, #a77bfc 0%, #0089ef 100%);
  border-radius: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  font-weight: 600;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 16px;
  padding: 16px; }
  @media screen and (min-width: 640px) {
    .payment-details-section-title {
      font-family: "Poppins";
      font-size: 16px;
      line-height: 23px;
      -ms-flex-align: initial;
          align-items: initial;
      background: none;
      border-radius: 0;
      box-shadow: none;
      color: #0363e6;
      margin-bottom: 16px;
      padding: 0; } }
  .payment-details-section-title__text {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 100%;
    position: relative; }
  .payment-details-section-title .text__edit-button {
    background: none;
    border: 0;
    padding: unset;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -38px;
    text-decoration: underline;
    width: 30px; }
    @media screen and (min-width: 640px) {
      .payment-details-section-title .text__edit-button {
        display: inline-block; } }
  .payment-details-section-title__button {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    background: none;
    border: 0;
    padding: unset;
    color: #fff;
    cursor: pointer;
    text-decoration: underline; }
    @media screen and (min-width: 640px) {
      .payment-details-section-title__button {
        display: none; } }

.payment-method__row {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
  width: 100%; }

.payment-method__card-holder {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  margin-top: 8px;
  text-transform: uppercase; }

.payment-method-card-number {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 2px; }
  .payment-method-card-number__hidden-digits {
    font-family: "Poppins";
    font-size: 20px;
    line-height: 30px;
    margin-right: 8px; }
  .payment-method-card-number__visible-digits {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px; }

.payment-method-expiry-date {
  text-align: end; }
  .payment-method-expiry-date__label {
    font-family: "Poppins";
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    text-transform: uppercase; }
  .payment-method-expiry-date__value {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    text-align: end;
    text-transform: uppercase; }

.payments-view-container {
  -ms-flex-pack: left;
      justify-content: left; }
  .payments-view-container__small-column {
    -ms-flex-order: 1;
        order: 1;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .payments-view-container__small-column {
        margin-right: 30px;
        max-width: 650px; } }
    @media screen and (min-width: 1280px) {
      .payments-view-container__small-column {
        max-width: 310px;
        -ms-flex-order: 2;
            order: 2; } }
  .payments-view-container__large-column {
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 650px;
    -ms-flex-order: 2;
        order: 2;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .payments-view-container__large-column {
        margin-right: 30px; } }
    @media screen and (min-width: 1280px) {
      .payments-view-container__large-column {
        -ms-flex-order: 1;
            order: 1; } }

.activate-application-error__title {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 30px;
  color: #f47c46;
  font-weight: 600; }

.activate-application-error__description {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 23px;
  color: #0363e6;
  margin-bottom: 24px; }

.activate-application-error__buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.payment-summary {
  width: 100%; }
  .payment-summary__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .payment-summary__title {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #0363e6;
    font-weight: bold;
    margin: 16px 0 8px; }
    @media screen and (min-width: 640px) {
      .payment-summary__title {
        font-family: "Poppins";
        font-size: 20px;
        line-height: 30px; } }
  .payment-summary__subtitle {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #0363e6;
    font-weight: 600;
    margin-bottom: 8px; }
  .payment-summary__info {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    color: #0363e6; }
  .payment-summary__horizontal-line {
    border: 0;
    border-top: 1px solid #d1d1d1;
    margin: 16px 0;
    width: 100%; }
  .payment-summary .rsq-flat-button {
    margin-bottom: 20px; }

.payment-summary-discount {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 18px;
  color: #7574f7;
  margin-bottom: 8px; }

.payment-summary-payer-details {
  color: #0363e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 20px; }
  @media screen and (min-width: 640px) {
    .payment-summary-payer-details {
      margin-right: 60px; } }
  .payment-summary-payer-details:last-child {
    margin-right: 0; }
  .payment-summary-payer-details__title {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 8px; }
  .payment-summary-payer-details__content {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px; }

.payment-summary-subscriptions {
  column-gap: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 2fr 2fr;
      grid-template-columns: 4fr 2fr 2fr;
  margin: 8px 0;
  row-gap: 4px; }
  @media screen and (min-width: 640px) {
    .payment-summary-subscriptions {
      -ms-grid-columns: 6fr 2fr 2fr;
          grid-template-columns: 6fr 2fr 2fr; } }
  .payment-summary-subscriptions__name {
    font-family: "Poppins";
    font-size: 20px;
    line-height: 30px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    color: #0363e6;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    text-transform: capitalize; }
  .payment-summary-subscriptions .name__icon {
    height: 24px;
    margin-right: 6px;
    width: 24px; }
  .payment-summary-subscriptions__price-title {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #0363e6;
    font-weight: 600; }
  .payment-summary-subscriptions__price {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
    color: #0363e6; }
    .payment-summary-subscriptions__price--secondary {
      color: #28c8ff; }
  .payment-summary-subscriptions__price-info {
    font-family: "Poppins";
    font-size: 12px;
    line-height: 18px;
    color: #28c8ff;
    text-align: right; }
  .payment-summary-subscriptions__price--strong, .payment-summary-subscriptions__price-info--strong {
    font-weight: 600; }

.pdf-view {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  /* stylelint-disable-next-line selector-class-pattern */ }
  .pdf-view .react-pdf__Document {
    max-width: 640px;
    width: 100%;
    /* stylelint-disable-next-line selector-class-pattern */ }
    .pdf-view .react-pdf__Document .react-pdf__Page {
      width: 100%; }
      .pdf-view .react-pdf__Document .react-pdf__Page__svg {
        height: 100% !important;
        width: 100% !important;
        /* stylelint-disable-next-line selector-max-compound-selectors */ }
        .pdf-view .react-pdf__Document .react-pdf__Page__svg svg {
          height: 100% !important;
          width: 100% !important; }
    @media (min-width: 1000px) {
      .pdf-view .react-pdf__Document {
        width: 50%; } }
    @media (max-width: 600px) {
      .pdf-view .react-pdf__Document {
        overflow-x: hidden; } }
  .pdf-view__back-button {
    left: 0;
    margin: 20px auto 0 20px;
    position: absolute;
    top: 0; }
    .pdf-view__back-button .rsq-round-button-container .button {
      /* stylelint-disable-next-line selector-max-compound-selectors  */ }
      .pdf-view__back-button .rsq-round-button-container .button svg {
        transform: scaleY(-1); }
  .pdf-view__download-button {
    display: none;
    left: 60px;
    margin: 20px auto 0 20px;
    position: absolute;
    top: 0; }
    .pdf-view__download-button .rsq-round-button-container .button {
      /* stylelint-disable-next-line selector-max-compound-selectors  */ }
      .pdf-view__download-button .rsq-round-button-container .button svg {
        transform: rotate(180deg);
        width: 20px; }
    @media only screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover) {
      .pdf-view__download-button {
        display: block; } }

.discount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  word-break: break-word; }
  .discount__text {
    color: #7574f7;
    width: 70%; }
  .discount__button-wrapper {
    text-align: end;
    width: 30%; }

.promotion-code-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 19px; }
  @media screen and (min-width: 640px) {
    .promotion-code-card {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .promotion-code-card__title {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px; }
    @media screen and (min-width: 640px) {
      .promotion-code-card__title {
        font-family: "Poppins";
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 16px; } }
  .promotion-code-card__mobile-button {
    display: block; }
    @media screen and (min-width: 640px) {
      .promotion-code-card__mobile-button {
        display: none; } }
  .promotion-code-card__form-wrapper {
    display: none; }
    @media screen and (min-width: 640px) {
      .promotion-code-card__form-wrapper {
        display: block;
        width: 100%; } }

.promotion-code-modal__content-wrapper {
  padding-bottom: 16px;
  width: 100%; }

.activate-account {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .activate-account__content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 400px;
    width: 90%; }
    @media only screen and (min-width: 600px) {
      .activate-account__content {
        width: 400px; } }
    @media only screen and (min-width: 530px) and (orientation: landscape) {
      .activate-account__content {
        -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto; } }
    @media only screen and (min-width: 824px) {
      .activate-account__content {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; } }
  .activate-account .content__approve-button {
    border-radius: 30%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    width: 100%; }
  .activate-account .content__link {
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -ms-flex-pack: center;
        justify-content: center; }
    .activate-account .content__link--password {
      color: #d1d1d1; }
    .activate-account .content__link--register {
      color: #0363e6;
      padding-bottom: 30px; }
  .activate-account .content__form {
    margin: 20px;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .activate-account .content__form {
        margin: 20px; } }

.processing-data-info {
  color: #4b4b4b;
  font-size: 12px;
  margin-left: 30px;
  text-align: justify;
  white-space: pre-wrap; }
  .processing-data-info:not(:first-child) {
    margin-top: 12px; }

.register {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .register__back-button {
    left: 0;
    margin: 20px auto 0 20px;
    position: absolute;
    top: 0; }
    .register__back-button .rsq-round-button-container .button {
      /* stylelint-disable-next-line selector-max-compound-selectors  */ }
      .register__back-button .rsq-round-button-container .button svg {
        transform: scaleY(-1); }
  .register__content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 400px;
    width: 90%; }
    @media only screen and (min-width: 600px) {
      .register__content {
        width: 55%; } }
    @media only screen and (min-width: 1025px) {
      .register__content {
        width: 400px; } }
  .register .content__approve-button {
    border-radius: 30%;
    height: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 100%; }
  .register .content__form {
    margin: 20px;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .register .content__form {
        margin: 20px 0; } }
  .register__consent-link {
    color: #0363e6;
    text-decoration: none; }

.register-success {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .register-success__back-button {
    left: 0;
    margin: 20px auto 0 20px;
    position: absolute;
    top: 0; }
    .register-success__back-button .rsq-round-button-container .button {
      /* stylelint-disable-next-line selector-max-compound-selectors  */ }
      .register-success__back-button .rsq-round-button-container .button svg {
        transform: scaleY(-1); }
  .register-success__content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 400px;
    width: 90%; }
    @media only screen and (min-width: 600px) {
      .register-success__content {
        width: 55%; } }
  .register-success .content__approve-button {
    border-radius: 30%;
    padding-bottom: 40px;
    padding-top: 20px;
    width: 85%; }
    @media only screen and (min-width: 568px) {
      .register-success .content__approve-button {
        width: 85%; } }

.remind-password {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .remind-password__back-button {
    left: 0;
    margin: 20px auto 0 20px;
    position: absolute;
    top: 0; }
    .remind-password__back-button .rsq-round-button-container .button {
      /* stylelint-disable-next-line selector-max-compound-selectors  */ }
      .remind-password__back-button .rsq-round-button-container .button svg {
        transform: scaleY(-1); }
  .remind-password__content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 90%; }
    @media only screen and (min-width: 600px) {
      .remind-password__content {
        width: 55%; } }
    @media only screen and (min-width: 1025px) {
      .remind-password__content {
        width: 400px; } }
  .remind-password .content__approve-button {
    border-radius: 30%;
    padding-bottom: 40px;
    width: 100%; }
  .remind-password .content__form {
    margin: 20px;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .remind-password .content__form {
        margin: 20px 0; } }

.remind-password-success {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .remind-password-success__back-button {
    left: 0;
    margin: 20px auto 0 20px;
    position: absolute;
    top: 0; }
    .remind-password-success__back-button .rsq-round-button-container .button {
      /* stylelint-disable-next-line selector-max-compound-selectors  */ }
      .remind-password-success__back-button .rsq-round-button-container .button svg {
        transform: scaleY(-1); }
  .remind-password-success__content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 400px;
    width: 90%; }
    @media only screen and (min-width: 600px) {
      .remind-password-success__content {
        width: 55%; } }
  .remind-password-success .content__approve-button {
    border-radius: 30%;
    padding-bottom: 40px;
    padding-top: 20px;
    width: 85%; }
    @media only screen and (min-width: 568px) {
      .remind-password-success .content__approve-button {
        width: 85%; } }

.reset-password {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .reset-password__content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 400px;
    width: 90%; }
    @media only screen and (min-width: 600px) {
      .reset-password__content {
        width: 400px; } }
    @media only screen and (min-width: 530px) and (orientation: landscape) {
      .reset-password__content {
        -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto; } }
    @media only screen and (min-width: 824px) {
      .reset-password__content {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; } }
  .reset-password .content__approve-button {
    border-radius: 30%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    width: 100%; }
  .reset-password .content__link {
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -ms-flex-pack: center;
        justify-content: center; }
    .reset-password .content__link--password {
      color: #d1d1d1; }
    .reset-password .content__link--register {
      color: #0363e6;
      padding-bottom: 30px; }
  .reset-password .content__form {
    margin: 20px;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .reset-password .content__form {
        margin: 20px 0; } }

.settings-container {
  color: #4b4b4b; }
  .settings-container .personal-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    max-height: 600px;
    min-height: 480px;
    width: 100%; }
  .settings-container__change-password .avatar, .settings-container__personal-data .avatar {
    padding: 0 0 10px; }
  .settings-container__change-password .rsq-button-group, .settings-container__personal-data .rsq-button-group {
    margin-top: 10px; }
  .settings-container__change-password .form, .settings-container__personal-data .form {
    box-sizing: border-box; }
    @media (min-width: 824px) and (orientation: landscape) {
      .settings-container__change-password .form, .settings-container__personal-data .form {
        width: 100%; } }
  @media screen and (max-width: 736px) {
    .settings-container__change-password, .settings-container__personal-data {
      padding: 15px 0; } }
  @media screen and (max-width: 1024px) {
    .settings-container__change-password .avatar, .settings-container__personal-data .avatar {
      padding: 0; }
    .settings-container__change-password svg, .settings-container__personal-data svg {
      height: 60px;
      width: 60px; } }
  .settings-container .personal-data {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    max-width: 400px;
    width: 100%; }
    .settings-container .personal-data__delete-account-button {
      margin-top: auto; }
      @media screen and (max-width: 736px) {
        .settings-container .personal-data__delete-account-button {
          margin-top: 10px;
          text-align: center; } }
    .settings-container .personal-data .header {
      -ms-flex-align: center;
          align-items: center;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 45px;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 10px;
      width: 100%; }
    .settings-container .personal-data .avatar {
      -ms-flex-align: center;
          align-items: center;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      height: auto;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      /* stylelint-disable-next-line selector-max-compound-selectors */ }
      .settings-container .personal-data .avatar svg {
        padding: 0 20px; }
      .settings-container .personal-data .avatar__file-input {
        cursor: pointer;
        height: 100px;
        opacity: 0;
        outline: none;
        overflow: hidden;
        position: absolute;
        z-index: 1; }
        .settings-container .personal-data .avatar__file-input::-webkit-file-upload-button {
          cursor: pointer; }
      @media (min-width: 824px) and (orientation: landscape) {
        .settings-container .personal-data .avatar {
          width: 100%; } }
  .settings-container .change-password {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
    max-width: 400px;
    width: 100%; }
    .settings-container .change-password__title {
      box-sizing: border-box;
      padding: 10px;
      width: 100%; }
  @media screen and (max-width: 736px) {
    .settings-container {
      border-radius: 15px;
      box-shadow: 0 4px 40px rgba(0, 0, 0, 0.16); } }

.styled-scrollbars--center {
  -ms-flex-line-pack: unset;
      align-content: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.survey-form {
  width: 100%; }

.survey-radio-group {
  border: 0;
  padding: none; }

.rsq-checkbox {
  background-color: #f4f4f4;
  border: 1px solid #0363e6;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  margin: 5px;
  outline: 0;
  padding: 0;
  width: 15px;
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */ }
  .rsq-checkbox > svg {
    fill: #fff; }
  .rsq-checkbox.square {
    border-radius: 15%; }
  .rsq-checkbox.white {
    background-color: #fff;
    fill: #fff; }
  .rsq-checkbox.error {
    border: 2px solid #f47c46; }
  .rsq-checkbox.active {
    background-color: #0363e6; }
  .rsq-checkbox__label {
    color: #4b4b4b;
    cursor: pointer;
    font-size: 12px;
    margin: 6px 0 0 5px;
    width: 100%; }
  .rsq-checkbox__container {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 16px 0;
    text-align: justify;
    width: 100%; }
  @media only screen and (min-width: 1025px) {
    .rsq-checkbox {
      font-size: 9px; } }

