/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@-webkit-keyframes pulse {
  to {
    transform: scale(0.8);
    opacity: 0.5; } }

@keyframes pulse {
  to {
    transform: scale(0.8);
    opacity: 0.5; } }

@-webkit-keyframes rotate {
  to {
    transform: rotateY(1turn); } }

@keyframes rotate {
  to {
    transform: rotateY(1turn); } }

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn); } }

@keyframes spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes shake {
  from, to {
    transform: none; }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-0.5rem); }
  20%, 40%, 60%, 80% {
    transform: translateX(0.5rem); } }

@keyframes shake {
  from, to {
    transform: none; }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-0.5rem); }
  20%, 40%, 60%, 80% {
    transform: translateX(0.5rem); } }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes reveal-top {
  from {
    transform: translateY(-2.5rem);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes reveal-top {
  from {
    transform: translateY(-2.5rem);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes hide-top {
  from {
    transform: none;
    opacity: 1; }
  to {
    transform: translateY(-2.5rem);
    opacity: 0; } }

@keyframes hide-top {
  from {
    transform: none;
    opacity: 1; }
  to {
    transform: translateY(-2.5rem);
    opacity: 0; } }

@-webkit-keyframes reveal-right {
  from {
    transform: translateX(2.5rem);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes reveal-right {
  from {
    transform: translateX(2.5rem);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes hide-right {
  from {
    transform: none;
    opacity: 1; }
  to {
    transform: translateX(2.5rem);
    opacity: 0; } }

@keyframes hide-right {
  from {
    transform: none;
    opacity: 1; }
  to {
    transform: translateX(2.5rem);
    opacity: 0; } }

@-webkit-keyframes reveal-bottom {
  from {
    transform: translateY(2.5rem);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes reveal-bottom {
  from {
    transform: translateY(2.5rem);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes hide-bottom {
  from {
    transform: none;
    opacity: 1; }
  to {
    transform: translateY(2.5rem);
    opacity: 0; } }

@keyframes hide-bottom {
  from {
    transform: none;
    opacity: 1; }
  to {
    transform: translateY(2.5rem);
    opacity: 0; } }

@-webkit-keyframes reveal-left {
  from {
    transform: translateX(-2.5rem);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes reveal-left {
  from {
    transform: translateX(-2.5rem);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes hide-left {
  from {
    transform: none;
    opacity: 1; }
  to {
    transform: translateX(-2.5rem);
    opacity: 0; } }

@keyframes hide-left {
  from {
    transform: none;
    opacity: 1; }
  to {
    transform: translateX(-2.5rem);
    opacity: 0; } }

@font-face {
  font-family: 'Roboto';
  src: url("./../fonts/Roboto-Regular.woff2") format("woff2"), url("./../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("./../fonts/Roboto-Medium.woff2") format("woff2"), url("./../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

.t-red {
  --primary: var(--red-primary);
  --inverted: var(--red-inverted);
  --dark: var(--red-dark);
  --dark-grey: var(--red-dark-grey);
  --grey: var(--red-grey);
  --light-grey: var(--red-light-grey); }
  .t-red.t-dark {
    --primary: var(--red-inverted);
    --dark: var(--red-light-grey);
    --dark-grey: var(--red-grey);
    --grey: var(--red-dark-grey);
    --light-grey: var(--red-dark); }

.t-orange {
  --primary: var(--orange-primary);
  --inverted: var(--orange-inverted);
  --dark: var(--orange-dark);
  --dark-grey: var(--orange-dark-grey);
  --grey: var(--orange-grey);
  --light-grey: var(--orange-light-grey); }
  .t-orange.t-dark {
    --primary: var(--orange-inverted);
    --dark: var(--orange-light-grey);
    --dark-grey: var(--orange-grey);
    --grey: var(--orange-dark-grey);
    --light-grey: var(--orange-dark); }

.t-yellow {
  --primary: var(--yellow-primary);
  --inverted: var(--yellow-inverted);
  --dark: var(--yellow-dark);
  --dark-grey: var(--yellow-dark-grey);
  --grey: var(--yellow-grey);
  --light-grey: var(--yellow-light-grey); }
  .t-yellow.t-dark {
    --primary: var(--yellow-inverted);
    --dark: var(--yellow-light-grey);
    --dark-grey: var(--yellow-grey);
    --grey: var(--yellow-dark-grey);
    --light-grey: var(--yellow-dark); }

.t-green {
  --primary: var(--green-primary);
  --inverted: var(--green-inverted);
  --dark: var(--green-dark);
  --dark-grey: var(--green-dark-grey);
  --grey: var(--green-grey);
  --light-grey: var(--green-light-grey); }
  .t-green.t-dark {
    --primary: var(--green-inverted);
    --dark: var(--green-light-grey);
    --dark-grey: var(--green-grey);
    --grey: var(--green-dark-grey);
    --light-grey: var(--green-dark); }

.t-cyan {
  --primary: var(--cyan-primary);
  --inverted: var(--cyan-inverted);
  --dark: var(--cyan-dark);
  --dark-grey: var(--cyan-dark-grey);
  --grey: var(--cyan-grey);
  --light-grey: var(--cyan-light-grey); }
  .t-cyan.t-dark {
    --primary: var(--cyan-inverted);
    --dark: var(--cyan-light-grey);
    --dark-grey: var(--cyan-grey);
    --grey: var(--cyan-dark-grey);
    --light-grey: var(--cyan-dark); }

.t-blue {
  --primary: var(--blue-primary);
  --inverted: var(--blue-inverted);
  --dark: var(--blue-dark);
  --dark-grey: var(--blue-dark-grey);
  --grey: var(--blue-grey);
  --light-grey: var(--blue-light-grey); }
  .t-blue.t-dark {
    --primary: var(--blue-inverted);
    --dark: var(--blue-light-grey);
    --dark-grey: var(--blue-grey);
    --grey: var(--blue-dark-grey);
    --light-grey: var(--blue-dark); }

.t-dark-blue {
  --primary: var(--dark-blue-primary);
  --inverted: var(--dark-blue-inverted);
  --dark: var(--dark-blue-dark);
  --dark-grey: var(--dark-blue-dark-grey);
  --grey: var(--dark-blue-grey);
  --light-grey: var(--dark-blue-light-grey); }
  .t-dark-blue.t-dark {
    --primary: var(--dark-blue-inverted);
    --dark: var(--dark-blue-light-grey);
    --dark-grey: var(--dark-blue-grey);
    --grey: var(--dark-blue-dark-grey);
    --light-grey: var(--dark-blue-dark); }

.t-violet {
  --primary: var(--violet-primary);
  --inverted: var(--violet-inverted);
  --dark: var(--violet-dark);
  --dark-grey: var(--violet-dark-grey);
  --grey: var(--violet-grey);
  --light-grey: var(--violet-light-grey); }
  .t-violet.t-dark {
    --primary: var(--violet-inverted);
    --dark: var(--violet-light-grey);
    --dark-grey: var(--violet-grey);
    --grey: var(--violet-dark-grey);
    --light-grey: var(--violet-dark); }

.t-magenta {
  --primary: var(--magenta-primary);
  --inverted: var(--magenta-inverted);
  --dark: var(--magenta-dark);
  --dark-grey: var(--magenta-dark-grey);
  --grey: var(--magenta-grey);
  --light-grey: var(--magenta-light-grey); }
  .t-magenta.t-dark {
    --primary: var(--magenta-inverted);
    --dark: var(--magenta-light-grey);
    --dark-grey: var(--magenta-grey);
    --grey: var(--magenta-dark-grey);
    --light-grey: var(--magenta-dark); }

.t-brick {
  --primary: var(--brick-primary);
  --inverted: var(--brick-inverted);
  --dark: var(--brick-dark);
  --dark-grey: var(--brick-dark-grey);
  --grey: var(--brick-grey);
  --light-grey: var(--brick-light-grey); }
  .t-brick.t-dark {
    --primary: var(--brick-inverted);
    --dark: var(--brick-light-grey);
    --dark-grey: var(--brick-grey);
    --grey: var(--brick-dark-grey);
    --light-grey: var(--brick-dark); }

.t-spreadsheet {
  --primary: var(--spreadsheet-primary);
  --inverted: var(--spreadsheet-inverted);
  --dark: var(--spreadsheet-dark);
  --dark-grey: var(--spreadsheet-dark-grey);
  --grey: var(--spreadsheet-grey);
  --light-grey: var(--spreadsheet-light-grey); }
  .t-spreadsheet.t-dark {
    --primary: var(--spreadsheet-inverted);
    --dark: var(--spreadsheet-light-grey);
    --dark-grey: var(--spreadsheet-grey);
    --grey: var(--spreadsheet-dark-grey);
    --light-grey: var(--spreadsheet-dark); }

.t-vermillion-two {
  --primary: var(--vermillion-two-primary);
  --inverted: var(--vermillion-two-inverted);
  --dark: var(--vermillion-two-dark);
  --dark-grey: var(--vermillion-two-dark-grey);
  --grey: var(--vermillion-two-grey);
  --light-grey: var(--vermillion-two-light-grey); }
  .t-vermillion-two.t-dark {
    --primary: var(--vermillion-two-inverted);
    --dark: var(--vermillion-two-light-grey);
    --dark-grey: var(--vermillion-two-grey);
    --grey: var(--vermillion-two-dark-grey);
    --light-grey: var(--vermillion-two-dark); }

.t-steel-grey {
  --primary: var(--steel-grey-primary);
  --inverted: var(--steel-grey-inverted);
  --dark: var(--steel-grey-dark);
  --dark-grey: var(--steel-grey-dark-grey);
  --grey: var(--steel-grey-grey);
  --light-grey: var(--steel-grey-light-grey); }
  .t-steel-grey.t-dark {
    --primary: var(--steel-grey-inverted);
    --dark: var(--steel-grey-light-grey);
    --dark-grey: var(--steel-grey-grey);
    --grey: var(--steel-grey-dark-grey);
    --light-grey: var(--steel-grey-dark); }

.t-document {
  --primary: var(--document-primary);
  --inverted: var(--document-inverted);
  --dark: var(--document-dark);
  --dark-grey: var(--document-dark-grey);
  --grey: var(--document-grey);
  --light-grey: var(--document-light-grey); }
  .t-document.t-dark {
    --primary: var(--document-inverted);
    --dark: var(--document-light-grey);
    --dark-grey: var(--document-grey);
    --grey: var(--document-dark-grey);
    --light-grey: var(--document-dark); }

.t-black {
  --primary: var(--black-primary);
  --inverted: var(--black-inverted);
  --dark: var(--black-dark);
  --dark-grey: var(--black-dark-grey);
  --grey: var(--black-grey);
  --light-grey: var(--black-light-grey); }
  .t-black.t-dark {
    --primary: var(--black-inverted);
    --dark: var(--black-light-grey);
    --dark-grey: var(--black-grey);
    --grey: var(--black-dark-grey);
    --light-grey: var(--black-dark); }

.t-buttonblue {
  --primary: var(--buttonblue-primary);
  --inverted: var(--buttonblue-inverted);
  --dark: var(--buttonblue-dark);
  --dark-grey: var(--buttonblue-dark-grey);
  --grey: var(--buttonblue-grey);
  --light-grey: var(--buttonblue-light-grey); }
  .t-buttonblue.t-dark {
    --primary: var(--buttonblue-inverted);
    --dark: var(--buttonblue-light-grey);
    --dark-grey: var(--buttonblue-grey);
    --grey: var(--buttonblue-dark-grey);
    --light-grey: var(--buttonblue-dark); }

.t-warm-grey-two {
  --primary: var(--warm-grey-two-primary);
  --inverted: var(--warm-grey-two-inverted);
  --dark: var(--warm-grey-two-dark);
  --dark-grey: var(--warm-grey-two-dark-grey);
  --grey: var(--warm-grey-two-grey);
  --light-grey: var(--warm-grey-two-light-grey); }
  .t-warm-grey-two.t-dark {
    --primary: var(--warm-grey-two-inverted);
    --dark: var(--warm-grey-two-light-grey);
    --dark-grey: var(--warm-grey-two-grey);
    --grey: var(--warm-grey-two-dark-grey);
    --light-grey: var(--warm-grey-two-dark); }

.t-warm-grey-three {
  --primary: var(--warm-grey-three-primary);
  --inverted: var(--warm-grey-three-inverted);
  --dark: var(--warm-grey-three-dark);
  --dark-grey: var(--warm-grey-three-dark-grey);
  --grey: var(--warm-grey-three-grey);
  --light-grey: var(--warm-grey-three-light-grey); }
  .t-warm-grey-three.t-dark {
    --primary: var(--warm-grey-three-inverted);
    --dark: var(--warm-grey-three-light-grey);
    --dark-grey: var(--warm-grey-three-grey);
    --grey: var(--warm-grey-three-dark-grey);
    --light-grey: var(--warm-grey-three-dark); }

.t-vermillion {
  --primary: var(--vermillion-primary);
  --inverted: var(--vermillion-inverted);
  --dark: var(--vermillion-dark);
  --dark-grey: var(--vermillion-dark-grey);
  --grey: var(--vermillion-grey);
  --light-grey: var(--vermillion-light-grey); }
  .t-vermillion.t-dark {
    --primary: var(--vermillion-inverted);
    --dark: var(--vermillion-light-grey);
    --dark-grey: var(--vermillion-grey);
    --grey: var(--vermillion-dark-grey);
    --light-grey: var(--vermillion-dark); }

.t-brownish-grey {
  --primary: var(--brownish-grey-primary);
  --inverted: var(--brownish-grey-inverted);
  --dark: var(--brownish-grey-dark);
  --dark-grey: var(--brownish-grey-dark-grey);
  --grey: var(--brownish-grey-grey);
  --light-grey: var(--brownish-grey-light-grey); }
  .t-brownish-grey.t-dark {
    --primary: var(--brownish-grey-inverted);
    --dark: var(--brownish-grey-light-grey);
    --dark-grey: var(--brownish-grey-grey);
    --grey: var(--brownish-grey-dark-grey);
    --light-grey: var(--brownish-grey-dark); }

.t-cerulean-two {
  --primary: var(--cerulean-two-primary);
  --inverted: var(--cerulean-two-inverted);
  --dark: var(--cerulean-two-dark);
  --dark-grey: var(--cerulean-two-dark-grey);
  --grey: var(--cerulean-two-grey);
  --light-grey: var(--cerulean-two-light-grey); }
  .t-cerulean-two.t-dark {
    --primary: var(--cerulean-two-inverted);
    --dark: var(--cerulean-two-light-grey);
    --dark-grey: var(--cerulean-two-grey);
    --grey: var(--cerulean-two-dark-grey);
    --light-grey: var(--cerulean-two-dark); }

.t-conference {
  --primary: var(--conference-primary);
  --inverted: var(--conference-inverted);
  --dark: var(--conference-dark);
  --dark-grey: var(--conference-dark-grey);
  --grey: var(--conference-grey);
  --light-grey: var(--conference-light-grey); }
  .t-conference.t-dark {
    --primary: var(--conference-inverted);
    --dark: var(--conference-light-grey);
    --dark-grey: var(--conference-grey);
    --grey: var(--conference-dark-grey);
    --light-grey: var(--conference-dark); }

.t-dark {
  --darker: #ffffff;
  --white: #282828;
  --primary: #dddddd;
  --dark: #e5e5e5;
  --dark-grey: #9a9a9a;
  --grey: #767676;
  --light-grey: #444444; }

:root {
  --red-primary: #e01010;
  --red-inverted: #df4343;
  --red-dark: #543f3f;
  --red-dark-grey: #816c6c;
  --red-grey: #a18c8c;
  --red-light-grey: #e5d0d0;
  --orange-primary: #ff8100;
  --orange-inverted: #f79837;
  --orange-dark: #574a3d;
  --orange-dark-grey: #84776a;
  --orange-grey: #a4988b;
  --orange-light-grey: #e8dbce;
  --yellow-primary: #e1d019;
  --yellow-inverted: #e0d34a;
  --yellow-dark: #545240;
  --yellow-dark-grey: #817f6d;
  --yellow-grey: #a19f8d;
  --yellow-light-grey: #e5e3d1;
  --green-primary: #67e010;
  --green-inverted: #85df43;
  --green-dark: #48543f;
  --green-dark-grey: #75816c;
  --green-grey: #95a18c;
  --green-light-grey: #d8e5d0;
  --cyan-primary: #10bde0;
  --cyan-inverted: #43c5df;
  --cyan-dark: #3f5054;
  --cyan-dark-grey: #6c7d81;
  --cyan-grey: #8c9ea1;
  --cyan-light-grey: #d0e1e5;
  --blue-primary: #1965ff;
  --blue-inverted: #4a83f7;
  --blue-dark: #404757;
  --blue-dark-grey: #6d7484;
  --blue-grey: #8d95a4;
  --blue-light-grey: #d1d8e8;
  --dark-blue-primary: #102ae0;
  --dark-blue-inverted: #4357df;
  --dark-blue-dark: #3f4154;
  --dark-blue-dark-grey: #6c6e81;
  --dark-blue-grey: #8c8fa1;
  --dark-blue-light-grey: #d0d2e5;
  --violet-primary: #4e2782;
  --violet-inverted: #725599;
  --violet-dark: #45414a;
  --violet-dark-grey: #726e77;
  --violet-grey: #928f98;
  --violet-light-grey: #d6d2db;
  --magenta-primary: #e010d2;
  --magenta-inverted: #df43d5;
  --magenta-dark: #543f52;
  --magenta-dark-grey: #816c7f;
  --magenta-grey: #a18ca0;
  --magenta-light-grey: #e5d0e3;
  --brick-primary: #b54628;
  --brick-inverted: #bf6c55;
  --brick-dark: #4f4441;
  --brick-dark-grey: #7c716e;
  --brick-grey: #9d928f;
  --brick-light-grey: #e0d5d2;
  --spreadsheet-primary: #227346;
  --spreadsheet-inverted: #518e6c;
  --spreadsheet-dark: #414944;
  --spreadsheet-dark-grey: #6e7671;
  --spreadsheet-grey: #8e9692;
  --spreadsheet-light-grey: #d2dad5;
  --vermillion-two-primary: #ea1c0f;
  --vermillion-two-inverted: #e74c43;
  --vermillion-two-dark: #55403f;
  --vermillion-two-dark-grey: #826d6c;
  --vermillion-two-grey: #a28d8c;
  --vermillion-two-light-grey: #e6d1d0;
  --steel-grey-primary: #747f8d;
  --steel-grey-inverted: #8e97a1;
  --steel-grey-dark: #494a4b;
  --steel-grey-dark-grey: #767778;
  --steel-grey-grey: #969799;
  --steel-grey-light-grey: #dadbdc;
  --document-primary: #2a579a;
  --document-inverted: #5779ab;
  --document-dark: #41464d;
  --document-dark-grey: #6e737a;
  --document-grey: #8f939a;
  --document-light-grey: #d2d7de;
  --black-primary: #333333;
  --black-inverted: #5e5e5e;
  --black-dark: #424242;
  --black-dark-grey: #6f6f6f;
  --black-grey: #909090;
  --black-light-grey: lightgray;
  --buttonblue-primary: #0084d5;
  --buttonblue-inverted: #379ad7;
  --buttonblue-dark: #3d4a53;
  --buttonblue-dark-grey: #6a7780;
  --buttonblue-grey: #8b98a0;
  --buttonblue-light-grey: #cedbe3;
  --warm-grey-two-primary: #898989;
  --warm-grey-two-inverted: #9e9e9e;
  --warm-grey-two-dark: #4b4b4b;
  --warm-grey-two-dark-grey: #787878;
  --warm-grey-two-grey: #989898;
  --warm-grey-two-light-grey: gainsboro;
  --warm-grey-three-primary: #9a9a9a;
  --warm-grey-three-inverted: #ababab;
  --warm-grey-three-dark: #4d4d4d;
  --warm-grey-three-dark-grey: #7a7a7a;
  --warm-grey-three-grey: #9a9a9a;
  --warm-grey-three-light-grey: #dedede;
  --vermillion-primary: #d51414;
  --vermillion-inverted: #d74646;
  --vermillion-dark: #533f3f;
  --vermillion-dark-grey: #806c6c;
  --vermillion-grey: #a08d8d;
  --vermillion-light-grey: #e3d0d0;
  --brownish-grey-primary: #6b6b6b;
  --brownish-grey-inverted: #888888;
  --brownish-grey-dark: #484848;
  --brownish-grey-dark-grey: #757575;
  --brownish-grey-grey: #959595;
  --brownish-grey-light-grey: #d9d9d9;
  --cerulean-two-primary: #0084d5;
  --cerulean-two-inverted: #379ad7;
  --cerulean-two-dark: #3d4a53;
  --cerulean-two-dark-grey: #6a7780;
  --cerulean-two-grey: #8b98a0;
  --cerulean-two-light-grey: #cedbe3;
  --conference-primary: #28cca6;
  --conference-inverted: #55d0b4;
  --conference-dark: #41524e;
  --conference-dark-grey: #6e7f7b;
  --conference-grey: #8f9f9b;
  --conference-light-grey: #d2e3df;
  --darker: #282828;
  --white: #ffffff;
  --primary: #102ae0;
  --dark: #444444;
  --dark-grey: #767676;
  --grey: #9a9a9a;
  --light-grey: #e5e5e5; }

*, *::after, *::before {
  box-sizing: border-box;
  resize: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  --size: 1;
  font-size: 16px; }

body {
  overflow: hidden;
  margin: 0 auto;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.625;
  color: #282828;
  color: var(--darker, #282828);
  background-color: #ffffff;
  background-color: var(--white, #ffffff); }

html, body {
  min-width: 320px; }

html, body, button, input, textarea {
  text-rendering: optimizeLegibility; }

html, body, input[type="submit"], input[type="button"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

img, video, object, canvas {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

iframe {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: none; }

figure {
  margin-bottom: 1em; }
  figure img {
    margin-bottom: 1em; }

figcaption {
  font-style: italic; }

ol, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  overflow: hidden;
  margin: 0 0 1em; }

dt {
  font-weight: 600; }

dd {
  margin-left: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none; }

th {
  padding: 0.25em;
  text-align: left;
  border: none; }

td {
  padding: 0;
  border: none; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

p {
  line-height: inherit; }

blockquote {
  padding-left: 1em;
  margin-bottom: 1em;
  font-style: italic;
  border-left: 1px solid; }

hr {
  height: 1px;
  margin: 1em 0;
  border: 0;
  background: #ccc; }

abbr {
  cursor: help;
  border-bottom: 1px dotted; }

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: 0; }
  a:hover, a:focus {
    text-decoration: underline;
    transition: none; }

form ol, form ul {
  list-style: none;
  margin-left: 0; }

fieldset {
  padding: 0;
  margin: 0; }

legend {
  padding: 0 0.5rem;
  margin: 0 0 0 0.5rem; }

label {
  display: block; }

button {
  cursor: pointer;
  padding: 0.5em;
  border: 1px solid; }

textarea {
  resize: vertical; }

input {
  line-height: inherit; }

input, textarea {
  padding: 0.5em 0.666em;
  border: 1px solid; }

input, button, textarea {
  outline: 0;
  box-shadow: none;
  border: none;
  background-color: transparent; }

input, select, textarea {
  width: 100%; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

input[type="checkbox"],
input[type="radio"] {
  width: auto; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none; }

input[type="search"] {
  border-radius: 0;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none; }

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: inset 0 0 0 100px #ffffff;
  box-shadow: inset 0 0 0 100px var(--white, #ffffff); }

[disabled] {
  cursor: default; }

[contenteditable] {
  outline: 0; }

code {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; }

mark {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #f8e71c;
  border-radius: 2px;
  color: inherit; }

.o-feature--with-table {
  font-size: calc(1 * 1rem);
  font-size: calc(var(--size, 1) * 1rem); }
  @supports (display: contents) {
    .o-feature--with-table {
      display: contents; } }
  @supports not (display: contents) {
    .o-feature--with-table {
      overflow: hidden;
      display: flex;
      flex-direction: column; } }
  .o-feature--with-table > * {
    flex: 1; }

.c-avatar {
  font-size: calc(1 * 1rem);
  font-size: calc(var(--size, 1) * 1rem);
  height: 2.00001em;
  width: 2.00001em;
  overflow: hidden;
  margin: auto;
  border-radius: 50%; }

.c-avatar--image {
  position: relative;
  background: transparent no-repeat center;
  background-size: cover; }

.c-avatar--letter {
  line-height: 2.00001em;
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: center;
  background-color: #9a9a9a;
  background-color: var(--grey, #9a9a9a);
  color: #ffffff; }

.c-avatar__edit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 25%;
  fill: #ffffff;
  opacity: 0; }

.c-button {
  font-size: calc(1 * 1rem);
  font-size: calc(var(--size, 1) * 1rem);
  display: inline-flex;
  align-items: center;
  margin: 0.25em;
  padding: 0 0.5em;
  width: auto;
  height: 1.50001em;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
  border-radius: 2px;
  background-color: #282828;
  background-color: var(--darker, #282828);
  border: 1px solid #282828;
  border: 1px solid var(--darker, #282828);
  color: #ffffff;
  color: var(--white, #ffffff); }
  .c-button[disabled] {
    opacity: 0.5; }
  .c-button--coll-main {
    min-width: 6rem;
    height: 2rem;
    background-color: #102ae0;
    background-color: var(--primary);
    border-color: #102ae0;
    border-color: var(--primary);
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 6px;
    border-radius: 1rem;
    transition: opacity 0.3s ease-in-out; }
    .c-button--coll-main .c-button__text {
      font-size: 0.81251em;
      line-height: 1; }
  .c-button--coll-subsidiary {
    min-width: 6rem;
    height: 2rem;
    color: #102ae0;
    color: var(--primary);
    background-color: #ffffff;
    border-color: #102ae0;
    border-color: var(--primary);
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 6px;
    border-radius: 1rem; }
    .c-button--coll-subsidiary .c-button__text {
      font-size: 0.81251em;
      line-height: 1; }
  .c-button--coll-inactive {
    opacity: 0.3; }

.c-button--primary {
  background-color: #102ae0;
  background-color: var(--primary, #102ae0);
  border: 1px solid #102ae0;
  border: 1px solid var(--primary, #102ae0);
  color: #ffffff; }
  .c-button--primary.c-button--shadow, .c-button--primary.c-button--transparent {
    color: #102ae0;
    color: var(--primary, #102ae0); }
  .c-button--primary.c-button--shadow .c-button__icon {
    fill: #102ae0;
    fill: var(--primary, #102ae0); }

.c-button--error {
  background-color: #f73026;
  border: 1px solid #f73026;
  color: #ffffff; }
  .c-button--error.c-button--shadow, .c-button--error.c-button--transparent {
    color: #f73026; }
  .c-button--error.c-button--shadow .c-button__icon {
    fill: #f73026; }

.c-button--success {
  background-color: #00cc66;
  border: 1px solid #00cc66;
  color: #ffffff; }
  .c-button--success.c-button--shadow, .c-button--success.c-button--transparent {
    color: #00cc66; }
  .c-button--success.c-button--shadow .c-button__icon {
    fill: #00cc66; }

.c-button--warning {
  background-color: #dda500;
  border: 1px solid #dda500;
  color: #ffffff; }
  .c-button--warning.c-button--shadow, .c-button--warning.c-button--transparent {
    color: #dda500; }
  .c-button--warning.c-button--shadow .c-button__icon {
    fill: #dda500; }

.c-button--grey {
  background-color: #9a9a9a;
  background-color: var(--grey, #9a9a9a);
  border: 1px solid #9a9a9a;
  border: 1px solid var(--grey, #9a9a9a);
  color: #282828;
  color: var(--darker, #282828); }
  .c-button--grey.c-button--shadow, .c-button--grey.c-button--transparent {
    color: #9a9a9a;
    color: var(--grey, #9a9a9a); }
  .c-button--grey.c-button--shadow .c-button__icon {
    fill: #9a9a9a;
    fill: var(--grey, #9a9a9a); }

.c-button--conference {
  background-color: #28cca6;
  border: 1px solid #28cca6;
  color: #ffffff; }
  .c-button--conference.c-button--shadow, .c-button--conference.c-button--transparent {
    color: #28cca6; }
  .c-button--conference.c-button--shadow .c-button__icon {
    fill: #28cca6; }

.c-button--shadow,
.c-button--transparent {
  background-color: transparent;
  color: #282828;
  color: var(--darker, #282828); }

.c-button--transparent {
  border-radius: 0;
  border-color: transparent; }

.c-button--shadow {
  border: 1px solid #e5e5e5;
  border: 1px solid var(--light-grey, #e5e5e5);
  box-shadow: 0 0.06251em 0.12501em #e5e5e5;
  box-shadow: 0 0.06251em 0.12501em var(--light-grey, #e5e5e5); }
  .c-button--shadow:not([disabled]):hover {
    border-color: currentColor;
    box-shadow: none; }

.c-button--shadow[disabled] {
  color: #767676;
  color: var(--dark-grey, #767676); }
  .c-button--shadow[disabled] .c-button__icon {
    fill: #767676;
    fill: var(--dark-grey, #767676); }

.c-button--pill {
  padding-left: 0.75em;
  padding-right: 0.75em;
  border-radius: 9999px; }

.c-button--sort {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.c-button--sort .c-button__icon {
  margin: 0 !important; }

.c-button__icon + .c-button__text,
.c-button__text + .c-button__icon {
  margin-left: 0.5em; }

.c-button__icon[data-type="plus-small"] + .c-button__text,
.c-button__text + .c-button__icon[data-type="plus-small"] {
  margin-left: 0.125em; }

.c-button__icon[data-type="more-results"] + .c-button__text,
.c-button__text + .c-button__icon[data-type="more-results"] {
  margin-left: 0.125em; }

.c-button__icon {
  height: 1.00001em;
  width: 1.00001em;
  flex: none;
  fill: currentColor; }

.c-button__text {
  font-size: 0.75001em; }
  .c-button:not(.c-button--transparent) .c-button__text {
    flex: 1;
    min-width: 3.99996em; }

.c-icon-document {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  margin: 4.5rem auto 1rem auto;
  background: rgba(116, 127, 141, 0.06); }
  .c-icon-document > svg {
    width: 1.88rem;
    height: 1.88rem;
    fill: #6b6b6b; }
  .c-icon-document--locked {
    width: 1.25rem;
    height: 1.25rem;
    background: #dfe2e5;
    position: absolute;
    bottom: 0;
    right: -0.63rem;
    margin: 0; }
    .c-icon-document--locked > svg {
      width: 6px;
      height: 0.5rem;
      fill: #333333; }
  .c-icon-document--document {
    background: rgba(42, 87, 154, 0.08); }
    .c-icon-document--document > svg {
      fill: #2a579a; }
  .c-icon-document--spreadsheet {
    background: rgba(34, 115, 70, 0.08); }
    .c-icon-document--spreadsheet > svg {
      fill: #227346; }
  .c-icon-document--pdf {
    background: rgba(234, 28, 15, 0.08); }
    .c-icon-document--pdf > svg {
      fill: #ea1c0f; }
  .c-icon-document--presentation {
    background: rgba(181, 70, 40, 0.08); }
    .c-icon-document--presentation > svg {
      fill: #b54628; }
  .c-icon-document--conference {
    background: rgba(40, 204, 166, 0.08); }

.c-input {
  font-size: calc(1 * 1rem);
  font-size: calc(var(--size, 1) * 1rem);
  position: relative;
  line-height: 1.50001em;
  color: #767676;
  color: var(--dark-grey, #767676); }
  .c-input.has-error {
    color: #f73026;
    fill: #f73026; }
  .c-input--coll {
    width: 22.5rem;
    max-width: 90%; }
    .c-input--coll .c-input__label {
      color: #898989;
      font-size: 0.81251em; }
    .c-input--coll .c-input__element {
      height: 2rem;
      color: #333333;
      font-size: 0.81251em;
      border-radius: 4px;
      transition: border 0.3s ease-in-out; }
      .c-input--coll .c-input__element::-moz-placeholder {
        color: #333333; }
      .c-input--coll .c-input__element:-ms-input-placeholder {
        color: #333333; }
      .c-input--coll .c-input__element::placeholder {
        color: #333333; }
  .c-input--collpass .c-input__element::-moz-placeholder {
    color: #9a9a9a; }
  .c-input--collpass .c-input__element:-ms-input-placeholder {
    color: #9a9a9a; }
  .c-input--collpass .c-input__element::placeholder {
    color: #9a9a9a; }
  .c-input--collpass-error .c-input__element {
    border-color: #d51414;
    border-radius: 4px 4px 0 0; }
  .c-input--collpass-error .c-input__desc {
    display: flex;
    align-items: center;
    background-color: rgba(213, 20, 20, 0.1);
    border: 1px solid rgba(213, 20, 20, 0.32);
    border-top: 0;
    font-size: 0.75001em;
    line-height: 1.88rem;
    color: #333333;
    border-radius: 0 0 4px 4px; }
    .c-input--collpass-error .c-input__desc .c-text__icon {
      margin: 0 9px;
      fill: #d51414;
      width: 14px;
      height: 13px; }

.c-input__element {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.75001em;
  background: 0;
  outline: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 1px solid #e5e5e5;
  border: 1px solid var(--light-grey, #e5e5e5);
  border-radius: 2px;
  color: #282828;
  color: var(--darker, #282828);
  height: 1.99999em;
  text-indent: 0.75em; }
  .c-input__element:focus {
    border-color: #102ae0;
    border-color: var(--primary, #102ae0); }
  .c-input.has-error .c-input__element {
    color: currentColor;
    border-color: currentColor; }

.c-input__label {
  display: block;
  font-size: 0.75001em;
  color: currentColor;
  margin-right: 0.5em;
  margin-bottom: 0.125em; }
  .c-input__label::after {
    content: ':'; }

.c-input__desc {
  font-size: 0.75001em; }

.c-input__button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding-right: 0; }

.c-input__wrap {
  cursor: text;
  display: flex;
  align-items: center;
  height: 1.50001em;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 1px solid #e5e5e5;
  border: 1px solid var(--light-grey, #e5e5e5);
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  .c-input__wrap:focus-within {
    border-color: #102ae0;
    border-color: var(--primary, #102ae0); }
  .c-input.has-error .c-input__wrap {
    color: currentColor;
    border-color: currentColor; }
  .c-input.is-disabled .c-input__wrap {
    pointer-events: none;
    opacity: 0.5; }
  .c-input__wrap .c-input__element {
    flex: 1;
    height: 1.83332em;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: 0; }
  .c-input__wrap .c-input__element:-moz-placeholder-shown ~ .c-input__suffix.c-text {
    display: none; }
  .c-input__wrap .c-input__element:-ms-input-placeholder ~ .c-input__suffix.c-text {
    display: none; }
  .c-input__wrap .c-input__element:placeholder-shown ~ .c-input__suffix.c-text {
    display: none; }

.c-input__wrap--large {
  height: 2.25001em; }
  .c-input__wrap--large .c-input__element {
    height: 100%;
    padding-left: 0.75em !important; }

.c-input__prefix + .c-input__element {
  padding-left: 0.333em;
  text-indent: 0; }

.c-input__prefix.c-icon {
  flex: none;
  margin-left: 0.666em;
  fill: #767676;
  fill: var(--dark-grey, #767676); }
  .c-input.has-error .c-input__prefix.c-icon {
    fill: currentColor; }

.c-input__suffix.c-text {
  pointer-events: none;
  margin-right: 1em;
  font-size: 0.75001em;
  white-space: nowrap;
  color: #767676;
  color: var(--dark-grey, #767676); }
  .c-input.has-error .c-input__suffix.c-text {
    color: currentColor; }

.c-input__suffix.c-icon {
  cursor: pointer;
  height: 100%;
  margin: 0 0.5em;
  fill: #102ae0;
  fill: var(--primary, #102ae0); }

.c-input__suffix.c-button {
  margin: 0; }

.component-option {
  position: relative;
  padding: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 8px 0;
  font-size: 0.81251em;
  background-color: rgba(255, 255, 255, 0.85); }
  .component-option:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    left: 12px;
    top: 11px; }
  .component-option.mic:before {
    content: url("../images/mic.svg"); }
  .component-option.camera:before {
    content: url("../images/camera.svg"); }
  .component-option .label {
    text-indent: 32px; }
  .component-option .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    float: right;
    top: 1px; }
    .component-option .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
      .component-option .switch input:checked + .slider {
        background-color: #4e2782; }
      .component-option .switch inputinput:focus + .slider {
        box-shadow: 0 0 1px #4e2782; }
      .component-option .switch input:checked + .slider:before {
        transform: translateX(14px); }
  .component-option .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 16px; }
    .component-option .slider:before {
      position: absolute;
      content: '';
      height: 12px;
      width: 12px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%; }

.c-message-document__filemsg {
  font-size: 1.25001em;
  line-height: 1.25001em;
  font-weight: 600;
  color: #333333;
  text-align: center; }
  .c-message-document__filemsg strong {
    font-weight: inherit; }
  .c-message-document__filemsg--generic strong {
    color: #6b6b6b; }
  .c-message-document__filemsg--document strong {
    color: #2a579a; }
  .c-message-document__filemsg--spreadsheet strong {
    color: #227346; }
  .c-message-document__filemsg--presentation strong {
    color: #b54628; }
  .c-message-document__filemsg--pdf strong {
    color: #ea1c0f; }

.c-message-document--blur {
  filter: blur(10px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.c-message-document--conference .c-message-document__docsmsg {
  font-size: 1.25001em;
  color: #747f8d; }

.c-message-document__docsmsg {
  font-size: 0.87501em;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  margin: 0.5rem 0 0 0; }

.c-message-document--coll {
  margin: 0 0 2rem 0; }

[class^=c-message-document__file--] {
  font-weight: inherit; }

@-webkit-keyframes enter {
  from {
    transform: translateX(50%);
    opacity: 0; } }

@keyframes enter {
  from {
    transform: translateX(50%);
    opacity: 0; } }

@-webkit-keyframes leave {
  to {
    transform: translateX(-50%);
    opacity: 0; } }

@keyframes leave {
  to {
    transform: translateX(-50%);
    opacity: 0; } }

@keyframes shake {
  from, to {
    transform: none; }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-0.5rem); }
  20%, 40%, 60%, 80% {
    transform: translateX(0.5rem); } }

.c-feature-conference {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  min-height: 100vh;
  border-top: 4px solid #28cca6; }
  .c-feature-conference.enter {
    -webkit-animation: enter .25s;
    animation: enter .25s; }
  .c-feature-conference.leave {
    -webkit-animation: leave .25s;
    animation: leave .25s; }
  .c-feature-conference.error {
    -webkit-animation: shake 0.4s cubic-bezier(0.5, 0, 1, 0.5);
    animation: shake 0.4s cubic-bezier(0.5, 0, 1, 0.5); }
  .c-feature-conference__activity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem; }
    .c-feature-conference__activity .c-avatar {
      width: 1.75rem;
      height: 1.75rem;
      line-height: 1.75rem;
      font-size: 0.87501em;
      margin: 0;
      margin-left: -0.63rem;
      border: 2px solid #fff;
      box-sizing: content-box; }
    .c-feature-conference__activity .text {
      font-size: 0.87501em; }
      .c-feature-conference__activity .text strong {
        font-weight: 600;
        margin: 0 0 0 0.5rem; }
  .c-feature-conference__buttons {
    margin: 1.75rem 0 auto 0; }
  .c-feature-conference .icon {
    margin: 72px 0 16px 0;
    position: relative; }
    .c-feature-conference .icon .locked {
      width: 1.25rem;
      height: 1.25rem;
      background: #dfe2e5;
      position: absolute;
      bottom: -0.63rem;
      right: -0.63rem;
      border-radius: 50%;
      padding: 5px; }
  .c-feature-conference .powered_by {
    padding: 32px 0;
    color: #898989;
    font-size: 0.87501em; }
    .c-feature-conference .powered_by a {
      color: #4e2782; }
    .c-feature-conference .powered_by img {
      display: block;
      margin: 0 auto 6px auto;
      width: 70px;
      height: 20px; }

.c-application-conference {
  border-top: 4px solid #28cca6; }

[hidden] {
  display: none !important; }

.no-animation * {
  -webkit-animation: none !important;
  animation: none !important;
  transition: none !important; }

.is-visually-hidden:not(:focus):not(:active):not(:focus):not(:active) {
  position: absolute;
  overflow: hidden;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  white-space: nowrap;
  border: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.u-capitalize::first-letter {
  text-transform: capitalize; }

.u-text-left {
  text-align: left; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

.u-text-normal {
  font-weight: normal; }

.u-text-bold {
  font-weight: bold; }

.u-font-size-tiny {
  font-size: 0.75001em; }

.u-color-grey {
  color: #9a9a9a;
  color: var(--grey, #9a9a9a); }

.u-fill-primary {
  fill: #102ae0;
  fill: var(--primary, #102ae0); }

.u-fill-success {
  fill: #00cc66; }

.u-fill-error {
  fill: #f73026; }

.u-p\(0\) {
  padding: 0; }

.u-pl\(0\) {
  padding-left: 0; }

.u-px\(2\/3\) {
  padding-left: 0.66667em;
  padding-right: 0.66667em; }

.bg-transparent {
  background-color: transparent; }

iframe {
  height: 100vh !important; }

.component-avatar.refresh {
  cursor: pointer; }
  .component-avatar.refresh.refreshing {
    background-color: #767676;
    background-color: var(--dark-grey); }

.application-conference {
  border: 0; }
  .application-conference video {
    position: fixed;
    top: 4px;
    left: 0;
    width: 100%;
    height: calc(100vh - 4px);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    transform: scaleX(-1); }
  .application-conference .has-video .c-message-document__docsmsg,
  .application-conference .has-video .c-input--coll .c-input__label,
  .application-conference .has-video .powered_by, .application-conference .has-video .powered_by a {
    color: #fff;
    text-shadow: 0 1px 10px #000; }
  .application-conference .has-video .c-message-document__filemsg {
    color: #fff;
    text-shadow: 0 1px 25px #000; }

.c-feature-conference__activity {
  max-width: 550px;
  flex-wrap: wrap; }

.options {
  margin: 24px 0;
  width: 22.5rem; }

.c-input--coll {
  max-width: none; }
