html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -webkit-padding-start: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  padding: 0;
  font: inherit;
  -webkit-margin-after: 0;
  font-size: 100%;
  -webkit-margin-before: 0;
}

body {
  line-height: 1rem;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  min-inline-size: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

::selection {
  background-color: #53bceb;
  color: #ffffff;
}

body, html {
  width: 100%;
  height: 100%;
}

html {
  font-size: 19px;
}

body {
  background-color: #ffffff;
  color: #2c2825;
  font-family: 'groldroundedslim-extralight', Helvetica, sans-serif;
  letter-spacing: 0.25px;
  line-height: 1.35rem;
}

#app-root, #content, section {
  height: 100%;
}

#content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
  width: 100%;
}

#content.studio-background {
  background-image: url('/images/backgrounds/studio-background.jpg');
  background-size: cover;
}

main {
  flex: 1;
}

footer {
  color: #ffffff;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 0.25rem 0.625rem;
}

footer a {
  color: #ffffff;
  text-decoration: underline;
}

footer a:hover {
  color: #ffffff;
}

.layout-card {
  background-color: white;
  border: 1px solid #e6e1e1;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  height: auto;
}

.layout-card .container {
  margin: 1.3125rem 1rem;
  padding: 0;
}

.layout-card .container.small {
  margin: 0.625rem 0.5rem;
}

.container {
  margin: 0 auto;
  position: relative;
}

.container.width-380 {
  max-width: 380px;
  width: 90%;
}

.container.width-960 {
  max-width: 960px;
  width: 90%;
}

.container .min-height-750 {
  min-height: 750px;
}

.container.full-width {
  padding: 0 3.25rem;
}

.container.vertical-scroll {
  height: 100%;
  overflow-y: auto;
}

.container.horizontal-scroll {
  width: 100%;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
}

.container.no-scroll {
  overflow: hidden;
}

.container.inset-minus-1 {
  padding: 0.625rem;
}

.container.inset-minus-3 {
  padding: 0.125rem;
}

.container.inset-0 {
  padding: 1rem;
}

.row {
  display: flex;
  position: relative;
  width: 100%;
}

.column {
  flex: 1;
  min-width: 0;
  position: relative;
  width: 100%;
}

.column.standard-margin {
  margin: 0 2.625rem 1.8125rem 0;
}

.column:last-child {
  margin-right: 0;
}

.column.overflow-ellipsis {
  width: 10px;
}

.column.width-380 {
  flex: 0 0 380px;
}

div.scrollable-column {
  max-height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
}

.button-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
}

.hgroup {
  align-items: Center;
  display: flex;
}

.hgroup h1, .hgroup h2, .hgroup h3 {
  flex: 1;
}

.hgroup .button:last-child, .hgroup button:last-child {
  margin-right: 0;
}

.hgroup.inline-button {
  align-items: baseline;
}

.hgroup.inline-button h1, .hgroup.inline-button h2, .hgroup.inline-button h3 {
  flex: initial;
  margin-right: 0.375rem;
}

.object-inliner, .inliner {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: 1rem;
  width: auto;
}

.object-inliner li, .inliner li {
  flex-shrink: 0;
}

.object-inliner.space-between, .inliner.space-between {
  justify-content: space-between;
}

hr {
  background-color: #e6e1e1;
  border: 0;
  height: 1px;
  margin: 1.3125rem 0 1.3125rem;
}

