/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
/* Put all overrides in ./_variables.scss */
/* Include scss */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #D9534F;
  --orange: #fd7e14;
  --yellow: #FFC107;
  --green: #28a745;
  --teal: #50D2C2;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #505050;
  --gray-dark: #333333;
  --primary: #00DBD0;
  --secondary: #008BC2;
  --success: #28a745;
  --info: #39B0DE;
  --warning: #FFC107;
  --danger: #D9534F;
  --light: #f8f9fa;
  --dark: #333333;
  --dark-blue: #00314A;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #00DBD0;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #008f87;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #999999;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #505050; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #505050; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #292929;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #292929; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #D8D8D8; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #D8D8D8; }
  .table tbody + tbody {
    border-top: 2px solid #D8D8D8; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #D8D8D8; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #D8D8D8; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8f5f2; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aece7; }

.table-hover .table-primary:hover {
  background-color: #a2f2ee; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a2f2ee; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8dfee; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7ac3df; }

.table-hover .table-secondary:hover {
  background-color: #a3d6e9; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #a3d6e9; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c8e9f6; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #98d6ee; }

.table-hover .table-info:hover {
  background-color: #b2e0f2; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b2e0f2; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4cfce; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #eba6a3; }

.table-hover .table-danger:hover {
  background-color: #efbbb9; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #efbbb9; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595; }

.table-hover .table-dark:hover {
  background-color: #b9b9b9; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9b9b9; }

.table-dark-blue,
.table-dark-blue > th,
.table-dark-blue > td {
  background-color: #b8c5cc; }

.table-dark-blue th,
.table-dark-blue td,
.table-dark-blue thead th,
.table-dark-blue tbody + tbody {
  border-color: #7a94a1; }

.table-hover .table-dark-blue:hover {
  background-color: #a9b9c1; }
  .table-hover .table-dark-blue:hover > td,
  .table-hover .table-dark-blue:hover > th {
    background-color: #a9b9c1; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646; }

.table .thead-light th {
  color: #3F3F3F;
  background-color: #e9ecef;
  border-color: #D8D8D8; }

.table-dark {
  color: #fff;
  background-color: #333333; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #464646; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5em + 2px);
  padding: 0.75em 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3F3F3F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #3F3F3F;
    background-color: #fff;
    border-color: #5cfff7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 219, 208, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #3F3F3F;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.75em + 1px);
  padding-bottom: calc(0.75em + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #999999; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.5em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.375em);
  background-size: calc(0.75em + 0.75em) calc(0.75em + 0.75em); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.5em);
  background-position: top calc(0.375em + 0.375em) right calc(0.375em + 0.375em); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 1.5em) * 3 / 4 + 2em);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1em center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2em/calc(0.75em + 0.75em) calc(0.75em + 0.75em); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #D9534F; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(217, 83, 79, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #D9534F;
  padding-right: calc(1.5em + 1.5em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D9534F' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D9534F' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.375em);
  background-size: calc(0.75em + 0.75em) calc(0.75em + 0.75em); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #D9534F;
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.5em);
  background-position: top calc(0.375em + 0.375em) right calc(0.375em + 0.375em); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #D9534F;
  padding-right: calc((1em + 1.5em) * 3 / 4 + 2em);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1em center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D9534F' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D9534F' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2em/calc(0.75em + 0.75em) calc(0.75em + 0.75em); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #D9534F;
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D9534F; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #D9534F; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #D9534F; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e27c79;
  background-color: #e27c79; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D9534F; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D9534F; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D9534F;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1.5px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #292929;
  background-color: #00DBD0;
  border-color: #00DBD0; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00b5ac;
    border-color: #00a8a0; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(6, 192, 183, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #292929;
    background-color: #00DBD0;
    border-color: #00DBD0; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00a8a0;
    border-color: #009b93; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(6, 192, 183, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #008BC2;
  border-color: #008BC2; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #00709c;
    border-color: #00668f; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 156, 203, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #008BC2;
    border-color: #008BC2; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00668f;
    border-color: #005d82; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 156, 203, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #39B0DE;
  border-color: #39B0DE; }
  .btn-info:hover {
    color: #fff;
    background-color: #229ece;
    border-color: #2196c3; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 188, 227, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #39B0DE;
    border-color: #39B0DE; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2196c3;
    border-color: #1f8eb9; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(87, 188, 227, 0.5); }

.btn-warning {
  color: #292929;
  background-color: #FFC107;
  border-color: #FFC107; }
  .btn-warning:hover {
    color: #292929;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #292929;
    background-color: #FFC107;
    border-color: #FFC107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #292929;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(223, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #D9534F;
  border-color: #D9534F; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d23430;
    border-color: #c9302c; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #D9534F;
    border-color: #D9534F; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #bf2e29; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5); }

.btn-light {
  color: #292929;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #292929;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #292929;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #292929;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }
  .btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }

.btn-dark-blue {
  color: #fff;
  background-color: #00314A;
  border-color: #00314A; }
  .btn-dark-blue:hover {
    color: #fff;
    background-color: #001824;
    border-color: #000f17; }
  .btn-dark-blue:focus, .btn-dark-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 80, 101, 0.5); }
  .btn-dark-blue.disabled, .btn-dark-blue:disabled {
    color: #fff;
    background-color: #00314A;
    border-color: #00314A; }
  .btn-dark-blue:not(:disabled):not(.disabled):active, .btn-dark-blue:not(:disabled):not(.disabled).active,
  .show > .btn-dark-blue.dropdown-toggle {
    color: #fff;
    background-color: #000f17;
    border-color: #00070a; }
    .btn-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-dark-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 80, 101, 0.5); }

.btn-outline-primary {
  color: #00DBD0;
  border-color: #00DBD0; }
  .btn-outline-primary:hover {
    color: #292929;
    background-color: #00DBD0;
    border-color: #00DBD0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 219, 208, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00DBD0;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #292929;
    background-color: #00DBD0;
    border-color: #00DBD0; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 219, 208, 0.5); }

.btn-outline-secondary {
  color: #008BC2;
  border-color: #008BC2; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #008BC2;
    border-color: #008BC2; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 194, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #008BC2;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #008BC2;
    border-color: #008BC2; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 139, 194, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #39B0DE;
  border-color: #39B0DE; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #39B0DE;
    border-color: #39B0DE; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 176, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #39B0DE;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #39B0DE;
    border-color: #39B0DE; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 176, 222, 0.5); }

.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107; }
  .btn-outline-warning:hover {
    color: #292929;
    background-color: #FFC107;
    border-color: #FFC107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFC107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #292929;
    background-color: #FFC107;
    border-color: #FFC107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #D9534F;
  border-color: #D9534F; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #D9534F;
    border-color: #D9534F; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #D9534F;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #D9534F;
    border-color: #D9534F; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #292929;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #292929;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #333333;
  border-color: #333333; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-outline-dark-blue {
  color: #00314A;
  border-color: #00314A; }
  .btn-outline-dark-blue:hover {
    color: #fff;
    background-color: #00314A;
    border-color: #00314A; }
  .btn-outline-dark-blue:focus, .btn-outline-dark-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 49, 74, 0.5); }
  .btn-outline-dark-blue.disabled, .btn-outline-dark-blue:disabled {
    color: #00314A;
    background-color: transparent; }
  .btn-outline-dark-blue:not(:disabled):not(.disabled):active, .btn-outline-dark-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-blue.dropdown-toggle {
    color: #fff;
    background-color: #00314A;
    border-color: #00314A; }
    .btn-outline-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 49, 74, 0.5); }

.btn-link {
  font-weight: 400;
  color: #00DBD0;
  text-decoration: none; }
  .btn-link:hover {
    color: #008f87;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #505050;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #505050;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #6D6D6D; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3F3F3F; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00DBD0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #505050;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #505050;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1.5px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1.5px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75em 1em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3F3F3F;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #999999;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2em; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00DBD0;
    background-color: #00DBD0; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 219, 208, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #5cfff7; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #8ffff9;
    border-color: #8ffff9; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #505050; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #6D6D6D solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00DBD0;
  background-color: #00DBD0; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 219, 208, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 219, 208, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 219, 208, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #6D6D6D;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 219, 208, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5em + 2px);
  padding: 0.75em 2em 0.75em 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3F3F3F;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1em center/8px 10px;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #5cfff7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 219, 208, 0.25); }
    .custom-select:focus::-ms-value {
      color: #3F3F3F;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1em;
    background-image: none; }
  .custom-select:disabled {
    color: #505050;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5em + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5em + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #5cfff7;
    box-shadow: 0 0 0 0.2rem rgba(0, 219, 208, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5em + 2px);
  padding: 0.75em 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #3F3F3F;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.5em);
    padding: 0.75em 1em;
    line-height: 1.5;
    color: #3F3F3F;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 219, 208, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 219, 208, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 219, 208, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00DBD0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #8ffff9; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #D8D8D8;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00DBD0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #8ffff9; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #D8D8D8;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #00DBD0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #8ffff9; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #D8D8D8;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #D8D8D8;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #6D6D6D; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #6D6D6D; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #6D6D6D; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #505050;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #D8D8D8; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #D8D8D8; }
    .nav-tabs .nav-link.disabled {
      color: #505050;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #3F3F3F;
    background-color: #fff;
    border-color: #D8D8D8 #D8D8D8 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00DBD0; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #505050;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #505050; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00DBD0;
  background-color: #fff;
  border: 1px solid #D8D8D8; }
  .page-link:hover {
    z-index: 2;
    color: #008f87;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #D8D8D8; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 219, 208, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00DBD0;
  border-color: #00DBD0; }

.page-item.disabled .page-link {
  color: #505050;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #D8D8D8; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #292929;
  background-color: #00DBD0; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #292929;
    background-color: #00a8a0; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 219, 208, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #008BC2; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #00668f; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 194, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #39B0DE; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #2196c3; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(57, 176, 222, 0.5); }

.badge-warning {
  color: #292929;
  background-color: #FFC107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #292929;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #D9534F; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #c9302c; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }

.badge-light {
  color: #292929;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #292929;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #333333; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1a1a1a; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.badge-dark-blue {
  color: #fff;
  background-color: #00314A; }
  a.badge-dark-blue:hover, a.badge-dark-blue:focus {
    color: #fff;
    background-color: #000f17; }
  a.badge-dark-blue:focus, a.badge-dark-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 49, 74, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #00726c;
  background-color: #ccf8f6;
  border-color: #b8f5f2; }
  .alert-primary hr {
    border-top-color: #a2f2ee; }
  .alert-primary .alert-link {
    color: #003f3c; }

.alert-secondary {
  color: #004865;
  background-color: #cce8f3;
  border-color: #b8dfee; }
  .alert-secondary hr {
    border-top-color: #a3d6e9; }
  .alert-secondary .alert-link {
    color: #002432; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #1e5c73;
  background-color: #d7eff8;
  border-color: #c8e9f6; }
  .alert-info hr {
    border-top-color: #b2e0f2; }
  .alert-info .alert-link {
    color: #133c4b; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #712b29;
  background-color: #f7dddc;
  border-color: #f4cfce; }
  .alert-danger hr {
    border-top-color: #efbbb9; }
  .alert-danger .alert-link {
    color: #4c1d1b; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6; }
  .alert-dark hr {
    border-top-color: #b9b9b9; }
  .alert-dark .alert-link {
    color: #020202; }

.alert-dark-blue {
  color: #001926;
  background-color: #ccd6db;
  border-color: #b8c5cc; }
  .alert-dark-blue hr {
    border-top-color: #a9b9c1; }
  .alert-dark-blue .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00DBD0;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #333333;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #333333;
    text-decoration: none;
    background-color: #39B0DE; }
  .list-group-item-action:active {
    color: #000;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #003250;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #505050;
    pointer-events: none;
    background-color: #003250; }
  .list-group-item.active {
    z-index: 2;
    color: #003250;
    background-color: #00DBD0;
    border-color: #00DBD0; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxl .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #00726c;
  background-color: #b8f5f2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00726c;
    background-color: #a2f2ee; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00726c;
    border-color: #00726c; }

.list-group-item-secondary {
  color: #004865;
  background-color: #b8dfee; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #004865;
    background-color: #a3d6e9; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #004865;
    border-color: #004865; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #1e5c73;
  background-color: #c8e9f6; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #1e5c73;
    background-color: #b2e0f2; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1e5c73;
    border-color: #1e5c73; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #712b29;
  background-color: #f4cfce; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #712b29;
    background-color: #efbbb9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #712b29;
    border-color: #712b29; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1b1b;
    background-color: #b9b9b9; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b; }

.list-group-item-dark-blue {
  color: #001926;
  background-color: #b8c5cc; }
  .list-group-item-dark-blue.list-group-item-action:hover, .list-group-item-dark-blue.list-group-item-action:focus {
    color: #001926;
    background-color: #a9b9c1; }
  .list-group-item-dark-blue.list-group-item-action.active {
    color: #fff;
    background-color: #001926;
    border-color: #001926; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #505050;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.9; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #505050;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #505050;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #00DBD0 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00a8a0 !important; }

.bg-secondary {
  background-color: #008BC2 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #00668f !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #39B0DE !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2196c3 !important; }

.bg-warning {
  background-color: #FFC107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #D9534F !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c9302c !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #333333 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important; }

.bg-dark-blue {
  background-color: #00314A !important; }

a.bg-dark-blue:hover, a.bg-dark-blue:focus,
button.bg-dark-blue:hover,
button.bg-dark-blue:focus {
  background-color: #000f17 !important; }

.bg-white {
  background-color: #fff !important; }

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

.border {
  border: 1px solid #D8D8D8 !important; }

.border-top {
  border-top: 1px solid #D8D8D8 !important; }

.border-right {
  border-right: 1px solid #D8D8D8 !important; }

.border-bottom {
  border-bottom: 1px solid #D8D8D8 !important; }

.border-left {
  border-left: 1px solid #D8D8D8 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #00DBD0 !important; }

.border-secondary {
  border-color: #008BC2 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #39B0DE !important; }

.border-warning {
  border-color: #FFC107 !important; }

.border-danger {
  border-color: #D9534F !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #333333 !important; }

.border-dark-blue {
  border-color: #00314A !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #00DBD0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #008f87 !important; }

.text-secondary {
  color: #008BC2 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #005476 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #39B0DE !important; }

a.text-info:hover, a.text-info:focus {
  color: #1d85ae !important; }

.text-warning {
  color: #FFC107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #D9534F !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b52b27 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #333333 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important; }

.text-dark-blue {
  color: #00314A !important; }

a.text-dark-blue:hover, a.text-dark-blue:focus {
  color: black !important; }

.text-body {
  color: #000 !important; }

.text-muted {
  color: #999999 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #6D6D6D;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #D8D8D8 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #D8D8D8; }
  .table .thead-dark th {
    color: inherit;
    border-color: #D8D8D8; } }

/* Overrides */
/*
 * Dropdown Styling
 */
.dropdown-toggle:after {
  font-size: 1.2em;
  color: #999999; }

.dropdown-toggle.color-inherit-caret:after {
  color: inherit; }

.dropdown-menu {
  background-color: #fff;
  padding: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }

.dropdown-item {
  overflow: hidden;
  color: #333333;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  padding: 0.5rem 1rem;
  font-size: .875em;
  cursor: pointer; }
  .dropdown-item:hover, .dropdown-item:focus {
    overflow: hidden;
    background-color: #D8D8D8;
    color: #292929; }
  .dropdown-item:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .dropdown-item:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .dropdown-item.item-radio {
    padding: 0.5rem 1rem 0.5rem 1.5rem; }
    .dropdown-item.item-radio.active {
      color: #333333;
      background-color: #fff; }
      .dropdown-item.item-radio.active:hover, .dropdown-item.item-radio.active:focus {
        background-color: #D8D8D8; }
      .dropdown-item.item-radio.active:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 8px;
        content: "\A";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00DBD0;
        display: block; }

/*
 * Color Styling
 */
.list-group-item,
.nav-link {
  color: #000;
  font-weight: bold;
  border-radius: 0; }
  .list-group-item:hover, .list-group-item:focus, .list-group-item:active, .list-group-item.active,
  .nav-link:hover,
  .nav-link:focus,
  .nav-link:active,
  .nav-link.active {
    border-radius: 0;
    color: #fff;
    background-color: rgba(137, 136, 136, 0.5); }

/*
 * Button Styling
 */
.btn-primary {
  color: #333333; }
  .btn-primary:disabled, .btn-primary:hover, .btn-primary:focus {
    color: #333333; }

.btn-secondary:hover, .btn-secondary:focus {
  border: 1px solid #292929;
  background-color: #292929; }

.btn-rounded {
  border-radius: 40px; }

.btn.disabled, .btn:disabled {
  opacity: .4; }

.btn-dark {
  background-color: #003250;
  border: 1px solid #fff;
  color: #fff; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    background-color: #fff;
    border: 1px solid #fff;
    color: #003250; }
  .btn-dark:hover {
    background-color: #008BC2;
    border: 1px solid #fff;
    color: #fff; }

.clickable {
  cursor: pointer; }

/*
 * Modal Styling
 */
.modal-body {
  text-align: left;
  padding: 0; }

.modal-header {
  text-align: left;
  border-bottom: none;
  padding: 0; }
  .modal-header .close {
    color: #fff; }
  .modal-header .modal-title {
    font-weight: bold;
    font-size: 1.5rem; }

.modal-footer {
  border-top: none;
  padding: 0;
  margin-top: 1.5em; }
  .modal-footer .btn {
    padding: .5em 1em; }

.modal-content {
  padding: 1.5em; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-body {
    flex: 0 0 auto; } }

.rotate-clockwise-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.btn-dark-blue {
  color: #fff;
  background-color: #00314A;
  border-color: #00314A; }
  .btn-dark-blue:hover {
    color: #fff;
    background-color: #001824;
    border-color: #000f17; }
  .btn-dark-blue:focus, .btn-dark-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 80, 101, 0.5); }
  .btn-dark-blue.disabled, .btn-dark-blue:disabled {
    color: #fff;
    background-color: #00314A;
    border-color: #00314A; }
  .btn-dark-blue:not(:disabled):not(.disabled):active, .btn-dark-blue:not(:disabled):not(.disabled).active,
  .show > .btn-dark-blue.dropdown-toggle {
    color: #fff;
    background-color: #000f17;
    border-color: #00070a; }
    .btn-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-dark-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 80, 101, 0.5); }

.ratio {
  position: relative;
  width: 100%; }
  .ratio:before {
    content: "";
    display: block; }
  .ratio.ratio-16x9:before {
    padding-top: 56.25%; }
  .ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.is-hidden {
  display: none !important; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.site-control-editor {
  background-color: #fff;
  color: #00314A; }
  .site-control-editor input.form-control {
    border-color: #fff;
    border-radius: 4px;
    color: #000;
    padding: 7px; }
  .site-control-editor .group-header {
    margin-left: -15px;
    margin-right: -15px;
    padding: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .site-control-editor .group-header-label {
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px; }
  .site-control-editor .group-controls {
    background-color: #E9ECEF;
    padding: 1rem; }
  .site-control-editor .form-buttons {
    display: flex;
    justify-content: space-between; }
  .site-control-editor .form-button {
    width: 36px;
    height: 36px; }

/**
 * This is a fork of the react-select css, but converted to scss and with the colors split out into themes.
 * There is a dark and a light theme that uses the global variables.
 */
/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

.Select {
  position: relative; }
  .Select input::-webkit-contacts-auto-fill-button,
  .Select input::-webkit-credentials-auto-fill-button {
    display: none !important; }
  .Select input::-ms-clear {
    display: none !important; }
  .Select input::-ms-reveal {
    display: none !important; }
  .Select,
  .Select div,
  .Select input,
  .Select span {
    box-sizing: border-box; }
  .Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: 0.35; }
  .Select.is-disabled > .Select-control:hover {
    box-shadow: none; }
  .Select.is-open > .Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .Select.is-open > .Select-control .Select-arrow {
    top: -2px;
    border-width: 0 5px 5px; }
  .Select.is-searchable.is-open > .Select-control {
    cursor: text; }
  .Select.is-searchable.is-focused:not(.is-open) > .Select-control {
    cursor: text; }
  .Select.is-focused:not(.is-open) > .Select-control {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }
  .Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
    padding-right: 42px; }
  .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
  .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none; }
  .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
  .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
  .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
  .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    outline: none;
    text-decoration: underline; }
  .Select.has-value.is-pseudo-focused .Select-input {
    opacity: 0; }
  .Select.Select--rtl {
    direction: rtl;
    text-align: right; }
  .Select .Select-control {
    border-radius: 4px;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .Select .Select-control .Select-input:focus {
    outline: none; }
  .Select .Select-placeholder,
  .Select.Select--single > .Select-control .Select-value {
    bottom: 0;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .Select .Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle; }
  .Select .Select-input > input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 17px;
    /* For IE 8 compatibility */
    padding: 8px 0 12px;
    /* For IE 8 compatibility */
    -webkit-appearance: none; }
  .Select .is-focused .Select-input > input {
    cursor: text; }
  .Select .has-value.is-pseudo-focused .Select-input {
    opacity: 0; }
  .Select .Select-control:not(.is-searchable) > .Select-input {
    outline: none; }
  .Select .Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 16px; }
  .Select .Select-loading {
    -webkit-animation: Select-animation-spin 400ms infinite linear;
    animation: Select-animation-spin 400ms infinite linear;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
  .Select .Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn 200ms;
    animation: Select-animation-fadeIn 200ms;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px; }
  .Select .Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1; }
  .Select.Select--multi .Select-clear-zone {
    width: 17px; }
  .Select .Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px; }
  .Select.Select--rtl .Select-arrow-zone {
    padding-right: 0;
    padding-left: 5px; }
  .Select .Select-arrow {
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative; }
  .Select .Select-control > *:last-child {
    padding-right: 5px; }
  .Select.Select--multi .Select-multi-value-wrapper {
    display: inline-block; }
  .Select .Select-aria-only {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left; }
  .Select .Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch; }
  .Select .Select-menu {
    max-height: 198px;
    overflow-y: auto; }
  .Select .Select-option {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 8px 10px; }
  .Select .Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .Select .Select-option.is-disabled {
    cursor: default; }
  .Select .Select-noresults {
    box-sizing: border-box;
    cursor: default;
    display: block;
    padding: 8px 10px; }
  .Select.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0; }
  .Select.Select--multi.Select--rtl .Select-input {
    margin-left: 0;
    margin-right: 10px; }
  .Select.Select--multi.has-value .Select-input {
    margin-left: 5px; }
  .Select.Select--multi .Select-value {
    border-radius: 2px;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top; }
  .Select.Select--multi .Select-value-icon,
  .Select.Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle; }
  .Select.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px; }
  .Select.Select--multi a.Select-value-label {
    cursor: pointer;
    text-decoration: none; }
  .Select.Select--multi a.Select-value-label:hover {
    text-decoration: underline; }
  .Select.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    padding: 1px 5px 3px; }
  .Select.Select--multi.Select--rtl .Select-value {
    margin-left: 0;
    margin-right: 5px; }
  .Select.Select--multi.Select--rtl .Select-value-icon {
    border-right: none; }
  .Select.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed; }

.Select.theme-dark.is-disabled > .Select-control {
  background-color: #003250; }

.Select.theme-dark.is-open > .Select-control {
  background-color: #003250;
  border-color: #fff; }

.Select.theme-dark.is-open > .Select-control .Select-arrow {
  border-color: transparent transparent #9CD7EE; }

.Select.theme-dark.is-focused > .Select-control {
  background-color: #003250; }

.Select.theme-dark.is-focused:not(.is-open) > .Select-control {
  background-color: #003250;
  border-color: #00DBD0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select.theme-dark.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.theme-dark.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #fff; }

.Select.theme-dark.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.theme-dark.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.theme-dark.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.theme-dark.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #00DBD0; }

.Select.theme-dark.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.theme-dark.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background-color: #003250; }

.Select.theme-dark.is-open .Select-arrow,
.Select.theme-dark .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #0072b6; }

.Select.theme-dark .Select-control {
  background-color: #003250;
  border: 1px solid #fff;
  color: #fff; }

.Select.theme-dark .Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select.theme-dark .Select-control .Select-input:focus {
  background-color: #003250; }

.Select.theme-dark .Select-placeholder,
.Select.theme-dark.Select--single > .Select-control .Select-value {
  color: #9CD7EE; }

.Select.theme-dark .Select-loading {
  border: 2px solid #fff;
  border-right-color: #fff; }

.Select.theme-dark .Select-clear-zone {
  color: #9CD7EE; }

.Select.theme-dark .Select-clear-zone:hover {
  color: #D0021B; }

.Select.theme-dark .Select-arrow {
  border-color: #9CD7EE transparent transparent; }

.Select.theme-dark .Select-input > input {
  color: #fff; }

.Select.theme-dark .Select-menu-outer {
  background-color: #003250;
  border: 1px solid #fff;
  border-top-color: #0072b6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select.theme-dark .Select-option {
  background-color: #003250;
  color: #fff; }

.Select.theme-dark .Select-option.is-selected {
  background-color: #005283;
  color: #fff; }

.Select.theme-dark .Select-option.is-focused {
  background-color: #0072b6;
  color: #fff; }

.Select.theme-dark .Select-option.is-disabled {
  color: #fff; }

.Select.theme-dark .Select-noresults {
  color: #9CD7EE; }

.Select.theme-dark.Select--multi .Select-value {
  background-color: #ECF5FD;
  border: 1px solid #00DBD0;
  color: #00DBD0; }

.Select.theme-dark.Select--multi a.Select-value-label {
  color: #9CD7EE; }

.Select.theme-dark.Select--multi .Select-value-icon {
  border-right: 1px solid #00DBD0;
  padding: 1px 5px 3px; }

.Select.theme-dark.Select--multi .Select-value-icon:hover,
.Select.theme-dark.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  color: #0071e6; }

.Select.theme-dark.Select--multi .Select-value-icon:active {
  background-color: #00DBD0; }

.Select.theme-dark.Select--multi.Select--rtl .Select-value-icon {
  border-left: 1px solid #00DBD0; }

.Select.theme-dark.Select--multi.is-disabled .Select-value {
  background-color: #003250;
  border: 1px solid #003250;
  color: #fff; }

.Select.theme-dark.Select--multi.is-disabled .Select-value-icon {
  border-right: 1px solid #003250; }

.Select.theme-dark.Select--multi.is-disabled .Select-value-icon:hover,
.Select.theme-dark.Select--multi.is-disabled .Select-value-icon:focus,
.Select.theme-dark.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #003250; }

.Select.theme-header.is-disabled > .Select-control {
  background-color: #003250; }

.Select.theme-header.is-open > .Select-control {
  background-color: #003250;
  border-color: #fff; }

.Select.theme-header.is-open > .Select-control .Select-arrow {
  border-color: transparent transparent #9CD7EE; }

.Select.theme-header.is-focused > .Select-control {
  background-color: #003250; }

.Select.theme-header.is-focused:not(.is-open) > .Select-control {
  background-color: #003250;
  border-color: #00DBD0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select.theme-header.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.theme-header.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #fff; }

.Select.theme-header.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.theme-header.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.theme-header.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.theme-header.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #00DBD0; }

.Select.theme-header.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.theme-header.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background-color: #003250; }

.Select.theme-header.is-open .Select-arrow,
.Select.theme-header .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #0072b6; }

.Select.theme-header .Select-control {
  background-color: #003250;
  border: 1px solid #fff;
  color: #fff; }

.Select.theme-header .Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select.theme-header .Select-control .Select-input:focus {
  background-color: #003250; }

.Select.theme-header .Select-placeholder,
.Select.theme-header.Select--single > .Select-control .Select-value {
  color: #9CD7EE; }

.Select.theme-header .Select-loading {
  border: 2px solid #fff;
  border-right-color: #fff; }

.Select.theme-header .Select-clear-zone {
  color: #9CD7EE; }

.Select.theme-header .Select-clear-zone:hover {
  color: #D0021B; }

.Select.theme-header .Select-arrow {
  border-color: #9CD7EE transparent transparent; }

.Select.theme-header .Select-input > input {
  color: #fff; }

.Select.theme-header .Select-menu-outer {
  background-color: #003250;
  border: 1px solid #fff;
  border-top-color: #0072b6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select.theme-header .Select-option {
  background-color: #003250;
  color: #fff; }

.Select.theme-header .Select-option.is-selected {
  background-color: #005283;
  color: #fff; }

.Select.theme-header .Select-option.is-focused {
  background-color: #0072b6;
  color: #fff; }

.Select.theme-header .Select-option.is-disabled {
  color: #fff; }

.Select.theme-header .Select-noresults {
  color: #9CD7EE; }

.Select.theme-header.Select--multi .Select-value {
  background-color: #ECF5FD;
  border: 1px solid #00DBD0;
  color: #00DBD0; }

.Select.theme-header.Select--multi a.Select-value-label {
  color: #9CD7EE; }

.Select.theme-header.Select--multi .Select-value-icon {
  border-right: 1px solid #00DBD0;
  padding: 1px 5px 3px; }

.Select.theme-header.Select--multi .Select-value-icon:hover,
.Select.theme-header.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  color: #0071e6; }

.Select.theme-header.Select--multi .Select-value-icon:active {
  background-color: #00DBD0; }

.Select.theme-header.Select--multi.Select--rtl .Select-value-icon {
  border-left: 1px solid #00DBD0; }

.Select.theme-header.Select--multi.is-disabled .Select-value {
  background-color: #003250;
  border: 1px solid #003250;
  color: #fff; }

.Select.theme-header.Select--multi.is-disabled .Select-value-icon {
  border-right: 1px solid #003250; }

.Select.theme-header.Select--multi.is-disabled .Select-value-icon:hover,
.Select.theme-header.Select--multi.is-disabled .Select-value-icon:focus,
.Select.theme-header.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #003250; }

.Select.theme-input-white.is-disabled > .Select-control {
  background-color: #f8f9fa; }

.Select.theme-input-white.is-open > .Select-control {
  background-color: #fff;
  border-color: #fff; }

.Select.theme-input-white.is-open > .Select-control .Select-arrow {
  border-color: transparent transparent #999999; }

.Select.theme-input-white.is-focused > .Select-control {
  background-color: #fff; }

.Select.theme-input-white.is-focused:not(.is-open) > .Select-control {
  background-color: #fff;
  border-color: #00DBD0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select.theme-input-white.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.theme-input-white.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333333; }

.Select.theme-input-white.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.theme-input-white.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.theme-input-white.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.theme-input-white.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #00DBD0; }

.Select.theme-input-white.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.theme-input-white.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background-color: #fff; }

.Select.theme-input-white.is-open .Select-arrow,
.Select.theme-input-white .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #cccccc; }

.Select.theme-input-white .Select-control {
  background-color: #fff;
  border: 1px solid #fff;
  color: #333333; }

.Select.theme-input-white .Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select.theme-input-white .Select-control .Select-input:focus {
  background-color: #fff; }

.Select.theme-input-white .Select-placeholder,
.Select.theme-input-white.Select--single > .Select-control .Select-value {
  color: #999999; }

.Select.theme-input-white .Select-loading {
  border: 2px solid #fff;
  border-right-color: #333333; }

.Select.theme-input-white .Select-clear-zone {
  color: #999999; }

.Select.theme-input-white .Select-clear-zone:hover {
  color: #D0021B; }

.Select.theme-input-white .Select-arrow {
  border-color: #999999 transparent transparent; }

.Select.theme-input-white .Select-input > input {
  color: #333333; }

.Select.theme-input-white .Select-menu-outer {
  background-color: #fff;
  border: 1px solid #fff;
  border-top-color: #cccccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select.theme-input-white .Select-option {
  background-color: #fff;
  color: #6D6D6D; }

.Select.theme-input-white .Select-option.is-selected {
  background-color: #e6e6e6;
  color: #333333; }

.Select.theme-input-white .Select-option.is-focused {
  background-color: #cccccc;
  color: #333333; }

.Select.theme-input-white .Select-option.is-disabled {
  color: #fff; }

.Select.theme-input-white .Select-noresults {
  color: #999999; }

.Select.theme-input-white.Select--multi .Select-value {
  background-color: #ECF5FD;
  border: 1px solid #00DBD0;
  color: #00DBD0; }

.Select.theme-input-white.Select--multi a.Select-value-label {
  color: #999999; }

.Select.theme-input-white.Select--multi .Select-value-icon {
  border-right: 1px solid #00DBD0;
  padding: 1px 5px 3px; }

.Select.theme-input-white.Select--multi .Select-value-icon:hover,
.Select.theme-input-white.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  color: #0071e6; }

.Select.theme-input-white.Select--multi .Select-value-icon:active {
  background-color: #00DBD0; }

.Select.theme-input-white.Select--multi.Select--rtl .Select-value-icon {
  border-left: 1px solid #00DBD0; }

.Select.theme-input-white.Select--multi.is-disabled .Select-value {
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  color: #333333; }

.Select.theme-input-white.Select--multi.is-disabled .Select-value-icon {
  border-right: 1px solid #f8f9fa; }

.Select.theme-input-white.Select--multi.is-disabled .Select-value-icon:hover,
.Select.theme-input-white.Select--multi.is-disabled .Select-value-icon:focus,
.Select.theme-input-white.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #f8f9fa; }

.Select.theme-light.is-disabled > .Select-control {
  background-color: #f8f9fa; }

.Select.theme-light.is-open > .Select-control {
  background-color: #fff;
  border-color: #D8D8D8; }

.Select.theme-light.is-open > .Select-control .Select-arrow {
  border-color: transparent transparent #999999; }

.Select.theme-light.is-focused > .Select-control {
  background-color: #fff; }

.Select.theme-light.is-focused:not(.is-open) > .Select-control {
  background-color: #fff;
  border-color: #00DBD0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select.theme-light.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.theme-light.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333333; }

.Select.theme-light.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.theme-light.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.theme-light.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.theme-light.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #00DBD0; }

.Select.theme-light.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.theme-light.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background-color: #fff; }

.Select.theme-light.is-open .Select-arrow,
.Select.theme-light .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #cccccc; }

.Select.theme-light .Select-control {
  background-color: #fff;
  border: 1px solid #D8D8D8;
  color: #333333; }

.Select.theme-light .Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select.theme-light .Select-control .Select-input:focus {
  background-color: #fff; }

.Select.theme-light .Select-placeholder,
.Select.theme-light.Select--single > .Select-control .Select-value {
  color: #999999; }

.Select.theme-light .Select-loading {
  border: 2px solid #D8D8D8;
  border-right-color: #333333; }

.Select.theme-light .Select-clear-zone {
  color: #999999; }

.Select.theme-light .Select-clear-zone:hover {
  color: #D0021B; }

.Select.theme-light .Select-arrow {
  border-color: #999999 transparent transparent; }

.Select.theme-light .Select-input > input {
  color: #333333; }

.Select.theme-light .Select-menu-outer {
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-top-color: #cccccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select.theme-light .Select-option {
  background-color: #fff;
  color: #6D6D6D; }

.Select.theme-light .Select-option.is-selected {
  background-color: #e6e6e6;
  color: #333333; }

.Select.theme-light .Select-option.is-focused {
  background-color: #cccccc;
  color: #333333; }

.Select.theme-light .Select-option.is-disabled {
  color: #D8D8D8; }

.Select.theme-light .Select-noresults {
  color: #999999; }

.Select.theme-light.Select--multi .Select-value {
  background-color: #ECF5FD;
  border: 1px solid #00DBD0;
  color: #00DBD0; }

.Select.theme-light.Select--multi a.Select-value-label {
  color: #999999; }

.Select.theme-light.Select--multi .Select-value-icon {
  border-right: 1px solid #00DBD0;
  padding: 1px 5px 3px; }

.Select.theme-light.Select--multi .Select-value-icon:hover,
.Select.theme-light.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  color: #0071e6; }

.Select.theme-light.Select--multi .Select-value-icon:active {
  background-color: #00DBD0; }

.Select.theme-light.Select--multi.Select--rtl .Select-value-icon {
  border-left: 1px solid #00DBD0; }

.Select.theme-light.Select--multi.is-disabled .Select-value {
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  color: #333333; }

.Select.theme-light.Select--multi.is-disabled .Select-value-icon {
  border-right: 1px solid #f8f9fa; }

.Select.theme-light.Select--multi.is-disabled .Select-value-icon:hover,
.Select.theme-light.Select--multi.is-disabled .Select-value-icon:focus,
.Select.theme-light.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #f8f9fa; }

/**
 * This is a fork of the react-toggle css, but converted to scss and
 * with the colors split out into variables.
 */
/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transition: opacity 0.25s; }

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  background-color: #003250;
  transition: all 0.2s ease; }

.react-toggle--checked .react-toggle-track {
  background-color: #00DBD0; }

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #00DBD0; }

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  transition: opacity 0.25s ease; }

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-x {
  opacity: 0; }

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #505050;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.25s ease; }

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #00DBD0; }

.react-toggle--focus .react-toggle-thumb {
  box-shadow: 0px 0px 2px 3px #0099E0; }

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  box-shadow: 0px 0px 5px 5px #0099E0; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.site-refresh-button {
  background-color: transparent;
  color: #fff;
  border: none;
  transition: all .25s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #999999;
  font-size: 1.5em; }
  .site-refresh-button:hover {
    cursor: pointer; }
  .site-refresh-button:hover {
    color: #6D6D6D;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  .site-refresh-button:focus {
    outline: none; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.site-no-results {
  width: 100%;
  padding: 1em .5em;
  font-size: 1.375em;
  color: #999999;
  margin: 0;
  text-align: center;
  color: #999999; }
  .site-no-results.small-text {
    font-size: 1em;
    padding: .5em 1em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.site-error {
  width: 100%;
  padding: 1em .5em;
  font-size: 1.375em;
  color: #999999;
  margin: 0;
  text-align: center;
  color: #CB5955; }
  .site-error.small-text {
    font-size: 1em;
    padding: .5em 1em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.site-text-input {
  border-radius: 4px;
  border: 1px solid #505050;
  margin-bottom: 1em;
  width: 100%; }
  .site-text-input input[type=text] {
    background-color: transparent;
    padding: .25em .5em;
    width: 100%;
    color: #505050;
    border: none; }
    .site-text-input input[type=text]:focus {
      outline: none;
      box-shadow: none; }
    .site-text-input input[type=text]:-ms-input-placeholder {
      color: #999999; }

.site-label {
  margin-bottom: .5em;
  font-size: 1em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.site-transparent-button {
  background-color: transparent;
  color: #fff;
  border: none; }
  .site-transparent-button:hover {
    cursor: pointer; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.site-navbar-control {
  font-size: .875em;
  height: 80px;
  margin: 0;
  padding: 12px 1.5em;
  /* Flex Styles */
  display: flex;
  align-items: center; }
  .site-navbar-control:after {
    margin-left: 1em; }

@media (min-width: 0px) and (max-width: 580px) {
  .site-navbar-control {
    font-size: .75em;
    padding: 0; } }

/* IE11 does not know what the main element is. */
main {
  display: block; }

body {
  /* Make sure the scrollbars behave correctly in IE11 */
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.main-row {
  padding: 1rem 1rem; }

.sub-row {
  padding: 1rem 1rem; }

a {
  cursor: pointer; }

*:focus {
  outline: none !important; }

.btn-icon:active, .btn-icon:focus, .btn-icon:hover {
  text-decoration: none; }

.form-control-bottom-border {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #003250;
  color: #000; }
  .form-control-bottom-border::-webkit-input-placeholder {
    color: #008BC2; }
  .form-control-bottom-border:-ms-input-placeholder {
    color: #008BC2; }
  .form-control-bottom-border::-ms-input-placeholder {
    color: #008BC2; }
  .form-control-bottom-border::placeholder {
    color: #008BC2; }
  .form-control-bottom-border:focus {
    background: none;
    box-shadow: none;
    color: #000;
    border-color: #00DBD0; }

.react-select-bottom-border {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #003250;
  color: #000; }
  .react-select-bottom-border::-webkit-input-placeholder {
    color: #008BC2; }
  .react-select-bottom-border:-ms-input-placeholder {
    color: #008BC2; }
  .react-select-bottom-border::-ms-input-placeholder {
    color: #008BC2; }
  .react-select-bottom-border::placeholder {
    color: #008BC2; }
  .react-select-bottom-border:focus {
    background: none;
    box-shadow: none;
    color: #000;
    border-color: #00DBD0; }
  .react-select-bottom-border > div[class$="-control"] {
    border: none; }
  .react-select-bottom-border span[class$="-indicatorSeparator"] {
    width: 0; }

.react-select-bottom-border__control {
  box-shadow: none !important;
  border: none !important; }

.react-select-bottom-border__menu .react-select-bottom-border__option--is-selected {
  background-color: #999999 !important; }

.react-select-bottom-border__menu .react-select-bottom-border__option--is-focused {
  background-color: #D8D8D8 !important; }

.react-select__control {
  box-shadow: none !important;
  border-color: #cccccc !important; }

.react-select__menu .react-select__option--is-selected {
  background-color: #999999 !important; }

.react-select__menu .react-select__option--is-focused {
  background-color: #D8D8D8 !important; }

.icon {
  height: 24px;
  width: 24px; }

.icon-bold {
  font-weight: bold; }

/*
 * BADGES
 */
.badge-outline-primary {
  background-color: #333333;
  border: 1px solid #00DBD0;
  color: #00DBD0; }

.badge-outline-dark {
  background-color: #333333;
  border: 1px solid #999999;
  color: #999999; }

/*
 * Tooltips
 */
.tooltip {
  pointer-events: none; }
  .tooltip.show {
    transition: opacity .2s ease-out; }
  .tooltip .tooltip-inner hr {
    border-top-color: #fff; }

/*
 * Popovers
 */
.popover-header, .popover-body {
  color: #00283D;
  text-align: justify;
  text-align-last: left; }

/*
 * Modals
 */
.modal-backdrop {
  background-color: #fff; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
/* Styles */
body,
html,
#app,
.app-wrapper {
  height: 100%;
  -ms-user-select: none; }

html {
  overflow: hidden; }

body {
  background-color: #fff;
  color: #000;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

img {
  max-width: 100%; }

a {
  color: #50D2C2; }
  a:hover, a:focus {
    text-decoration: underline; }

.full-height {
  height: 100%; }

@media (min-width: 1440px) {
  .col-xxl-one-fifth {
    flex: 0 0 20%;
    max-width: 20%; } }

.cursor-pointer {
  cursor: pointer; }

.cursor-zoom-in {
  cursor: zoom-in; }

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

.text-decoration-underline {
  text-decoration: underline; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#admin-sidebar .admin-side-header {
  background-color: #fff;
  color: #00283D;
  padding: 1em; }

#admin-sidebar .nav-item {
  color: #000; }

.loading-icon {
  margin: 1em 0;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loading-icon.loading-icon-xs {
    height: 30px; }
  .loading-icon.loading-icon-sm {
    height: 50px; }
  .loading-icon.loading-icon-md {
    height: 100px; }
  .loading-icon.loading-icon-lg {
    height: 150px; }
  .loading-icon.loading-icon-em {
    height: 1em;
    margin: auto; }
    .loading-icon.loading-icon-em .loading-img {
      width: 1em; }
  .loading-icon .loading-img {
    max-height: 100%;
    max-width: 100%;
    width: 150px;
    display: block; }

#download-credits-badge {
  background: url(/aa653029990cd2464994a86f2e668b8d.svg) no-repeat center;
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center; }

.confirm-modal .text-muted {
  color: black !important; }

.confirm-modal .modal-footer {
  margin-top: 1em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.file-uploading-progress .uploading-file {
  border-bottom: 1px solid #6D6D6D;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.file-uploading-progress .btn-link:active, .file-uploading-progress .btn-link:focus, .file-uploading-progress .btn-link:hover {
  text-decoration: none; }

.file-uploading-progress .file-progress {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.file-uploading-progress .file-progress-cancel .btn {
  color: #ffc107; }

.file-uploading-progress .file-progress-error {
  color: #ffc107; }

.file-uploading-progress .file-progress-canceled {
  font-size: .7em; }

.file-uploading-progress .file-progress-bar {
  flex: 0 1 auto;
  width: 88%; }

.file-uploading-progress .file-progress-text {
  flex: 0 1 auto; }

.file-uploading-progress .upload-pending .file-progress-bar {
  width: 75%; }

.file-uploading-progress .upload-empty {
  text-align: center; }

.file-uploading-modal .modal-content {
  padding: 24px; }

.file-uploading-modal .modal-body-content {
  padding-top: 1em; }

.file-uploading-modal .close-modal {
  text-align: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.file-upload .upload-zone {
  transition: border .125s ease;
  height: 124px;
  border: 2px dashed #999999;
  padding: 2em;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .file-upload .upload-zone.is-active {
    border: 2px dashed #00DBD0; }
    .file-upload .upload-zone.is-active .upload-text {
      color: white; }

.file-upload .upload-text {
  transition: color .125s ease;
  color: #999999;
  margin: 0; }

.file-upload .upload-click-text {
  color: #00DBD0; }
  .file-upload .upload-click-text:hover {
    cursor: pointer; }

.select-image-modal .file-upload .upload-zone {
  height: 160px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.text-field.form-group {
  margin-bottom: .5rem; }
  .text-field.form-group .form-control {
    padding-left: 0;
    padding-bottom: 1.5rem;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #D8D8D8; }
    .text-field.form-group .form-control:focus {
      box-shadow: none;
      border-color: #00DBD0; }
  .text-field.form-group.floating-label .form-control {
    margin-top: 20px; }
  .text-field.form-group.floating-label label {
    position: relative;
    display: flex;
    flex-direction: column;
    vertical-align: top; }
  .text-field.form-group.floating-label span {
    color: #9296A2;
    position: absolute;
    top: 0;
    left: 0;
    cursor: text;
    -webkit-transform: translate(0, 24px) scale(1);
            transform: translate(0, 24px) scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms; }
  .text-field.form-group.floating-label.has-content span,
  .text-field.form-group.floating-label .form-control:focus + span {
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: translate(0, 1.5px) scale(0.75);
            transform: translate(0, 1.5px) scale(0.75); }
  .text-field.form-group .invalid-feedback {
    display: block; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.content-request-modal {
  flex: 1;
  margin-top: 4rem;
  max-width: 700px;
  color: #9296A2; }
  .content-request-modal .modal-content {
    background: white; }
  .content-request-modal .modal-title {
    color: #171F3D;
    margin-bottom: 1rem; }
  .content-request-modal .control-label {
    color: #9296A2;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase; }
  .content-request-modal .scheduling-fields {
    line-height: normal; }
  .content-request-modal textarea {
    border: 2px solid #D8D8D8;
    border-radius: 4px; }
  .content-request-modal .invalid-feedback {
    display: block; }
  .content-request-modal .pending-files {
    list-style-type: none;
    padding-left: 0; }
  .content-request-modal .pending-file-remove {
    margin-right: .5em; }
    .content-request-modal .pending-file-remove svg {
      color: red;
      font-weight: bold; }
  .content-request-modal .btn-primary {
    color: white; }
  .content-request-modal .btn-outline-dark {
    color: #00283D;
    border: 1px solid #D8D8D8; }
    .content-request-modal .btn-outline-dark:hover {
      background: transparent;
      border-color: #00283D; }
  .content-request-modal .close {
    color: white;
    position: absolute;
    top: -70px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 64px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1; }
    .content-request-modal .close:hover:not(:disabled):not(.disabled):hover {
      color: white; }

.content-request-button .content-request-btn {
  background: url(/aa653029990cd2464994a86f2e668b8d.svg) no-repeat center;
  font-weight: bold;
  padding: 0.5rem 1.25rem; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#editor-nav-item {
  border-right: 1px solid #003250;
  height: 100%;
  max-width: 300px;
  padding: 0 1.5em 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  #editor-nav-item .nav-back-button {
    font-size: 1em;
    color: #000; }
  #editor-nav-item .logo {
    height: 57px;
    width: 57px;
    max-width: none; }
  #editor-nav-item .presto-header {
    margin-left: 1.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  #editor-nav-item .presto-label-main {
    line-height: 1.25em;
    margin-left: 1em; }
  #editor-nav-item .presto-label {
    font-size: 1.25em; }
  #editor-nav-item .presto-sub-label {
    font-size: .75em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.entity-dimensions .site-select {
  max-width: 240px;
  min-width: 120px; }
  .entity-dimensions .site-select div[class$="-control"] {
    flex-wrap: nowrap; }

.editor-dimension-select .react-select__value-container {
  flex-wrap: nowrap;
  min-width: 0; }

.editor-dimension-select .Select-menu-outer {
  width: auto !important;
  max-width: 320px;
  border-color: #00314A !important; }

.editor-dimension-select .aspect-ratio-sign-list {
  list-style-type: none;
  margin: 0;
  padding-left: 1rem;
  overflow: hidden; }

.editor-dimension-select .aspect-ratio-sign-list-item {
  line-height: 1.1;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .editor-dimension-select .aspect-ratio-sign-list-item-sign-name {
    font-size: 14px;
    font-weight: bold; }
  .editor-dimension-select .aspect-ratio-sign-list-item-sign-dimensions {
    font-size: 12px; }

.new-aspect-ratio-modal .modal-footer {
  margin-top: .5em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.editor-new-dimensions {
  margin-left: .25em; }
  .editor-new-dimensions .btn {
    height: 36px; }
  .editor-new-dimensions .dropdown-menu {
    color: black; }
  .editor-new-dimensions .dropdown-item svg {
    margin-right: 1rem;
    text-align: center;
    width: 16px; }
    .editor-new-dimensions .dropdown-item svg.pull-right {
      margin-right: -.75rem;
      margin-top: .25rem;
      width: auto; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.editor-remove-dimension {
  margin-left: .25em; }
  .editor-remove-dimension .btn {
    height: 36px; }
  .editor-remove-dimension .dropdown-menu {
    color: black; }
  .editor-remove-dimension .dropdown-item svg {
    margin-right: 1rem;
    text-align: center;
    width: 16px; }
    .editor-remove-dimension .dropdown-item svg.pull-right {
      margin-right: -.75rem;
      margin-top: .25rem;
      width: auto; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#editor-template-nav-item {
  height: 100%;
  padding: 0 1.5em;
  /* Flex Style */
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  #editor-template-nav-item .template-title {
    font-size: .85em;
    margin-left: 1em; }

.template-plan {
  margin-left: 1em; }
  .template-plan .site-select {
    min-width: 7em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#environment-warning .warning-banner {
  background: linear-gradient(270deg, #ffab00, #ff5700);
  letter-spacing: 1px;
  padding: 0 12px;
  width: 100%; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.navbar-left-logo {
  width: 175px;
  padding: 0 0.5rem;
  overflow: hidden; }
  .navbar-left-logo img {
    max-width: 100%; }
  @media (min-width: 576px) {
    .navbar-left-logo {
      width: 296px; } }
  @media (min-width: 992px) {
    .navbar-left-logo {
      width: 52px; }
      .navbar-left-logo img {
        max-width: calc(296px - 1rem); } }
  @media (min-width: 1200px) {
    .navbar-left-logo {
      width: 296px; } }

.user-nav-item .user-name {
  display: flex;
  align-items: center;
  justify-content: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#main-navbar {
  margin-left: 0;
  position: relative;
  max-width: 100vw;
  min-height: 82px; }
  #main-navbar .navbar {
    z-index: 100;
    position: absolute;
    height: 82px;
    width: 100%;
    background-image: linear-gradient(to right, #fff 2%, #00DBD0 55%, #008BC2);
    display: flex;
    letter-spacing: 0.03em; }
    #main-navbar .navbar .btn-link {
      font-size: 14px; }
    #main-navbar .navbar .navbar-left-logo-container {
      position: absolute;
      left: 0;
      top: 0;
      height: 82px; }
      @media (min-width: 576px) {
        #main-navbar .navbar .navbar-left-logo-container {
          left: 1rem; } }
    #main-navbar .navbar .navbar-nav {
      align-items: center; }
      #main-navbar .navbar .navbar-nav .nav-link {
        color: #fff; }
    @media (max-width: 992px) {
      #main-navbar .navbar .navbar-collapse {
        background-color: #00314A;
        border-radius: 10px; } }
    #main-navbar .navbar .nav-dropdown {
      position: relative; }
      #main-navbar .navbar .nav-dropdown .nav-dropdown-toggle {
        cursor: pointer; }
      #main-navbar .navbar .nav-dropdown .nav-dropdown-item-list {
        display: none;
        list-style-type: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
        background-color: #00314A;
        padding: 15px; }
        #main-navbar .navbar .nav-dropdown .nav-dropdown-item-list:hover {
          display: block; }
        #main-navbar .navbar .nav-dropdown .nav-dropdown-item-list .nav-dropdown-item .btn-link {
          color: #fff;
          font-size: 12px;
          font-weight: 500;
          padding: 4px 16px; }
          #main-navbar .navbar .nav-dropdown .nav-dropdown-item-list .nav-dropdown-item .btn-link:hover, #main-navbar .navbar .nav-dropdown .nav-dropdown-item-list .nav-dropdown-item .btn-link:focus {
            color: #00DBD0;
            text-decoration: none; }
      #main-navbar .navbar .nav-dropdown .nav-dropdown-toggle:hover + .nav-dropdown-item-list {
        display: block; }
    #main-navbar .navbar .nav-btn {
      margin-left: 1rem; }
    #main-navbar .navbar #dropdownMenuButton {
      margin-left: 0.5rem; }
    #main-navbar .navbar #download-credits-badge {
      margin-right: 5px;
      padding: 0.5rem 1.25rem; }
    #main-navbar .navbar .badge-item {
      display: flex;
      align-items: center;
      margin-right: 6px; }
    #main-navbar .navbar .badge-label {
      color: #fff;
      margin-left: 0;
      max-width: 80px;
      font-size: .875rem;
      line-height: .85rem; }
    #main-navbar .navbar .navbar-toggle-button {
      padding: 0.25rem 0.75rem; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#admin-layout {
  height: 100%;
  overflow-y: hidden;
  /* Flex Styling */
  display: flex;
  flex-direction: column; }
  #admin-layout #admin-content {
    display: flex;
    height: calc(100vh - 82px); }
  #admin-layout #admin-sidebar {
    flex: 0 0 300px; }
  #admin-layout #admin-page {
    margin-top: 1em;
    width: 100%;
    overflow-y: auto; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.user-emulation-bar {
  color: white;
  background-color: #008BC2;
  position: relative;
  z-index: 1; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.maintenance-mode-bar {
  color: white;
  background-color: #008BC2;
  position: relative;
  z-index: 1; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#main-layout {
  height: 100%;
  overflow-y: hidden;
  /* Flex Styling */
  display: flex;
  flex-direction: column; }

#main-content {
  display: flex;
  height: calc(100vh - 82px); }

#main-sidebar {
  flex: 0 0 300px; }

#main-page {
  width: 100%; }
  #main-page.with-emulation-bar {
    height: calc(100vh - 82px - 95px); }
    @media (min-width: 576px) {
      #main-page.with-emulation-bar {
        height: calc(100vh - 82px - 48px); } }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#simple-layout {
  height: 100%;
  overflow-y: hidden;
  /* Flex Styling */
  display: flex;
  flex-direction: column; }

.simple-page {
  overflow: auto; }
  .simple-page.with-emulation-bar {
    height: calc(100vh - 95px); }
    @media (min-width: 576px) {
      .simple-page.with-emulation-bar {
        height: calc(100vh - 48px); } }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#admin-content-request-page {
  color: #000;
  overflow-y: scroll; }
  #admin-content-request-page .main-header {
    margin-bottom: 1em; }
  #admin-content-request-page .table {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 2em;
    margin-top: 2em; }
    #admin-content-request-page .table .table-header {
      background: linear-gradient(135deg, #115A86 0%, #00314F 100%); }
    #admin-content-request-page .table th {
      border-top: 0; }
    #admin-content-request-page .table ul {
      margin-bottom: 0; }
  #admin-content-request-page .data-label {
    width: 200px; }

.smart-table-search {
  margin-bottom: 7px; }
  .smart-table-search .form-group {
    text-align: right;
    width: 100%; }
  .smart-table-search .input-group {
    width: 74%; }
    .smart-table-search .input-group input {
      padding-right: 40px; }
    .smart-table-search .input-group .input-group-btn {
      width: 1%; }
  .smart-table-search .cancel-search {
    position: absolute;
    right: 112px;
    top: 12px;
    z-index: 100; }
    .smart-table-search .cancel-search svg {
      background-color: transparent;
      color: black;
      padding-left: 5px; }
    .smart-table-search .cancel-search:hover {
      cursor: pointer;
      text-decoration: none; }

.smart-table .table-sortable thead tr {
  cursor: pointer; }

.smart-table .table-sortable thead .show-on-hover i {
  visibility: hidden; }

.smart-table .table-sortable thead th:hover .show-on-hover i {
  visibility: visible; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#admin-content-request-list-page .role-badge {
  text-transform: capitalize; }

#admin-content-request-list-page .smart-table .table {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  #admin-content-request-list-page .smart-table .table .table-header {
    background: linear-gradient(135deg, #115A86 0%, #00314F 100%); }
  #admin-content-request-list-page .smart-table .table th {
    border-top: 0; }

#admin-content-request-list-page .action-button {
  padding: 0 .35em;
  font-size: 1.75em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.sign-form {
  background-color: #fff;
  color: #000; }
  .sign-form .form-control {
    margin: 1rem 0;
    color: #000;
    font-weight: 400; }
    .sign-form .form-control::-webkit-input-placeholder {
      color: #999999;
      font-weight: 400; }
    .sign-form .form-control:-ms-input-placeholder {
      color: #999999;
      font-weight: 400; }
    .sign-form .form-control::-ms-input-placeholder {
      color: #999999;
      font-weight: 400; }
    .sign-form .form-control::placeholder {
      color: #999999;
      font-weight: 400; }
  .sign-form .upper-label {
    position: absolute;
    top: -4px;
    color: #999999;
    text-transform: uppercase;
    left: 30px;
    font-size: 0.7rem; }
  .sign-form .help-popover {
    border: 1px solid #999999;
    color: #999999;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: help;
    font-weight: bold; }
  .sign-form #popover-optional {
    margin-left: 0.5rem; }
  .sign-form #popover-manufacturer {
    position: absolute;
    top: 36px;
    left: 0; }
  .sign-form #popover-resolution {
    position: absolute;
    top: 31px;
    left: 0; }
  .sign-form #popover-matrix {
    margin-left: 0.5rem;
    font-size: 1rem; }
  .sign-form .invalid-feedback {
    display: block; }

.sign-form-popover.help-popover-resolution {
  max-width: 472px; }
  .sign-form-popover.help-popover-resolution .help-popover-image {
    height: 159px;
    margin-left: 2rem; }

.sign-form-popover.help-popover-matrix {
  max-width: 481px; }
  .sign-form-popover.help-popover-matrix .help-popover-image {
    height: 178px;
    margin-left: 0.5rem; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.sign-add-edit-modal {
  flex: 1;
  margin-top: 4rem;
  max-width: 700px;
  color: #9296A2; }
  .sign-add-edit-modal .modal-content {
    background: white; }
  .sign-add-edit-modal .modal-title {
    color: #171F3D;
    margin-bottom: 1rem; }
  .sign-add-edit-modal .control-label {
    color: #9296A2;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase; }
  .sign-add-edit-modal .scheduling-fields {
    line-height: normal; }
  .sign-add-edit-modal textarea {
    border: 2px solid #D8D8D8;
    border-radius: 4px; }
  .sign-add-edit-modal .btn-primary {
    color: white; }
  .sign-add-edit-modal .btn-outline-dark {
    color: #00283D;
    border: 1px solid #D8D8D8; }
    .sign-add-edit-modal .btn-outline-dark:hover {
      background: transparent;
      border-color: #00283D; }
  .sign-add-edit-modal .close {
    color: white;
    position: absolute;
    top: -70px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 64px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1; }
    .sign-add-edit-modal .close:hover:not(:disabled):not(.disabled):hover {
      color: white; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#admin-company-signs-page {
  height: 100%;
  margin-top: 1.5em;
  overflow-y: auto; }
  #admin-company-signs-page .signs-header {
    margin-bottom: .5em; }
  #admin-company-signs-page .card-deck {
    margin-bottom: 2em; }
  #admin-company-signs-page .card {
    color: #000;
    margin-bottom: 1.5em;
    max-width: 18em;
    min-width: 18em; }
  #admin-company-signs-page .add-new-card {
    background-color: transparent; }
    #admin-company-signs-page .add-new-card .card-body {
      display: flex;
      align-content: center;
      justify-content: center; }
    #admin-company-signs-page .add-new-card .add-new-button {
      background-color: #fff;
      border: 1px solid gray;
      color: #000;
      width: 100%; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#admin-banner-list-page .role-badge {
  text-transform: capitalize; }

#admin-banner-list-page .smart-table .table {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  #admin-banner-list-page .smart-table .table .table-header {
    background: linear-gradient(135deg, #115A86 0%, #00314F 100%); }
  #admin-banner-list-page .smart-table .table th {
    border-top: 0; }

#admin-banner-list-page .action-button {
  padding: 0 .35em;
  font-size: 1.75em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.select-file.file-item {
  width: 224px;
  margin: .5rem;
  overflow: hidden;
  position: relative; }
  .select-file.file-item.is-pending {
    opacity: .5; }
  .select-file.file-item.is-loading .loading-icon {
    position: absolute;
    transition: all 200ms ease; }
  .select-file.file-item .file-name {
    font-size: 1em;
    max-width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 6px; }
  .select-file.file-item .pending-label {
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    position: absolute;
    top: 33px; }
  .select-file.file-item .error-label {
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    position: absolute;
    top: 33px; }
  .select-file.file-item .img {
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
  .select-file.file-item .file-actions {
    display: flex;
    visibility: hidden;
    padding: 4px 0;
    justify-content: flex-end;
    align-content: center; }
  .select-file.file-item:hover .file-actions {
    visibility: visible; }

.preview-image-modal .modal-content {
  padding: 0;
  border-radius: 0; }

.generate-image-modal .image-preview-row {
  margin-left: -0.3rem;
  margin-right: -0.3rem; }
  .generate-image-modal .image-preview-row .col {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-bottom: 0.6rem; }

.btn-with-spiral {
  position: relative;
  padding: 4px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }
  .btn-with-spiral > * {
    z-index: 1; }
  .btn-with-spiral::before {
    content: '';
    position: absolute;
    width: 110%;
    padding-top: 110%;
    background: conic-gradient(#00314A 0turn, #00DBD0 0.5turn, #008BC2 0.75turn, #00314A 1turn);
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    z-index: 0; }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }


/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
@media (min-width: 576px) {
  .unsplash-image-modal {
    max-width: 100%; } }

@media (min-width: 768px) {
  .unsplash-image-modal {
    max-width: 800px; } }

@media (min-width: 992px) {
  .unsplash-image-modal {
    max-width: 1140px; } }

.unsplash-image-modal .modal-header .close {
  color: #000; }

.unsplash-image-modal .image-row {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .unsplash-image-modal .image-row .col {
    padding-left: 0.375rem;
    padding-right: 0.375rem; }

.unsplash-image-modal .image-container {
  position: relative;
  overflow: hidden; }
  .unsplash-image-modal .image-container:hover .image-data {
    opacity: 1; }

.unsplash-image-modal .image-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in 100ms;
  background-color: rgba(0, 0, 0, 0.25); }

.unsplash-image-modal .image-attribution {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0; }
  .unsplash-image-modal .image-attribution-image {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden; }
  .unsplash-image-modal .image-attribution-text {
    color: white;
    line-height: 18px;
    pointer-events: all; }


/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.user-file-folders .folders-list-header {
  padding: 0.5rem 0.5rem 0.5rem 0.3rem; }

.user-file-folders .ai-tool-text, .user-file-folders .unsplash-tool-text {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 4px;
  line-height: 1; }

.user-file-folders .folders-list-item {
  border-radius: 6px;
  cursor: pointer;
  padding: 0.2rem 1rem;
  transition: background-color 250ms ease; }
  .user-file-folders .folders-list-item.active {
    background-color: #D1D3D4; }
  .user-file-folders .folders-list-item .folders-list-item-count {
    opacity: 0.5; }

.user-file-folders .fa-folder {
  color: #008BC2;
  font-size: 1.2rem;
  transition: color 250ms ease; }

.user-file-folders .folders-list-item.active .fa-folder {
  color: #fff; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.select-file-header {
  margin-bottom: 1.5em;
  /* Flex Styling */
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .select-file-header .header-buttons {
    width: 100%;
    /* Flex Styling */
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .select-file-header .control-btn {
    margin-left: 1em;
    padding: .5em .75em;
    font-size: .875em; }
  .select-file-header .blank-canvas-btn {
    border-color: #999999;
    color: #999999; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.select-file-modal {
  max-width: 75vw; }
  .select-file-modal .modal-content {
    background-color: #fff;
    width: 75vw;
    padding: 0; }
  .select-file-modal .modal-header {
    background-color: #008BC2;
    color: #fff;
    padding: 1em;
    border-bottom: 1px solid #292929; }
  .select-file-modal .modal-body-content-wrapper {
    height: 82vh;
    width: 100%; }
  .select-file-modal .select-file-main {
    display: flex;
    justify-content: space-between;
    padding: .75rem 0;
    height: 100%;
    width: 100%; }
    .select-file-modal .select-file-main > .left-side {
      flex: 0 1 275px;
      margin-left: 1em;
      overflow: auto; }
    .select-file-modal .select-file-main > .right-side {
      margin-left: .5em;
      margin-right: 1em;
      overflow: hidden;
      width: 100%;
      overflow: auto; }
  .select-file-modal .files-list {
    overflow-y: auto;
    height: calc(100% - 38px - 30px); }
  .select-file-modal .files-list-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .select-file-modal .file-upload {
    width: 224px;
    margin: .5rem;
    display: flex;
    align-items: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#admin-banner-edit-page {
  color: #000; }
  #admin-banner-edit-page .main-header {
    margin-bottom: 1em; }
  #admin-banner-edit-page .preview-item {
    border-radius: 10px;
    cursor: pointer;
    flex: 0 0 100%;
    height: 192px;
    overflow: hidden;
    position: relative; }
    #admin-banner-edit-page .preview-item .img {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%; }

.input-string-modal .modal-footer {
  margin-top: .5em; }

.collection-add-button {
  height: 100%; }
  .collection-add-button svg {
    font-size: 1.25em; }
  .collection-add-button .loading-icon {
    font-size: 1.25em; }
  .collection-add-button .btn {
    padding: 0;
    /* Flex Styles */
    display: flex;
    align-items: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.collection-sidebar-list {
  background-color: #fff;
  margin-top: 8px; }
  .collection-sidebar-list .sidebar-list-header {
    padding: 0.5rem 0.5rem 0.5rem 0.3rem; }
  .collection-sidebar-list .sidebar-list-item {
    border-radius: 4px;
    transition: background-color 250ms ease;
    cursor: pointer;
    padding: 0.2rem 1rem; }
    .collection-sidebar-list .sidebar-list-item:hover, .collection-sidebar-list .sidebar-list-item.active {
      background-color: #E9ECEF; }
    .collection-sidebar-list .sidebar-list-item .sidebar-list-item-count {
      opacity: 0.5; }
  .collection-sidebar-list .free-label {
    background: #00DBD0;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    transition: opacity 250ms ease;
    margin-left: 0.5rem; }

.pending-file-remove {
  margin-right: .5em; }
  .pending-file-remove .fa {
    color: red;
    font-weight: bold; }

.content-list-actions {
  height: 100%;
  margin-right: 1.5rem; }
  .content-list-actions svg {
    font-size: 1.25em; }
  .content-list-actions .loading-icon {
    font-size: 1.25em; }
  .content-list-actions .btn {
    padding: 0;
    /* Flex Styles */
    display: flex;
    align-items: center; }

.folder-add-button {
  height: 100%; }
  .folder-add-button svg {
    font-size: 1.25em; }
  .folder-add-button .loading-icon {
    font-size: 1.25em; }
  .folder-add-button .btn {
    padding: 0;
    /* Flex Styles */
    display: flex;
    align-items: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.folder-sidebar-list {
  background-color: #fff;
  margin-top: 8px; }
  .folder-sidebar-list .sidebar-list-header {
    padding: 0.5rem 0.5rem 0.5rem 0.3rem; }
  .folder-sidebar-list .sidebar-list-item {
    border-radius: 4px;
    transition: background-color 250ms ease;
    cursor: pointer;
    padding: 0.2rem 1rem; }
    .folder-sidebar-list .sidebar-list-item:hover, .folder-sidebar-list .sidebar-list-item.active {
      background-color: #E9ECEF; }
    .folder-sidebar-list .sidebar-list-item .sidebar-list-item-prepend {
      color: #008BC2; }
    .folder-sidebar-list .sidebar-list-item .sidebar-list-item-count {
      opacity: 0.5; }
  .folder-sidebar-list .fa-folder {
    color: #008BC2;
    font-size: 1.2rem;
    transition: color 250ms ease; }
  .folder-sidebar-list .help-text {
    display: inline-block;
    opacity: .5;
    text-align: center;
    width: 100%; }
  .folder-sidebar-list .sidebar-list-item.active .fa-folder {
    color: #fff; }

.render-progress {
  position: relative; }
  .render-progress .progress-bar {
    background-color: #00ADEF !important;
    color: black; }
  .render-progress.small .progress-bar {
    font-size: 1.25rem;
    font-weight: bold; }
  .render-progress.large .progress-bar {
    font-size: 1.6rem;
    font-weight: bold; }
  .render-progress.large .render-progress-bar {
    height: 2rem; }
  .render-progress.large .render-progress-text {
    display: inline-block; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.content-item {
  border-radius: 10px;
  flex: 0 0 15rem;
  margin: 1rem;
  transition: all 200ms ease;
  cursor: pointer;
  position: relative;
  background-position: 100%;
  background-size: 200%; }
  .content-item:hover {
    margin: 0.5rem;
    flex: 0 0 16rem;
    background-position: 0; }
  .content-item.active {
    border: 4px solid #50D2C2; }
  .content-item .loading-icon {
    position: absolute;
    transition: all 200ms ease; }
  .content-item .multiselect-icon {
    bottom: 50px;
    font-size: 1.5em;
    font-weight: 700;
    left: -8px;
    position: absolute;
    z-index: 10; }
    .content-item .multiselect-icon.hidden {
      visibility: hidden; }
  .content-item:hover .multiselect-icon.hidden {
    visibility: visible; }
  .content-item .content-item-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .content-item .content-item-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .content-item .free-label {
    background: #00DBD0;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    transition: opacity 250ms ease;
    margin-left: 0.5rem; }
  .content-item .img {
    background-color: black;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .content-item .container-16-9 {
    position: relative;
    padding-top: 56.25%; }
  .content-item .content-item-thumbnail {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 10px;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%; }
  .content-item .content-item-draft,
  .content-item .content-item-processing {
    padding: 7px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .content-item .content-item-draft .presto-icon,
    .content-item .content-item-processing .presto-icon {
      background-repeat: no-repeat;
      background-size: contain;
      height: 100px;
      width: 100px; }
      @media (min-width: 992px) {
        .content-item .content-item-draft .presto-icon,
        .content-item .content-item-processing .presto-icon {
          height: 60px;
          width: 60px; } }
    .content-item .content-item-draft .draft-text,
    .content-item .content-item-processing .draft-text {
      color: #ffffff;
      line-height: normal;
      padding-left: 5px;
      text-transform: uppercase;
      max-width: calc(100% - 100px);
      font-size: 2em; }
      @media (min-width: 576px) {
        .content-item .content-item-draft .draft-text,
        .content-item .content-item-processing .draft-text {
          font-size: 1.75em; } }
      @media (min-width: 768px) {
        .content-item .content-item-draft .draft-text,
        .content-item .content-item-processing .draft-text {
          font-size: 1.5em; } }
      @media (min-width: 992px) {
        .content-item .content-item-draft .draft-text,
        .content-item .content-item-processing .draft-text {
          max-width: calc(100% - 60px);
          font-size: 1.5em; } }
  .content-item .content-item-draft {
    background-color: #b7b7b7; }
    .content-item .content-item-draft .presto-icon {
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
  .content-item.processing .content-item-name {
    max-width: 85%;
    z-index: 31; }
  .content-item .content-item-processing {
    background: linear-gradient(90deg, #0a81a0 0%, #00607e 46%, #002d42 100%); }
    .content-item .content-item-processing.has-error .presto-icon {
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
  .content-item .render-progress {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 30; }
    .content-item .render-progress .progress {
      background: transparent;
      border-radius: 0;
      height: 100%; }
    .content-item .render-progress .progress-bar {
      background: linear-gradient(90deg, rgba(0, 173, 239, 0) 0%, #00adef 100%) !important;
      color: white;
      padding-right: 10px;
      text-align: right; }
    .content-item .render-progress .percent-label {
      position: absolute;
      right: 10px; }

.selected {
  background-color: rgba(0, 139, 194, 0.5); }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.search-content-items {
  position: relative; }
  .search-content-items .fade-enter {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  .search-content-items .fade-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .search-content-items .fade-exit {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .search-content-items .fade-exit-active {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.content-new-item {
  border-radius: 10px;
  flex: 0 0 15rem;
  overflow: hidden;
  margin: 1rem;
  transition: all 200ms ease;
  cursor: pointer;
  background-image: linear-gradient(90deg, #48BCE4 50%, #5DCDEB 75%, #48BCE4 100%);
  background-position: -15rem;
  background-size: 30rem; }
  .content-new-item:hover {
    margin: 0.5rem;
    flex: 0 0 16rem;
    background-position: 0; }
  .content-new-item .container-16-9 {
    position: relative;
    padding-top: 56.25%; }
  .content-new-item .blank-image-container {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em 2.5em 0em 2.5em; }
  .content-new-item .blank-image {
    border: 2px dashed #307DBE;
    height: 100%; }
  .content-new-item .blank-icon {
    color: #000; }
  .content-new-item .content-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .content-new-item .img {
    background-position: center;
    background-size: cover; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.collection-example {
  border-radius: 10px;
  flex: 0 0 15rem;
  overflow: hidden;
  margin: 1rem;
  transition: all 200ms ease;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  background-position: 100%;
  background-size: 200%; }
  .collection-example:hover {
    margin: 0.5rem;
    flex: 0 0 16rem;
    background-position: 0; }
  .collection-example.active {
    border: 4px solid #50D2C2; }
  .collection-example .collection-example-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .collection-example .collection-example-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .collection-example .img {
    background-position: center;
    background-size: cover; }
  .collection-example .container-16-9 {
    position: relative;
    padding-top: 56.25%; }
  .collection-example .collection-example-thumbnail {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 10px;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.content-items {
  position: relative;
  max-width: 1800px; }
  .content-items .fade-enter {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  .content-items .fade-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .content-items .fade-exit {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .content-items .fade-exit-active {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.search-bar.theme-white {
  border: solid #6D6D6D 1px;
  border-radius: 25px; }
  .search-bar.theme-white .form-control {
    font-size: 1em;
    background: #fff;
    border: 0;
    color: #000; }

.search-bar.theme-clear {
  border: solid #6D6D6D 1px;
  border-radius: 25px; }
  .search-bar.theme-clear .form-control {
    font-size: 1em;
    background: transparent;
    border: 0;
    color: #000; }
  .search-bar.theme-clear .search-prepend {
    background: transparent;
    border: 0;
    margin-left: 20px;
    color: #6D6D6D;
    font-size: 1em;
    padding: 0; }

.search-bar .input-group {
  flex-wrap: nowrap; }

.search-bar .menu-preview-image {
  display: inline-block; }
  .search-bar .menu-preview-image img {
    max-width: 100px;
    max-height: 100px;
    margin-right: 1em; }

.content-preview {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden; }
  .content-preview .modal-image {
    background-size: cover;
    background-position: center; }
  .content-preview .content-status {
    font-size: 25pt;
    text-align: center;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    width: 100%;
    position: absolute;
    bottom: .25em;
    left: 0; }
  .content-preview .render-progress {
    width: 100%;
    opacity: .75;
    position: absolute;
    bottom: 0;
    left: 0; }
    .content-preview .render-progress .render-progress-bar {
      border-radius: 0;
      height: .85rem; }
    .content-preview .render-progress .progress-bar {
      font-size: .9rem; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.content-name {
  display: inline-flex; }
  .content-name .cancel-name-button,
  .content-name .edit-name-button {
    color: #fff; }
  .content-name .edit-name-input {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0;
    line-height: 1.2;
    border: 0; }
  .content-name .btn {
    margin-left: 0.2rem; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.draft-preview {
  background-color: #b7b7b7;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .draft-preview .presto-icon {
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    width: 160px; }
    @media (min-width: 576px) {
      .draft-preview .presto-icon {
        width: 200px; } }
  .draft-preview .draft-text {
    color: #ffffff;
    font-size: 5em;
    line-height: normal;
    text-transform: uppercase; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.rendering-preview {
  background: #0099E0;
  background: linear-gradient(90deg, #0a81a0 0%, #00607e 46%, #002d42 100%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .rendering-preview .presto-icon {
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 100px; }
    @media (min-width: 576px) {
      .rendering-preview .presto-icon {
        max-height: inherit; } }
  .rendering-preview .rendering-text {
    color: #ffffff;
    line-height: normal;
    text-transform: uppercase;
    font-size: 2em; }
    @media (min-width: 576px) {
      .rendering-preview .rendering-text {
        font-size: 3em; } }
  .rendering-preview .render-preview-video {
    width: 100%; }
  .rendering-preview.rendering-error {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 576px) {
      .rendering-preview.rendering-error {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .rendering-preview.rendering-error .presto-icon {
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }

.content-preview {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden; }
  .content-preview .modal-image {
    background-size: cover;
    background-position: center; }
  .content-preview img.modal-preview {
    -o-object-fit: contain;
       object-fit: contain; }
  .content-preview .content-status {
    font-size: 25pt;
    text-align: center;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    width: 100%;
    position: absolute;
    bottom: .25em;
    left: 0; }
  .content-preview .render-progress {
    width: 100%;
    opacity: .75;
    position: absolute;
    bottom: 0;
    left: 0; }
    .content-preview .render-progress .render-progress-bar {
      border-radius: 0;
      height: .85rem; }
    .content-preview .render-progress .progress-bar {
      font-size: .9rem; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */

.sign-select .aspect-ratio-sign-list {
  list-style-type: none;
  margin: 0;
  padding-left: 1rem;
  overflow: hidden; }

.sign-select .aspect-ratio-sign {
  padding-left: 1rem;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .sign-select .aspect-ratio-sign-name {
    font-size: 14px;
    font-weight: bold; }
  .sign-select .aspect-ratio-sign-dimensions {
    font-size: 12px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.download-button .download-icon {
  margin-right: 5px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.dropdown-actions {
  height: 100%; }
  .dropdown-actions .dropdown-actions-open {
    color: #fff; }
  .dropdown-actions svg {
    font-size: 1.25em; }
  .dropdown-actions .loading-icon {
    font-size: 1.25em; }
  .dropdown-actions .btn {
    padding: 0;
    /* Flex Styles */
    display: flex;
    align-items: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.content-info-modal {
  flex: 1;
  margin-bottom: 5rem;
  max-width: 700px;
  padding: 0 2px; }
  .content-info-modal .modal-content {
    background-color: #000;
    padding: 0;
    border-radius: 10px; }
  .content-info-modal .modal-body {
    background-image: linear-gradient(to right, #00DBD0 45%, #008BC2);
    border-radius: 0 0 8px 8px; }
  .content-info-modal .modal-body-content {
    padding: 1.5em; }
  .content-info-modal .info-btn-responsive {
    width: 100%;
    margin-top: 1rem; }
    .content-info-modal .info-btn-responsive:first-child {
      margin-top: 0; }
    @media (min-width: 576px) {
      .content-info-modal .info-btn-responsive {
        width: auto;
        margin-top: 0;
        margin-left: 1rem; }
        .content-info-modal .info-btn-responsive:first-child {
          margin-left: 0; } }
  .content-info-modal .content-admin-bar {
    background-color: #00709E;
    padding: 1.5em;
    border-radius: 0 0 8px 8px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.download-button .download-icon {
  margin-right: 5px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.publish-content-modal .collection-sidebar-list {
  min-width: 220px; }

.publish-content-modal .choose-collection {
  text-align: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#dashboard-page .sidebar {
  background-color: #f8f9fa;
  border-right: 2px solid #D8D8D8;
  flex: 0 0 320px;
  font-size: 0.9rem;
  overflow-y: scroll;
  width: 322px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000; }
  #dashboard-page .sidebar .loading-icon {
    width: auto;
    margin: 0.5rem; }
  #dashboard-page .sidebar .sidebar-list {
    padding: 1.5rem; }

#dashboard-page .sidebar-fixed-container {
  position: fixed;
  z-index: 500;
  top: 82px;
  right: 0;
  bottom: 0;
  left: 0; }
  #dashboard-page .sidebar-fixed-container .sidebar {
    height: 100%;
    background-color: #D8D8D8; }
  #dashboard-page .sidebar-fixed-container .dashboard-sidebar-open {
    background-color: rgba(78, 78, 78, 0.5); }
  #dashboard-page .sidebar-fixed-container.has-message-bar {
    top: calc(82px + 95px); }
    @media (min-width: 576px) {
      #dashboard-page .sidebar-fixed-container.has-message-bar {
        top: calc(82px + 48px); } }

#dashboard-page .dashboard-header {
  /* Flex Styles */
  display: flex;
  align-items: center;
  justify-content: space-between; }

#dashboard-page .dashboard-content {
  max-height: calc(100vh - 82px);
  overflow: scroll;
  padding: 10px; }

#dashboard-page .sidebar-margin {
  margin-left: 322px; }

#dashboard-page .sidebar-focus {
  background-color: rgba(78, 78, 78, 0.5); }

#dashboard-page .choose-folder-header {
  text-align: center; }

#dashboard-page .cancel-search-anchor {
  margin-left: .25em; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/ced611daf7709cc778da928fec876475.eot);
    src: url(/ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(data:application/octet-stream;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format('truetype'), url("\"data:image/svg+xml,module.exports = __webpack_public_path__ + 'f97e3bbf73254b0112091d0192f17aec.svg';\"#slick") format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.header-sidebar-list {
  background-color: #fff; }

.sidebar-list-item {
  border-radius: 4px;
  transition: background-color 250ms ease;
  cursor: pointer;
  padding: 0.2rem 1rem;
  color: #000; }
  .sidebar-list-item-append {
    color: #00DBD0; }
  .sidebar-list-item:hover, .sidebar-list-item.active {
    background-color: #E9ECEF;
    text-decoration: none;
    color: #000; }
  .sidebar-list-item .sidebar-list-item-count {
    opacity: 0.5; }
  .sidebar-list-item.disabled-link {
    cursor: not-allowed;
    color: #D1D3D4; }
    .sidebar-list-item.disabled-link:hover {
      background-color: #fff; }
  .sidebar-list-item .badge-pill {
    padding: 3px 10px;
    margin-top: 0px;
    background-color: #00DBD0;
    color: #fff; }

.maintenance-message {
  background-color: orange;
  padding: 5px;
  font-weight: bold;
  text-align: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.display-control {
  background-color: #008BC2;
  height: 100%;
  padding: 1rem 0;
  text-align: center;
  /* Flex Styles */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .display-control i {
    font-size: 1.5rem; }
  .display-control .control-btn {
    padding: 0;
    color: #fff; }
    .display-control .control-btn.disabled {
      opacity: .2; }

.duration-controls {
  display: flex;
  align-items: center; }
  .duration-controls .duration-input {
    max-width: 4em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.entity-timeline-item {
  display: flex; }
  .entity-timeline-item .entity-info {
    width: 300px;
    margin: 0px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .entity-timeline-item .entity-info .entity-name {
      width: 150px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .entity-timeline-item .entity-time-control {
    flex-grow: 1;
    margin-right: 50px; }
  .entity-timeline-item.active {
    background-color: #E9ECEF; }
  .entity-timeline-item .entity-order {
    margin-right: 1em; }
  .entity-timeline-item .entity-name-wrapper {
    max-width: 199px;
    overflow: hidden; }
    .entity-timeline-item .entity-name-wrapper .entity-order {
      float: left; }
    .entity-timeline-item .entity-name-wrapper .entity-name {
      float: left;
      max-width: 160px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .entity-timeline-item .dropdown-item svg {
    margin-right: 1rem;
    text-align: center;
    width: 16px; }
  .entity-timeline-item .entity-actions-wrapper {
    display: flex;
    align-items: center; }
  .entity-timeline-item .entity-actions .btn-link {
    position: relative;
    top: 1px;
    color: #000; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.timeline-slider {
  position: relative;
  background-color: grey;
  width: 100%;
  height: 15px;
  margin: 10px 0px; }
  .timeline-slider .timeline-slider-track {
    background-color: #008BC2;
    height: 15px;
    position: absolute; }
  .timeline-slider .timeline-slider-handle {
    background-color: #fff;
    border: 1px solid #00314A;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 12px;
    height: 15px; }
    .timeline-slider .timeline-slider-handle:hover {
      background-color: #D8D8D8; }
  .timeline-slider .timeline-transition-handle {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px; }
    .timeline-slider .timeline-transition-handle:hover .timeline-transition-handle-text {
      background-color: rgba(255, 255, 255, 0.5); }
    .timeline-slider .timeline-transition-handle .timeline-transition-handle-text {
      color: #003250;
      position: absolute;
      top: 0;
      left: 8px;
      font-size: 10px;
      height: 15px;
      line-height: 15px;
      border: 1px solid #003250;
      padding: 0 2px 0 6px;
      background-color: rgba(255, 255, 255, 0.3);
      white-space: nowrap; }
      .timeline-slider .timeline-transition-handle .timeline-transition-handle-text.right-text {
        right: -8px;
        left: auto;
        padding: 0 6px 0 2px; }
    .timeline-slider .timeline-transition-handle .timeline-transition-handle-marker {
      position: absolute;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #00283D; }

.entity-timeline {
  width: 100%; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.select-feed-modal {
  max-width: 75vw; }
  .select-feed-modal .modal-content {
    background-color: #fff;
    width: 75vw;
    padding: 0; }
  .select-feed-modal .modal-header {
    background-color: #008BC2;
    color: #fff;
    padding: 1em;
    border-bottom: 1px solid #292929; }
  .select-feed-modal .select-feed-main {
    display: flex;
    padding: .75rem 0; }
    .select-feed-modal .select-feed-main > .left-side {
      padding-left: 15px;
      flex: 0 1 275px;
      overflow: auto; }
    .select-feed-modal .select-feed-main > .right-side {
      min-height: 600px;
      flex-grow: 1;
      overflow: auto; }
  .select-feed-modal .feed-type-list-item {
    border-radius: 6px;
    cursor: pointer;
    padding: 0.2rem 1rem;
    transition: background-color 250ms ease; }
    .select-feed-modal .feed-type-list-item.active {
      background-color: #D1D3D4; }
    .select-feed-modal .feed-type-list-item .feed-type-list-item-count {
      opacity: 0.5; }
  .select-feed-modal .feed-item {
    cursor: pointer;
    position: relative;
    border-radius: 5px; }
    .select-feed-modal .feed-item:hover {
      background-color: #008BC2; }
    .select-feed-modal .feed-item.premium-feed-item {
      opacity: .25;
      cursor: not-allowed; }
      .select-feed-modal .feed-item.premium-feed-item:hover {
        background-color: #fff; }
    .select-feed-modal .feed-item .feed-item-thumbnail {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2em;
      background-color: #D1D3D4;
      width: 100%;
      height: 150px;
      border-radius: 5px; }
    .select-feed-modal .feed-item .feed-item-info {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .select-feed-modal .feed-item .feed-item-name {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select-feed-modal .forecast-card {
    border: 2px solid black;
    text-align: center;
    padding: 0.375rem 0.125rem;
    line-height: 14px; }
    .select-feed-modal .forecast-card p {
      font-size: 12px;
      margin-bottom: 0; }
    .select-feed-modal .forecast-card p:first-child {
      margin-bottom: 4px; }
    .select-feed-modal .forecast-card img {
      height: 40px;
      margin-bottom: 8px; }
  .select-feed-modal .counter {
    width: 116px;
    height: 68px;
    padding: 6px;
    border: 3px solid black;
    border-radius: 16px; }
    .select-feed-modal .counter .counter-inner-container {
      display: flex;
      height: 100%;
      overflow: hidden;
      border: 3px solid black;
      border-radius: 8px; }
      .select-feed-modal .counter .counter-inner-container div {
        flex-grow: 1;
        padding: 4px 0;
        text-align: center;
        line-height: 1.2;
        border-right: 3px solid black; }
      .select-feed-modal .counter .counter-inner-container div:nth-child(3) {
        line-height: 30px;
        position: relative;
        top: -15px;
        border-right: 0; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.counter-modal .modal-content {
  background-color: #fff;
  padding: 0; }

.counter-modal .modal-header {
  background-color: #008BC2;
  color: #fff;
  padding: 1em;
  border-bottom: 1px solid #292929; }

.counter-modal .modal-body-content-wrapper {
  padding: 2em; }

.counter-modal .modal-footer {
  padding: 0 2em 2em 2em; }

.counter-modal .setup-info-box {
  padding: 15px;
  margin: 15px;
  background-color: #e9ecef;
  border: 1px solid #D8D8D8;
  border-radius: 8px; }

.counter-modal .time-increment-button {
  height: 50px;
  width: 33%;
  margin: 0 8px;
  background-color: #fff; }
  .counter-modal .time-increment-button.is-selected {
    background-color: #008BC2; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.search-form {
  font-size: .875em; }
  .search-form .search-form-submit {
    display: none; }
  .search-form .search-form-query {
    background-color: transparent;
    margin-left: 0.5em;
    border: none;
    width: calc(100% - 17px - 0.5em); }
    .search-form .search-form-query:focus {
      outline: none; }
  .search-form .search-form-icon {
    font-size: 1.25em;
    width: 17px; }
  .search-form .disabled {
    opacity: 0.6;
    cursor: not-allowed; }

#content-header .sub-header-search-wrapper .search-form-query {
  width: calc(100% - 25px - 0.5em); }

#content-header .sub-header-search-wrapper .search-form-icon {
  width: 25px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.sheet-modal {
  max-width: 70vw;
  position: relative; }
  .sheet-modal .modal-content {
    background-color: #fff;
    width: 70vw;
    padding: 0; }
  .sheet-modal .modal-header {
    background-color: #008BC2;
    color: #fff;
    padding: 1em;
    border-bottom: 1px solid #292929; }
  .sheet-modal .modal-footer {
    padding: 1em; }
  .sheet-modal .sheet-main {
    display: flex;
    padding: .75rem 0; }
    .sheet-modal .sheet-main > .left-side {
      padding-left: 15px;
      flex: 0 1 275px;
      overflow: auto;
      position: fixed;
      width: 230px; }
    .sheet-modal .sheet-main > .right-side {
      flex-grow: 1;
      overflow: auto;
      margin-left: 230px; }
  .sheet-modal .sheet-type-list-item {
    border-radius: 6px;
    cursor: pointer;
    padding: 0.2rem 1rem;
    transition: background-color 250ms ease; }
    .sheet-modal .sheet-type-list-item.active {
      background-color: #D1D3D4; }
    .sheet-modal .sheet-type-list-item .sheet-type-list-item-count {
      opacity: 0.5; }
  .sheet-modal .is-selected {
    background-color: #008BC2; }
  .sheet-modal .sheet-item {
    cursor: pointer;
    position: relative;
    border-radius: 5px; }
    .sheet-modal .sheet-item:hover {
      background-color: #008BC2; }
    .sheet-modal .sheet-item .sheet-item-thumbnail {
      display: flex;
      justify-content: center;
      background-color: #E9ECEF;
      width: 100%;
      height: 150px;
      border-radius: 5px; }
    .sheet-modal .sheet-item .sheet-item-info {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .sheet-modal .sheet-item .sheet-item-name {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .sheet-modal .search-form-wrapper {
    flex: 1 1 auto;
    border-radius: 4px;
    border: 1px solid #505050;
    padding: .25em .5em;
    margin: .25em .75em 0.25em 0; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.select-media.file-item {
  width: 224px;
  margin: .5rem;
  overflow: hidden;
  position: relative; }
  .select-media.file-item.is-pending {
    opacity: .5; }
  .select-media.file-item.is-loading .loading-icon {
    position: absolute;
    transition: all 200ms ease; }
  .select-media.file-item .file-name {
    font-size: 1em;
    max-width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 6px; }
  .select-media.file-item .pending-label {
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    position: absolute;
    top: 33px; }
  .select-media.file-item .error-label {
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    position: absolute;
    top: 33px; }
  .select-media.file-item .img {
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
  .select-media.file-item .file-actions {
    display: flex;
    visibility: hidden;
    padding: 4px 0;
    justify-content: flex-end;
    align-content: center; }
  .select-media.file-item:hover .file-actions {
    visibility: visible; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.user-file-folders .folders-list-header {
  padding: 0.5rem 0.5rem 0.5rem 0.3rem; }

.user-file-folders .ai-tool-text {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 4px;
  line-height: 1; }

.user-file-folders .folders-list-item {
  border-radius: 6px;
  cursor: pointer;
  padding: 0.2rem 1rem;
  transition: background-color 250ms ease; }
  .user-file-folders .folders-list-item.active {
    background-color: #D1D3D4; }
  .user-file-folders .folders-list-item .folders-list-item-count {
    opacity: 0.5; }

.user-file-folders .fa-folder {
  color: #008BC2;
  font-size: 1.2rem;
  transition: color 250ms ease; }

.user-file-folders .folders-list-item.active .fa-folder {
  color: #fff; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.select-file-header {
  margin-bottom: 1.5em;
  /* Flex Styling */
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .select-file-header .header-buttons {
    width: 100%;
    /* Flex Styling */
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .select-file-header .control-btn {
    margin-left: 1em;
    padding: .5em .75em;
    font-size: .875em; }
  .select-file-header .blank-canvas-btn {
    border-color: #999999;
    color: #999999; }
  .select-file-header .search-form-wrapper {
    flex: 1 1 auto;
    border-radius: 4px;
    border: 1px solid #505050;
    padding: .25em .5em;
    margin: .25em .75em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.select-media-modal {
  max-width: 75vw; }
  .select-media-modal .modal-content {
    background-color: #fff;
    width: 75vw;
    padding: 0; }
  .select-media-modal .modal-header {
    background-color: #008BC2;
    color: #fff;
    padding: 1em;
    border-bottom: 1px solid #292929; }
  .select-media-modal .modal-body-content-wrapper {
    height: 82vh;
    width: 100%; }
  .select-media-modal .select-file-main {
    display: flex;
    justify-content: space-between;
    padding: .75rem 0;
    height: 100%;
    width: 100%; }
    .select-media-modal .select-file-main > .left-side {
      flex: 0 1 275px;
      margin-left: 1em;
      overflow: auto; }
    .select-media-modal .select-file-main > .right-side {
      margin-left: .5em;
      margin-right: 1em;
      overflow: hidden;
      width: 100%;
      overflow: auto; }
  .select-media-modal .files-list {
    overflow-y: auto;
    height: calc(100% - 38px - 30px); }
  .select-media-modal .files-list-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .select-media-modal .file-upload {
    width: 224px;
    margin: .5rem;
    display: flex;
    align-items: center; }

.generate-text-modal .prompt-results-list {
  padding-left: 0;
  list-style: none; }

.generate-text-modal .prompt-results-button {
  padding: 0.1rem 0.5rem;
  text-align: left; }


/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.entity-add-button .dropdown-item svg {
  margin-right: 1rem;
  text-align: center;
  width: 16px; }
  .entity-add-button .dropdown-item svg.pull-right {
    float: right;
    margin-right: 0;
    margin-top: 0.3rem; }

.entity-add-button .ai-tool-text, .entity-add-button .unsplash-tool-text {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 4px;
  line-height: 1; }

.player-controls {
  display: flex;
  align-items: center; }
  .player-controls .control-button {
    padding: 5px 10px; }
  .player-controls .button-play,
  .player-controls .button-pause {
    font-size: 1.5em; }
  .player-controls .button-back {
    font-size: 1.15em;
    margin-bottom: 1px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.single-slider {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .single-slider .single-slider-track {
    background-color: #999999;
    border-radius: 30px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%; }
  .single-slider .single-slider-handle {
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #00314A;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px; }
    .single-slider .single-slider-handle:hover {
      background-color: #D8D8D8; }
  .single-slider.slider-teal .single-slider-track {
    background-color: #50D2C2; }
  .single-slider.vertical {
    height: 100%;
    width: 24px; }
    .single-slider.vertical .single-slider-track {
      top: 0;
      left: 9px;
      height: 100%;
      width: 4px; }
    .single-slider.vertical .single-slider-handle {
      top: 0;
      left: 5px; }

.time-control {
  width: 100%; }
  .time-control .time-slider {
    width: 100%; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.playback-controls {
  background-color: #fff;
  margin-right: 1px;
  margin-left: 1px;
  padding: .25em 1em .25em .75em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 250px; }
  .playback-controls .controls-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-right: 50px; }
    .playback-controls .controls-wrapper.video-timeline {
      height: 50px; }
    .playback-controls .controls-wrapper.timeline {
      max-height: 200px;
      overflow-x: visible;
      overflow-y: scroll; }
  .playback-controls .entity-info {
    width: 250px;
    display: flex;
    gap: 5px; }
  .playback-controls .entity-add-button {
    align-self: center; }
  .playback-controls .time-control {
    flex-grow: 1;
    align-self: center; }
  .playback-controls .timer {
    align-self: center; }

.inline-playback-controls {
  background-color: #fff;
  height: 53px;
  margin-right: 1px;
  margin-left: 1px;
  padding: .25em 1em .25em .75em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /* Flex Styles */
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .inline-playback-controls .player-controls-wrapper {
    width: 85px; }
  .inline-playback-controls .time-control-wrapper {
    width: calc(100% - 150px); }
  .inline-playback-controls .time-tracker-wrapper {
    width: 55px; }
  .inline-playback-controls .controls-wrapper {
    flex: 0 1 auto;
    min-width: 55px;
    padding: 0; }
  .inline-playback-controls .single-slider-track {
    background-color: #008BC2; }
  .inline-playback-controls .timer {
    text-align: right; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.zoom-control {
  background-color: #008BC2;
  border-top: 1px solid #9CD7EE;
  height: 100%;
  padding: .5rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Display Styles */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .zoom-control .zoom-icon {
    font-size: 1.5em;
    flex: 0 1 auto; }
  .zoom-control .zoom-slider {
    margin: 5px; }
  .zoom-control .zoom-label {
    font-size: .75em; }
  .zoom-control .single-slider {
    flex: 0 1 auto; }
  .zoom-control .single-slider-track {
    background-color: #9CD7EE; }

/**
 * Stroke font-character.
 * @param {Integer} $stroke - Stroke width
 * @param {Color} $color - Stroke color
 * @return {List} - text-shadow list
 */
/**
 * Stroke font-character.
 * @param {Integer} $stroke - Stroke width
 * @param {Color} $color - Stroke color
 */
#display-active {
  background-color: transparent; }
  #display-active .rotation-label {
    text-shadow: -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, -2px 1px 0 white, -2px 2px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, -1px 1px 0 white, -1px 2px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 0px 1px 0 white, 0px 2px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, 1px 1px 0 white, 1px 2px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, 2px 1px 0 white, 2px 2px 0 white;
    display: none;
    fill: black;
    font-size: 20px;
    font-weight: bold; }

#display-crop {
  background-color: transparent;
  mix-blend-mode: difference; }

.display-circle .display-circle-svg {
  position: absolute;
  top: 0;
  left: 0; }

.display-image .display-image-img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0; }

.display-rectangle .display-rectangle-svg {
  position: absolute;
  top: 0;
  left: 0; }

.display-triangle .display-triangle-svg {
  position: absolute;
  top: 0;
  left: 0; }


/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
/**
 * Loads all the fonts needed for the editor.
 */
.display-text {
  color: #fff;
  line-height: 1.00;
  overflow: hidden; }
  .display-text .display-text-pre {
    white-space: pre-wrap; }
  .display-text .md-align-left {
    display: block;
    text-align: left; }
  .display-text .md-align-center {
    display: block;
    text-align: center; }
  .display-text .md-align-right {
    display: block;
    text-align: right; }
  .display-text .md-align-justify {
    display: block;
    text-align: center; }
  .display-text .md-underline {
    text-decoration: underline; }
  .display-text .md-font-size-5 {
    font-size: 5px; }
  .display-text .md-font-size-6 {
    font-size: 6px; }
  .display-text .md-font-size-7 {
    font-size: 7px; }
  .display-text .md-font-size-8 {
    font-size: 8px; }
  .display-text .md-font-size-9 {
    font-size: 9px; }
  .display-text .md-font-size-10 {
    font-size: 10px; }
  .display-text .md-font-size-11 {
    font-size: 11px; }
  .display-text .md-font-size-12 {
    font-size: 12px; }
  .display-text .md-font-size-13 {
    font-size: 13px; }
  .display-text .md-font-size-14 {
    font-size: 14px; }
  .display-text .md-font-size-15 {
    font-size: 15px; }
  .display-text .md-font-size-16 {
    font-size: 16px; }
  .display-text .md-font-size-17 {
    font-size: 17px; }
  .display-text .md-font-size-18 {
    font-size: 18px; }
  .display-text .md-font-size-19 {
    font-size: 19px; }
  .display-text .md-font-size-20 {
    font-size: 20px; }
  .display-text .md-font-size-21 {
    font-size: 21px; }
  .display-text .md-font-size-22 {
    font-size: 22px; }
  .display-text .md-font-size-23 {
    font-size: 23px; }
  .display-text .md-font-size-24 {
    font-size: 24px; }
  .display-text .md-font-size-25 {
    font-size: 25px; }
  .display-text .md-font-size-26 {
    font-size: 26px; }
  .display-text .md-font-size-27 {
    font-size: 27px; }
  .display-text .md-font-size-28 {
    font-size: 28px; }
  .display-text .md-font-size-29 {
    font-size: 29px; }
  .display-text .md-font-size-30 {
    font-size: 30px; }
  .display-text .md-font-size-31 {
    font-size: 31px; }
  .display-text .md-font-size-32 {
    font-size: 32px; }
  .display-text .md-font-size-33 {
    font-size: 33px; }
  .display-text .md-font-size-34 {
    font-size: 34px; }
  .display-text .md-font-size-35 {
    font-size: 35px; }
  .display-text .md-font-size-36 {
    font-size: 36px; }
  .display-text .md-font-size-37 {
    font-size: 37px; }
  .display-text .md-font-size-38 {
    font-size: 38px; }
  .display-text .md-font-size-39 {
    font-size: 39px; }
  .display-text .md-font-size-40 {
    font-size: 40px; }
  .display-text .md-font-size-41 {
    font-size: 41px; }
  .display-text .md-font-size-42 {
    font-size: 42px; }
  .display-text .md-font-size-43 {
    font-size: 43px; }
  .display-text .md-font-size-44 {
    font-size: 44px; }
  .display-text .md-font-size-45 {
    font-size: 45px; }
  .display-text .md-font-size-46 {
    font-size: 46px; }
  .display-text .md-font-size-47 {
    font-size: 47px; }
  .display-text .md-font-size-48 {
    font-size: 48px; }
  .display-text .md-font-size-49 {
    font-size: 49px; }
  .display-text .md-font-size-50 {
    font-size: 50px; }
  .display-text .md-font-arial {
    font-family: Arial, Helvetica, sans-serif; }
  .display-text .md-font-century {
    font-family: Century Gothic, sans-serif; }
  .display-text .md-font-courier {
    font-family: "Courier New", Courier, monospace; }
  .display-text .md-font-georgia {
    font-family: Georgia, serif; }
  .display-text .md-font-impact {
    font-family: Impact, Charcoal, sans-serif; }
  .display-text .md-font-lucida {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
  .display-text .md-font-palatino {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
  .display-text .md-font-tahoma {
    font-family: Tahoma, Geneva, sans-serif; }
  .display-text .md-font-times {
    font-family: "Times New Roman", Times, serif; }
  .display-text .md-font-verdana {
    font-family: Verdana, Geneva, sans-serif; }
  .display-text .md-font-alfaslabone {
    font-family: AlfaSlabOne, sans-serif; }
  .display-text .md-font-anton {
    font-family: Anton, sans-serif; }
  .display-text .md-font-archivoblack {
    font-family: ArchivoBlack, sans-serif; }
  .display-text .md-font-arizona {
    font-family: Arizona, sans-serif; }
  .display-text .md-font-arvo {
    font-family: Arvo, sans-serif; }
  .display-text .md-font-avenirnextltprobold {
    font-family: AvenirNextLTProBold, sans-serif; }
  .display-text .md-font-avenirnextltproboldcondensed {
    font-family: AvenirNextLTProBoldCondensed, sans-serif; }
  .display-text .md-font-avenirnextltprodemi {
    font-family: AvenirNextLTProDemi, sans-serif; }
  .display-text .md-font-avenirnextltprodemicondensed {
    font-family: AvenirNextLTProDemiCondensed, sans-serif; }
  .display-text .md-font-baloo {
    font-family: Baloo, sans-serif; }
  .display-text .md-font-bangers {
    font-family: Bangers, sans-serif; }
  .display-text .md-font-biorhymebold {
    font-family: BioRhymeBold, sans-serif; }
  .display-text .md-font-bitterbold {
    font-family: BitterBold, sans-serif; }
  .display-text .md-font-blackhead {
    font-family: Blackhead, sans-serif; }
  .display-text .md-font-blackopsone {
    font-family: BlackOpsOne, sans-serif; }
  .display-text .md-font-bowlbyone {
    font-family: BowlbyOne, sans-serif; }
  .display-text .md-font-cartonslab {
    font-family: CartonSlab, sans-serif; }
  .display-text .md-font-changaone {
    font-family: ChangaOne, sans-serif; }
  .display-text .md-font-creepster {
    font-family: Creepster, sans-serif; }
  .display-text .md-font-deliusunicasebold {
    font-family: DeliusUnicaseBold, sans-serif; }
  .display-text .md-font-douglasaaronadescript {
    font-family: DouglasAaronadeScript, sans-serif; }
  .display-text .md-font-douglaswolves {
    font-family: DouglasWolves, sans-serif; }
  .display-text .md-font-douglascalguryblock {
    font-family: DouglasCalguryBlock, sans-serif; }
  .display-text .md-font-edmondsansbold {
    font-family: EdmondsansBold, sans-serif; }
  .display-text .md-font-firasansblack {
    font-family: FiraSansBlack, sans-serif; }
  .display-text .md-font-firasansbold {
    font-family: FiraSansBold, sans-serif; }
  .display-text .md-font-firasanscondensedblack {
    font-family: FiraSansCondensedBlack, sans-serif; }
  .display-text .md-font-firasanscondensedbold {
    font-family: FiraSansCondensedBold, sans-serif; }
  .display-text .md-font-firasansextrabold {
    font-family: FiraSansExtraBold, sans-serif; }
  .display-text .md-font-firasansextracondensedblack {
    font-family: FiraSansExtraCondensedBlack, sans-serif; }
  .display-text .md-font-firasansextracondensedbold {
    font-family: FiraSansExtraCondensedBold, sans-serif; }
  .display-text .md-font-fraichesemibold {
    font-family: FraicheSemiBold, sans-serif; }
  .display-text .md-font-fraichetrapmedium {
    font-family: FraicheTrapmedium, sans-serif; }
  .display-text .md-font-fraichetrapsemibold {
    font-family: FraicheTrapSemiBold, sans-serif; }
  .display-text .md-font-franklingothicdemi {
    font-family: FranklinGothicDemi, sans-serif; }
  .display-text .md-font-franklingothicdemicondensed {
    font-family: FranklinGothicDemiCondensed, sans-serif; }
  .display-text .md-font-franklingothicheavy {
    font-family: FranklinGothicHeavy, sans-serif; }
  .display-text .md-font-fredokaone {
    font-family: FredokaOne, sans-serif; }
  .display-text .md-font-futurastdheavy {
    font-family: FuturaStdHeavy, sans-serif; }
  .display-text .md-font-germaniaone {
    font-family: GermaniaOne, sans-serif; }
  .display-text .md-font-gilsansmtbold {
    font-family: GilSansMTBold, sans-serif; }
  .display-text .md-font-gilsansmtextcondensedbold {
    font-family: GilSansMTExtCondensedBold, sans-serif; }
  .display-text .md-font-gilsansultrabold {
    font-family: GilSansUltraBold, sans-serif; }
  .display-text .md-font-gilsansultraboldcondensed {
    font-family: GilSansUltraBoldCondensed, sans-serif; }
  .display-text .md-font-gineva {
    font-family: Gineva, sans-serif; }
  .display-text .md-font-gothambold {
    font-family: GothamBold, sans-serif; }
  .display-text .md-font-gravitasone {
    font-family: GravitasOne, sans-serif; }
  .display-text .md-font-haettenschweiler {
    font-family: Haettenschweiler, sans-serif; }
  .display-text .md-font-hanaleifill {
    font-family: HanaleiFill, sans-serif; }
  .display-text .md-font-handwrittencrystal {
    font-family: HandwrittenCrystal, sans-serif; }
  .display-text .md-font-haudrey {
    font-family: Haudrey, sans-serif; }
  .display-text .md-font-hitchcut {
    font-family: Hitchcut, sans-serif; }
  .display-text .md-font-hostagescript {
    font-family: HostageScript, sans-serif; }
  .display-text .md-font-impact {
    font-family: Impact, sans-serif; }
  .display-text .md-font-intro {
    font-family: Intro, sans-serif; }
  .display-text .md-font-jellybelly {
    font-family: JellyBelly, sans-serif; }
  .display-text .md-font-kghappysolid {
    font-family: KGHappySolid, sans-serif; }
  .display-text .md-font-kalambold {
    font-family: KalamBold, sans-serif; }
  .display-text .md-font-kelsonsansbgbold {
    font-family: KelsonSansBGBold, sans-serif; }
  .display-text .md-font-klinicslabbold {
    font-family: KlinicSlabBold, sans-serif; }
  .display-text .md-font-knewave {
    font-family: Knewave, sans-serif; }
  .display-text .md-font-kohm {
    font-family: Kohm, sans-serif; }
  .display-text .md-font-latoblack {
    font-family: LatoBlack, sans-serif; }
  .display-text .md-font-latobold {
    font-family: LatoBold, sans-serif; }
  .display-text .md-font-liberator {
    font-family: Liberator, sans-serif; }
  .display-text .md-font-louisbold {
    font-family: LouisBold, sans-serif; }
  .display-text .md-font-luckiestguy {
    font-family: LuckiestGuy, sans-serif; }
  .display-text .md-font-madden {
    font-family: Madden, sans-serif; }
  .display-text .md-font-merriweatherblack {
    font-family: MerriweatherBlack, sans-serif; }
  .display-text .md-font-merriweatherbold {
    font-family: MerriweatherBold, sans-serif; }
  .display-text .md-font-mogra {
    font-family: Mogra, sans-serif; }
  .display-text .md-font-montserratblack {
    font-family: MontserratBlack, sans-serif; }
  .display-text .md-font-montserratbold {
    font-family: MontserratBold, sans-serif; }
  .display-text .md-font-montserratextrabold {
    font-family: MontserratExtraBold, sans-serif; }
  .display-text .md-font-mortendbold {
    font-family: MortEndBold, sans-serif; }
  .display-text .md-font-mortendextrabold {
    font-family: MortEndExtraBold, sans-serif; }
  .display-text .md-font-oleoscript {
    font-family: OleoScript, sans-serif; }
  .display-text .md-font-opensanscondensedbold {
    font-family: OpenSansCondensedBold, sans-serif; }
  .display-text .md-font-orbitron {
    font-family: Orbitron, sans-serif; }
  .display-text .md-font-orbitronblack {
    font-family: OrbitronBlack, sans-serif; }
  .display-text .md-font-oswald {
    font-family: Oswald, sans-serif; }
  .display-text .md-font-ovsyanka {
    font-family: Ovsyanka, sans-serif; }
  .display-text .md-font-ovsyankapress {
    font-family: Ovsyanka, sans-serif; }
  .display-text .md-font-pacifico {
    font-family: Pacifico, sans-serif; }
  .display-text .md-font-passionone {
    font-family: PassionOne, sans-serif; }
  .display-text .md-font-passiononeblack {
    font-family: PassionOneBlack, sans-serif; }
  .display-text .md-font-permanentmarker {
    font-family: PermanentMarker, sans-serif; }
  .display-text .md-font-piedra {
    font-family: Piedra, sans-serif; }
  .display-text .md-font-pinksunset {
    font-family: PinkSunset, sans-serif; }
  .display-text .md-font-pixelrand {
    font-family: PixelRand, sans-serif; }
  .display-text .md-font-poppinsblack {
    font-family: PoppinsBlack, sans-serif; }
  .display-text .md-font-poppinsbold {
    font-family: PoppinsBold, sans-serif; }
  .display-text .md-font-poppinsextrabold {
    font-family: PoppinsExtraBold, sans-serif; }
  .display-text .md-font-proximanovabold {
    font-family: ProximaNovaBold, sans-serif; }
  .display-text .md-font-ralewayblack {
    font-family: RalewayBlack, sans-serif; }
  .display-text .md-font-ralewaybold {
    font-family: RalewayBold, sans-serif; }
  .display-text .md-font-rhinosrocksleft {
    font-family: RhinosRocksLeft, sans-serif; }
  .display-text .md-font-righteous {
    font-family: Righteous, sans-serif; }
  .display-text .md-font-robotoblack {
    font-family: RobotoBlack, sans-serif; }
  .display-text .md-font-robotobold {
    font-family: RobotoBold, sans-serif; }
  .display-text .md-font-robotocondensedbold {
    font-family: RobotoCondensedBold, sans-serif; }
  .display-text .md-font-rockwell {
    font-family: Rockwell, sans-serif; }
  .display-text .md-font-rockwellextrabold {
    font-family: RockwellExtraBold, sans-serif; }
  .display-text .md-font-rosebayslab {
    font-family: RosebaySlab, sans-serif; }
  .display-text .md-font-rosebayslaboblique {
    font-family: RosebaySlabOblique, sans-serif; }
  .display-text .md-font-runboy {
    font-family: Runboy, sans-serif; }
  .display-text .md-font-segoe {
    font-family: SegoeUI, sans-serif; }
  .display-text .md-font-shojumaru {
    font-family: Shojumaru, sans-serif; }
  .display-text .md-font-sigmarone {
    font-family: SigmarOne, sans-serif; }
  .display-text .md-font-signesha {
    font-family: Signesha, sans-serif; }
  .display-text .md-font-sourcesansprobold {
    font-family: SourceSansProBold, sans-serif; }
  .display-text .md-font-sourcesansproblack {
    font-family: SourceSansProBlack, sans-serif; }
  .display-text .md-font-spicyrice {
    font-family: SpicyRice, sans-serif; }
  .display-text .md-font-stolzl {
    font-family: Stolzl, sans-serif; }
  .display-text .md-font-titanone {
    font-family: TitanOne, sans-serif; }
  .display-text .md-font-thirtyninestencil {
    font-family: ThirtyNineStencil, sans-serif; }
  .display-text .md-font-zeichen {
    font-family: Zeichen, sans-serif; }


.display-highlight {
  background-color: transparent;
  mix-blend-mode: difference; }

/**
 * Stroke font-character.
 * @param {Integer} $stroke - Stroke width
 * @param {Color} $color - Stroke color
 * @return {List} - text-shadow list
 */
/**
 * Stroke font-character.
 * @param {Integer} $stroke - Stroke width
 * @param {Color} $color - Stroke color
 */
#display-multi-active {
  background-color: transparent; }
  #display-multi-active .rotation-label {
    text-shadow: -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, -2px 1px 0 white, -2px 2px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, -1px 1px 0 white, -1px 2px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 0px 1px 0 white, 0px 2px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, 1px 1px 0 white, 1px 2px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, 2px 1px 0 white, 2px 2px 0 white;
    display: none;
    fill: black;
    font-size: 20px;
    font-weight: bold; }

#display-entities {
  width: 100%;
  height: 100%; }

#display-source {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#render-page #display-source,
#presto-page #display-source {
  overflow: hidden; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.scrollbars {
  height: 100%;
  position: relative; }
  .scrollbars .scrollbar-horizontal,
  .scrollbars .scrollbar-vertical {
    position: absolute; }
    .scrollbars .scrollbar-horizontal .single-slider-track,
    .scrollbars .scrollbar-vertical .single-slider-track {
      border-radius: 6px;
      opacity: 0;
      transition: background-color .2s ease-out, opacity .2s ease-out; }
    .scrollbars .scrollbar-horizontal .single-slider-handle,
    .scrollbars .scrollbar-vertical .single-slider-handle {
      background-color: #D8D8D8;
      border-radius: 6px;
      opacity: 0;
      transition: background-color .2s ease-out, opacity .2s ease-out, width .2s ease-in-out; }
  .scrollbars:active .single-slider-track, .scrollbars:focus .single-slider-track, .scrollbars:hover .single-slider-track {
    opacity: .4; }
  .scrollbars:active .single-slider-handle, .scrollbars:focus .single-slider-handle, .scrollbars:hover .single-slider-handle {
    opacity: .8; }
  .scrollbars .scrollbar-horizontal {
    bottom: 0;
    left: 0;
    z-index: 1000; }
    .scrollbars .scrollbar-horizontal .single-slider-track {
      height: 14px; }
    .scrollbars .scrollbar-horizontal .single-slider-handle {
      top: 9px;
      height: 14px; }
  .scrollbars .scrollbar-vertical {
    top: 0;
    right: 0;
    z-index: 1001; }
    .scrollbars .scrollbar-vertical .single-slider-track {
      width: 14px; }
    .scrollbars .scrollbar-vertical .single-slider-handle {
      left: 9px;
      width: 14px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
/**
 * Loads all the fonts needed for the editor.
 */
/* AlfaSlabOne */
@font-face {
  font-family: 'AlfaSlabOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/AlfaSlabOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Anton */
@font-face {
  font-family: 'Anton';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Anton-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* ArchivoBlack */
@font-face {
  font-family: 'ArchivoBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/ArchivoBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Arizona */
@font-face {
  font-family: 'Arizona';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Arizona-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

/* Arvo */
@font-face {
  font-family: 'Arvo';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Arvo-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Arvo';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Arvo-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Arvo';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Arvo-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic; }

/* AvenirNextLTProBold */
@font-face {
  font-family: 'AvenirNextLTProBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/AvenirNextLTProBold-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirNextLTProBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/AvenirNextLTProBold-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal; }

/* AvenirNextLTProBoldCondensed */
@font-face {
  font-family: 'AvenirNextLTProBoldCondensed';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/AvenirNextLTProBoldCondensed-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* AvenirNextLTProDemi */
@font-face {
  font-family: 'AvenirNextLTProDemi';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/AvenirNextLTProDemi-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* AvenirNextLTProDemiCondensed */
@font-face {
  font-family: 'AvenirNextLTProDemiCondensed';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/AvenirNextLTProDemiCondensed-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* Baloo */
@font-face {
  font-family: 'Baloo';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Baloo-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Bangers */
@font-face {
  font-family: 'Bangers';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Bangers-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* BioRhymeBold */
@font-face {
  font-family: 'BioRhymeBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/BioRhymeBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BioRhymeBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/BioRhymeBold-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

/* BitterBold */
@font-face {
  font-family: 'BitterBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/BitterBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Blackhead */
@font-face {
  font-family: 'Blackhead';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Blackhead-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Blackhead';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Blackhead-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal; }

/* BlackOpsOne */
@font-face {
  font-family: 'BlackOpsOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/BlackOpsOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* BowlbyOne */
@font-face {
  font-family: 'BowlbyOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/BowlbyOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* CartonSlab */
@font-face {
  font-family: 'CartonSlab';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/CartonSlab-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* ChangaOne */
@font-face {
  font-family: 'ChangaOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/ChangaOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ChangaOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/ChangaOne-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* Creepster */
@font-face {
  font-family: 'Creepster';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Creepster-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* DeliusUnicaseBold */
@font-face {
  font-family: 'DeliusUnicaseBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/DeliusUnicaseBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* DouglasAaronadeScript */
@font-face {
  font-family: 'DouglasAaronadeScript';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/DouglasAaronadeScript-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* DouglasCalguryBlock */
@font-face {
  font-family: 'DouglasCalguryBlock';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/DouglasCalguryBlock-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* DouglasWolves*/
@font-face {
  font-family: 'DouglasWolves';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/DouglasWolves-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* EdmondsansBold */
@font-face {
  font-family: 'EdmondsansBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/EdmondsansBold-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* FiraSansBlack */
@font-face {
  font-family: 'FiraSansBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraSansBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansBlack-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* FiraSansBold */
@font-face {
  font-family: 'FiraSansBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraSansBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* FiraSansCondensedBlack */
@font-face {
  font-family: 'FiraSansCondensedBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansCondensedBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraSansCondensedBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansCondensedBlack-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* FiraSansCondensedBold */
@font-face {
  font-family: 'FiraSansCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansCondensedBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraSansCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansCondensedBold-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'FiraSansCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansCondensedBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'FiraSansCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansCondensedBold-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic; }

/* FiraSansExtraBold */
@font-face {
  font-family: 'FiraSansExtraBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansExtraBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraSansExtraBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansExtraBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* FiraSansExtraCondensedBlack */
@font-face {
  font-family: 'FiraSansExtraCondensedBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansExtraCondensedBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraSansExtraCondensedBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansExtraCondensedBlack-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* FiraSansExtraCondensedBold */
@font-face {
  font-family: 'FiraSansExtraCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansExtraCondensedBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraSansExtraCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansExtraCondensedBold-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'FiraSansExtraCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FiraSansExtraCondensedBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* FraicheSemiBold */
@font-face {
  font-family: 'FraicheSemiBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FraicheSemiBold-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* FraicheTrapMedium */
@font-face {
  font-family: 'FraicheTrapMedium';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FraicheTrapMedium-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* FraicheTrapSemiBold */
@font-face {
  font-family: 'FraicheTrapSemiBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FraicheTrapSemiBold-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* FranklinGothicDemi */
@font-face {
  font-family: 'FranklinGothicDemi';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FranklinGothicDemi-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FranklinGothicDemi';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FranklinGothicDemi-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* FranklinGothicDemiCondensed */
@font-face {
  font-family: 'FranklinGothicDemiCondensed';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FranklinGothicDemiCondensed-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* FranklinGothicHeavy */
@font-face {
  font-family: 'FranklinGothicHeavy';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FranklinGothicHeavy-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FranklinGothicHeavy';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FranklinGothicHeavy-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* FredokaOne */
@font-face {
  font-family: 'FredokaOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FredokaOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* FuturaStdHeavy */
@font-face {
  font-family: 'FuturaStdHeavy';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/FuturaStdHeavy-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* GermaniaOne */
@font-face {
  font-family: 'GermaniaOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/GermaniaOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* GilSansMTBold */
@font-face {
  font-family: 'GilSansMTBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/GilSansMTBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GilSansMTBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/GilSansMTBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* GilSansMTExtCondensedBold */
@font-face {
  font-family: 'GilSansMTExtCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/GilSansMTExtCondensedBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* GilSansUltraBold */
@font-face {
  font-family: 'GilSansUltraBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/GilSansUltraBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* GilSansUltraBoldCondensed */
@font-face {
  font-family: 'GilSansUltraBoldCondensed';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/GilSansUltraBoldCondensed-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Gineva */
@font-face {
  font-family: 'Gineva';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Gineva-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* GothamBold */
@font-face {
  font-family: 'GothamBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/GothamBold-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* GravitasOne */
@font-face {
  font-family: 'GravitasOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/GravitasOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Haettenschweiler */
@font-face {
  font-family: 'Haettenschweiler';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Haettenschweiler-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* HanaleiFill */
@font-face {
  font-family: 'HanaleiFill';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/HanaleiFill-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* HandwrittenCrystal */
@font-face {
  font-family: 'HandwrittenCrystal';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/HandwrittenCrystal-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Haudrey */
@font-face {
  font-family: 'Haudrey';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Haudrey-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Hitchcut */
@font-face {
  font-family: 'Hitchcut';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Hitchcut-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* HostageScript */
@font-face {
  font-family: 'HostageScript';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/HostageScript.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Impact */
@font-face {
  font-family: 'Impact';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Impact-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Intro */
@font-face {
  font-family: 'Intro';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Intro-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* JellyBelly */
@font-face {
  font-family: 'JellyBelly';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/JellyBellyFont-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* KGHappySolid */
@font-face {
  font-family: 'KGHappySolid';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/KGHappySolid-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* KalamBold */
@font-face {
  font-family: 'KalamBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/KalamBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* KelsonSansBGBold */
@font-face {
  font-family: 'KelsonSansBGBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/KelsonSansBGBold-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* KlinicSlabBold */
@font-face {
  font-family: 'KlinicSlabBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/KlinicSlabBold-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'KlinicSlabBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/KlinicSlabBold-Italic.otf) format("opentype");
  font-weight: normal;
  font-style: italic; }

/* Knewave */
@font-face {
  font-family: 'Knewave';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Knewave-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Kohm */
@font-face {
  font-family: 'Kohm';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Kohm-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* LatoBlack */
@font-face {
  font-family: 'LatoBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/LatoBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* LatoBold */
@font-face {
  font-family: 'LatoBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/LatoBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Liberator */
@font-face {
  font-family: 'Liberator';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Liberator-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Liberator';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Liberator-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal; }

/* LouisBold */
@font-face {
  font-family: 'LouisBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/LouisBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* LuckiestGuy */
@font-face {
  font-family: 'LuckiestGuy';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/LuckiestGuy-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Madden */
@font-face {
  font-family: 'Madden';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Madden-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* MerriweatherBlack */
@font-face {
  font-family: 'MerriweatherBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MerriweatherBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MerriweatherBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MerriweatherBlack-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* MerriweatherBold */
@font-face {
  font-family: 'MerriweatherBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MerriweatherBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MerriweatherBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MerriweatherBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* ModernNo20 */
@font-face {
  font-family: 'ModernNo20';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/ModernNo20-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Mogra */
@font-face {
  font-family: 'Mogra';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Mogra-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* MontserratBlack */
@font-face {
  font-family: 'MontserratBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MontserratBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MontserratBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MontserratBlack-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* MontserratBold */
@font-face {
  font-family: 'MontserratBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MontserratBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MontserratBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MontserratBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* MontserratExtraBold */
@font-face {
  font-family: 'MontserratExtraBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MontserratExtraBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MontserratExtraBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MontserratExtraBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* MortEndBold */
@font-face {
  font-family: 'MortEndBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MortEnd-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

/* MortEndExtraBold */
@font-face {
  font-family: 'MortEndExtraBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/MortEndExtraBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* OleoScript */
@font-face {
  font-family: 'OleoScript';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/OleoScript-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OleoScript';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/OleoScript-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

/* OpenSansCondensedBold */
@font-face {
  font-family: 'OpenSansCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/OpenSansCondensedBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Orbitron*/
@font-face {
  font-family: 'Orbitron';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Orbitron-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Orbitron';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Orbitron-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

/* OrbitronBlack*/
@font-face {
  font-family: 'OrbitronBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/OrbitronBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Oswald */
@font-face {
  font-family: 'Oswald';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Oswald-Combined.ttf) format("truetype"); }

/* Ovsyanka */
@font-face {
  font-family: 'Ovsyanka';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Ovsyanka-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* OvsyankaPress */
@font-face {
  font-family: 'OvsyankaPress';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/OvsyankaPress-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* Pacifico */
@font-face {
  font-family: 'Pacifico';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Pacifico-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* PassionOne */
@font-face {
  font-family: 'PassionOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PassionOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PassionOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PassionOne-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

/* PassionOneBlack */
@font-face {
  font-family: 'PassionOneBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PassionOneBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* PermanentMarker */
@font-face {
  font-family: 'PermanentMarker';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PermanentMarker-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Piedra */
@font-face {
  font-family: 'Piedra';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Piedra-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* PinkSunset */
@font-face {
  font-family: 'PinkSunset';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PinkSunset-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PinkSunset';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PinkSunset-Italic.otf) format("opentype");
  font-weight: normal;
  font-style: italic; }

/* PixelRand */
@font-face {
  font-family: 'PixelRand';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PixelRand-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* PoppinsBlack */
@font-face {
  font-family: 'PoppinsBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PoppinsBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PoppinsBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PoppinsBlack-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* PoppinsBold */
@font-face {
  font-family: 'PoppinsBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PoppinsBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PoppinsBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PoppinsBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* PoppinsExtraBold */
@font-face {
  font-family: 'PoppinsExtraBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PoppinsExtraBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PoppinsExtraBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/PoppinsExtraBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* ProximaNovaBold */
@font-face {
  font-family: 'ProximaNovaBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/ProximaNovaBold-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNovaBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/ProximaNovaBold-Italic.otf) format("opentype");
  font-weight: normal;
  font-style: italic; }

/* RalewayBlack */
@font-face {
  font-family: 'RalewayBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RalewayBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RalewayBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RalewayBlack-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* RalewayBold */
@font-face {
  font-family: 'RalewayBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RalewayBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RalewayBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RalewayBold-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'RalewayBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RalewayBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'RalewayBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RalewayBold-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic; }

/* RhinosRocks */
@font-face {
  font-family: 'RhinosRocksLeft';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RhinosRocksLeft-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Righteous */
@font-face {
  font-family: 'Righteous';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Righteous-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* RobotoBlack */
@font-face {
  font-family: 'RobotoBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RobotoBlack-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RobotoBlack-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* RobotoBold */
@font-face {
  font-family: 'RobotoBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RobotoBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RobotoBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* RobotoCondensedBold */
@font-face {
  font-family: 'RobotoCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RobotoCondensedBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoCondensedBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RobotoCondensedBold-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* Rockwell */
@font-face {
  font-family: 'Rockwell';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Rockwell-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rockwell';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Rockwell-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Rockwell';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Rockwell-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Rockwell';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Rockwell-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic; }

/* RockwellExtraBold */
@font-face {
  font-family: 'RockwellExtraBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RockwellExtraBold-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* RosebaySlab */
@font-face {
  font-family: 'RosebaySlab';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RosebaySlab-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* RosebaySlabOblique */
@font-face {
  font-family: 'RosebaySlabOblique';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/RosebaySlab-Italic.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* Runboy */
@font-face {
  font-family: 'Runboy';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Runboy-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* SegoeUI */
@font-face {
  font-family: 'SegoeUI';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/SegoeUI.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SegoeUI';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/SegoeUI-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SegoeUI';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/SegoeUI-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

/* Shojumaru */
@font-face {
  font-family: 'Shojumaru';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Shojumaru-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* SigmarOne */
@font-face {
  font-family: 'SigmarOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/SigmarOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Signesha */
@font-face {
  font-family: 'Signesha';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Signesha-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* SourceSansProBold */
@font-face {
  font-family: 'SourceSansProBold';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/SourceSansPro-Bold.otf) format("opentype");
  font-weight: Bold;
  font-style: normal; }

/* SourceSansProBlack */
@font-face {
  font-family: 'SourceSansProBlack';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/SourceSansProBlack-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

/* SpicyRice */
@font-face {
  font-family: 'SpicyRice';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/SpicyRice-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Stolzl */
@font-face {
  font-family: 'Stolzl';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Stolzl-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Stolzl';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Stolzl-Book.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Stolzl';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Stolzl-Light.ttf) format("truetype");
  font-weight: light;
  font-style: normal; }

/* TitanOne */
@font-face {
  font-family: 'TitanOne';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/TitanOne-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* ThirtyNineStencil */
@font-face {
  font-family: 'ThirtyNineStencil';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/ThirtyNineStencil-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Zeichen */
@font-face {
  font-family: 'Zeichen';
  src: url(https://static-project-content-assets.s3.us-east-2.amazonaws.com/front-end/fonts/Zeichen-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

#display {
  width: 100%;
  overflow: hidden; }
  #display .scrollbars .scrollbar-horizontal {
    width: calc(100% - 27px);
    margin-left: 7px; }
  #display .scrollbars .scrollbar-vertical {
    height: calc(100% - 27px);
    margin-top: 7px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.add-layer-controls {
  display: flex;
  padding: 20px 10px;
  background-color: #fff;
  align-items: center; }

.sidebar-title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 0.75rem;
  padding: 1rem 0.75rem 0 0.75rem; }

.sidebar-title-text {
  font-size: 1rem;
  font-weight: bold;
  margin: 0; }

.edit-alignment-controls .can-not-edit {
  margin-top: 1rem;
  text-align: center; }


.edit-effect-controls .blend-mode-select .Select-value-label,
.edit-effect-controls .blend-mode-select .Select-menu-outer {
  text-transform: capitalize; }

.size-entity-buttons .size-dropdown {
  width: 20px;
  padding-right: 0;
  padding-left: 0; }

.size-entity-buttons .dropdown {
  display: inline-block; }

.size-entity-buttons .dropdown-item {
  border-bottom: 0; }

.align-entities-buttons .align-dropdown {
  width: 20px;
  padding-right: 0;
  padding-left: 0; }

.align-entities-buttons .dropdown {
  display: inline-block; }

.align-entities-buttons .dropdown-item {
  border-bottom: 0; }

.edit-position-controls .can-not-edit {
  margin-top: 1rem;
  text-align: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.multi-slider {
  position: relative;
  width: 100%; }
  .multi-slider .multi-slider-track {
    background-color: #50D2C2;
    border-radius: 30px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .multi-slider .multi-slider-handle {
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: -4px;
    left: 0;
    width: 12px;
    height: 12px; }
    .multi-slider .multi-slider-handle:hover {
      background-color: #D8D8D8; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-time-controls .edit-time-text-wrapper {
  height: 1rem;
  margin-bottom: 1rem;
  position: relative; }

.edit-time-controls .edit-time-text {
  color: #999999;
  font-size: .75rem;
  position: absolute;
  top: 0; }

.edit-time-controls .edit-time-start {
  left: -10px; }

.edit-time-controls .edit-time-end {
  right: -10px; }

.transition-edit {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }
  .transition-edit .content {
    padding: .25em 0em .25em 0em; }
  .transition-edit .save-button {
    height: 36px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.transition-list-item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: .25rem .10rem .25rem .5rem;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff; }
  .transition-list-item:hover .transition-delete {
    display: block; }
  .transition-list-item:hover:not(.active) .btn-link {
    color: #fff; }
    .transition-list-item:hover:not(.active) .btn-link:hover {
      color: #D8D8D8; }
  .transition-list-item.active .badge {
    border-color: #333333; }
  .transition-list-item .transition-order {
    margin-right: 1em; }
  .transition-list-item .transition-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .transition-list-item .transition-delete {
    display: none; }
  .transition-list-item .dropdown-item svg {
    margin-right: 1rem;
    text-align: center;
    width: 16px; }
  .transition-list-item .transition-actions-wrapper {
    display: flex;
    align-items: center; }
  .transition-list-item .transition-actions .btn-link {
    position: relative;
    top: 1px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .transition-list-item .transition-actions-wrapper {
    margin-right: 10px; } }

.transition-list {
  height: 100%; }
  .transition-list .transition-list-group {
    height: 100%; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.transition-entity {
  display: flex;
  flex-direction: column;
  margin: 20px;
  padding: 15px;
  height: 255px;
  width: 180px;
  cursor: pointer; }
  .transition-entity:hover, .transition-entity:focus {
    background-color: #008BC2; }
  .transition-entity.active {
    background-color: #008BC2; }
  .transition-entity .transition-entity-img {
    height: 150px;
    width: 150px; }
  .transition-entity .transition-entity-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 0px 4px;
    font-size: 14px;
    font-weight: 600; }
  .transition-entity .transition-entity-select {
    width: 100%;
    border: 1px #008BC2 solid;
    border-radius: 4px; }

.transition-entity-list {
  position: relative;
  max-width: 1800px; }
  .transition-entity-list .fade-enter {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  .transition-entity-list .fade-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .transition-entity-list .fade-exit {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .transition-entity-list .fade-exit-active {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.transition-library-modal {
  max-width: 75vw; }
  .transition-library-modal .modal-header {
    padding: 1em;
    border-bottom: 1px solid #292929; }
    .transition-library-modal .modal-header .close {
      color: #000; }
  .transition-library-modal .modal-content {
    background-color: #fff;
    width: 75vw;
    scroll-behavior: auto; }
  .transition-library-modal .modal-body-content-wrapper {
    height: 70vh;
    width: 100%;
    overflow-y: scroll; }
  .transition-library-modal .flow-direction-button {
    text-transform: capitalize;
    padding: 0px 25px;
    font-size: 14px; }

.unsaved-modal .modal-footer {
  margin-top: 1em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.transition-edit-content {
  padding: .25em 0em .25em 0em; }


.edit-timeline-controls .can-not-edit {
  margin-top: 1rem;
  text-align: center; }

.rc-color-picker-panel-inner {
  position: relative;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  border: 1px solid #ccc;
  padding-bottom: 8px;
}
.rc-color-picker-panel-wrap {
  margin: 5px 0 0;
  height: 30px;
  width: 100%;
  position: relative;
}
.rc-color-picker-panel-wrap-preview {
  position: absolute;
  right: 8px;
}
.rc-color-picker-panel-wrap-ribbon {
  position: absolute;
  left: 8px;
  top: 0;
  right: 43px;
  height: 30px;
}
.rc-color-picker-panel-wrap-alpha {
  position: absolute;
  left: 8px;
  right: 43px;
  bottom: 0;
  height: 12.5px;
}
.rc-color-picker-panel-wrap-has-alpha .rc-color-picker-panel-wrap-ribbon {
  height: 12.5px;
}
.rc-color-picker-trigger {
  border: 1px solid #999;
  display: inline-block;
  padding: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  box-shadow: 0 0 0 2px #fff inset;
}
.rc-color-picker-trigger-open {
  box-shadow: 0px 0px 3px #999;
}
.rc-color-picker-panel {
  width: 218px;
  background-color: #fff;
  box-sizing: border-box;
  outline: none;
  z-index: 9;
  border-radius: 4px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rc-color-picker-panel * {
  box-sizing: border-box;
}
.rc-color-picker-panel-open {
  display: block;
}
.rc-color-picker-panel-close {
  display: none;
}
.rc-color-picker-panel-preview {
  height: 30px;
  width: 30px;
  overflow: hidden;
  border-radius: 2px;
  background-image: url('data:image/png;base64,R0lGODdhCgAKAPAAAOXl5f///ywAAAAACgAKAEACEIQdqXt9GxyETrI279OIgwIAOw==');
}
.rc-color-picker-panel-preview span {
  box-shadow: 0 0 2px #808080 inset;
}
.rc-color-picker-panel-preview span,
.rc-color-picker-panel-preview input[type=color] {
  position: absolute;
  display: block;
  height: 100%;
  width: 30px;
  border-radius: 2px;
}
.rc-color-picker-panel-preview input[type=color] {
  opacity: 0;
}
.rc-color-picker-panel-board {
  position: relative;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 8px 8px 0px;
}
.rc-color-picker-panel-board span {
  position: absolute;
  border-radius: 10px;
  border: 1px solid #fff;
  width: 9px;
  height: 9px;
  margin: -4px 0 0 -4px;
  left: -999px;
  top: -999px;
  box-shadow: 0 0 1px rgba(120, 120, 120, 0.7);
  z-index: 2;
}
.rc-color-picker-panel-board-hsv {
  width: 200px;
  height: 150px;
  position: relative;
  z-index: 1;
  border-radius: 2px;
}
.rc-color-picker-panel-board-value {
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
}
.rc-color-picker-panel-board-saturation {
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #ffffff 0%, transparent 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, transparent 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, transparent 100%);
  background-image: linear-gradient(to right, #ffffff 0%, transparent 100%);
}
.rc-color-picker-panel-board-handler {
  box-shadow: 0 0 2px #808080 inset;
  border-radius: 2px;
  cursor: crosshair;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.rc-color-picker-panel-ribbon {
  position: relative;
  height: 100%;
  border-radius: 2px;
  box-shadow: 0 0 2px #808080 inset;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmY5OTAwIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2NkZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzNWZmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMDBmZjY2IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDY2ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzIwMGZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2NkMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZjAwOTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #ff0000 0%, #ff9900 10%, #cdff00 20%, #35ff00 30%, #00ff66 40%, #00fffd 50%, #0066ff 60%, #3200ff 70%, #cd00ff 80%, #ff0099 90%, #ff0000 100%);
  background-image: -moz-linear-gradient(left, #ff0000 0%, #ff9900 10%, #cdff00 20%, #35ff00 30%, #00ff66 40%, #00fffd 50%, #0066ff 60%, #3200ff 70%, #cd00ff 80%, #ff0099 90%, #ff0000 100%);
  background-image: -o-linear-gradient(left, #ff0000 0%, #ff9900 10%, #cdff00 20%, #35ff00 30%, #00ff66 40%, #00fffd 50%, #0066ff 60%, #3200ff 70%, #cd00ff 80%, #ff0099 90%, #ff0000 100%);
  background-image: linear-gradient(to right, #ff0000 0%, #ff9900 10%, #cdff00 20%, #35ff00 30%, #00ff66 40%, #00fffd 50%, #0066ff 60%, #3200ff 70%, #cd00ff 80%, #ff0099 90%, #ff0000 100%);
}
.rc-color-picker-panel-ribbon span {
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  border: 1px solid #000000;
  padding: 1px 0;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 3px;
}
.rc-color-picker-panel-ribbon-handler {
  position: absolute;
  width: 104%;
  height: 100%;
  left: -2%;
  cursor: pointer;
}
.rc-color-picker-panel-alpha {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  background-image: url('data:image/png;base64,R0lGODdhCgAKAPAAAOXl5f///ywAAAAACgAKAEACEIQdqXt9GxyETrI279OIgwIAOw==');
  background-repeat: repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-color-picker-panel-alpha-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  box-shadow: 0 0 2px #808080 inset;
}
.rc-color-picker-panel-alpha span {
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  border: 1px solid #000000;
  padding: 1px 0;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 3px;
}
.rc-color-picker-panel-alpha-handler {
  position: absolute;
  width: 104%;
  height: 100%;
  left: -2%;
  cursor: pointer;
}
.rc-color-picker-panel-params {
  font-size: 12px;
}
.rc-color-picker-panel-params-input {
  overflow: hidden;
  padding: 2px 8px;
}
.rc-color-picker-panel-params input {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  text-align: center;
  padding: 1px;
  margin: 0;
  float: left;
  border-radius: 2px;
  border: 1px solid #CACACA;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.rc-color-picker-panel-params-hex {
  width: 52px;
}
.rc-color-picker-panel-params input[type=number] {
  margin-left: 5px;
  width: 44px;
}
.rc-color-picker-panel-params input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.rc-color-picker-panel-params-lable {
  padding: 2px 8px;
  height: 22px;
  line-height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-color-picker-panel-params-lable label {
  float: left;
  text-align: center;
}
.rc-color-picker-panel-params-lable-hex {
  width: 52px;
}
.rc-color-picker-panel-params-lable-number,
.rc-color-picker-panel-params-lable-alpha {
  margin-left: 5px;
  width: 44px;
  text-transform: uppercase;
}
.rc-color-picker-panel-params-lable-number:hover {
  border-radius: 2px;
  background-color: #eee;
  box-shadow: 0 0 0 1px #ccc inset;
  cursor: pointer;
}
.rc-color-picker-panel-params-has-alpha input[type=number] {
  width: 32px;
}
.rc-color-picker-panel-params-has-alpha .rc-color-picker-panel-params-lable-number,
.rc-color-picker-panel-params-has-alpha .rc-color-picker-panel-params-lable-alpha {
  width: 32px;
}
.rc-color-picker {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1000;
}
.rc-color-picker-wrap {
  display: inline-block;
}
.rc-color-picker-slide-up-enter {
  animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-color-picker-slide-up-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-color-picker-slide-up-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-color-picker-slide-up-enter.rc-color-picker-slide-up-enter-active.rc-color-picker-placement-bottomLeft,
.rc-color-picker-slide-up-enter.rc-color-picker-slide-up-enter-active.rc-color-picker-placement-bottomRight,
.rc-color-picker-slide-up-appear.rc-color-picker-slide-up-appear-active.rc-color-picker-placement-bottomLeft,
.rc-color-picker-slide-up-appear.rc-color-picker-slide-up-appear-active.rc-color-picker-placement-bottomRight {
  animation-name: rcColorPickerSlideUpIn;
  animation-play-state: running;
}
.rc-color-picker-slide-up-enter.rc-color-picker-slide-up-enter-active.rc-color-picker-placement-topLeft,
.rc-color-picker-slide-up-enter.rc-color-picker-slide-up-enter-active.rc-color-picker-placement-topRight,
.rc-color-picker-slide-up-appear.rc-color-picker-slide-up-appear-active.rc-color-picker-placement-topLeft,
.rc-color-picker-slide-up-appear.rc-color-picker-slide-up-appear-active.rc-color-picker-placement-topRight {
  animation-name: rcColorPickerSlideDownIn;
  animation-play-state: running;
}
.rc-color-picker-slide-up-leave.rc-color-picker-slide-up-leave-active.rc-color-picker-placement-bottomLeft,
.rc-color-picker-slide-up-leave.rc-color-picker-slide-up-leave-active.rc-color-picker-placement-bottomRight {
  animation-name: rcColorPickerSlideUpOut;
  animation-play-state: running;
}
.rc-color-picker-slide-up-leave.rc-color-picker-slide-up-leave-active.rc-color-picker-placement-topLeft,
.rc-color-picker-slide-up-leave.rc-color-picker-slide-up-leave-active.rc-color-picker-placement-topRight {
  animation-name: rcColorPickerSlideDownOut;
  animation-play-state: running;
}
@keyframes rcColorPickerSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes rcColorPickerSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
@keyframes rcColorPickerSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes rcColorPickerSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0);
  }
}

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.rc-color-picker {
  z-index: 1005; }

.rc-color-picker-panel {
  background-color: #292929;
  width: 100%; }

.rc-color-picker-panel-inner {
  border: 1px solid #6D6D6D;
  box-shadow: 0 0 0 white;
  padding: 1rem 1rem 2rem; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.color-selector .rc-color-picker-trigger {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0 0 white;
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px; }
  .color-selector .rc-color-picker-trigger::before {
    content: "";
    background-color: #2fabdb;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px; }
  .color-selector .rc-color-picker-trigger::after {
    content: "";
    display: inline-block;
    border: 4px solid transparent;
    border-top: 4px solid black;
    border-bottom: 0 none;
    position: absolute;
    bottom: 3px;
    right: 1px; }


/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-circle-controls .circle-group {
  background-color: #E9ECEF; }






.edit-units-controls .can-not-edit {
  margin-top: 1rem;
  text-align: center; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-image-controls .can-not-edit {
  margin-top: 1rem;
  text-align: center; }

.edit-image-controls .ai-tool-text {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 4px;
  line-height: 1; }

.edit-image-controls .image-selector {
  margin-bottom: 1rem;
  min-height: 20px;
  position: relative; }

.edit-image-controls .image-change-button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  padding: 0; }

.edit-image-controls .image-thumbnail {
  width: auto;
  max-height: 14em;
  border-radius: 4px; }

.edit-image-controls .image-edit-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .edit-image-controls .image-edit-icon svg {
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    padding: 10px;
    opacity: 0.75; }

.edit-image-controls .crop-dropdown {
  width: 20px;
  padding-right: 0;
  padding-left: 0; }

.edit-image-controls .react-numeric-input b i {
  background: white !important; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-line-controls .line-group {
  background-color: #E9ECEF; }

.edit-line-controls .control-group-help {
  font-size: .75rem;
  font-style: italic; }



/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-rectangle-controls .rectangle-group {
  background-color: #E9ECEF; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-triangle-controls .triangle-group {
  background-color: #E9ECEF; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-screenshot-time-controls .current-time {
  font-size: 1.05em;
  margin-bottom: 1em; }

.edit-screenshot-time-controls .current-time-value {
  font-weight: bold; }

.edit-screenshot-time-controls .set-buttons-header {
  text-align: center; }

.edit-screenshot-time-controls .set-button {
  color: #fff; }


/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-feed-icon-controls .can-not-edit {
  margin-top: 1rem;
  text-align: center; }

.edit-feed-icon-controls .react-numeric-input b i {
  background: white !important; }


/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-feed-image-controls .can-not-edit {
  margin-top: 1rem;
  text-align: center; }

.edit-feed-image-controls .react-numeric-input b i {
  background: white !important; }


.font-select {
  flex-grow: 1;
  margin-right: 1em; }
  .font-select .Select-menu-outer {
    width: 220px; }






/**
 * Draft v0.10.5
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.hidden {
  visibility: hidden; }










.font-select {
  flex-grow: 1;
  margin-right: 1em; }
  .font-select .Select-menu-outer {
    width: 220px; }




/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-text-controls .text-group {
  background-color: #E9ECEF;
  padding-bottom: 15px; }

.edit-text-controls .ai-tool-text {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 4px;
  line-height: 1; }

.edit-text-controls .text-control-editor {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #00314A;
  color: #333333;
  height: 168px;
  margin: 1rem .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px; }
  .edit-text-controls .text-control-editor *::-moz-selection {
    background-color: #50D2C2;
    color: #fff; }
  .edit-text-controls .text-control-editor *::selection {
    background-color: #50D2C2;
    color: #fff; }
  .edit-text-controls .text-control-editor span {
    font-size: 18px !important; }

.edit-text-controls .DraftEditor-root {
  height: 100%; }

.edit-text-controls .type-color-controls {
  display: flex; }

.edit-text-controls .md-align-left {
  text-align: left; }
  .edit-text-controls .md-align-left .public-DraftStyleDefault-ltr {
    text-align: inherit; }

.edit-text-controls .md-align-center {
  text-align: center; }
  .edit-text-controls .md-align-center .public-DraftStyleDefault-ltr {
    text-align: inherit; }

.edit-text-controls .md-align-right {
  text-align: right; }
  .edit-text-controls .md-align-right .public-DraftStyleDefault-ltr {
    text-align: inherit; }

.edit-text-controls .md-align-justify {
  text-align: center; }
  .edit-text-controls .md-align-justify .public-DraftStyleDefault-ltr {
    text-align: inherit; }

.edit-text-controls .react-numeric-input b i {
  background: white !important; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.edit-video-controls .video-selector {
  margin-bottom: 1rem;
  min-height: 20px;
  position: relative; }

.edit-video-controls .video-change-button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  padding: 0; }

.edit-video-controls .video-thumbnail {
  width: auto;
  max-width: 220px;
  max-height: 14em;
  border-radius: 4px; }

.edit-video-controls .video-edit-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .edit-video-controls .video-edit-icon svg {
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    padding: 10px;
    opacity: 0.75; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#display-sidebar {
  background-color: #003250;
  height: 100%;
  overflow-y: auto;
  position: relative; }
  #display-sidebar .expand-arrow {
    position: absolute;
    right: 15px; }
  #display-sidebar .minimize-arrow {
    position: absolute;
    right: 15px; }
  #display-sidebar .minimized-content {
    background-color: #fff;
    padding: 10px 19px 0; }
  #display-sidebar .display-sidebar-content {
    background-color: #fff;
    min-width: 290px;
    max-width: 290px;
    width: 290px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #display-sidebar .display-sidebar-content {
    padding: 10px 20px 0 15px; }
  #display-sidebar .group-header {
    margin-right: -20px; }
  #display-sidebar .minimize-arrow {
    right: 20px; } }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#editor-side {
  height: 100%; }
  #editor-side .editor-side-tabs {
    display: flex;
    height: 0px; }
  #editor-side .tab {
    background-color: #008BC2;
    color: #fff;
    cursor: pointer;
    padding: 9px;
    text-align: center;
    width: 50%; }
    #editor-side .tab.active {
      background-color: #003250;
      cursor: auto; }
    #editor-side .tab:not(.active):hover {
      background-color: #fff;
      color: #003250; }
  #editor-side .editor-side-active {
    height: calc(100% - 0px - 91px); }
  #editor-side .editor-side-actions {
    background-color: #008BC2;
    height: 91px;
    padding: 0 1em;
    /* Flex Styles */
    display: flex;
    align-items: center; }
  #editor-side .save-button-group {
    width: 100%; }
    #editor-side .save-button-group .save-button {
      width: 80%; }
    #editor-side .save-button-group .dropdown-toggle-split {
      width: 20%; }
    #editor-side .save-button-group .dropdown-item {
      color: #000; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#editor-page {
  background: center/11px url(/display-bg.png) repeat;
  display: flex;
  height: 100%;
  overflow: hidden; }
  #editor-page #editor-side {
    flex: 0 0 290px; }
  #editor-page .main-display {
    flex: 2 0 auto;
    height: 100%;
    width: calc(100vw - 290px);
    position: relative; }
    #editor-page .main-display:active .display-controls, #editor-page .main-display:focus .display-controls, #editor-page .main-display:hover .display-controls {
      right: 15px; }
    #editor-page .main-display:active .scrollbars .scrollbar-horizontal .single-slider-track,
    #editor-page .main-display:active .scrollbars .scrollbar-vertical .single-slider-track, #editor-page .main-display:focus .scrollbars .scrollbar-horizontal .single-slider-track,
    #editor-page .main-display:focus .scrollbars .scrollbar-vertical .single-slider-track, #editor-page .main-display:hover .scrollbars .scrollbar-horizontal .single-slider-track,
    #editor-page .main-display:hover .scrollbars .scrollbar-vertical .single-slider-track {
      opacity: .4; }
    #editor-page .main-display:active .scrollbars .scrollbar-horizontal .single-slider-handle,
    #editor-page .main-display:active .scrollbars .scrollbar-vertical .single-slider-handle, #editor-page .main-display:focus .scrollbars .scrollbar-horizontal .single-slider-handle,
    #editor-page .main-display:focus .scrollbars .scrollbar-vertical .single-slider-handle, #editor-page .main-display:hover .scrollbars .scrollbar-horizontal .single-slider-handle,
    #editor-page .main-display:hover .scrollbars .scrollbar-vertical .single-slider-handle {
      opacity: .8; }
  #editor-page .display-wrapper {
    height: 100%; }
  #editor-page .display-controls {
    border-bottom: none;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: right .1s ease-out;
    /* Flex Styles */
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #editor-page .display-controls .controls-wrapper {
      border: 1px solid #292929;
      padding: 0;
      width: 100%; }
      #editor-page .display-controls .controls-wrapper:first-of-type {
        border-bottom: 0; }
      #editor-page .display-controls .controls-wrapper:last-of-type {
        border-top: 0; }
    #editor-page .display-controls .display-control {
      min-height: 160px; }
    #editor-page .display-controls .zoom-control {
      min-height: 200px; }
  #editor-page.no-permissions {
    padding: 30px;
    color: white; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#privacy-policy-page {
  height: 100%;
  overflow-y: auto;
  padding-top: 2em; }
  #privacy-policy-page .page-title {
    font-weight: 700;
    font-size: 2.25em;
    line-height: 2.25em;
    margin-bottom: 0; }
  #privacy-policy-page .statement-wrapper {
    border-bottom: 1px solid gray;
    padding-top: 2em;
    padding-bottom: 2em; }
  #privacy-policy-page .statement-label {
    color: #50D2C2;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: .75em; }
  #privacy-policy-page .last-updated {
    color: gray;
    padding-top: 2em;
    padding-bottom: 2em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#signup-form .btn-submit {
  padding: 0.75rem 3rem; }

#signup-form .remember-me-label {
  margin: 0 0 0 1em;
  cursor: pointer; }

#signup-form .invalid-feedback {
  display: block;
  padding-left: 1em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.wave-graphic {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  height: 100vh;
  width: 198px;
  opacity: 1;
  background-color: #11516d;
  transition: width 1000ms ease; }
  @media (min-width: 992px) {
    .wave-graphic {
      display: block; } }
  .wave-graphic.onboarding {
    width: 100px;
    display: none; }
    @media (min-width: 1920px) {
      .wave-graphic.onboarding {
        display: block; } }

.wave-graphic.fullscreen {
  width: 100vw; }

.wave {
  position: absolute;
  left: -198px;
  height: 6400px;
  width: 198px;
  background: url(/7f575498b744b0098dd0eca55bdbdfe9.svg) repeat-y;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.wave:nth-of-type(2) {
  top: -175px;
  opacity: 1;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
          animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite; }

@-webkit-keyframes wave {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -1600px; } }

@keyframes wave {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -1600px; } }

@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); } }

@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); } }

#transitionWrapper .slide-in-appear {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0; }

#transitionWrapper .slide-in-appear.slide-in-appear-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s linear; }

#transitionWrapper .slide-in-enter {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px); }

#transitionWrapper .slide-in-enter.slide-in-enter-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.2s linear 0.4s; }

#transitionWrapper .slide-in-exit {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

#transitionWrapper .slide-in-exit.slide-in-exit-active {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  transition: all 0.2s linear; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#signup-page {
  background-color: #fff;
  color: #000;
  padding-top: 2rem; }
  @media (min-width: 992px) {
    #signup-page {
      padding-top: 8rem; } }
  #signup-page .logo {
    max-width: 225px; }
  #signup-page .signup-button {
    border-color: #008BC2; }
  #signup-page hr {
    border-top: 2px dashed #003250; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.nav {
  position: relative;
  border-bottom: 2px solid #D8D8D8; }

.logo {
  max-height: 3rem;
  min-height: 3rem; }

.active-page-dot {
  bottom: -7.5px;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #008BC2;
  transition: all 250ms ease; }

.active-page-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #008BC2;
  transition: all 250ms ease; }

.section-button {
  background: none;
  white-space: nowrap;
  border-radius: 20px;
  padding: 0.2rem 0;
  font-size: 0.8rem;
  margin: 0 0.5rem;
  text-align: center;
  width: 150px;
  color: #008BC2;
  border: 1px solid #008BC2;
  opacity: 0.3;
  transition: all 250ms ease;
  cursor: pointer; }

.section-button.active {
  background: #008BC2;
  color: #000;
  opacity: 1; }

.section-button:hover {
  opacity: 1; }

.section1 .active-page-dot {
  left: calc(50vw - 150px - 0.5rem - 15px); }

.section1 .active-page-line {
  width: calc(50vw - 150px - 0.5rem - 15px); }

.section2 .active-page-dot {
  left: calc(50vw - 7.5px); }

.section2 .active-page-line {
  width: calc(50vw - 7.5px); }

.section3 .active-page-dot {
  left: calc(50vw + 150px + 0.5rem); }

.section3 .active-page-line {
  width: calc(50vw + 150px + 0.5rem); }

.section4 .active-page-dot {
  left: calc(50vw + calc(2 * 150px + 0.5rem)); }

.section4 .active-page-line {
  width: calc(50vw + calc(2 * 150px + 0.5rem)); }

.onboarding-back-button {
  background: none;
  border: none;
  color: #000;
  font-size: 1.2rem;
  padding: 1rem;
  cursor: pointer; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.banner-container {
  width: 100%;
  padding: 10px 0px;
  background-color: #E9ECEF;
  margin: 20px 0;
  position: relative; }

.banner-text {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin: 0;
  position: inherit;
  z-index: 50; }
  .banner-text-logo {
    height: 2em;
    padding: 0 10px; }
  .banner-text .red {
    color: #FF3838; }

.left-color {
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
  .left-color.nextled {
    background-image: linear-gradient(to right, #4BE5F7, #E9ECEF); }

.right-color {
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0; }
  .right-color.nextled {
    background-image: linear-gradient(to right, #E9ECEF, #FF3838); }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.plan {
  position: relative;
  height: 100%;
  padding: 50px 30px 120px; }
  .plan .plan-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.80em;
    text-align: center;
    font-weight: bold; }
    .plan .plan-header.background-primary {
      background-color: #00DBD0; }
    .plan .plan-header.background-secondary {
      background-color: #008BC2; }
  .plan .plan-indicators {
    display: flex; }
    .plan .plan-indicators .plan-step-indicator {
      width: 25%;
      height: 8px;
      background-color: #D1D3D4;
      -webkit-transform: skew(340deg);
              transform: skew(340deg);
      margin: 0 3px; }
      .plan .plan-indicators .plan-step-indicator.has-color {
        background-color: #008BC2; }
  .plan .plan-title {
    text-transform: uppercase;
    color: #00314A;
    font-weight: 700;
    margin: 25px 0 5px 0; }
    .plan .plan-title.large {
      font-size: 32px; }
  .plan .plan-price {
    color: #595959;
    font-weight: 300;
    padding-bottom: 20px; }
    .plan .plan-price .plan-currency {
      font-size: 15px; }
    .plan .plan-price .plan-price-number {
      font-size: 40px;
      margin: 0 5px; }
      .plan .plan-price .plan-price-number.small-inline {
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        margin: 0; }
  .plan .plan-description {
    padding-bottom: 30px; }
    .plan .plan-description-title {
      color: #008BC2;
      font-style: italic;
      font-size: 0.90em;
      font-weight: bold; }
    .plan .plan-description-content {
      color: #595959;
      font-size: 0.90em;
      min-height: 3em; }
  .plan .plan-features .plan-feature-content {
    padding-left: 10px;
    color: #595959;
    font-size: 0.90em; }
  .plan .plan-footer {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px; }
    .plan .plan-footer .plan-select-button {
      width: 100%;
      display: block;
      text-transform: uppercase;
      color: #008BC2;
      font-weight: 300;
      font-size: 0.85em;
      border-radius: 0;
      border: 1px solid #008BC2;
      margin-top: 10px; }
      .plan .plan-footer .plan-select-button.trial {
        background-image: linear-gradient(150deg, #00DBD0 15%, #008BC2);
        color: #fff;
        border: none; }
  .plan.popular {
    background-color: #E9ECEF; }
    .plan.popular #innerCircle {
      fill: #E9ECEF; }
  .plan.recommended {
    background-color: #008BC2;
    color: #fff; }
    .plan.recommended #innerCircle {
      fill: #008BC2; }
    .plan.recommended #checkmark {
      fill: #00DBD0; }
    .plan.recommended .plan-title {
      color: #fff; }
    .plan.recommended .plan-indicators .plan-step-indicator.has-color {
      background-color: #fff; }
    .plan.recommended .plan-price {
      color: #fff; }
    .plan.recommended .plan-description .plan-description-title {
      color: #00DBD0; }
    .plan.recommended .plan-description .plan-description-content {
      color: #fff; }
    .plan.recommended .plan-features .plan-feature-content {
      color: #fff; }
    .plan.recommended .plan-features .checkmark {
      border-bottom: 3px solid #00DBD0;
      border-right: 3px solid #00DBD0; }
    .plan.recommended .plan-footer .plan-select-button {
      color: #fff;
      border: 1px solid #fff; }
      .plan.recommended .plan-footer .plan-select-button.trial {
        color: #008BC2;
        background-color: #fff;
        background-image: none; }
  .plan .plan-emphasized-message {
    background-image: linear-gradient(120deg, #008BC2 15%, #00DBD0);
    color: #fff;
    padding: 10px;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.plan-list-container {
  overflow-y: auto; }

.plan-list-tabs {
  flex-wrap: nowrap;
  overflow-x: scroll; }
  .plan-list-tabs > .nav-item {
    margin-bottom: 0; }

.plan-list {
  display: flex;
  flex-wrap: nowrap;
  min-width: 1100px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.order-details {
  padding: 0;
  margin: 1rem 0;
  background-color: #E9ECEF;
  border-radius: 10px;
  align-self: flex-start;
  font-size: 0.8rem;
  color: #00283D; }
  .order-details .order-details-top {
    border-bottom: 2px dashed #D8D8D8;
    padding: 1rem; }
  .order-details .order-details-middle {
    border-bottom: 2px solid #D8D8D8;
    padding: 1rem; }
  .order-details .order-details-bottom {
    padding: 1rem; }
  .order-details .btn {
    margin-left: auto;
    font-size: 0.8rem;
    padding: 0.3rem 1.2rem; }
  .order-details .price {
    font-size: 1.3rem; }
    .order-details .price small {
      font-size: 0.8rem;
      font-weight: normal; }
  .order-details .btn-outline-dark {
    border-color: #D8D8D8; }
  .order-details .cost-markout {
    text-decoration: line-through; }
  .order-details .disclaimer {
    position: absolute;
    padding: 1rem;
    bottom: -5rem;
    text-align: center;
    color: #999999; }
  .order-details .form-control {
    color: #000; }
    .order-details .form-control::-webkit-input-placeholder {
      color: #999999;
      font-weight: 400; }
    .order-details .form-control:-ms-input-placeholder {
      color: #999999;
      font-weight: 400; }
    .order-details .form-control::-ms-input-placeholder {
      color: #999999;
      font-weight: 400; }
    .order-details .form-control::placeholder {
      color: #999999;
      font-weight: 400; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#onboard-user-signs {
  height: 100%;
  margin-top: 1.5em;
  overflow-y: auto; }
  #onboard-user-signs .signs-header-subtext {
    margin-bottom: .5em;
    font-size: 1em; }
  #onboard-user-signs .card-deck {
    margin-bottom: 2em; }
  #onboard-user-signs .card {
    color: #000;
    margin-bottom: 1.5em;
    max-width: 18em;
    min-width: 18em; }
  #onboard-user-signs .add-new-card {
    background-color: transparent; }
    #onboard-user-signs .add-new-card .card-body {
      display: flex;
      align-content: center;
      justify-content: center; }
    #onboard-user-signs .add-new-card .add-new-button {
      background-color: #fff;
      border: 1px solid gray;
      color: #000;
      width: 100%; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.onboarding-content {
  width: 100%;
  padding: 1rem; }
  .onboarding-content .welcome-video {
    width: 100%; }
  .onboarding-content .plan-table {
    margin: 1rem; }
  .onboarding-content .pc-logo {
    height: 25px;
    width: 25px; }
  .onboarding-content .next-promo-title {
    padding: 0 30px; }
  .onboarding-content .next-promo-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .onboarding-content .next-promo-container .next-plan-item {
      width: 100%;
      margin-bottom: -75px; }
      @media (min-width: 768px) {
        .onboarding-content .next-promo-container .next-plan-item {
          width: 500px; } }
    .onboarding-content .next-promo-container .table-wrapper {
      overflow-x: auto;
      flex-grow: 1; }
      @media (min-width: 768px) {
        .onboarding-content .next-promo-container .table-wrapper {
          flex-grow: 0; } }
    .onboarding-content .next-promo-container .pc-feature-table {
      min-width: 450px; }
      .onboarding-content .next-promo-container .pc-feature-table .header-row {
        display: flex;
        flex-wrap: nowrap;
        text-transform: uppercase;
        font-weight: 500; }
        .onboarding-content .next-promo-container .pc-feature-table .header-row .pc-col {
          border-radius: 10px 10px 0 0;
          padding-top: 15px; }
      .onboarding-content .next-promo-container .pc-feature-table .feature-row {
        display: flex;
        flex-wrap: nowrap; }
      .onboarding-content .next-promo-container .pc-feature-table .feature-col {
        flex-grow: 1;
        padding: 10px; }
        @media (min-width: 768px) {
          .onboarding-content .next-promo-container .pc-feature-table .feature-col {
            min-width: 400px;
            max-width: 400px; } }
      .onboarding-content .next-promo-container .pc-feature-table .pc-col {
        min-width: 90px;
        max-width: 90px;
        background-color: #008BC2;
        text-align: center;
        color: #fff; }
      .onboarding-content .next-promo-container .pc-feature-table .feature-row:last-child .pc-col {
        border-radius: 0 0 10px 10px;
        padding-bottom: 10px; }
      .onboarding-content .next-promo-container .pc-feature-table .feature-row:nth-child(even) {
        background-color: #E9ECEF; }
        .onboarding-content .next-promo-container .pc-feature-table .feature-row:nth-child(even) .pc-col {
          background-color: #009ddc; }
      .onboarding-content .next-promo-container .pc-feature-table .others-col {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        padding: 0 10px; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.alacarte-table .item-list-tabs {
  flex-wrap: nowrap;
  overflow-x: scroll; }
  .alacarte-table .item-list-tabs > .nav-item {
    margin-bottom: 0; }

.alacarte-table .item-list-footer {
  padding: 20px;
  background-color: #D8D8D8;
  justify-content: center; }
  .alacarte-table .item-list-footer .item-select-button {
    width: 100%;
    display: block;
    text-transform: uppercase;
    color: #008BC2;
    font-weight: 300;
    font-size: 0.85em;
    border-radius: 0;
    border: 1px solid #008BC2;
    margin-top: 10px; }

.alacarte-item {
  position: relative;
  height: 100%;
  padding: 75px 30px 50px 30px; }
  .alacarte-item.js-gray-100 {
    background-color: #f8f9fa; }
  .alacarte-item.js-gray-200 {
    background-color: #e9ecef; }
  .alacarte-item .item-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.80em;
    text-align: center;
    font-weight: bold; }
    .alacarte-item .item-header.js-primary {
      background-color: #00DBD0; }
    .alacarte-item .item-header.js-secondary {
      background-color: #008BC2; }
  .alacarte-item .item-title {
    text-transform: uppercase;
    color: #00314A;
    font-weight: 700;
    font-size: 1.5em; }
  .alacarte-item .item-price {
    color: #595959;
    font-weight: 500;
    margin: 30px 0;
    line-height: 50px; }
    .alacarte-item .item-price .item-price-text {
      text-transform: uppercase; }
    .alacarte-item .item-price .item-currency {
      font-size: 20px;
      font-weight: 300; }
    .alacarte-item .item-price .item-price-number {
      font-size: 50px;
      margin: 0 5px; }
  .alacarte-item .item-description {
    padding-bottom: 30px; }
    .alacarte-item .item-description-title {
      color: #008BC2;
      font-style: italic;
      font-size: 0.90em; }
    .alacarte-item .item-description-content {
      color: #595959;
      font-size: 0.90em;
      min-height: 3em; }
  .alacarte-item .item-features .item-feature-content {
    padding-left: 10px;
    color: #595959;
    font-size: 0.90em; }
  .alacarte-item .credit-buttons {
    display: flex;
    justify-content: center; }
    .alacarte-item .credit-buttons .credit-button {
      height: 60px; }
    .alacarte-item .credit-buttons .credit-field {
      margin: 0 10px;
      height: 60px;
      text-align: center;
      padding: 0;
      width: 90px;
      font-size: 2em; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.pricing-tabs {
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding-top: 20px;
  justify-content: center;
  border: none;
  line-height: 1; }
  .pricing-tabs > .nav-item {
    margin-bottom: 0;
    border-radius: 0; }
  .pricing-tabs .nav-link {
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    background-color: #D1D3D4;
    color: #fff;
    overflow-x: hidden; }
    .pricing-tabs .nav-link .subtitle {
      font-size: 0.7em; }
    .pricing-tabs .nav-link.active {
      background-color: #fff;
      border-radius: 0; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#onboarding-page .nav {
  position: relative;
  border-bottom: 2px solid #D8D8D8; }

#onboarding-page .logo {
  max-height: 3rem;
  min-height: 3rem; }

#onboarding-page .btn-back {
  font-size: 2rem;
  line-height: 1.3rem;
  padding: 0.5rem 0.9rem;
  border-width: 1px; }

#onboarding-page .signup-alert {
  margin-bottom: 0;
  margin-top: .75rem;
  text-align: center; }

#onboarding-page .active-page-dot {
  bottom: -7.5px;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #008BC2;
  transition: all 250ms ease; }

#onboarding-page .active-page-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #008BC2;
  transition: all 250ms ease; }

#onboarding-page .section1 .active-page-dot {
  left: calc(50vw - 150px - 0.5rem - 15px); }

#onboarding-page .section1 .active-page-line {
  width: calc(50vw - 150px - 0.5rem - 15px); }

#onboarding-page .section2 .active-page-dot {
  left: calc(50vw - 7.5px); }

#onboarding-page .section2 .active-page-line {
  width: calc(50vw - 7.5px); }

#onboarding-page .section3 .active-page-dot {
  left: calc(50vw + 150px + 0.5rem); }

#onboarding-page .section3 .active-page-line {
  width: calc(50vw + 150px + 0.5rem); }

#onboarding-page .section-button {
  background: none;
  white-space: nowrap;
  border-radius: 20px;
  padding: 0.2rem 0;
  font-size: 0.8rem;
  margin: 0 0.5rem;
  text-align: center;
  width: 150px;
  color: #008BC2;
  border: 1px solid #008BC2;
  opacity: 0.3;
  transition: all 250ms ease;
  cursor: pointer; }

#onboarding-page .section-button.active {
  background: #008BC2;
  color: #000;
  opacity: 1; }

#onboarding-page .section-button:hover {
  opacity: 1; }

#onboarding-page .onboarding-content {
  width: 100%;
  padding: 0 0 1rem; }

#onboarding-page .onboarding-box {
  padding: 2rem;
  margin: 1rem 0;
  background-color: #fff;
  color: #000;
  border-radius: 10px; }
  #onboarding-page .onboarding-box .form-control {
    margin: 1rem 0;
    color: #000;
    font-weight: 400; }
    #onboarding-page .onboarding-box .form-control::-webkit-input-placeholder {
      color: #999999;
      font-weight: 400; }
    #onboarding-page .onboarding-box .form-control:-ms-input-placeholder {
      color: #999999;
      font-weight: 400; }
    #onboarding-page .onboarding-box .form-control::-ms-input-placeholder {
      color: #999999;
      font-weight: 400; }
    #onboarding-page .onboarding-box .form-control::placeholder {
      color: #999999;
      font-weight: 400; }

#onboarding-page .invalid-feedback {
  display: block; }

#onboarding-page .onboarding-back-button {
  background: none;
  border: none;
  color: #000;
  font-size: 1.2rem;
  padding: 1rem;
  cursor: pointer; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#user-payment-page {
  overflow-y: auto; }
  #user-payment-page .nav {
    position: relative;
    border-bottom: 2px solid #D8D8D8; }
  #user-payment-page .logo {
    max-height: 3rem;
    min-height: 3rem; }
  #user-payment-page .btn-back {
    font-size: 2rem;
    line-height: 1.3rem;
    padding: 0.5rem 0.9rem;
    border-width: 1px; }
  #user-payment-page .signup-alert {
    margin-bottom: 0;
    margin-top: .75rem;
    text-align: center; }
  #user-payment-page .active-page-dot {
    bottom: -7.5px;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #008BC2;
    transition: all 250ms ease; }
  #user-payment-page .active-page-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    background: #008BC2;
    transition: all 250ms ease; }
  #user-payment-page .section1 .active-page-dot {
    left: calc(50vw - 150px - 0.5rem - 15px); }
  #user-payment-page .section1 .active-page-line {
    width: calc(50vw - 150px - 0.5rem - 15px); }
  #user-payment-page .section2 .active-page-dot {
    left: calc(50vw - 7.5px); }
  #user-payment-page .section2 .active-page-line {
    width: calc(50vw - 7.5px); }
  #user-payment-page .section-button {
    background: none;
    white-space: nowrap;
    border-radius: 20px;
    padding: 0.2rem 0;
    font-size: 0.8rem;
    margin: 0 0.5rem;
    text-align: center;
    width: 150px;
    color: #008BC2;
    border: 1px solid #008BC2;
    opacity: 0.3;
    transition: all 250ms ease;
    cursor: pointer; }
  #user-payment-page .section-button.active {
    background: #008BC2;
    color: #fff;
    opacity: 1; }
  #user-payment-page .section-button:hover {
    opacity: 1; }
  #user-payment-page .onboarding-content {
    width: 100%;
    padding: 0 0 1rem; }
  #user-payment-page .onboarding-box {
    padding: 2rem;
    margin: 1rem 0;
    background-color: #fff;
    color: #000;
    border-radius: 10px; }
    #user-payment-page .onboarding-box .form-control {
      margin: 1rem 0;
      color: #000;
      font-weight: 400; }
      #user-payment-page .onboarding-box .form-control::-webkit-input-placeholder {
        color: #999999;
        font-weight: 400; }
      #user-payment-page .onboarding-box .form-control:-ms-input-placeholder {
        color: #999999;
        font-weight: 400; }
      #user-payment-page .onboarding-box .form-control::-ms-input-placeholder {
        color: #999999;
        font-weight: 400; }
      #user-payment-page .onboarding-box .form-control::placeholder {
        color: #999999;
        font-weight: 400; }
  #user-payment-page .onboarding-back-button {
    background: none;
    border: none;
    color: #000;
    font-size: 1.2rem;
    padding: 1rem;
    cursor: pointer; }
  #user-payment-page .restore-payment-methods {
    margin-bottom: 1rem; }
  #user-payment-page .restore-payments-button {
    margin-left: .5rem;
    padding: 0.3rem 1.2rem; }
  #user-payment-page .invalid-feedback {
    display: block; }

#pricing-page {
  overflow-y: auto; }




/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
.presto-entity {
  min-height: 50px;
  opacity: .5;
  position: relative;
  padding: 1rem 0 1rem 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Flex Styles */
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; }
  .presto-entity.active {
    opacity: 1; }
    .presto-entity.active .step-arrow .arrow-marker-line {
      stroke: #000; }
    .presto-entity.active .step-arrow .arrow-marker-head {
      fill: #000; }
  .presto-entity.is-previous {
    opacity: 1; }
    .presto-entity.is-previous .badge-pill {
      background-color: #000;
      color: #fff; }
    .presto-entity.is-previous .step-arrow .arrow-marker-line {
      stroke: #000; }
    .presto-entity.is-previous .step-arrow .arrow-marker-head {
      fill: #000; }
    .presto-entity.is-previous .entity-name {
      color: #000; }
  .presto-entity .badge-pill {
    background-color: #fff;
    color: #000; }
  .presto-entity .step-arrow {
    display: inline-block;
    flex: 0 1 auto;
    margin-top: 4px;
    margin-right: 1em;
    opacity: .5; }
  .presto-entity .entity-name-wrapper {
    display: inline-block;
    flex: 0 1 auto;
    max-width: 160px;
    overflow: hidden; }
    .presto-entity .entity-name-wrapper .entity-order {
      float: left; }
    .presto-entity .entity-name-wrapper .entity-name {
      display: inline-block;
      font-size: .9em;
      float: left;
      margin-top: 3px;
      max-width: 120px;
      word-wrap: break-word; }
  .presto-entity .entity-order {
    margin-right: .75em; }
  .presto-entity .entity-name {
    color: #fff; }
  .presto-entity .entity-actions-wrapper {
    display: flex;
    align-items: center; }
  .presto-entity .entity-actions .btn-link {
    position: relative;
    top: 1px;
    color: #292929; }
  .presto-entity .entity-reorder-action {
    cursor: -webkit-grab;
    cursor: grab;
    color: #292929;
    margin-left: .5rem; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#presto-bottom-bar {
  background-color: #008BC2;
  box-shadow: 7px 0 1px 0 rgba(0, 0, 0, 0.3);
  height: 91px;
  /* Flex Styles */
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between; }
  #presto-bottom-bar .entity-list {
    height: 100%;
    overflow-y: hidden;
    padding-left: 1em;
    /* Flex Styles */
    display: flex;
    justify-content: flex-start; }
  #presto-bottom-bar .entity-nav {
    margin-right: 1rem; }
  #presto-bottom-bar .bottom-bar-entities {
    width: 100%;
    overflow-x: auto; }
  #presto-bottom-bar .bottom-bar-actions {
    height: 100%;
    padding-right: 1em;
    /* Flex Styles */
    display: flex;
    align-items: center; }
    #presto-bottom-bar .bottom-bar-actions .action-button {
      flex: 0 1 auto; }
  #presto-bottom-bar .dropdown-button {
    background-color: #31bead;
    border-color: #31bead;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    padding-left: .75rem;
    padding-right: .75rem; }
  #presto-bottom-bar .dropdown-button-text {
    margin-left: 1em; }
  #presto-bottom-bar .back-button {
    margin-right: 1em; }
  #presto-bottom-bar .action-button.btn-secondary {
    background-color: #fff;
    color: #000; }
  #presto-bottom-bar .action-button.btn-outline-secondary {
    border-color: #fff;
    color: #fff; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#presto-page {
  background: center/11px url(/display-bg.png) repeat;
  height: 100%;
  overflow: hidden; }
  #presto-page .presto-top {
    height: calc(100vh - 82px - 91px);
    overflow: hidden;
    /* Flex Styles */
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between; }
    #presto-page .presto-top.has-message-bar {
      height: calc(100vh - 82px - 91px - 95px); }
      @media (min-width: 576px) {
        #presto-page .presto-top.has-message-bar {
          height: calc(100vh - 82px - 91px - 48px); } }
  #presto-page #display-sidebar.is-minimized {
    flex: 0 0 38px; }
  #presto-page #display-sidebar.is-expanded {
    flex: 0 0 290px; }
  #presto-page .main-display {
    flex: 2 0 auto;
    height: 100%;
    width: calc(100vw - 290px);
    position: relative; }
    #presto-page .main-display:active .display-controls, #presto-page .main-display:focus .display-controls, #presto-page .main-display:hover .display-controls {
      right: 15px; }
    #presto-page .main-display:active .scrollbars .scrollbar-horizontal .single-slider-track,
    #presto-page .main-display:active .scrollbars .scrollbar-vertical .single-slider-track, #presto-page .main-display:focus .scrollbars .scrollbar-horizontal .single-slider-track,
    #presto-page .main-display:focus .scrollbars .scrollbar-vertical .single-slider-track, #presto-page .main-display:hover .scrollbars .scrollbar-horizontal .single-slider-track,
    #presto-page .main-display:hover .scrollbars .scrollbar-vertical .single-slider-track {
      opacity: .4; }
    #presto-page .main-display:active .scrollbars .scrollbar-horizontal .single-slider-handle,
    #presto-page .main-display:active .scrollbars .scrollbar-vertical .single-slider-handle, #presto-page .main-display:focus .scrollbars .scrollbar-horizontal .single-slider-handle,
    #presto-page .main-display:focus .scrollbars .scrollbar-vertical .single-slider-handle, #presto-page .main-display:hover .scrollbars .scrollbar-horizontal .single-slider-handle,
    #presto-page .main-display:hover .scrollbars .scrollbar-vertical .single-slider-handle {
      opacity: .8; }
  #presto-page .display-wrapper {
    height: 100%; }
  #presto-page .display-controls {
    border-bottom: none;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: right .1s ease-out;
    /* Flex Styles */
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #presto-page .display-controls .controls-wrapper {
      border: 1px solid #292929;
      padding: 0;
      width: 100%; }
      #presto-page .display-controls .controls-wrapper:first-of-type {
        border-bottom: 0; }
      #presto-page .display-controls .controls-wrapper:last-of-type {
        border-top: 0; }
    #presto-page .display-controls .display-control {
      min-height: 160px; }
    #presto-page .display-controls .zoom-control {
      min-height: 200px; }

#render-page {
  background-color: transparent;
  height: 100%; }
  #render-page .render-display {
    background-color: transparent;
    height: 100%; }
    #render-page .render-display #display {
      border: 0; }

/*=== Colors ===*/
/*
 * BOOTSTRAP OVERRIDES
 */
#company-signs-page {
  height: 100%;
  margin-top: 1.5em;
  overflow-y: auto; }
  #company-signs-page .signs-header {
    margin-bottom: .5em; }
  #company-signs-page .card-deck {
    margin-bottom: 2em; }
  #company-signs-page .card {
    color: #000;
    margin-bottom: 1.5em;
    max-width: 18em;
    min-width: 18em; }
  #company-signs-page .add-new-card {
    background-color: transparent; }
    #company-signs-page .add-new-card .card-body {
      display: flex;
      align-content: center;
      justify-content: center; }
    #company-signs-page .add-new-card .add-new-button {
      background-color: #fff;
      border: 1px solid gray;
      color: #000;
      width: 100%; }


/*# sourceMappingURL=main.acd00efd5d12be2c0749.css.map*/