/* - - - - - - - - - - - - - - - - - -

Slate app styles

// - - - - - - - - - - - - - - - - - - */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

svg {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  --background-color-h: 200;
  --background-color-s: 16%;
  --background-color-l: 96%;
  --background-color-hsl: var(--background-color-h), var(--background-color-s), var(--background-color-l);
  --background-color: hsl(var(--background-color-hsl));
  --background-light-color-h: 0;
  --background-light-color-s: 0%;
  --background-light-color-l: 100%;
  --background-light-color-hsl: var(--background-light-color-h), var(--background-light-color-s), var(--background-light-color-l);
  --background-light-color: hsl(var(--background-light-color-hsl));
  --background-dark-color-h: 207;
  --background-dark-color-s: 35%;
  --background-dark-color-l: 15%;
  --background-dark-color-hsl: var(--background-dark-color-h), var(--background-dark-color-s), var(--background-dark-color-l);
  --background-dark-color: hsl(var(--background-dark-color-hsl));
  --border-color-h: 200;
  --border-color-s: 14%;
  --border-color-l: 91%;
  --border-color-hsl: var(--border-color-h), var(--border-color-s), var(--border-color-l);
  --border-color: hsl(var(--border-color-hsl));
  --menu-background-color-h: 207;
  --menu-background-color-s: 31%;
  --menu-background-color-l: 21%;
  --menu-background-color-hsl: var(--menu-background-color-h), var(--menu-background-color-s), var(--menu-background-color-l);
  --menu-background-color: hsl(var(--menu-background-color-hsl));
  --menu-background-dark-color-h: 207;
  --menu-background-dark-color-s: 35%;
  --menu-background-dark-color-l: 15%;
  --menu-background-dark-color-hsl: var(--menu-background-dark-color-h), var(--menu-background-dark-color-s), var(--menu-background-dark-color-l);
  --menu-background-dark-color: hsl(var(--menu-background-dark-color-hsl));
  --menu-background-medium-color-h: 208;
  --menu-background-medium-color-s: 31%;
  --menu-background-medium-color-l: 26%;
  --menu-background-medium-color-hsl: var(--menu-background-medium-color-h), var(--menu-background-medium-color-s), var(--menu-background-medium-color-l);
  --menu-background-medium-color: hsl(var(--menu-background-medium-color-hsl));
  --menu-background-light-color-h: 208;
  --menu-background-light-color-s: 30%;
  --menu-background-light-color-l: 31%;
  --menu-background-light-color-hsl: var(--menu-background-light-color-h), var(--menu-background-light-color-s), var(--menu-background-light-color-l);
  --menu-background-light-color: hsl(var(--menu-background-light-color-hsl));
  --text-strong-color-h: 207;
  --text-strong-color-s: 31%;
  --text-strong-color-l: 21%;
  --text-strong-color-hsl: var(--text-strong-color-h), var(--text-strong-color-s), var(--text-strong-color-l);
  --text-strong-color: hsl(var(--text-strong-color-hsl));
  --text-medium-color-h: 208;
  --text-medium-color-s: 12%;
  --text-medium-color-l: 60%;
  --text-medium-color-hsl: var(--text-medium-color-h), var(--text-medium-color-s), var(--text-medium-color-l);
  --text-medium-color: hsl(var(--text-medium-color-hsl));
  --text-light-color-h: 208;
  --text-light-color-s: 16%;
  --text-light-color-l: 78%;
  --text-light-color-hsl: var(--text-light-color-h), var(--text-light-color-s), var(--text-light-color-l);
  --text-light-color: hsl(var(--text-light-color-hsl));
  --text-inverse-color-h: 0;
  --text-inverse-color-s: 0%;
  --text-inverse-color-l: 100%;
  --text-inverse-color-hsl: var(--text-inverse-color-h), var(--text-inverse-color-s), var(--text-inverse-color-l);
  --text-inverse-color: hsl(var(--text-inverse-color-hsl));
  --accent-color-h: 184;
  --accent-color-s: 100%;
  --accent-color-l: 33%;
  --accent-color-hsl: var(--accent-color-h), var(--accent-color-s), var(--accent-color-l);
  --accent-color: hsl(var(--accent-color-hsl));
  --accent-faded-color-h: 186;
  --accent-faded-color-s: 42%;
  --accent-faded-color-l: 80%;
  --accent-faded-color-hsl: var(--accent-faded-color-h), var(--accent-faded-color-s), var(--accent-faded-color-l);
  --accent-faded-color: hsl(var(--accent-faded-color-hsl));
  --accent-blue-color-h: 209;
  --accent-blue-color-s: 47%;
  --accent-blue-color-l: 63%;
  --accent-blue-color-hsl: var(--accent-blue-color-h), var(--accent-blue-color-s), var(--accent-blue-color-l);
  --accent-blue-color: hsl(var(--accent-blue-color-hsl));
  --red-color-h: 0;
  --red-color-s: 73%;
  --red-color-l: 60%;
  --red-color-hsl: var(--red-color-h), var(--red-color-s), var(--red-color-l);
  --red-color: hsl(var(--red-color-hsl));
  --red-light-color-h: 356;
  --red-light-color-s: 71%;
  --red-light-color-l: 96%;
  --red-light-color-hsl: var(--red-light-color-h), var(--red-light-color-s), var(--red-light-color-l);
  --red-light-color: hsl(var(--red-light-color-hsl));
}

