/** @format */
/**
 * /* http://meyerweb.com/eric/tools/css/reset/ 
 *    v2.0 | 20110126
 *    License: none (public domain)
 *
 * @format
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
 *
 * @format
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/** @format */
.centering {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ratio-box {
  height: 56.25vw;
  width: 100vw;
  max-height: 100vh;
  max-width: 177.78vh;
  position: relative;
}
* {
  -webkit-tap-highlight-color: transparent;
}
/** @format */
html {
  -webkit-font-smoothing: antialiased;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  background-color: white;
  overflow: hidden;
}
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
#main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  position: relative;
}
#main.home {
  flex-direction: row;
}
#main.home #content {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
}
#body {
  height: 100%;
  overflow: hidden;
}
button {
  border: none;
  border-radius: 4px;
  padding: 0.4em;
  cursor: pointer;
}
#Smallchat iframe {
  bottom: 50px !important;
  right: 20px !important;
}
@media (max-width: 650px) {
  #Smallchat {
    display: none;
  }
}
input {
  outline: 0;
  filter: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: inherit;
  transition: none;
  box-shadow: 0 0 0 1000px white inset !important;
}
.error-page {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.error-page__content {
  flex-grow: 1;
}
.progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  z-index: 2000;
}
.progress-bar__progress {
  height: 100%;
  width: 0%;
  background-color: var(--primary);
  transition: width 100ms linear;
}
.show-on-mobile {
  display: none;
}
@media (max-width: 650px) {
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: inherit;
  }
}
@media (max-width: 650px) {
  #body {
    view-transition-name: body;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes move-out {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-30%);
    }
  }
  @keyframes move-in {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  @keyframes move-out-reverse {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(100%);
    }
  }
  @keyframes move-in-reverse {
    from {
      transform: translateX(-30%);
    }
    to {
      transform: translateX(0%);
    }
  }
  ::view-transition-old(body) {
    z-index: 1;
    animation: 0.4s ease-out both move-out;
  }
  ::view-transition-new(body) {
    z-index: 2;
    animation: 0.4s ease-out both move-in;
  }
  :root[data-transition="backward"]::view-transition-old(body) {
    z-index: 2;
    animation: 0.4s ease-out both move-out-reverse;
  }
  :root[data-transition="backward"]::view-transition-new(body) {
    z-index: 1;
    animation: 0.4s ease-out both move-in-reverse;
  }
  :root[data-transition="fade-in"]::view-transition-old(body) {
    z-index: 1;
  }
  :root[data-transition="fade-in"]::view-transition-new(body) {
    z-index: 2;
    animation: 5s ease-in-out fade-in;
  }
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
}
:root {
  --light: #ffffff;
  --darkerLight: #f5f5f9;
  --dark: #1C283F;
  --grey: #8c909a;
  --lightGrey: #e8ecee;
  --darkGrey: #2d3446;
  --primary: #0076ef;
  --lightPrimary: #377ded;
  --secondary: #ed6237;
  --lightSecondary: #f58d70;
  --boxShadow: #dbdbdd;
  --success: #00c882;
  --warning: #cf415e;
  --svg: #0a2e67;
  --svgHover: #1258c5;
  --price: #6E50FF;
  font-family: 'Raleway';
}
/** @format */
.login,
.set-password,
.welcome,
.forgotPassword {
  display: flex;
  width: 100%;
  height: 100%;
}
.login .social-login,
.set-password .social-login,
.welcome .social-login,
.forgotPassword .social-login {
  position: relative;
  width: 420px;
  max-width: 80%;
}
.login .social-login button,
.set-password .social-login button,
.welcome .social-login button,
.forgotPassword .social-login button {
  margin-bottom: 10px;
  margin-top: 5px;
  width: 418px;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light);
  max-width: 100%;
  border: 1px solid var(--dark);
}
.login .social-login button:before,
.set-password .social-login button:before,
.welcome .social-login button:before,
.forgotPassword .social-login button:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
}
.login .social-login button.apple:before,
.set-password .social-login button.apple:before,
.welcome .social-login button.apple:before,
.forgotPassword .social-login button.apple:before {
  width: 25px;
  height: 25px;
  background-image: url('/assets/icons/apple.svg');
  margin-right: 6px;
}
.login .social-login button.google:before,
.set-password .social-login button.google:before,
.welcome .social-login button.google:before,
.forgotPassword .social-login button.google:before {
  width: 22px;
  height: 22px;
  background-image: url('/assets/icons/google.svg');
  margin-right: 7px;
}
.login .social-login button.microsoft:before,
.set-password .social-login button.microsoft:before,
.welcome .social-login button.microsoft:before,
.forgotPassword .social-login button.microsoft:before {
  width: 18px;
  height: 18px;
  background-image: url('/assets/icons/microsoft.svg');
  margin-right: 7px;
}
.login .social-login:after,
.set-password .social-login:after,
.welcome .social-login:after,
.forgotPassword .social-login:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 35px;
  background-color: var(--grey);
  height: 1px;
  width: 100%;
}
.login .social-login .separator,
.set-password .social-login .separator,
.welcome .social-login .separator,
.forgotPassword .social-login .separator {
  display: block;
  text-align: center;
  margin: 30px auto;
  z-index: 100;
  background-color: var(--light);
  padding: 0px 10px;
  position: relative;
  width: 30px;
  font-weight: 300;
  font-size: 12px;
}
.login__colored,
.set-password__colored,
.welcome__colored,
.forgotPassword__colored {
  background-color: var(--darkGrey);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 33%;
  min-width: 460px;
  height: 100%;
  padding-left: 80px;
  padding-right: 50px;
  padding-top: 160px;
  box-sizing: border-box;
}
.login__colored h1,
.set-password__colored h1,
.welcome__colored h1,
.forgotPassword__colored h1 {
  font-size: 28px;
  font-weight: 600;
  color: var(--light);
  line-height: 33px;
}
.login__colored h2,
.set-password__colored h2,
.welcome__colored h2,
.forgotPassword__colored h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.login__colored__logo,
.set-password__colored__logo,
.welcome__colored__logo,
.forgotPassword__colored__logo {
  display: none;
  position: absolute;
  left: 127px;
  top: 40px;
  width: 177px;
  height: 52px;
}
.login__colored__logo:before,
.set-password__colored__logo:before,
.welcome__colored__logo:before,
.forgotPassword__colored__logo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('/assets/img/logo.png');
  width: 30%;
  height: 100%;
  background-size: 177px 52px;
  background-repeat: no-repeat;
  background-position: left center;
}
.login__colored__logo:after,
.set-password__colored__logo:after,
.welcome__colored__logo:after,
.forgotPassword__colored__logo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url('/assets/icons/viewer/logo-white.svg');
  width: 70%;
  height: 100%;
  background-size: 177px 52px;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.8;
}
.login__form,
.set-password__form,
.welcome__form,
.forgotPassword__form {
  width: 67%;
  background-color: var(--light);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  position: relative;
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.login__form .back,
.set-password__form .back,
.welcome__form .back,
.forgotPassword__form .back {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.login__form__logo,
.set-password__form__logo,
.welcome__form__logo,
.forgotPassword__form__logo {
  height: 60px;
  width: auto;
  margin-bottom: 70px;
}
.login__form__logo img,
.set-password__form__logo img,
.welcome__form__logo img,
.forgotPassword__form__logo img {
  height: 100%;
}
.login__form form,
.set-password__form form,
.welcome__form form,
.forgotPassword__form form {
  max-width: 80%;
}
.login__form h3,
.set-password__form h3,
.welcome__form h3,
.forgotPassword__form h3 {
  margin-top: 45px;
  font-weight: 200;
  font-size: 22px;
  color: var(--darkGrey);
  margin-bottom: 47px;
}
.login__form .input + .input,
.set-password__form .input + .input,
.welcome__form .input + .input,
.forgotPassword__form .input + .input {
  margin-top: 17px;
}
.login__form .input > div,
.set-password__form .input > div,
.welcome__form .input > div,
.forgotPassword__form .input > div {
  width: 100%;
}
.login__form .input > div input,
.set-password__form .input > div input,
.welcome__form .input > div input,
.forgotPassword__form .input > div input {
  background-color: transparent;
}
.login__form .input > div .svg,
.set-password__form .input > div .svg,
.welcome__form .input > div .svg,
.forgotPassword__form .input > div .svg {
  flex: 0 0 auto;
}
.login__form .input > div .svg svg,
.set-password__form .input > div .svg svg,
.welcome__form .input > div .svg svg,
.forgotPassword__form .input > div .svg svg {
  width: 100%;
  height: 100%;
}
.login__form__forgot,
.set-password__form__forgot,
.welcome__form__forgot,
.forgotPassword__form__forgot {
  text-align: right;
  color: var(--lightPrimary);
  font-size: 10px;
  cursor: pointer;
  margin-top: 5px;
}
.login__form form label,
.set-password__form form label,
.welcome__form form label,
.forgotPassword__form form label {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
}
.login__form .enter,
.set-password__form .enter,
.welcome__form .enter,
.forgotPassword__form .enter,
.login__form .btn,
.set-password__form .btn,
.welcome__form .btn,
.forgotPassword__form .btn {
  margin-bottom: 40px;
  margin-top: 5px;
  width: 418px;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lightPrimary);
  max-width: 100%;
}
.login__form .enter[disabled],
.set-password__form .enter[disabled],
.welcome__form .enter[disabled],
.forgotPassword__form .enter[disabled],
.login__form .btn[disabled],
.set-password__form .btn[disabled],
.welcome__form .btn[disabled],
.forgotPassword__form .btn[disabled] {
  opacity: 0.7;
  cursor: default;
}
.login__form__cgu,
.set-password__form__cgu,
.welcome__form__cgu,
.forgotPassword__form__cgu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
  width: 418px;
  max-width: 100%;
}
.login__form__cgu input,
.set-password__form__cgu input,
.welcome__form__cgu input,
.forgotPassword__form__cgu input {
  margin-left: 15px;
}
.login__form__cgu p,
.set-password__form__cgu p,
.welcome__form__cgu p,
.forgotPassword__form__cgu p {
  margin-left: 13px;
  font-size: 12px;
  font-weight: 500;
  color: #8c909a;
}
.login__form__cgu p span,
.set-password__form__cgu p span,
.welcome__form__cgu p span,
.forgotPassword__form__cgu p span {
  color: var(--lightPrimary);
  cursor: pointer;
}
.login__questions,
.set-password__questions,
.welcome__questions,
.forgotPassword__questions {
  flex-shrink: 0;
}
.login__questions iframe,
.set-password__questions iframe,
.welcome__questions iframe,
.forgotPassword__questions iframe {
  width: 450px;
  max-width: 100%;
  min-height: 500px;
}
.login__questions-skip,
.set-password__questions-skip,
.welcome__questions-skip,
.forgotPassword__questions-skip {
  margin: 20px;
  color: var(--grey);
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.login .validation,
.set-password .validation,
.welcome .validation,
.forgotPassword .validation {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
.login .validation__text,
.set-password .validation__text,
.welcome .validation__text,
.forgotPassword .validation__text {
  font-size: 12px;
  height: 14.5px;
}
.login .validation__text.green,
.set-password .validation__text.green,
.welcome .validation__text.green,
.forgotPassword .validation__text.green {
  color: #00aa00;
}
.login .validation__text.red,
.set-password .validation__text.red,
.welcome .validation__text.red,
.forgotPassword .validation__text.red {
  color: #ff0000;
}
.login .login-error,
.set-password .login-error,
.welcome .login-error,
.forgotPassword .login-error,
.login .signup-error,
.set-password .signup-error,
.welcome .signup-error,
.forgotPassword .signup-error,
.login .forgotPassword-error,
.set-password .forgotPassword-error,
.welcome .forgotPassword-error,
.forgotPassword .forgotPassword-error,
.login .set-password-error,
.set-password .set-password-error,
.welcome .set-password-error,
.forgotPassword .set-password-error {
  text-align: center;
  font-size: 13px;
  color: var(--warning);
  padding-top: 10px;
  height: 13px;
}
.login__signup-link,
.set-password__signup-link,
.welcome__signup-link,
.forgotPassword__signup-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 420px;
  max-width: 80%;
}
.login__signup-link:before,
.set-password__signup-link:before,
.welcome__signup-link:before,
.forgotPassword__signup-link:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 5px;
  background-color: var(--grey);
  height: 1px;
  width: 100%;
}
.login__signup-link span,
.set-password__signup-link span,
.welcome__signup-link span,
.forgotPassword__signup-link span {
  display: block;
  text-align: center;
  margin: 0px 0px 35px 0px;
  z-index: 100;
  background-color: var(--light);
  padding: 0px 20px;
}
.login__signup-link a,
.set-password__signup-link a,
.welcome__signup-link a,
.forgotPassword__signup-link a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  cursor: pointer;
  border: 1px solid var(--darkGrey);
  border-radius: 3px;
  color: var(--dark);
  text-decoration: none;
}
.login .required,
.set-password .required,
.welcome .required,
.forgotPassword .required {
  font-size: 20px;
  position: absolute;
}
.login .signup .enter,
.set-password .signup .enter,
.welcome .signup .enter,
.forgotPassword .signup .enter {
  width: 100%;
}
.login .signup__title,
.set-password .signup__title,
.welcome .signup__title,
.forgotPassword .signup__title {
  text-align: center;
  margin-bottom: 0;
}
.login .signup__subtitle,
.set-password .signup__subtitle,
.welcome .signup__subtitle,
.forgotPassword .signup__subtitle {
  color: var(--grey);
  max-width: 400px;
  font-size: 14px;
  margin: 15px 0;
  margin-bottom: 30px;
}
.login .signup__name,
.set-password .signup__name,
.welcome .signup__name,
.forgotPassword .signup__name {
  display: flex;
  margin: 17px 0px;
  gap: 20px;
  max-width: 420px;
}
.login .signup__name .input,
.set-password .signup__name .input,
.welcome .signup__name .input,
.forgotPassword .signup__name .input {
  width: 50%;
  margin-top: 0px;
}
.login .signup__phone,
.set-password .signup__phone,
.welcome .signup__phone,
.forgotPassword .signup__phone {
  display: flex;
  flex-direction: column;
}
.login .signup__phone .PhoneInput,
.set-password .signup__phone .PhoneInput,
.welcome .signup__phone .PhoneInput,
.forgotPassword .signup__phone .PhoneInput {
  width: 100%;
  border-width: 1px;
  box-sizing: border-box;
  border-color: var(--lightGrey);
}
.login .signup__phone .PhoneInput.error,
.set-password .signup__phone .PhoneInput.error,
.welcome .signup__phone .PhoneInput.error,
.forgotPassword .signup__phone .PhoneInput.error {
  border-color: var(--warning);
}
.login .signup__phone .PhoneInputCountry,
.set-password .signup__phone .PhoneInputCountry,
.welcome .signup__phone .PhoneInputCountry,
.forgotPassword .signup__phone .PhoneInputCountry {
  width: unset;
  margin-left: 18px;
}
.login .signup__phone .PhoneInputInput,
.set-password .signup__phone .PhoneInputInput,
.welcome .signup__phone .PhoneInputInput,
.forgotPassword .signup__phone .PhoneInputInput {
  border: none;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: var(--dark);
  padding-left: 16px;
  padding-right: 16px;
  /* outline: none; */
  min-height: 43px;
  border-radius: 4px;
}
.login .signup__profession,
.set-password .signup__profession,
.welcome .signup__profession,
.forgotPassword .signup__profession {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
}
.login .signup__profession label,
.set-password .signup__profession label,
.welcome .signup__profession label,
.forgotPassword .signup__profession label {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
}
.login .signup__profession p,
.set-password .signup__profession p,
.welcome .signup__profession p,
.forgotPassword .signup__profession p {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
}
.login .signup__profession__choices,
.set-password .signup__profession__choices,
.welcome .signup__profession__choices,
.forgotPassword .signup__profession__choices {
  display: flex;
  justify-content: space-evenly;
}
.login .signup__profession__choices__type,
.set-password .signup__profession__choices__type,
.welcome .signup__profession__choices__type,
.forgotPassword .signup__profession__choices__type {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.login .signup__profession__choices__type label,
.set-password .signup__profession__choices__type label,
.welcome .signup__profession__choices__type label,
.forgotPassword .signup__profession__choices__type label {
  margin: 0;
  cursor: pointer;
  padding: 10px;
}
.login .signup__profession__choices__type input,
.set-password .signup__profession__choices__type input,
.welcome .signup__profession__choices__type input,
.forgotPassword .signup__profession__choices__type input {
  cursor: pointer;
  margin-top: -2px;
}
.login .signup__profession__select,
.set-password .signup__profession__select,
.welcome .signup__profession__select,
.forgotPassword .signup__profession__select {
  margin-top: 17px;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 15px;
  color: var(--lightPrimary);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.login .signup__profession__select label,
.set-password .signup__profession__select label,
.welcome .signup__profession__select label,
.forgotPassword .signup__profession__select label {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
}
.login .signup__profession__select select,
.set-password .signup__profession__select select,
.welcome .signup__profession__select select,
.forgotPassword .signup__profession__select select {
  width: 100%;
  -webkit-box-align: center;
  transition: 0.7s;
  position: relative;
  min-height: 45px;
  background-color: var(--light);
  border-color: var(--lightGrey);
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 1px;
  font-size: 14px;
}
.login .signup__questions,
.set-password .signup__questions,
.welcome .signup__questions,
.forgotPassword .signup__questions {
  flex-shrink: 0;
}
.login .signup__questions iframe,
.set-password .signup__questions iframe,
.welcome .signup__questions iframe,
.forgotPassword .signup__questions iframe {
  width: 450px;
  max-width: 100%;
  min-height: 500px;
}
.login .signup__questions-skip,
.set-password .signup__questions-skip,
.welcome .signup__questions-skip,
.forgotPassword .signup__questions-skip {
  margin: 20px;
  color: var(--grey);
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.welcome__colored {
  padding-top: 100px;
}
.welcome__form__logo {
  margin-bottom: 40px;
}
.welcome__form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.welcome__form-content video {
  max-width: min(400px, 100%);
}
.welcome h3 {
  max-width: 400px;
  text-align: center;
  margin: 0px 20px 45px 20px;
}
.welcome .slider {
  width: 320px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.welcome .slider__container {
  width: 320px;
  height: 100%;
  white-space: nowrap;
  transition: transform 300ms ease-in-out;
}
.welcome .slider__slide {
  width: 320px;
  height: 100%;
  display: inline-block;
  white-space: normal;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
.welcome .slider__slide-image {
  margin: 20px 0px;
}
.welcome .slider__slide-text {
  font-size: 14px;
}
.welcome .slider__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 7px;
}
.welcome .slider__dot {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #eaeaea;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
}
.welcome .slider__dot.current {
  background-color: #2d3446;
}
.welcome .guide-link {
  color: #8c909a;
  font-size: 13px;
  margin: 0px 20px 20px;
  text-align: center;
}
.welcome form {
  max-width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
}
.account-linking-popup .popup-component__content {
  display: flex;
  direction: column;
  width: 450px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}
.account-linking-popup form {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.account-linking-popup__header {
  padding: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.account-linking-popup__header h1 {
  font-size: 22px;
  margin: 0px 0px 20px 0px;
}
.account-linking-popup__body {
  padding: 0px 20px 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.account-linking-popup__footer {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 50px;
}
.account-linking-popup__footer button {
  flex: 1;
  border-radius: 0px;
  font-size: 14px;
}
.account-linking-popup__footer button[type=submit] {
  background-color: var(--primary);
  color: var(--light);
  font-weight: 500;
}
@media (max-width: 62em) {
  .login__colored,
  .set-password__colored,
  .welcome__colored,
  .forgotPassword__colored {
    display: none;
  }
  .login__form,
  .set-password__form,
  .welcome__form,
  .forgotPassword__form {
    width: 100%;
    padding-top: 40px;
  }
}