.inline-block {
  display: inline-block;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

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

.flex-1 {
  flex: 1;
}

.flex-align-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-center-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-align-center-right {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
}

.flex-align-center-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.flex-align-space-around {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.margin-top-plus-210 {
  margin-top: 210px;
}

.width-100 {
  width: 100%;
}

.margin-top-minus-5 {
  margin-top: 0.15rem;
}

.margin-bottom-minus-5 {
  margin-bottom: 0.15rem;
}

.margin-left-minus-5 {
  margin-left: 0.15rem;
}

.margin-right-minus-5 {
  margin-right: 0.15rem;
}

.padding-top-minus-5 {
  padding-top: 0.15rem;
}

.padding-bottom-minus-5 {
  padding-bottom: 0.15rem;
}

.padding-left-minus-5 {
  padding-left: 0.15rem;
}

.padding-right-minus-5 {
  padding-right: 0.15rem;
}

.gap-minus-5 {
  gap: 0.15rem;
}

.margin-top-minus-1 {
  margin-top: 0.625rem;
}

.margin-bottom-minus-1 {
  margin-bottom: 0.625rem;
}

.margin-left-minus-1 {
  margin-left: 0.625rem;
}

.margin-right-minus-1 {
  margin-right: 0.625rem;
}

.padding-top-minus-1 {
  padding-top: 0.625rem;
}

.padding-bottom-minus-1 {
  padding-bottom: 0.625rem;
}

.padding-left-minus-1 {
  padding-left: 0.625rem;
}

.padding-right-minus-1 {
  padding-right: 0.625rem;
}

.gap-minus-1 {
  gap: 0.625rem;
}

.margin-top-minus-4 {
  margin-top: 0.25rem;
}

.margin-bottom-minus-4 {
  margin-bottom: 0.25rem;
}

.margin-left-minus-4 {
  margin-left: 0.25rem;
}

.margin-right-minus-4 {
  margin-right: 0.25rem;
}

.padding-top-minus-4 {
  padding-top: 0.25rem;
}

.padding-bottom-minus-4 {
  padding-bottom: 0.25rem;
}

.padding-left-minus-4 {
  padding-left: 0.25rem;
}

.padding-right-minus-4 {
  padding-right: 0.25rem;
}

.gap-minus-4 {
  gap: 0.25rem;
}

.margin-top-0 {
  margin-top: 1rem;
}

.margin-bottom-0 {
  margin-bottom: 1rem;
}

.margin-left-0 {
  margin-left: 1rem;
}

.margin-right-0 {
  margin-right: 1rem;
}

.padding-top-0 {
  padding-top: 1rem;
}

.padding-bottom-0 {
  padding-bottom: 1rem;
}

.padding-left-0 {
  padding-left: 1rem;
}

.padding-right-0 {
  padding-right: 1rem;
}

.gap-0 {
  gap: 1rem;
}

.margin-top-plus-2 {
  margin-top: 1.8125rem;
}

.margin-bottom-plus-2 {
  margin-bottom: 1.8125rem;
}

.margin-left-plus-2 {
  margin-left: 1.8125rem;
}

.margin-right-plus-2 {
  margin-right: 1.8125rem;
}

.padding-top-plus-2 {
  padding-top: 1.8125rem;
}

.padding-bottom-plus-2 {
  padding-bottom: 1.8125rem;
}

.padding-left-plus-2 {
  padding-left: 1.8125rem;
}

.padding-right-plus-2 {
  padding-right: 1.8125rem;
}

.gap-plus-2 {
  gap: 1.8125rem;
}

.margin-top-minus-2 {
  margin-top: 0.5rem;
}

.margin-bottom-minus-2 {
  margin-bottom: 0.5rem;
}

.margin-left-minus-2 {
  margin-left: 0.5rem;
}

.margin-right-minus-2 {
  margin-right: 0.5rem;
}

.padding-top-minus-2 {
  padding-top: 0.5rem;
}

.padding-bottom-minus-2 {
  padding-bottom: 0.5rem;
}

.padding-left-minus-2 {
  padding-left: 0.5rem;
}

.padding-right-minus-2 {
  padding-right: 0.5rem;
}

.gap-minus-2 {
  gap: 0.5rem;
}

.margin-top-plus-4 {
  margin-top: 3.975rem;
}

.margin-bottom-plus-4 {
  margin-bottom: 3.975rem;
}

.margin-left-plus-4 {
  margin-left: 3.975rem;
}

.margin-right-plus-4 {
  margin-right: 3.975rem;
}

.padding-top-plus-4 {
  padding-top: 3.975rem;
}

.padding-bottom-plus-4 {
  padding-bottom: 3.975rem;
}

.padding-left-plus-4 {
  padding-left: 3.975rem;
}

.padding-right-plus-4 {
  padding-right: 3.975rem;
}

.gap-plus-4 {
  gap: 3.975rem;
}

.margin-top-plus-1 {
  margin-top: 1.3125rem;
}

.margin-bottom-plus-1 {
  margin-bottom: 1.3125rem;
}

.margin-left-plus-1 {
  margin-left: 1.3125rem;
}

.margin-right-plus-1 {
  margin-right: 1.3125rem;
}

.padding-top-plus-1 {
  padding-top: 1.3125rem;
}

.padding-bottom-plus-1 {
  padding-bottom: 1.3125rem;
}

.padding-left-plus-1 {
  padding-left: 1.3125rem;
}

.padding-right-plus-1 {
  padding-right: 1.3125rem;
}

.gap-plus-1 {
  gap: 1.3125rem;
}

.margin-top-minus-3 {
  margin-top: 0.375rem;
}

.margin-bottom-minus-3 {
  margin-bottom: 0.375rem;
}

.margin-left-minus-3 {
  margin-left: 0.375rem;
}

.margin-right-minus-3 {
  margin-right: 0.375rem;
}

.padding-top-minus-3 {
  padding-top: 0.375rem;
}

.padding-bottom-minus-3 {
  padding-bottom: 0.375rem;
}

.padding-left-minus-3 {
  padding-left: 0.375rem;
}

.padding-right-minus-3 {
  padding-right: 0.375rem;
}

.gap-minus-3 {
  gap: 0.375rem;
}

.margin-top-plus-5 {
  margin-top: 6rem;
}

.margin-bottom-plus-5 {
  margin-bottom: 6rem;
}

.margin-left-plus-5 {
  margin-left: 6rem;
}

.margin-right-plus-5 {
  margin-right: 6rem;
}

.padding-top-plus-5 {
  padding-top: 6rem;
}

.padding-bottom-plus-5 {
  padding-bottom: 6rem;
}

.padding-left-plus-5 {
  padding-left: 6rem;
}

.padding-right-plus-5 {
  padding-right: 6rem;
}

.gap-plus-5 {
  gap: 6rem;
}

.margin-top-plus-3 {
  margin-top: 2.625rem;
}

.margin-bottom-plus-3 {
  margin-bottom: 2.625rem;
}

.margin-left-plus-3 {
  margin-left: 2.625rem;
}

.margin-right-plus-3 {
  margin-right: 2.625rem;
}

.padding-top-plus-3 {
  padding-top: 2.625rem;
}

.padding-bottom-plus-3 {
  padding-bottom: 2.625rem;
}

.padding-left-plus-3 {
  padding-left: 2.625rem;
}

.padding-right-plus-3 {
  padding-right: 2.625rem;
}

.gap-plus-3 {
  gap: 2.625rem;
}

h1 {
  font-family: 'calpsslim-bold', Helvetica, sans-serif;
  font-size: 3.975rem;
  letter-spacing: -0.5px;
  line-height: 3rem;
}

h2 {
  font-family: 'calps-bold', Helvetica, sans-serif;
  font-size: 1.8125rem;
  line-height: 1.8125rem;
}

h2 span {
  font-size: 1rem;
}

h2 .fa-question-circle {
  cursor: pointer;
  vertical-align: top;
}

h2 .trademark {
  font-family: 'calps-light', Helvetica, sans-serif;
  vertical-align: super;
}

h3 {
  font-family: 'groldroundedslim-medium', Helvetica, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5125rem;
}

h4 {
  font-family: 'calps-light', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}

h5 {
  font-family: 'groldroundedslim-medium', Helvetica, sans-serif;
  font-size: 1rem;
}

h5 .fa-solid, h5 .fa-regular {
  font-size: 14px;
  margin-right: 0.375rem;
}

h6, label, .small-caps, th {
  font-family: 'calps-regular', Helvetica, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p .fa-solid, p .fa-regular {
  font-size: 14px;
  margin-right: 0.375rem;
}

a {
  color: #53bceb;
  text-decoration: none;
}

a:hover {
  color: #6bc9f5;
  cursor: pointer;
  text-decoration: underline;
}

a.text {
  color: #2c2825;
}

a.text:hover {
  color: #53bceb;
}

.error {
  color: #e85f51;
}

.error a {
  color: #ffffff;
  text-decoration: underline;
}

.error a:hover {
  color: #ffffff;
}

.warn {
  color: #ffc03b;
}

small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.15em;
}

small.promo {
  color: #ffffff;
}

small.promo a {
  color: #ffffff;
  text-decoration: underline;
}

small.promo a:hover {
  color: #ffffff;
}

.note {
  color: #e6e1e1;
}

em, i {
  font-family: 'groldroundedslim-extralightitalic', Helvetica, sans-serif;
}

strong, b {
  font-family: 'groldroundedslim-medium', Helvetica, sans-serif;
}

input[type=text], input[type=password], input[type=email], input[type=number], textarea {
  background-color: #ffffff;
  border: 1px solid #e6e1e1;
  border-radius: 3px;
  display: inline-block;
  padding: 0.35rem 0.5rem 0.45rem;
  width: 100%;
}

input[type=text].inline, input[type=password].inline, input[type=email].inline, input[type=number].inline, textarea.inline {
  width: 70px;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus {
  box-shadow: 0 0.5px 3px 3px #53bceb;
  outline: none;
  z-index: 12;
}

input[type=text]:disabled, input[type=text].disabled, input[type=password]:disabled, input[type=password].disabled, input[type=email]:disabled, input[type=email].disabled, input[type=number]:disabled, input[type=number].disabled, textarea:disabled, textarea.disabled {
  border: none;
  cursor: not-allowed;
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #e6e1e1;
  font-family: 'groldroundedslim-lightitalic', Helvetica, sans-serif;
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #e6e1e1;
  font-family: 'groldroundedslim-lightitalic', Helvetica, sans-serif;
}

input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, textarea:-moz-placeholder {
  color: #e6e1e1;
  font-family: 'groldroundedslim-lightitalic', Helvetica, sans-serif;
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #e6e1e1;
  font-family: 'groldroundedslim-lightitalic', Helvetica, sans-serif;
}

.clearable {
  position: relative;
  width: 100%;
}

.clearable:after {
  right: 1px;
  top: 1px;
  font-family: 'Font Awesome 6 Pro';
  text-rendering: auto;
  padding: 5px 12px;
  position: absolute;
  z-index: 1;
  font-weight: 900;
  content: '\f00d';
  font-size: 15px;
  background-color: #ffffff;
  display: block;
  font-style: normal;
  font-variant: normal;
}

input[type=password] {
  font-family: Helvetica, Arial, sans-serif;
}

button, .button {
  font-family: 'groldroundedslim-regular', Helvetica, sans-serif;
  border: 0;
  padding: 0.25em 1em 0.375em;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  background-color: #f7f5f5;
  border-radius: 3px;
  display: inline-block;
  color: #2c2825;
}

button:hover, .button:hover {
  background-color: #e6e1e1;
  color: #2c2825;
  cursor: pointer;
  text-decoration: none;
}

button.naked, .button.naked {
  background-color: transparent;
  padding: 0;
  vertical-align: text-top;
}

button.naked:hover, .button.naked:hover {
  background-color: transparent;
}

button.primary, .button.primary {
  background-color: #53bceb;
  color: #ffffff;
}

button.primary:hover, .button.primary:hover {
  background-color: #6bc9f5;
}

button.primary.outline, .button.primary.outline {
  background-color: #ffffff;
  border: 1px solid #53bceb;
  color: #53bceb;
}

button.primary.outline:hover, .button.primary.outline:hover {
  background-color: #ffffff;
  border-color: #6bc9f5;
  color: #6bc9f5;
}

button.notify, .button.notify {
  background-color: #f5b446;
  color: #2c2825;
}

button.notify:hover, .button.notify:hover {
  background-color: #f5cb82;
}

button.notify.outline, .button.notify.outline {
  background-color: #ffffff;
  border: 1px solid #f5b446;
  color: #f5b446;
}

button.notify.outline:hover, .button.notify.outline:hover {
  background-color: #ffffff;
  border-color: #f5cb82;
  color: #f5cb82;
}

button.outline, .button.outline {
  background-color: #ffffff;
  border: 1px solid #c7c2c2;
}

button.outline:hover, .button.outline:hover {
  background-color: #e6e1e1;
}

button.light, .button.light {
  font-family: 'groldroundedslim-extralight', Helvetica, sans-serif;
}

button.error, .button.error {
  background-color: #e85f51;
  color: #ffffff;
}

button.error:hover, .button.error:hover {
  background-color: #f87163;
  cursor: pointer;
}

button.disabled, button:disabled, button.disabled:hover, button:disabled:hover, .button.disabled, .button:disabled, .button.disabled:hover, .button:disabled:hover {
  background-color: #f7f5f5;
  color: #ffffff;
  cursor: not-allowed;
}

button.disabled .spinner, button:disabled .spinner, button.disabled:hover .spinner, button:disabled:hover .spinner, .button.disabled .spinner, .button:disabled .spinner, .button.disabled:hover .spinner, .button:disabled:hover .spinner {
  background-image: url('/images/gifs/spinner-medium-grey.gif');
}

button.center, .button.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  text-align: center;
}

button.full-width, .button.full-width {
  width: 100%;
}

button.small, .button.small {
  font-size: 0.8rem;
  margin: 0;
  padding: 0 0.375rem;
}

button.small .fa-solid, button.small .fa-regular, .button.small .fa-solid, .button.small .fa-regular {
  font-size: 12px;
}

button.sign-in, .button.sign-in {
  align-items: center;
  display: flex;
  padding-top: 0.375rem;
  width: 270px;
}

button.sign-in .text, .button.sign-in .text {
  flex: 1;
}

button.sign-in.facebook .icon, .button.sign-in.facebook .icon {
  background: url('/images/brands/facebook-f-blue.png') transparent no-repeat;
  background-size: 24px 24px;
  display: block;
  margin-right: 0.625rem;
  width: 24px;
  height: 24px;
}

button.sign-in.facebook .text, .button.sign-in.facebook .text {
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

button.sign-in.google .icon, .button.sign-in.google .icon {
  background: url('/images/brands/google-g.png') transparent no-repeat;
  background-size: 24px 24px;
  display: block;
  margin-right: 0.625rem;
  width: 24px;
  height: 24px;
}

button.sign-in.google .text, .button.sign-in.google .text {
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

button.sign-in.clean-coders .icon, .button.sign-in.clean-coders .icon {
  background: url('/images/logos/cc-emblem.png') transparent no-repeat;
  background-size: 24px 24px;
  display: block;
  margin-right: 0.625rem;
  width: 24px;
  height: 24px;
}

button.tall, .button.tall {
  padding: 0.625rem 0;
}

button.image, .button.image {
  background-color: #ffffff;
  border: 1px solid #e6e1e1;
  color: #e6e1e1;
  padding: 0 0 0.375rem;
  text-align: center;
}

button.image img, .button.image img {
  margin-bottom: 0.375rem;
}

button.image span, .button.image span {
  display: block;
  margin: 0 auto;
}

button.image .small, .button.image .small {
  font-size: 0.6rem;
  line-height: 0.85rem;
}

button.image:hover, .button.image:hover {
  color: #2c2825;
  cursor: pointer;
}

button .fa-solid, button .fa-regular, .button .fa-solid, .button .fa-regular {
  font-size: 15px;
  margin-right: 0.25rem;
}

button.unselected, .button.unselected {
  background-color: transparent;
  border: 1px solid #e6e1e1;
  color: #2c2825;
}

button.selected, .button.selected {
  background-color: #53bceb;
  color: #ffffff;
}

button.selected:hover, .button.selected:hover {
  background-color: #53bceb;
  color: #ffffff;
}

button.archive-active, .button.archive-active {
  position: relative;
}

button.archive-active:before, .button.archive-active:before {
  width: 0;
  border-width: 13px 13px 13px 0;
  top: 0px;
  border-color: transparent #e6e1e1 transparent transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: -34px;
}

button.archive-active:after, .button.archive-active:after {
  width: 0;
  border-width: 13px 13px 13px 0;
  top: 0px;
  border-color: transparent #ffffff transparent transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: -33px;
}

button.disconnected, .button.disconnected {
  width: 35px;
}

button.fixed-size-130, .button.fixed-size-130 {
  flex: 0 0 130px;
  height: 37px;
}

button .spinner, .button .spinner {
  background-image: url('/images/gifs/spinner-white.gif');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}

.pocky-input {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.pocky-input input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
}

.pocky-input a.button, .pocky-input button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
}

.validation-message-container input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.validation-message-container .button, .validation-message-container button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.validation-message {
  background-color: #e6e1e1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #ffffff;
  padding: 0.375rem;
}

.validation-message.error {
  background-color: #e85f51;
}

.validation-message.success {
  background-color: #53bceb;
}

.validation-message.note {
  background-color: transparent;
  color: #e6e1e1;
}

.flash-root {
  max-width: 300px;
  position: absolute;
  right: 0;
  z-index: 5;
}

.flash-message {
  background-color: #e6e1e1;
  margin-top: 3.25rem;
  position: relative;
}

.flash-message.error {
  background-color: #e85f51;
  color: #ffffff;
}

.flash-message.success {
  background-color: #53bceb;
  color: #ffffff;
}

.flash-message.warn {
  background-color: #ffc03b;
  color: #ffffff;
}

.flash-message .container {
  padding: 0.5rem 2rem 0.5rem 1.3125rem;
}

.flash-message span {
  margin-right: 1rem;
}

.flash-message span:hover {
  cursor: pointer;
}

.flash-message span a {
  display: inline;
  padding: 0;
}

.flash-message .flash-close {
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.search-input {
  line-height: 1.3rem;
  width: 100%;
  font-family: 'groldroundedslim-extralight', Helvetica, sans-serif;
  height: 34px;
  border: 2px solid #f0f0f0;
  padding: 0.25rem 1rem 0.375rem;
  font-size: 1rem;
  background-color: transparent;
  border-radius: 3px;
  display: inline-block;
}

.search-input:focus {
  box-shadow:  0 0 0 2px inset #53bceb;
}

.search-input:focus-visible {
  border: none;
  outline-width: 0;
}

.spinner-medium-grey {
  background-image: url('/images/gifs/spinner-medium-grey.gif');
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.card-icon {
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(347deg) brightness(89%) contrast(111%);
  max-width: initial;
  width: 12px;
  height: 22px;
}

.card-icon.black {
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(347deg) brightness(89%) contrast(111%);
}

.card-icon.white {
  filter: invert(100%) sepia(0%) saturate(246%) hue-rotate(125deg) brightness(109%) contrast(101%);
}

.icon.circular {
  width: 26px;
  justify-content: center;
  height: 26px;
  border: 1px solid #e6e1e1;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  color: #2c2825;
}

.icon.circular.width-26 {
  width: 26px;
  height: 26px;
}

ol, ul, li {
  position: relative;
}

ul.interactive li {
  align-items: center;
  border-bottom: 1px solid #e6e1e1;
  display: flex;
  padding: 0.375rem 0;
}

ul.interactive.full-width li {
  padding: 0.375rem 0.625rem;
}

ul.interactive li:last-child {
  border-bottom: none;
}

ul.interactive li.active {
  background-color: #53bceb;
  color: #ffffff;
}

ul.interactive li.active:after {
  width: 0;
  right: 12px;
  border-width: 4.5px 0 4.5px 7.8px;
  top: 14px;
  border-color: transparent transparent transparent #ffffff;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  display: inline-block;
}

ul.interactive .fa-solid {
  color: #e6e1e1;
  margin-right: 0.5rem;
}

ul.interactive .fa-solid:hover {
  color: #53bceb;
  cursor: pointer;
}

ul.interactive .name {
  flex: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

ul.interactive button, ul.interactive .button {
  font-size: 0.8rem;
  padding: 0 0.625rem;
}

ul.traversable li:hover {
  background-color: #6bc9f5;
  color: #ffffff;
  cursor: pointer;
}

.flex-list {
  display: flex;
  flex-direction: column;
}

img, video {
  display: block;
}

video {
  max-width: 100%;
}

.portrait {
  border: 1px solid #e6e1e1;
  border-radius: 50%;
}

.portrait.width-130 {
  width: 130px;
  height: 130px;
}

.portrait.large {
  margin: 0 auto 1.3125rem;
  width: 175px;
  height: 175px;
}

table {
  text-align: left;
  width: 100%;
}

table.striped td, table.striped th {
  padding: 0.25rem 0.5rem;
}

table.striped tr:nth-child(even) {
  background-color: #f7f5f5;
}

table button, table a.button {
  font-size: 0.8rem;
  padding: 0 0.5rem;
}

table.outline {
  border: 1px solid #e6e1e1;
}

table.outline td, table.outline th {
  padding: 0.1rem 0.625rem;
}

td.focus, th.focus {
  background-color: #e6e1e1;
}

td.minus-two-std-dev, th.minus-two-std-dev {
  background-color: #dcf2fb;
}

td.minus-one-std-dev, th.minus-one-std-dev {
  background-color: #b9e5f8;
}

td.zero-std-dev, th.zero-std-dev {
  background-color: #96d7f4;
}

td.plus-one-std-dev, th.plus-one-std-dev {
  background-color: #74caf0;
}

td.plus-two-std-dev, th.plus-two-std-dev {
  background-color: #50bdec;
  color: #ffffff;
}

div.gaussian {
  height: 400px;
}

.dropzone {
  background-color: #ffffff;
  box-shadow: inset 2px 2px 5px #e6e1e1;
  height: 45px;
}

.story-drop {
  box-shadow: inset 2px 2px 5px #e6e1e1;
  height: 45px;
}

.end-zone {
  background-color: transparent;
  height: 100%;
}

.end-zone-drop {
  align-items: center;
  background-color: white;
  display: flex;
  height: 100%;
  justify-content: center;
}

.drag-story {
  box-shadow: 5px 5px 10px #e6e1e1;
  color: #2c2825;
  cursor: grabbing;
  transform: rotate(2deg);
  width: 30vw;
  z-index: 900;
}

.drag-story:hover {
  cursor: grabbing;
}

.drag-story.sandbox-positioner {
  position: fixed;
  top: 30%;
  left: 15%;
}

.drag-story .title {
  flex: 1;
  font-family: 'calps-bold', Helvetica, sans-serif;
  font-size: 1.3125rem;
  text-transform: uppercase;
}

.drag-story .estimate, .drag-story .estimate-total {
  display: block;
}

.drag-in-progress * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.full-list-dropzone {
  background-color: #ffffff;
  min-height: 120px;
  opacity: 0.93;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.full-list-dropzone:after {
  justify-content: center;
  font-family: 'groldroundedslim-medium', Helvetica, sans-serif;
  margin: 1rem;
  border: 5px dashed #c7c2c2;
  align-items: center;
  text-align: center;
  position: absolute;
  content: 'Drop Zone';
  inset: 0;
  font-size: 1.3125rem;
  display: flex;
}

.full-list-dropzone:hover {
  border-color: #53bceb;
  color: #53bceb;
  opacity: 1;
}

.story-sidebar .full-list-dropzone {
  border-top: 1px solid #e6e1e1;
  top: 104px;
  bottom: 100px;
}

.archive .full-list-dropzone {
  top: 53px;
  bottom: 0;
}

.user-menu {
  color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}

.user-menu div {
  align-items: center;
  display: flex;
  padding: 0.625rem;
}

.user-menu div:hover {
  cursor: auto;
}

.user-menu span {
  display: none;
  margin-right: 0.625rem;
}

.user-menu img {
  margin-left: auto;
  margin-right: 0;
  max-width: 2rem;
  width: 100%;
}

.user-menu img:hover {
  cursor: pointer;
}

.user-menu ul {
  background-color: #2c2825;
  color: #ffffff;
  display: none;
}

.user-menu ul:hover {
  cursor: pointer;
}

.user-menu li {
  border-top: 1px solid #e6e1e1;
  display: flex;
  padding: 0.375rem 0.625rem;
}

.user-menu li:hover {
  background-color: #53bceb;
}

.user-menu:hover {
  box-shadow: -2px 2px 6px hsla(0, 0%, 0%, 0.2);
  cursor: pointer;
}

.user-menu:hover div {
  background-color: #2c2825;
}

.user-menu:hover span {
  display: inline-block;
}

.user-menu:hover img {
  box-shadow: none;
}

.user-menu:hover ul {
  display: block;
}

.user-menu.box-shadow img {
  box-shadow: 0 0 40px 20px #ffffff;
}

.contextual-menu-anchor {
  position: relative;
}

.contextual-menu-anchor .button.active {
  box-shadow: inset 3px 3px 6px #47a0c8, inset -3px -3px 6px #5fd8ff;
}

.contextual-menu {
  line-height: 1.3125rem;
  width: 450px;
  top: 30px;
  font-family: 'groldroundedslim-extralight', Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
  position: absolute;
  z-index: 3;
  cursor: auto;
  font-weight: 400;
  box-shadow: 0 0 6px hsla(0, 0%, 0%, 0.2);
  font-size: 1rem;
  background-color: #ffffff;
  letter-spacing: 0;
  border-radius: 3px;
  font-variant: normal;
  color: #2c2825;
  left: 0;
}

.contextual-menu:before {
  right: 0;
  top: 0;
  position: fixed;
  z-index: -1;
  cursor: default;
  content: '';
  background-color: transparent;
  display: block;
  bottom: 0;
  left: 0;
}

.contextual-menu .layout-card {
  padding: 1rem;
}

.contextual-menu .layout-card:before {
  width: 0;
  border-width: 0 8px 10px 8px;
  top: -9px;
  border-color: transparent transparent #e6e1e1 transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: 24px;
}

.contextual-menu .layout-card:after {
  width: 0;
  border-width: 0 8px 10px 8px;
  top: -7px;
  border-color: transparent transparent #ffffff transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: 24px;
}

.contextual-menu.list-menu {
  left: unset;
  right: 0;
  top: 62px;
  width: 150px;
}

.contextual-menu.list-menu .layout-card {
  padding: 0;
}

.contextual-menu.list-menu .layout-card:before {
  left: unset;
  right: 18px;
}

.contextual-menu.list-menu .layout-card:after {
  left: unset;
  right: 18px;
}

.contextual-menu.list-menu ul {
  background-color: #ffffff;
  border-radius: 3px;
  z-index: 1;
}

.contextual-menu.list-menu li {
  border-bottom: 1px solid #e6e1e1;
  padding: 0.3rem 0.625rem 0.375rem;
}

.contextual-menu.list-menu li:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.contextual-menu.list-menu li:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.contextual-menu.list-menu li:last-child {
  border-bottom: none;
}

.contextual-menu.list-menu li:hover {
  background-color: #53bceb;
  color: #ffffff;
  cursor: pointer;
}

.contextual-menu.list-menu .name {
  flex: 1;
}

.contextual-menu.list-menu .icon-container {
  width: 18px;
}

.contextual-menu.list-menu .card-icon {
  width: 12px;
}

.users-list-menu {
  display: none;
}

.users-list-menu img {
  width: 1.8125rem;
}

.users-list-menu .contextual-menu.list-menu li:hover {
  background-color: #ffffff;
  color: #2c2825;
  cursor: auto;
}

.user-menu-1 img {
  width: 50px;
}

.user-menu-1:hover {
  cursor: pointer;
}

.user-menu-1:hover .portrait, .user-menu-1:hover .user-status {
  border-color: #53bceb;
}

.user-menu-1:hover img {
  opacity: 0.7;
}

.user-status {
  line-height: 1rem;
  width: 26px;
  right: -2px;
  justify-content: center;
  height: 26px;
  border: 1px solid #e6e1e1;
  align-items: center;
  position: absolute;
  font-size: 15px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  bottom: -2px;
}

.user-status .card-icon {
  width: 11px;
  height: 15px;
}

.scrollable-users-list {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: 0.25rem;
  width: auto;
  position: relative;
}

.scrollable-users-list ul {
  gap: 0;
  max-width: 195px;
  -ms-overflow-style: none;
  border: 1px solid #e6e1e1;
  padding: 0.25rem;
  scrollbar-width: none;
  overflow-x: scroll;
  border-radius: 50px;
  display: flex;
}

.scrollable-users-list ul::-webkit-scrollbar {
  display: none;
}

.scrollable-users-list li {
  flex-shrink: 0;
  margin-left: -0.625rem;
  border-radius: 50%;
}

.scrollable-users-list li:first-child {
  margin-left: 0;
}

.scrollable-users-list .portrait {
  width: 42px;
}

.scrollable-users-list .fa-solid {
  color: #e6e1e1;
}

.scrollable-users-list .fa-solid:hover {
  color: #53bceb;
  cursor: pointer;
}

.scrollable-users-list .toggle-settings {
  color: #b4b4b4;
}

.scrollable-users-list .toggle-settings:hover {
  color: black;
}

.export-room .totals, .export-room .story {
  padding-left: 0;
}

.export-room .story:hover {
  color: #2c2825;
  cursor: auto;
}

.export-room .story:last-child {
  box-shadow: none;
}

.no-scroll {
  overflow: hidden;
}

.modal-background {
  background-color: hsla(25.714285, 8.641975%, 15.882353%, 0.93);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
}

.modal-overlay span {
  color: #ffffff;
  font-size: 1.8125rem;
  line-height: 1.3125rem;
  padding: 1rem;
}

.modal-overlay span:hover {
  color: #e6e1e1;
  cursor: pointer;
}

.modal {
  max-width: 380px;
  margin: 100px auto;
  position: relative;
}

.modal.width-500 {
  max-width: 500px;
  width: 90%;
}

.modal.full-width {
  max-width: 1080px;
  width: 90%;
}

.modal.full-width .container {
  margin: 1rem;
}

.modal img {
  max-width: 100%;
}

.modal img.app-logo {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.story-sidebar {
  left: calc(-100% + 1.8125rem);
  transition: left 0.5s ease-in;
  flex: 0 0 35%;
  z-index: 3;
}

.story-sidebar ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.story-sidebar ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #c7c2c2;
  width: 0.1rem;
}

.story-sidebar ::-webkit-scrollbar-track {
  background-color: #ffffff;
  padding: 0.25rem;
}

.story-sidebar ::-webkit-scrollbar-corner {
  background-color: transparent;
}

.story-sidebar.active {
  left: 0;
}

.story-sidebar .background {
  opacity: 0.1;
  position: fixed;
  bottom: 0;
  width: 30vw;
  height: auto;
  z-index: 0;
}

.story-sidebar .room-name {
  background-color: #ffffff;
}

.story-sidebar .room-name .fa-cog {
  font-size: 0.75rem;
  margin-top: 5px;
}

.story-sidebar .room-name .fa-cog:hover {
  color: #53bceb;
  cursor: pointer;
}

.story-sidebar .room-name h3 {

}

.story-sidebar .container.vertical-scroll {
  max-height: calc(100vh - 160px);
  width: 100%;
}

.story-sidebar .selected {
  position: sticky;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.story-sidebar li:not(.selected) .-title:hover {
  color: #53bceb;
}

.story-sidebar .add-story {
  padding: 1rem 1rem 0.375rem 1rem;
  z-index: 1;
}

.story-sidebar.active .sidebar-toggle:after {
  content: '\f053';
}

.story-sidebar > .container {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  background-color: rgba(255,255,255,0.15);
  box-shadow: 0 0 8px hsla(0, 0%, 0%, 0.2);
  display: flex;
  flex-direction: column;
  position: relative;
}

.sidebar-toggle {
  border-bottom: 1px solid #e6e1e1;
  right: -19px;
  top: 50%;
  padding: 0.625rem 3px;
  transform: translateY(-50%);
  border-right: 1px solid #e6e1e1;
  border-bottom-right-radius: 3px;
  position: absolute;
  border-top: 1px solid #e6e1e1;
  border-top-right-radius: 3px;
  background-color: #ffffff;
  display: none;
}

.sidebar-toggle:after {
  font-family: 'Font Awesome 6 Pro';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  content: '\f054';
  display: block;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar-toggle:hover {
  background-color: #53bceb;
  color: #ffffff;
  cursor: pointer;
}

.archive {
  left: 100px;
  top: -14px;
  width: 500px;
}

.archive:before {
  width: 0;
  border-width: 12px 15px 12px 0;
  top: 16px;
  border-color: transparent #e6e1e1 transparent transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: -15px;
}

.archive:after {
  width: 0;
  border-width: 12px 15px 12px 0;
  top: 16px;
  border-color: transparent #ffffff transparent transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: -13px;
}

.archive .hgroup {
  padding: 0.625rem 1rem;
}

.archive .story .name:hover span {
  max-width: 450px;
}

.archive .story:last-child {
  border-bottom: none;
}

.archive li:last-child .story, .archive li:last-child.dropzone {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.archive .end-zone {
  height: 100px;
}

.archive .end-zone-drop {
  border: 2px dashed #c7c2c2;
  box-shadow: inset 2px 2px 5px #e6e1e1;
}

@keyframes disconnected {

  from {
    color: #e85f51;
    font-size: 15px;
  }
  
  to {
    color: #f87163;
    font-size: 20px;
  }

}

@-webkit-keyframes disconnected {

  from {
    color: #e85f51;
    font-size: 15px;
  }
  
  to {
    color: #f87163;
    font-size: 20px;
  }

}

@-moz-keyframes disconnected {

  from {
    color: #e85f51;
    font-size: 15px;
  }
  
  to {
    color: #f87163;
    font-size: 20px;
  }

}

@-o-keyframes disconnected {

  from {
    color: #e85f51;
    font-size: 15px;
  }
  
  to {
    color: #f87163;
    font-size: 20px;
  }

}

.fa-exclamation-triangle.animation {
  animation: disconnected 1s infinite alternate;
}

.story, .totals {
  border-bottom: 1px solid #e6e1e1;
  height: 45px;
  align-items: center;
  position: relative;
  box-shadow: none;
  background-color: #ffffff;
  display: flex;
  transition: box-shadow 0.5s ease-in-out;
  padding-left: 1rem;
}

.story.active, .totals.active {
  background-color: #53bceb;
  color: #ffffff;
}

.story.active:hover, .totals.active:hover {
  color: #ffffff;
  background: #6bc9f5;
}

.story.active .fa-solid:hover, .totals.active .fa-solid:hover {
  color: #ffffff;
  cursor: pointer;
}

.story.active .name:hover span, .totals.active .name:hover span {
  background-color: #6bc9f5;
}

.story.moved, .totals.moved {
  box-shadow: 0 0 3px 3px #53bceb;
  z-index: 1;
}

.story.disabled, .totals.disabled {
  color: #e6e1e1;
}

.story.disabled .fa-solid:hover, .totals.disabled .fa-solid:hover {
  color: #e6e1e1;
  cursor: not-allowed;
}

.story.excluded .estimate, .story.excluded .estimate-total, .totals.excluded .estimate, .totals.excluded .estimate-total {
  color: #e6e1e1;
}

.story.edit, .totals.edit {
  padding-left: 0;
}

.story .fa-solid, .totals .fa-solid {
  font-size: 14px;
  line-height: 27px;
}

.story .fa-solid:hover, .totals .fa-solid:hover {
  color: #53bceb;
  cursor: pointer;
}

.story .title, .totals .title {
  flex: 1;
  font-family: 'calps-bold', Helvetica, sans-serif;
  font-size: 1.3125rem;
  text-transform: uppercase;
}

.story .name, .totals .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  flex: 1;
  position: relative;
  width: 10px;
}

.story .name span, .totals .name span {
  padding: 9px 1rem 9px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.story .name:hover, .totals .name:hover {
  height: 45px;
  overflow: initial;
}

.story .name:hover span, .totals .name:hover span {
  background-color: #ffffff;
  height: 42px;
  max-width: calc(35vw - 50px);
  position: absolute;
  top: 1px;
  width: auto;
  z-index: 1;
}

.story .estimate, .totals .estimate {
  flex: 0 0 60px;
  font-family: 'calps-light', Helvetica, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  position: relative;
  text-align: right;
}

.story .estimate-total, .totals .estimate-total {
  flex: 0 0 105px;
  font-family: 'calps-light', Helvetica, sans-serif;
  font-size: 1.8125rem;
  line-height: 1.8125rem;
  padding-right: 1rem;
  text-align: right;
}

.totals {
  align-items: baseline;
  background-color: #ffffff;
  font-family: 'calps-medium', Helvetica, sans-serif;
  padding-left: 1rem;
  padding-top: 0.375rem;
  position: sticky;
  top: 0;
  z-index: 1;
}

.totals:hover {
  color: #2c2825;
  cursor: auto;
}

.totals span {
  height: 34px;
}

.totals .fa-solid {
  margin-right: 0.25rem;
}

.totals .fa-solid:hover {
  color: #53bceb;
  cursor: pointer;
}

.totals .estimate:after {
  line-height: 1.2em;
  width: 16px;
  right: -3px;
  top: -10px;
  height: 16px;
  text-align: center;
  position: absolute;
  content: '';
  font-size: 0.55em;
  border-radius: 50%;
  display: block;
}

.totals .estimate.optimistic:after {
  content: 'O';
}

.totals .estimate.realistic:after {
  content: 'R';
}

.totals .estimate.pessimistic:after {
  content: 'P';
}

.totals .estimate-total {
  font-family: 'calps-bold', Helvetica, sans-serif;
}

.story:hover {
  cursor: pointer;
}

.story:last-child {
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.1);
}

.story .fa-solid {
  padding: 0.43rem 0.5rem 0.43rem 0;
}

.-settings.dropdown {
  width: 150px;
  padding: 0px 10px;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  box-shadow: -1px 1px 5px 0 hsla(0, 0%, 62.7451%, 0.8);
  margin-left: 10px;
  display: flex;
  background: white;
}

.settings-icon {
  color: grey;
  font-size: .8rem;
}

.select-option:hover {
  color: #33B5E3;
}

.select-option:hover .action {
  color: #33B5E3;
}

.select-option:hover .settings-icon {
  color: #33B5E3;
}

.action {
  color: grey;
  font-size: .8rem;
  cursor: pointer;
}

.action:hover {
  color: #33B5E3;
}

.action:hover .settings-icon {
  color: #33B5E3;
}

.card-table {
  display: flex;
  flex: 0 0 65%;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.card-table .background {
  opacity: 0.1;
  position: fixed;
  width: 100%;
  height: auto;
}

.card-table ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.card-table ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.83);
  width: 0.1rem;
}

.card-table ::-webkit-scrollbar-track {
  background-color: transparent;
  padding: 0.25rem;
}

.card-table ::-webkit-scrollbar-corner {
  background-color: transparent;
}

.status-header {
  border-left: 1px solid #e6e1e1;
  margin: 0 1rem;
  padding: 0.625rem 1rem 0.75rem;
  border-right: 1px solid #e6e1e1;
  border-bottom-right-radius: 3px;
  position: relative;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #e6e1e1;
  z-index: 2;
  box-shadow: 0 0 6px hsla(0, 0%, 0%, 0.2);
  background-color: #ffffff;
}

.status-header .column:nth-child(1) {
  border-right: 1px solid #e6e1e1;
  margin-right: 0.625rem;
  padding-right: 1rem;
}

.status-header .column:nth-child(2) {
  flex: 0 1 content;
}

.status-header .overflow-ellipsis {
  max-width: 100%;
  width: auto;
}

.status-header .tooltip-anchor {
  position: absolute;
  bottom: -1.3125rem;
  left: 0;
}

.status-header .tooltip-anchor h6 {
  color: #ffffff;
  opacity: 0.4;
}

.status-header .tooltip-anchor .tooltip {
  width: 500px;
  background-image: url('/images/backgrounds/room-background.jpg');
  border: 1px solid white;
}

.status-header .tooltip-anchor img {
  width: 100%;
}

.scroll-container {
  flex: 0 0 calc(100vh - 240px);
  overflow-y: auto;
  padding: 2.625rem 1.3125rem 0;
}

.scroll-container.spectator-mode {
  flex: 100vh;
}

.scroll-container::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

.player-info {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
}

.player-info .asdf {
  position: relative;
}

.player-info .status-icons {
  position: relative;
}

.player-info .position-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.player-info .position-2 {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
}

.player-info .icon.circular:hover {
  border-color: #53bceb;
  color: #53bceb;
  cursor: pointer;
}

.player-info .icon.circular:hover img {
  filter: invert(59%) sepia(97%) saturate(279%) hue-rotate(155deg) brightness(95%) contrast(93%);
}

.player-cards-container {
  z-index: 0;
}

.player-status {
  justify-content: center;
  font-family: 'calps-bold', Helvetica, sans-serif;
  height: 197px;
  text-transform: uppercase;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.3125rem;
  display: flex;
  flex: 0 0 120px;
  color: #ffffff;
}

.player-status button {
  font-size: 1rem;
  margin-bottom: 0.375rem;
  width: 100%;
}

.player-status .tooltip-anchor {
  width: 100%;
}

.estimator {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.3125rem;
  margin-bottom: 2.625rem;
  max-width: 745px;
  width: 100%;
}

.estimator.me .poker-card:before {
  width: 120px;
  top: -28px;
  font-family: 'calps-light', Helvetica, sans-serif;
  height: 45px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  color: #ffffff;
  left: 9px;
}

.estimator.me .poker-card-container:nth-child(1) .poker-card:before {
  content: 'Optimistic';
}

.estimator.me .poker-card-container:nth-child(2) .poker-card:before {
  content: 'Realistic';
}

.estimator.me .poker-card-container:nth-child(3) .poker-card:before {
  content: 'Pessimistic';
}

.estimator.inactive .player-cards-container, .estimator.inactive .player-status {
  opacity: 0.3;
}

.player-hand {
  padding: 1rem 1rem 0 1rem;
  position: absolute;
  bottom: -2rem;
  width: 100%;
  z-index: 1;
}

.player-hand .poker-card-container:hover, .player-hand .poker-card-container.hover {
  cursor: pointer;
}

.player-hand .poker-card-container:hover .poker-card, .player-hand .poker-card-container.hover .poker-card {
  bottom: 66px;
  position: absolute;
}

.player-cards-container {
  position: relative;
  width: 100%;
  height: 197px;
}

.player-cards-container ul {
  height: 100%;
  margin-bottom: 0.5rem;
}

.hotkey-message {
  color: white;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.hotkey-message .key-icon {
  border: 1px solid white;
  padding: 4px;
  font-size: .5rem;
  line-height: 1;
  border-radius: 4px;
}

.poker-card-container {
  position: absolute;
  width: 143px;
  height: 197px;
}

.poker-card {
  width: 143px;
  border-width: 3px;
  border-color: #ffffff;
  background-repeat: no-repeat;
  height: 197px;
  border-style: dashed;
  position: absolute;
  transition-timing-function: ease;
  background-size: 135px 189px;
  box-shadow: 0 0 6px hsla(0, 0%, 0%, 0.1);
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  bottom: 0;
  transition: bottom 0.3s;
}

.poker-card.unset {
  border-color: #e6e1e1;
  border-style: dashed;
  border-width: 3px;
}

.poker-card.back {
  background-image: url('/images/card/back.png');
}

.poker-card.selectable:hover {
  border-color: #53bceb;
  cursor: pointer;
}

.poker-card.focus, .poker-card:focus {
  border-color: #53bceb;
  box-shadow: 0 0.5px 3px 3px #53bceb;
  outline: none;
}

.action-tooltip {
  width: max-content;
  font-family: 'groldroundedslim-regular', Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  z-index: 500000000;
  margin-left: -2px;
  font-size: 14px;
  background-color: #53bceb;
  border-radius: 3px;
  bottom: 115%;
  color: white;
}

.hoverable:hover .action-tooltip {
  visibility: visible;
}

.poker-card.front-00 {
  background-image: url('/images/card/00.png');
}

.poker-card.front-25 {
  background-image: url('/images/card/25.png');
}

.poker-card.front-50 {
  background-image: url('/images/card/50.png');
}

.poker-card.front-01 {
  background-image: url('/images/card/01.png');
}

.poker-card.front-02 {
  background-image: url('/images/card/02.png');
}

.poker-card.front-03 {
  background-image: url('/images/card/03.png');
}

.poker-card.front-04 {
  background-image: url('/images/card/04.png');
}

.poker-card.front-05 {
  background-image: url('/images/card/05.png');
}

.poker-card.front-06 {
  background-image: url('/images/card/06.png');
}

.poker-card.front-07 {
  background-image: url('/images/card/07.png');
}

.poker-card.front-08 {
  background-image: url('/images/card/08.png');
}

.poker-card.front-09 {
  background-image: url('/images/card/09.png');
}

.poker-card.front-10 {
  background-image: url('/images/card/10.png');
}

.poker-card.front-11 {
  background-image: url('/images/card/11.png');
}

.poker-card.front-12 {
  background-image: url('/images/card/12.png');
}

.poker-card.front-13 {
  background-image: url('/images/card/13.png');
}

.poker-card.front-14 {
  background-image: url('/images/card/14.png');
}

.poker-card.front-15 {
  background-image: url('/images/card/15.png');
}

.poker-card.front-16 {
  background-image: url('/images/card/16.png');
}

.poker-card.front-21 {
  background-image: url('/images/card/21.png');
}

.poker-card.front-25 {
  background-image: url('/images/card/25.png');
}

.poker-card.front-32 {
  background-image: url('/images/card/32.png');
}

.poker-card.front-34 {
  background-image: url('/images/card/34.png');
}

.poker-card.front-50 {
  background-image: url('/images/card/50.png');
}

.poker-card.front-55 {
  background-image: url('/images/card/55.png');
}

.poker-card.front-64 {
  background-image: url('/images/card/64.png');
}

.poker-card.front-99 {
  background-image: url('/images/card/99.png');
}

.tooltip-anchor {
  position: relative;
}

.tooltip {
  line-height: 1.3125rem;
  width: 250px;
  font-family: 'groldroundedslim-extralight', Helvetica, sans-serif;
  border: 1px solid #e6e1e1;
  text-transform: none;
  padding: 0.375rem;
  position: absolute;
  z-index: 2;
  font-weight: 400;
  box-shadow: 0 0 6px hsla(0, 0%, 0%, 0.2);
  font-size: 1rem;
  background-color: #ffffff;
  letter-spacing: 0;
  border-radius: 3px;
  font-variant: normal;
  color: #2c2825;
}

.tooltip:before {
  width: 0;
  border-width: 0 8px 10px 8px;
  top: -11px;
  border-color: transparent transparent #e6e1e1 transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: 10px;
}

.tooltip:after {
  width: 0;
  border-width: 0 7px 9px 7px;
  top: -9px;
  border-color: transparent transparent #ffffff transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: 11px;
}

.tooltip.wide {
  top: 30px;
  width: 430px;
}

.tooltip.character-anchor {
  left: -10px;
  top: 24px;
}

.tooltip.button-anchor {
  left: 0px;
  top: 42px;
}

.tooltip.label-anchor {
  top: 1.6rem;
  left: 0;
}

.admin-dashboard .details {
  flex: 2;
}

.admin-dashboard .details .portrait {
  max-width: 65px;
}

.admin-dashboard .scrollable-column {
  max-height: calc(100vh - 15rem);
}

.navigation-tabs .column {
  background-color: #e6e1e1;
  color: #c7c2c2;
  margin: 0;
}

.navigation-tabs .column:hover {
  color: #2c2825;
  cursor: pointer;
}

.navigation-tabs .column.active {
  background-color: #ffffff;
  border-radius: 3px;
  color: #2c2825;
}

.navigation-tabs .column.active:hover {
  cursor: auto;
}

.navigation-tabs .column.disabled {
  background-color: #f7f5f5;
  color: #ffffff;
}

.navigation-tabs .column.disabled:hover {
  cursor: not-allowed;
}

.navigation-tabs .container {
  margin: 1rem;
}

.navigation-tabs h3 {
  line-height: 1rem;
}

.user-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-gap: 1rem 0.25rem;
}

.user-grid li {
  opacity: 0.3;
  text-align: center;
}

.user-grid li.active {
  opacity: 1;
}

.user-grid img {
  margin: 0 auto 0.375rem;
}

.user-grid h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.home {
  height: auto;
  min-height: 100%;
}

.home img {
  max-width: 100%;
}

.home .logo {
  margin: 0 auto 1.3125rem;
  width: 67%;
}

.home h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home .button-group {
  justify-content: center;
}

.home .button-group:last-child button, .home .button-group:last-child a.button {
  flex: 1;
}

.beta {
  border-top-right-radius: 2px;
  position: absolute;
  top: -1.3125rem;
  right: -1rem;
  width: 48px;
}

.beta:hover {
  cursor: pointer;
  opacity: 0.8;
}

.rooms-remaining {
  border: 1px solid #e6e1e1;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
}

.rooms-remaining.error {
  background-color: #e85f51;
  color: #ffffff;
}

.endorsement .column:first-child {
  color: #ffffff;
  text-align: center;
}

.endorsement .column:last-child {
  flex: 2;
}

.endorsement .layout-card {
  border-radius: 15px;
}

.endorsement .layout-card:before {
  width: 0;
  border-width: 8px 10px 8px 0;
  top: 25px;
  border-color: transparent #e6e1e1 transparent transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: -10px;
}

.endorsement .layout-card:after {
  width: 0;
  border-width: 8px 10px 8px 0;
  top: 25px;
  border-color: transparent #ffffff transparent transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  left: -8px;
}

.endorsement .layout-card p {
  color: #2c2825;
  font-size: 17px;
  line-height: 22px;
}

.endorsement .container {
  margin: 0.5rem 0.625rem;
}

.endorsement small {
  color: #ffffff;
  display: block;
  text-align: center;
}

.youtube-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.room {
  overflow: hidden;
}

.room section {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  background-image: url('/images/backgrounds/room-background.jpg');
  background-size: cover;
  height: 100vh;
}

.room.crowded .scroll-container {
  flex: 0 0 calc(100vh - 170px);
}

.room.crowded .estimators {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.8125rem;
  justify-content: center;
  margin-bottom: 3.975rem;
}

.room.crowded .estimator {
  flex: 0 0 510px;
  gap: 1rem;
  margin-bottom: 0;
}

.room.crowded .estimator .player-status {
  flex: 0 0 95px;
  height: auto;
}

.room.crowded .estimator .player-status h1 {
  font-size: 2.625rem;
  line-height: 2.625rem;
  margin-bottom: 0;
}

.room.crowded .estimator .player-status h4 {
  font-size: 1rem;
  line-height: 0.8rem;
}

.room.crowded .estimator.me .poker-card:before {
  font-size: 16px;
  left: 0;
  width: 79px;
}

.room.crowded .player-hand {
  bottom: -58px;
}

.room.crowded .player-hand .poker-card-container:hover .poker-card {
  bottom: 40px;
}

.room.crowded .player-cards-container {
  height: 140px;
}

.room.crowded .poker-card-container {
  width: 85px;
  height: 120px;
}

.room.crowded .poker-card {
  background-size: 78px 114px;
  width: 85px;
  height: 120px;
  border-radius: 6px;
}

.room.crowded .estimator button {
  font-size: 0.8rem;
  line-height: 0.8rem;
}

@media screen and (max-width: 1440px) {

  .story-sidebar {
    flex: 0 0 500px;
  }
  
  
  
  
  
  .story .name:hover span {
    max-width: 440px;
  }
  
  .card-table {
    flex: 1;
  }
  
  .scroll-container {
    flex: 0 0 calc(100vh - 60px);
  }
  
  .player-hand {
    bottom: -130px;
  }

}

@media screen and (max-width: 1140px) {

  
  
  .estimator.me .poker-card:before {
    text-align: left;
  }
  
  .estimator.me .poker-card-container:nth-child(1) .poker-card:before {
    content: 'O';
  }
  
  .estimator.me .poker-card-container:nth-child(2) .poker-card:before {
    content: 'R';
  }
  
  .estimator.me .poker-card-container:nth-child(3) .poker-card:before {
    content: 'P';
  }

}

@media screen and (max-width: 1050px) {

  .story-sidebar {
    padding-right: 1.8125rem;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
  }
  
  .story-sidebar .container.vertical-scroll {
    max-height: calc(100vh - 150px);
  }
  
  .story-sidebar > .container {
    backdrop-filter: blur(15px);
    background-color: rgba(255,255,255,0.4);
  }
  
  .sidebar-toggle {
    display: block;
  }
  
  small.promo {
    color: #2c2825;
  }
  
  small.promo a {
    color: #2c2825;
  }
  
  
  
  .estimator.me .poker-card:before {
    text-align: center;
  }
  
  .estimator.me .poker-card-container:nth-child(1) .poker-card:before {
    content: 'Optimistic';
  }
  
  .estimator.me .poker-card-container:nth-child(2) .poker-card:before {
    content: 'Realistic';
  }
  
  .estimator.me .poker-card-container:nth-child(3) .poker-card:before {
    content: 'Pessimistic';
  }

}

@media screen and (max-width: 768px) {

  .tip {
    display: none;
  }

}

@media screen and (max-width: 800px) {

  footer {
    flex-direction: column;
    justify-content: none;
  }

}

@media screen and (max-width: 630px) {

  
  
  .estimator.me .poker-card:before {
    text-align: left;
  }
  
  .estimator.me .poker-card-container:nth-child(1) .poker-card:before {
    content: 'O';
  }
  
  .estimator.me .poker-card-container:nth-child(2) .poker-card:before {
    content: 'R';
  }
  
  .estimator.me .poker-card-container:nth-child(3) .poker-card:before {
    content: 'P';
  }

}

@media screen and (max-width: 605px) {

  
  
  
  
  .status-header .column:first-child .object-inliner:last-child {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media screen and (max-width: 570px) {

  html {
    font-size: 16px;
  }
  
  
  
  .scroll-container {
    flex: 0 0 calc(100vh - 170px);
  }
  
  .estimators {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.8125rem;
    justify-content: center;
    margin-bottom: 3.975rem;
  }
  
  .estimator {
    flex: 0 0 510px;
    gap: 1rem;
    margin-bottom: 0;
  }
  
  .estimator .player-status {
    flex: 0 0 95px;
    height: auto;
  }
  
  .estimator .player-status h1 {
    font-size: 2.625rem;
    line-height: 2.625rem;
    margin-bottom: 0;
  }
  
  .estimator .player-status h4 {
    font-size: 1rem;
    line-height: 0.8rem;
  }
  
  
  
  .estimator.me .poker-card:before {
    font-size: 16px;
    left: 0;
    width: 79px;
  }
  
  .player-hand {
    bottom: -58px;
  }
  
  
  
  .player-hand .poker-card-container:hover .poker-card {
    bottom: 40px;
  }
  
  .player-cards-container {
    height: 140px;
  }
  
  .poker-card-container {
    width: 85px;
    height: 120px;
  }
  
  .poker-card {
    background-size: 78px 114px;
    width: 85px;
    height: 120px;
    border-radius: 6px;
  }
  
  .sidebar-toggle {
    padding: 0.625rem 4px;
  }
  
  
  
  .story-sidebar .container.vertical-scroll {
    max-height: calc(100vh - 130px);
  }
  
  
  
  .story .estimate, .totals .estimate {
    flex: 0 0 55px;
  }
  
  .story .estimate-total, .totals .estimate-total {
    flex: 0 0 95px;
  }
  
  .status-header {
    margin: 0 0.625rem;
    padding: 0.375rem 0.625rem 0.625rem;
  }
  
  .status-header .object-inliner:last-child {
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  
  
  
  .status-header .column:last-child .object-inliner {
    flex-direction: column-reverse;
  }
  
  .status-header .contextual-menu.list-menu {
    top: 41px;
    right: -12px;
  }
  
  .status-header .contextual-menu.list-menu .object-inliner {
    align-items: center;
    flex-direction: row;
  }
  
  .status-header .fa-users {
    font-size: 1.3125rem;
  }
  
  
  
  .status-header .user-menu-1 img {
    width: 36px;
  }
  
  .status-header .overflow-ellipsis {
  
  }
  
  .scrollable-users-list {
    display: none;
  }
  
  .users-list-menu {
    display: block;
  }
  
  .user-status {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
  
  .user-status .card-icon {
    width: 10px;
    height: 12px;
  }
  
  .scroll-container {
    padding: 1.8125rem 0.625rem 0 0.625rem;
  }
  
  .estimators {
    flex-direction: column;
  }
  
  .estimator {
    flex: 1;
    gap: 1rem;
  }
  
  
  
  .estimator .player-info img {
    width: 75px;
    height: 75px;
  }
  
  
  
  .estimator .player-status h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  
  .estimator button {
    line-height: 1rem;
  }
  
  
  
  .room.crowded .estimators {
    flex-direction: column;
  }
  
  .room.crowded .estimator {
    flex: 1;
  }
  
  
  
  
  
  .player-hand .poker-card-container:hover .poker-card {
    bottom: 0;
  }
  
  
  
  .player-hand .poker-card-container.hover .poker-card {
    bottom: 40px;
  }
  
  
  
  .estimator.me .poker-card:before {
    text-align: center;
  }
  
  .estimator.me .poker-card-container:nth-child(1) .poker-card:before {
    content: 'Optimistic';
  }
  
  .estimator.me .poker-card-container:nth-child(2) .poker-card:before {
    content: 'Realistic';
  }
  
  .estimator.me .poker-card-container:nth-child(3) .poker-card:before {
    content: 'Pessimistic';
  }
  
  .poker-card.unset {
    border-width: 2px;
  }

}

@media screen and (max-width: 470px) {

  
  
  .estimator.me .poker-card:before {
    margin-left: 4px;
    text-align: left;
  }
  
  .estimator.me .poker-card-container:nth-child(1) .poker-card:before {
    content: 'O';
  }
  
  .estimator.me .poker-card-container:nth-child(2) .poker-card:before {
    content: 'R';
  }
  
  .estimator.me .poker-card-container:nth-child(3) .poker-card:before {
    content: 'P';
  }

}

@media screen and (max-width: 400px) {

  
  
  .home .padding-top-plus-4 {
    padding-top: 3.2rem;
  }

}

@media print {

  header, footer, button, .fa-file-download {
    display: none;
  }
  
  td.plus-two-std-dev, th.plus-two-std-dev {
    color: #2c2825;
  }

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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