.body--treatments {
  --background-color: #F0EEEE;
  --text-medium-color: #423B52;
  --text-strong-color: #2A2832;
  --text-light-color: #aba7b4;
  --border-color: #E0CDD2;
  --treatments-green-color: #356575;
  --treatments-red-color: #BC8DA0;
  --treatments-red-faded-color: #E0CDD2;
}
.body--treatments .form-item input:focus,
.body--treatments .form-item select:focus {
  border-color: var(--treatments-green-color);
}

html {
  min-height: -webkit-fill-available;
}

body {
  background: var(--background-color);
  line-height: 1;
}

.outer {
  position: relative;
  overflow: hidden;
}

.page {
  padding: 15px 15px 70px;
}
@media only screen and (min-width: 992px) {
  .page {
    padding: 30px 30px 85px;
  }
}
@media only screen and (min-width: 992px) {
  .page--inset {
    padding: 60px 60px 115px;
  }
}
@media only screen and (min-width: 1312px) {
  .page--inset {
    padding: 80px 80px 135px;
  }
}
@media only screen and (min-width: 1600px) {
  .page--inset {
    padding: 100px 100px 155px;
  }
}
@media only screen and (min-width: 688px) {
  .page--narrow {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .page--narrow {
    padding: 60px 0 115px;
  }
}
@media only screen and (min-width: 1312px) {
  .page--narrow {
    padding: 80px 0 135px;
  }
}
@media only screen and (min-width: 1600px) {
  .page--narrow {
    padding: 100px 0 155px;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: var(--text-strong-color);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

p {
  margin: 10px 0 0;
}
p:first-child {
  margin-top: 0;
}

a {
  color: var(--text-strong-color);
  text-decoration: none;
  transition: color 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
a:hover {
  color: var(--accent-color);
}

button,
.button {
  display: inline-flex;
  align-items: center;
  border: 0;
  height: 33px;
  padding: 0 12px;
  border-radius: 3px;
  background: var(--border-color);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text-medium-color);
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
button:focus,
.button:focus {
  outline: none;
}
button:hover,
.button:hover {
  color: var(--text-strong-color);
}
button svg,
.button svg {
  height: 13px;
  fill: currentColor;
}
button svg:first-child, button svg.js-icon-success,
.button svg:first-child,
.button svg.js-icon-success {
  margin-right: 8px;
}
button svg:last-child,
.button svg:last-child {
  margin-left: 8px;
}
button svg.js-icon-success,
.button svg.js-icon-success {
  display: none;
}
button--full,
.button--full {
  width: 100%;
  text-align: center;
}
button--wide,
.button--wide {
  padding: 0 22px;
}
button--large,
.button--large {
  height: 50px;
  padding: 0 40px;
  font-size: 16px;
}
button--large svg,
.button--large svg {
  height: 16px;
}
button--small,
.button--small {
  height: 21px;
  line-height: 21px;
  padding: 0 5px;
  font-size: 10px;
}
button--small svg,
.button--small svg {
  height: 10px;
  margin-top: -1px;
}
button--small svg:first-child, button--small svg.js-icon-success,
.button--small svg:first-child,
.button--small svg.js-icon-success {
  margin-right: 4px;
}
button--small svg:last-child,
.button--small svg:last-child {
  margin-left: 4px;
}
button--primary,
.button--primary {
  background: var(--accent-color);
  color: var(--text-inverse-color);
}
button--primary:hover,
.button--primary:hover {
  background: hsl(var(--accent-color-h), var(--accent-color-s), 37%);
  color: var(--text-inverse-color);
}
button--primary-outline,
.button--primary-outline {
  background: var(--background-light-color);
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
button--primary-outline:hover,
.button--primary-outline:hover {
  background: var(--accent-color);
  color: var(--text-inverse-color);
}
button--secondary-outline,
.button--secondary-outline {
  background: var(--background-light-color);
  border: 1px solid hsl(var(--accent-blue-color-h), var(--accent-blue-color-s), 80%);
  color: var(--accent-blue-color);
}
button--secondary-outline:hover,
.button--secondary-outline:hover {
  background: var(--accent-blue-color);
  border-color: var(--accent-blue-color);
  color: var(--text-inverse-color);
}
button--medium,
.button--medium {
  background: var(--text-medium-color);
  color: var(--text-inverse-color);
}
button--medium:hover,
.button--medium:hover {
  background: hsl(var(--text-medium-color-h), var(--text-medium-color-s), 66%);
  color: var(--text-inverse-color);
}
button--full-icon-right,
.button--full-icon-right {
  width: 100%;
  justify-content: space-between;
  padding: 0 15px;
}
button--text-light,
.button--text-light {
  font-weight: 400;
}
button--icon-spin svg,
.button--icon-spin svg {
  animation-name: spin;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
button.js-clipboard.js-clipboard--success,
.button.js-clipboard.js-clipboard--success {
  background: var(--accent-color);
  color: var(--background-light-color);
}
button.js-clipboard.js-clipboard--success .js-icon-default,
.button.js-clipboard.js-clipboard--success .js-icon-default {
  display: none;
}
button.js-clipboard.js-clipboard--success .js-icon-success,
.button.js-clipboard.js-clipboard--success .js-icon-success {
  display: inline-block;
}

table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
  margin-bottom: 2.5rem;
}

td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
@media only screen and (max-width: 991px) {
  .body--nav .outer {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .body--nav .outer {
    padding-left: 55px;
  }
}

.nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: var(--menu-background-color);
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .nav {
    right: auto;
    bottom: 0;
    width: 55px;
    display: flex;
    flex-direction: column;
    transition: width 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.nav__bar {
  position: relative;
  height: 50px;
  background: var(--menu-background-dark-color);
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .nav__bar {
    cursor: default;
  }
}
.nav__bar .slate-logo {
  position: absolute;
  top: 15px;
  left: -16px;
  height: 20px;
  fill: var(--menu-background-dark-color);
  transition: fill 0s linear, transform 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.nav__bar .slate-logo__accent {
  fill: var(--accent-color);
}
.nav__bar .slate-logo__a {
  fill: var(--text-inverse-color);
}
.nav__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-medium-color);
}
@media only screen and (min-width: 992px) {
  .nav__title {
    display: none;
  }
}
.nav__toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__toggle svg {
  fill: var(--border-color);
}
.nav__toggle__bars {
  height: 20px;
}
.nav__toggle__times {
  display: none;
  height: 26px;
}
@media only screen and (min-width: 992px) {
  .nav__toggle {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .state--menu-open .nav .nav__toggle__bars {
    display: none;
  }
  .state--menu-open .nav .nav__toggle__times {
    display: block;
  }
  .state--menu-open .nav .nav__wrap {
    opacity: 1;
    visibility: visible;
  }
  .state--menu-open .nav .nav__list {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.nav__wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (max-width: 991px) {
  .nav__wrap {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--menu-background-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .nav__list {
    opacity: 0;
    transform: translate(10px, 0);
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 992px) {
  .nav__list {
    width: 200px;
  }
}
.nav__list--top {
  flex-grow: 1;
}
.nav__list--bottom li:last-child {
  background: var(--menu-background-dark-color);
}
@media only screen and (min-width: 992px) {
  .nav__list--bottom li:last-child .nav__link {
    height: 55px;
  }
}
.nav__link {
  display: flex;
  width: 100%;
  height: 50px;
}
@media only screen and (min-width: 992px) {
  .nav__link:hover .nav__icon svg {
    fill: var(--border-color);
  }
  .nav__link:hover .nav__text {
    color: var(--text-inverse-color);
  }
}
.nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
}
.nav__icon svg {
  height: 20px;
  fill: var(--text-medium-color);
  transition: fill 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.nav__text {
  display: flex;
  align-items: center;
  margin-left: -5px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-light-color);
}
@media only screen and (min-width: 992px) {
  .nav__text {
    margin-left: 0;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .nav:hover {
    width: 200px;
    transition: width 0.1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  }
  .nav:hover .nav__bar .slate-logo {
    fill: var(--text-inverse-color);
    transform: translate(32px, 0);
    transition: fill 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.2s, transform 0.1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  }
  .nav:hover .nav__text {
    opacity: 1;
    transform: translate(-5px, 0);
    transition: color 0.1s cubic-bezier(0.2, 0.3, 0, 1), opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.2s, transform 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  }
}

.toolbar {
  position: sticky;
  z-index: 90;
  top: 0;
  height: 50px;
  padding: 0 30px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: hsla(var(--background-light-color-hsl),0.95);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--border-color);
}
@media only screen and (max-width: 991px) {
  .toolbar {
    display: none;
  }
}
.toolbar__breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}
.toolbar__breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-medium-color);
}
.toolbar__breadcrumbs li svg {
  display: inline-block;
  margin-right: 8px;
  height: 12px;
  fill: var(--accent-faded-color);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.toolbar__breadcrumbs li > svg {
  margin-left: 8px;
}
.toolbar__breadcrumbs li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 8px;
  color: var(--text-medium-color);
}
.toolbar__breadcrumbs li a:hover {
  color: var(--accent-color);
}
.toolbar__breadcrumbs li a:hover svg {
  fill: var(--accent-color);
}
.toolbar__breadcrumbs li strong {
  color: var(--text-strong-color);
}

.form h1 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  white-space: pre-line;
  padding-bottom: 8px;
}
@media only screen and (min-width: 688px) {
  .form h1 {
    font-size: 30px;
  }
}
.form h1 strong {
  font-weight: 800;
}
.form p {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 14px;
}
@media only screen and (min-width: 688px) {
  .form p {
    font-size: 20px;
    white-space: pre-line;
  }
}
.form p strong {
  font-weight: 700;
}
.form ul, .form ol {
  margin: 0;
  padding: 0 0 14px 20px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (min-width: 688px) {
  .form ul, .form ol {
    font-size: 20px;
  }
}
.form ul li, .form ol li {
  margin-top: 15px;
}
.form ul li strong, .form ol li strong {
  font-weight: 700;
}
.form ul li a, .form ol li a {
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
}

.form-message--error, .form-message--warning {
  color: var(--red-color);
}
.form-message--notice {
  color: var(--accent-color);
}
.form-message--secondary {
  color: var(--accent-blue-color);
}

.form-item {
  position: relative;
  margin-top: 30px;
}
.form-item:first-child {
  margin-top: 0;
}
.form-item label {
  display: block;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-medium-color);
  transition: color 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
.form-item label span {
  color: var(--text-light-color);
  transition: color 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.form-item:focus-within label {
  color: var(--text-strong-color);
}
.form-item:focus-within label span {
  color: var(--text-medium-color);
}
.form-item__option {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-blue-color);
  transition: color 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
.form-item__option svg {
  display: inline-block;
  height: 12px;
  vertical-align: bottom;
  fill: currentColor;
}
.form-item__option:hover {
  color: hsl(var(--accent-blue-color-h), var(--accent-blue-color-s), 43%);
}
.form-item__match {
  position: absolute;
  top: 0;
  right: 0;
}
.form-item__match svg {
  display: inline-block;
  height: 12px;
  vertical-align: bottom;
  fill: currentColor;
}
.form-item__match > div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.form-item__match__true {
  color: var(--accent-color);
}
.form-item__match__false {
  color: var(--red-color);
}
.form-item__match--true .form-item__match__true {
  opacity: 1;
}
.form-item__match--false .form-item__match__false {
  opacity: 1;
}
.form-item input, .form-item select {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  -webkit-appearance: none;
  background: var(--background-light-color);
  padding: 15px;
  font-size: 16px;
  line-height: 1;
  color: var(--text-strong-color);
  transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.form-item input::-webkit-input-placeholder, .form-item select::-webkit-input-placeholder {
  color: var(--text-light-color);
}
.form-item input::-moz-placeholder, .form-item select::-moz-placeholder {
  color: var(--text-light-color);
}
.form-item input:-ms-input-placeholder, .form-item select:-ms-input-placeholder {
  color: var(--text-light-color);
}
.form-item input:-moz-placeholder, .form-item select:-moz-placeholder {
  color: var(--text-light-color);
}
.form-item input:focus, .form-item select:focus {
  outline: none;
  border-color: var(--text-light-color);
  box-shadow: 0px 5px 20px hsla(var(--background-dark-color-hsl),0.06);
}
.form-item input:-webkit-autofill, .form-item select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--background-light-color) inset;
  border-color: var(--accent-faded-color);
}
.form-item input:-webkit-autofill:hover, .form-item select:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px var(--background-light-color) inset;
  border-color: var(--accent-faded-color);
}
.form-item input:-webkit-autofill:focus, .form-item select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--background-light-color) inset;
  border-color: var(--accent-faded-color);
}
.form-item input.input--code, .form-item select.input--code {
  padding: 12px 15px 13px;
  font-size: 45px;
  letter-spacing: 0.2em;
}
.form-item--error label {
  color: var(--red-color);
}
.form-item--error input {
  border-color: var(--red-color) !important;
  border-radius: 3px 3px 0 0;
}
.form-item--error ul {
  list-style: none;
  margin: 0;
  padding: 4px 15px 6px;
  background: var(--red-color);
  border-radius: 0 0 3px 3px;
  transition: background 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.form-item--error ul li {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-inverse-color);
}
.form-item--error:focus-within input {
  border-color: var(--text-light-color) !important;
}
.form-item--error:focus-within ul {
  background: var(--text-light-color);
}
.form-item--reveal input {
  padding-right: 65px;
}
.form-item--reveal:hover .form-item__reveal {
  opacity: 1;
}
.form-item__reveal {
  position: absolute;
  top: 20px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.form-item__reveal svg {
  height: 16px;
}
.form-item__reveal__shown {
  display: none;
  fill: var(--accent-color);
}
.form-item__reveal__hidden {
  fill: var(--text-medium-color);
}
.form-item__reveal--revealing {
  opacity: 1;
}
.form-item__reveal--revealing .form-item__reveal__shown {
  display: block;
}
.form-item__reveal--revealing .form-item__reveal__hidden {
  display: none;
}

.form-actions {
  margin-top: 30px;
}
@media only screen and (min-width: 688px) {
  .form-actions {
    display: flex;
    align-items: center;
  }
}
.form-actions__note {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-medium-color);
}
@media only screen and (min-width: 688px) {
  .form-actions__note {
    margin-top: 0;
    margin-left: 20px;
  }
}
.form-actions__note a {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-medium-color);
  transition: color 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.form-actions__note a:hover {
  color: var(--text-strong-color);
}
@media only screen and (max-width: 687px) {
  .form-actions__note a:first-child {
    margin-left: -10px;
  }
}
.form-actions__note__button {
  background: transparent;
  border: 0;
  padding: 0;
  height: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--text-medium-color);
  transition: color 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.form-actions__note__button:hover {
  color: var(--text-strong-color);
}
.form-actions__note--multi {
  line-height: 1.3;
}
@media only screen and (min-width: 688px) {
  .form-actions__note--multi {
    margin-left: 30px;
  }
}
.form-actions__note--multi a {
  padding: 0;
  text-decoration: underline;
}

.form-note {
  margin-top: 30px;
}
.form-note p {
  font-size: 13px;
  color: var(--text-medium-color);
  padding-bottom: 0;
}

.page-title {
  position: relative;
  margin-top: 10px;
}
@media only screen and (min-width: 688px) {
  .page-title {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title {
    margin-top: 0;
  }
}
.page-title h1 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: -5px;
  font-weight: 600;
}
@media only screen and (min-width: 688px) {
  .page-title h1 {
    font-size: 30px;
    margin-top: -7px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title h1 {
    transition: opacity 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.page-title h1 strong {
  display: block;
  font-weight: 800;
}

.page .form {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .auth--with-promo {
    display: flex;
  }
  .auth--with-promo .auth__main {
    width: 50%;
  }
  .auth--with-promo .auth__content {
    max-width: none;
  }
}

.auth__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 20px;
}
@media only screen and (min-width: 688px) {
  .auth__main {
    padding: 60px;
  }
}
@media only screen and (min-width: 1312px) {
  .auth__main {
    padding: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .auth__main {
    padding: 100px;
  }
}

.auth__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auth__header h1 {
  font-size: 20px;
  text-transform: capitalize;
}
@media only screen and (min-width: 688px) {
  .auth__header h1 {
    text-transform: none;
  }
}
.auth__header h1 span {
  display: none;
}
@media only screen and (min-width: 688px) {
  .auth__header h1 span {
    display: inline;
  }
}

.auth__logo .slate-logo {
  height: 20px;
  fill: var(--background-dark-color);
}
.auth__logo .slate-logo__accent {
  fill: var(--accent-color);
}

.auth__logo-treatments svg {
  height: 40px;
  fill: var(--text-medium-color);
}
@media only screen and (min-width: 992px) {
  .auth__logo-treatments svg {
    height: 60px;
  }
}

.auth__slate {
  display: flex;
  height: 20px;
  align-items: center;
}
.auth__slate span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}
.auth__slate__logo {
  margin-left: 8px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  padding: 5px;
  background: var(--background-light-color);
  box-shadow: 0px 5px 20px hsla(var(--background-dark-color-hsl),0.06);
}
@media only screen and (min-width: 688px) {
  .auth__slate__logo {
    margin-left: 15px;
    width: 60px;
    height: 60px;
    padding: 8px;
  }
}
.auth__slate__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.auth__content {
  padding: 80px 0;
  align-self: center;
  width: 100%;
  max-width: 520px;
}
.auth__content--offset-h1 {
  padding-bottom: 160px;
}
.auth__content--recently-used .form label,
.auth__content--recently-used .form input,
.auth__content--recently-used .form-actions,
.auth__content--recently-used .form > .form-message {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.auth__content--recently-used .auth__recent {
  opacity: 1;
  visibility: visible;
}
.auth__content--recently-used .auth__recent p {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.auth__content--recently-used .form-item__option {
  z-index: 2;
}
.auth__content--recently-used .form-item__option svg {
  transform: scaleY(-1);
}

.auth__recent {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .auth__recent {
    top: -48px;
  }
}
.auth__recent p {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.auth__recent ul {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.auth__recent ul li {
  margin-top: 8px;
}
.auth__recent ul li:first-child {
  margin-top: 0;
}

.auth__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auth__footer .xr-logo {
  height: 20px;
  fill: var(--text-medium-color);
}
.auth__footer__info {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-light-color);
}
.auth__footer__info a {
  margin-left: 10px;
  color: var(--text-light-color);
}
.auth__footer__info a:hover {
  color: var(--text-medium-color);
}
.auth__footer__help {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: var(--text-medium-color);
  transition: color 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.auth__footer__help span {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.auth__footer__help svg {
  height: 30px;
  margin-left: 8px;
  fill: currentColor;
}
.auth__footer__help:hover {
  color: var(--text-strong-color);
}

.error-glitch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  --glitch-width: 300px;
  --glitch-height: 300px;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 3s;
  --delay-anim: 1s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: var(--accent-blue-color);
  --blend-color-5: var(--accent-color);
}
.error-glitch__images {
  position: relative;
  width: 300px;
  height: 300px;
}
.error-glitch__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/images/slate-error-icon.png) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}
.error-glitch__image:nth-child(n+2) {
  opacity: 0;
}
.error-glitch__image:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.error-glitch__image:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-1;
}
.error-glitch__image:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-2;
}
.error-glitch__image:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-3;
}
.error-glitch__image:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash;
}

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-text {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  }
  10%, 100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
/* Flash */
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
.auth__verified {
  display: inline-flex;
  margin: 10px 0;
  align-items: center;
  border: 0;
  height: 33px;
  padding: 0 12px;
  border-radius: 3px;
  background: var(--background-light-color);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--accent-color);
}
.auth__verified svg {
  height: 13px;
  fill: currentColor;
  margin-right: 8px;
}

.page--join-slate {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .page--join-slate {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .page--join-slate .auth__slate {
    height: auto;
    justify-content: center;
  }
  .page--join-slate .auth__slate span {
    display: none;
  }
  .page--join-slate .auth__slate__logo {
    margin-left: 0;
    width: 60px;
    height: 60px;
    padding: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .page--join-slate .auth__slate {
    height: auto;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .page--join-slate .auth__slate {
    top: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .page--join-slate .auth__slate {
    top: 60px;
    right: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .auth__join {
    margin-top: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .auth__join {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 60px;
  }
}
.auth__join .form p {
  margin-top: 30px;
}
@media only screen and (min-width: 688px) {
  .auth__join .form p {
    margin-top: 35px;
    padding-bottom: 25px;
  }
}
.auth__join .form .button--primary {
  margin-bottom: 10px;
}
@media only screen and (max-width: 687px) {
  .auth__join .form .button--primary span > span {
    display: none;
  }
}
.auth__join__options > span {
  display: block;
  padding: 11px 0 13px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-light-color);
}
@media only screen and (min-width: 688px) {
  .auth__join__options {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .auth__join__options > span {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .auth__join__options {
    justify-content: flex-start;
  }
}
.auth__join__image {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  width: 40%;
  padding-left: 10%;
}
@media only screen and (max-width: 1311px) {
  .auth__join__image {
    display: none;
  }
}
@keyframes sway {
  0% {
    transform: translate(30px, 0) rotate(-16.4deg) scale(1);
  }
  50% {
    transform: translate(0, 20px) rotate(-19.4deg) scale(0.9);
  }
  100% {
    transform: translate(30px, 0) rotate(-16.4deg) scale(1);
  }
}
.auth__join__image svg {
  position: absolute;
  width: 400px;
  bottom: -50px;
  right: 0;
  animation-name: sway;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  fill: var(--border-color);
}
.auth__join__image img {
  position: relative;
  width: 200px;
}
.auth__join__image span {
  position: relative;
  width: 100%;
  margin-top: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-strong-color);
  white-space: pre-line;
}

.auth__promo {
  display: none;
}
@media only screen and (min-width: 992px) {
  .auth__promo {
    position: relative;
    display: block;
    width: 50%;
    min-height: 100vh;
    background: var(--background-dark-color);
  }
}

.auth__promo-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--background-dark-color);
  padding: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.auth__promo-item--active {
  opacity: 1;
  visibility: visible;
}
.auth__promo-item--active .auth__promo-item__content span {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.auth__promo-item--active .auth__promo-item__content p {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.auth__promo-item--active .auth__promo-item__content a {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.5s, background 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1312px) {
  .auth__promo-item {
    padding: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .auth__promo-item {
    padding: 100px;
  }
}
.auth__promo-item__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.auth__promo-item__image img {
  width: 100%;
  height: 100%;
}
.auth__promo-item__image--cover img {
  object-fit: cover;
}
.auth__promo-item__image--contain img {
  object-fit: contain;
}
.auth__promo-item__image--gradient:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background: linear-gradient(to bottom, hsla(var(--background-dark-color-hsl),0) 0%, hsla(var(--background-dark-color-hsl),1) 100%);
}
.auth__promo-item__image--gradient-black:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.auth__promo-item__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  justify-self: flex-start;
}
.auth__promo-item__video--square {
  padding-bottom: 100%;
}
.auth__promo-item__video-wrap {
  position: relative;
  z-index: 1;
  width: 400px;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media only screen and (min-width: 1312px) {
  .auth__promo-item__video-wrap {
    width: 480px;
  }
}
.auth__promo-item__video video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.auth__promo-item__video__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--accent-color);
  color: var(--text-inverse-color);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.auth__promo-item__video__toggle:hover {
  background: hsl(var(--accent-color-h), var(--accent-color-s), 37%);
  color: var(--text-inverse-color);
}
.auth__promo-item__video__toggle--hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}
.auth__promo-item__video__toggle svg {
  height: 22px;
  fill: currentColor;
}
.auth__promo-item__logo {
  position: absolute;
  top: 60px;
  left: 60px;
  max-width: 80px;
}
.auth__promo-item__logo img {
  max-width: 60px;
}
@media only screen and (min-width: 1312px) {
  .auth__promo-item__logo img {
    max-width: 80px;
  }
}
@media only screen and (min-width: 1312px) {
  .auth__promo-item__logo {
    top: 80px;
    left: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .auth__promo-item__logo {
    top: 100px;
    left: 100px;
  }
}
.auth__promo-item__content {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
.auth__promo-item__content span {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-light-color);
  opacity: 0;
  transform: translate(0, 8px);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.auth__promo-item__content p {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--text-inverse-color);
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1312px) {
  .auth__promo-item__content p {
    white-space: pre-line;
  }
}
.auth__promo-item__content a {
  margin-top: 14px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

.auth__promo-dots {
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 56px;
  left: 56px;
}
@media only screen and (min-width: 1312px) {
  .auth__promo-dots {
    bottom: 76px;
    left: 76px;
  }
}
@media only screen and (min-width: 1600px) {
  .auth__promo-dots {
    bottom: 96px;
    left: 96px;
  }
}
.auth__promo-dots__dot {
  padding: 4px;
  cursor: pointer;
}
.auth__promo-dots__dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--text-inverse-color);
  opacity: 0.25;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.auth__promo-dots__dot--active {
  pointer-events: none;
}
.auth__promo-dots__dot--active span {
  opacity: 1;
}
.auth__promo-dots:hover .auth__promo-dots__dot span {
  opacity: 0.25;
}
.auth__promo-dots:hover .auth__promo-dots__dot:hover span {
  opacity: 1;
}

.welcome-title {
  position: relative;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .welcome-title {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 992px) {
  .welcome-title {
    margin-top: 0;
    text-align: left;
  }
}
.welcome-title h1 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: -5px;
  font-weight: 600;
}
@media only screen and (min-width: 688px) {
  .welcome-title h1 {
    font-size: 30px;
    margin-top: -7px;
  }
}
@media only screen and (min-width: 992px) {
  .welcome-title h1 {
    max-width: 70%;
    transition: opacity 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.welcome-title h1 strong {
  display: block;
  font-weight: 800;
}
.welcome-title__search {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  padding: 0;
  font-size: 60px;
  font-weight: 600;
  color: var(--text-strong-color);
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.welcome-title__search::-webkit-input-placeholder {
  color: var(--text-light-color);
  text-transform: none;
}
.welcome-title__search::-moz-placeholder {
  color: var(--text-light-color);
  text-transform: none;
}
.welcome-title__search:-ms-input-placeholder {
  color: var(--text-light-color);
  text-transform: none;
}
.welcome-title__search:-moz-placeholder {
  color: var(--text-light-color);
  text-transform: none;
}
.welcome-title__search:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .welcome-title__search {
    display: none;
  }
}
.welcome-title__note {
  position: absolute;
  bottom: 4px;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--text-medium-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.welcome-title__note svg {
  margin-right: 6px;
  height: 16px;
  fill: currentColor;
}
.welcome-title__note--start {
  opacity: 1;
  visibility: visible;
}
.welcome-title__note--clear {
  cursor: pointer;
  color: var(--text-medium-color);
}
.welcome-title__note--clear:hover {
  color: var(--text-strong-color);
}
@media only screen and (max-width: 991px) {
  .welcome-title__note {
    display: none;
  }
}
.welcome-title--searching h1 {
  opacity: 0;
}
.welcome-title--searching .welcome-title__search,
.welcome-title--searching .welcome-title__note--clear {
  opacity: 1;
  visibility: visible;
}
.welcome-title--searching .welcome-title__note--start {
  opacity: 0;
  visibility: hidden;
}

.welcome-app {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-flow: wrap;
}
@media only screen and (min-width: 992px) {
  .welcome-app {
    margin-top: 60px;
  }
}
.welcome-app--divide {
  padding-top: 40px;
  border-top: 2px solid var(--border-color);
}
@media only screen and (min-width: 992px) {
  .welcome-app--divide {
    padding-top: 60px;
  }
}
.welcome-app .slate-logo {
  height: 20px;
  fill: var(--background-dark-color);
}
.welcome-app .slate-logo__accent {
  fill: var(--accent-color);
}
.welcome-app .treatments-logo {
  height: 48px;
  fill: #423B52;
}
.welcome-app p {
  margin-top: 0;
  font-size: 14px;
}

.welcome-grid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}
@media only screen and (min-width: 688px) {
  .welcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .welcome-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .welcome-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1600px) {
  .welcome-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.welcome-grid__item {
  position: relative;
  display: flex;
  border-radius: 6px;
  background: var(--background-light-color);
  box-shadow: 0px 5px 20px hsla(var(--background-dark-color-hsl),0.03);
}
@media only screen and (min-width: 992px) {
  .welcome-grid__item {
    display: block;
    box-shadow: 0px 5px 30px hsla(var(--background-dark-color-hsl),0.06);
    transition: box-shadow 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .welcome-grid__item:hover, .welcome-grid__item:focus-visible {
    outline: none;
    z-index: 1;
    box-shadow: 0px 15px 30px hsla(var(--background-dark-color-hsl),0.12);
  }
  .welcome-grid__item:hover .welcome-grid__content svg, .welcome-grid__item:focus-visible .welcome-grid__content svg {
    fill: var(--accent-color);
  }
  .welcome-grid__item:focus-visible {
    outline: 3px solid var(--accent-color);
    border-radius: 0;
  }
}
.welcome-grid__image {
  position: relative;
  display: flex;
  width: 80px;
  aspect-ratio: 1/1;
  padding: 15px;
  background: var(--text-light-color);
  border-radius: 6px 0 0 6px;
}
.welcome-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.welcome-grid__image svg {
  fill: var(--text-strong-color);
  height: 32px;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .welcome-grid__image svg {
    height: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .welcome-grid__image {
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 6px 6px 0 0;
  }
  .welcome-grid__image img {
    width: 70%;
  }
}
.welcome-grid__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  border-left: 1px solid var(--border-color);
  padding: 15px 65px 15px 15px;
}
@media only screen and (min-width: 992px) {
  .welcome-grid__content {
    padding: 13px 45px 14px 15px;
    border-left: 0;
    border-top: 1px solid var(--border-color);
  }
}
.welcome-grid__content svg {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 20px;
  fill: var(--text-light-color);
  transition: fill 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .welcome-grid__content svg {
    top: 15px;
    right: 15px;
  }
}
.welcome-grid__content h2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-strong-color);
}
.welcome-grid__content span {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-medium-color);
}

.form-message__2fa {
  display: block;
  margin-top: 14px;
  padding: 15px;
  background: var(--background-light-color);
  border: 1px solid hsl(var(--accent-blue-color-h), var(--accent-blue-color-s), 80%);
  border-radius: 3px;
  box-shadow: 0px 5px 20px hsla(var(--background-dark-color-hsl),0.06);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--text-strong-color);
}
.form-message__2fa span {
  display: block;
}
.form-message__2fa .button {
  margin-top: 8px;
}
@media only screen and (min-width: 688px) {
  .form-message__2fa {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form-message__2fa .button {
    margin-top: 0;
  }
}

.form-qr {
  display: inline-block;
  margin: 15px 0;
  background: var(--background-light-color);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 5px 20px hsla(var(--background-dark-color-hsl),0.06);
}
.form-qr svg rect {
  fill: var(--background-light-color);
}

.form-recovery {
  display: inline-block;
  margin: 15px 0;
  padding: 15px;
  background: var(--background-light-color);
  border: 1px solid hsl(var(--accent-blue-color-h), var(--accent-blue-color-s), 80%);
  border-radius: 3px;
  box-shadow: 0px 5px 20px hsla(var(--background-dark-color-hsl),0.06);
}
@media only screen and (min-width: 688px) {
  .form-recovery {
    padding: 15px 20px 20px;
  }
}
.form-recovery__row {
  line-height: 1.2;
}
.form-recovery__row code {
  font-size: 16px;
}
@media only screen and (min-width: 688px) {
  .form-recovery__row code {
    font-size: 19px;
    line-height: 1.4;
  }
}
.form-recovery__buttons {
  display: flex;
  margin-top: 12px;
}
.form-recovery__buttons .button {
  margin-left: 3px;
}
.form-recovery__buttons .button:first-child {
  margin-left: 0;
}
