@charset "UTF-8"; /*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin-top: 0;
}
address,
dl,
ol,
p,
pre,
ul {
  margin-bottom: 1rem;
}
img,
svg {
  vertical-align: middle;
}
body,
caption {
  text-align: left;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin-bottom: 0.5rem;
}
pre,
textarea {
  overflow: auto;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
  display: block;
}
address,
legend {
  line-height: inherit;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover,
legend {
  color: inherit;
}
.badge,
progress,
sub,
sup {
  vertical-align: baseline;
}
label,
output {
  display: inline-block;
}
button,
hr,
input {
  overflow: visible;
}
.card,
code {
  word-wrap: break-word;
}
.dropdown-menu,
.nav,
.navbar-nav {
  list-style: none;
}
:root {
  --blue: #4e6ab2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f37462;
  --orange: #ffbb8f;
  --yellow: #f6bd44;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4e6ab2;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #f6bd44;
  --danger: #f37462;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
.breadcrumb-item + .breadcrumb-item:hover::before,
.btn-link,
.btn:hover,
.card-link:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.list-group-item-action:focus,
.list-group-item-action:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link:hover,
a,
a.badge:focus,
a.badge:hover,
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  text-decoration: none;
}
.btn:not(:disabled):not(.disabled),
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
summary {
  cursor: pointer;
}
address {
  font-style: normal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #4e6ab2;
  background-color: transparent;
}
a:hover {
  color: #364a7d;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  -ms-overflow-style: scrollbar;
}
img {
  border-style: none;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  white-space: normal;
}
.badge,
.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.input-group-text,
.navbar-brand,
.progress-bar {
  white-space: nowrap;
}
[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;
}
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.2;
}
summary {
  display: list-item;
}
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;
}
.blockquote,
hr {
  margin-bottom: 1rem;
}
.display-1,
.display-2,
.display-3,
.display-4,
.lead {
  font-weight: 300;
}
.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;
}
.display-1 {
  font-size: 6rem;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  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 {
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd {
  font-size: 87.5%;
}
a > code,
pre code {
  color: inherit;
}
code {
  color: #e83e8c;
}
kbd {
  padding: 0.2rem 0.4rem;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.btn,
.btn-link,
.custom-select,
.dropdown-item,
.form-control,
.input-group-text {
  font-weight: 400;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }
}
.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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto,
.player.no-playbar:not(.mobile):not(.player-outroVisible)
  .vp-controls
  .play-bar {
  flex: 0 0 auto;
}
.col-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%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #cdd5e9;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #a3b2d7;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bbc6e1;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fcedcb;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #fadd9e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe5b3;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #fcd8d3;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #f9b7ad;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fac3bb;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.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: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #ffffff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered,
.table-responsive > .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: #ffffff;
  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;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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: #495057;
  background-color: #ffffff;
  border-color: #a7b5d9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 106, 178, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  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[multiple],
select.form-control[size],
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,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.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;
}
.invalid-tooltip,
.valid-tooltip {
  position: absolute;
  z-index: 5;
  max-width: 100%;
  border-radius: 0.25rem;
  top: 100%;
  line-height: 1.5;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  left: 0;
  display: none;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat #ffffff;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input: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: #f37462;
}
.invalid-tooltip {
  left: 0;
  display: none;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #212529;
  background-color: rgba(243, 116, 98, 0.9);
}
.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f37462;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #f37462;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F37462' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F37462' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #f37462;
  box-shadow: 0 0 0 0.2rem rgba(243, 116, 98, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #f37462;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F37462' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F37462' stroke='none'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat #ffffff;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #f37462;
  box-shadow: 0 0 0 0.2rem rgba(243, 116, 98, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #f37462;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #f79e91;
  background-color: #f79e91;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(243, 116, 98, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #f37462;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #f37462;
  box-shadow: 0 0 0 0.2rem rgba(243, 116, 98, 0.25);
}
.btn.focus,
.btn:focus,
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 106, 178, 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 .custom-select,
  .form-inline .input-group {
    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-block,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.btn {
  display: inline-block;
  color: #212529;
  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: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  vertical-align: 0.255em;
  content: "";
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn.focus,
.btn:focus {
  outline: 0;
}
.btn-primary.focus,
.btn-primary:focus,
.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(105, 128, 190, 0.5);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #4e6ab2;
  border-color: #4e6ab2;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #425a98;
  border-color: #3e558f;
  color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #4e6ab2;
  border-color: #4e6ab2;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #3e558f;
  border-color: #3a4f86;
}
.btn-secondary.focus,
.btn-secondary:focus,
.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(130, 138, 145, 0.5);
}
.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-success.focus,
.btn-success:focus,
.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-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #ffffff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-info.focus,
.btn-info:focus,
.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(58, 176, 195, 0.5);
}
.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-warning.focus,
.btn-warning:focus,
.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(214, 166, 64, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #f6bd44;
  border-color: #f6bd44;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #f4b020;
  border-color: #f4ac13;
  color: #212529;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #f6bd44;
  border-color: #f6bd44;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f4ac13;
  border-color: #efa60b;
}
.btn-danger.focus,
.btn-danger:focus,
.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(212, 104, 89, 0.5);
}
.btn-danger {
  color: #212529;
  background-color: #f37462;
  border-color: #f37462;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #ffffff;
  background-color: #f0553e;
  border-color: #ef4a33;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #212529;
  background-color: #f37462;
  border-color: #f37462;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ef4a33;
  border-color: #ee4027;
}
.btn-light.focus,
.btn-light:focus,
.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(216, 217, 219, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  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: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-dark.focus,
.btn-dark:focus,
.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, 88, 93, 0.5);
}
.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #ffffff;
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.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(78, 106, 178, 0.5);
}
.btn-outline-primary {
  color: #4e6ab2;
  border-color: #4e6ab2;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #4e6ab2;
  border-color: #4e6ab2;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #4e6ab2;
  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: #ffffff;
  background-color: #4e6ab2;
  border-color: #4e6ab2;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.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(108, 117, 125, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  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: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-success.focus,
.btn-outline-success:focus,
.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-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.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: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-info.focus,
.btn-outline-info:focus,
.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(23, 162, 184, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  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: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.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(246, 189, 68, 0.5);
}
.btn-outline-warning {
  color: #f6bd44;
  border-color: #f6bd44;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f6bd44;
  border-color: #f6bd44;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f6bd44;
  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: #212529;
  background-color: #f6bd44;
  border-color: #f6bd44;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.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(243, 116, 98, 0.5);
}
.btn-outline-danger {
  color: #f37462;
  border-color: #f37462;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #f37462;
  border-color: #f37462;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f37462;
  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: #212529;
  background-color: #f37462;
  border-color: #f37462;
}
.btn-outline-light.focus,
.btn-outline-light:focus,
.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-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.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(52, 58, 64, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  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: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-link {
  color: #4e6ab2;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link:hover {
  color: #364a7d;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  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: #212529;
  text-align: left;
  background-color: #ffffff;
  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;
  }
}
.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;
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 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;
  border-right: 0;
  border-left: 0.3em solid;
  vertical-align: 0;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  border-right: 0.3em solid;
  vertical-align: 0;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 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 #e9ecef;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
  margin-bottom: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child),
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label,
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label::after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label,
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label::after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child),
.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;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  background-color: #4e6ab2;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-toolbar,
.input-group,
.input-group-append,
.input-group-prepend,
.input-group-text,
.nav {
  display: flex;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.input-group-append,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 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;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-text {
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.nav,
.navbar {
  flex-wrap: wrap;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  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: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
  > .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),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #4e6ab2;
  background-color: #4e6ab2;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a7b5d9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #cad3e8;
  border-color: #cad3e8;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  vertical-align: top;
}
.custom-control-label::after,
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label::before {
  pointer-events: none;
  background-color: #ffffff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  background: 50%/50% 50% no-repeat;
}
.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #4e6ab2;
  background-color: #4e6ab2;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before,
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(78, 106, 178, 0.5);
}
.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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.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: #adb5bd;
  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: #ffffff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(78, 106, 178, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 0.75rem center/8px 10px no-repeat #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-file-input:focus ~ .custom-file-label,
.custom-select:focus {
  border-color: #a7b5d9;
  box-shadow: 0 0 0 0.2rem rgba(78, 106, 178, 0.25);
}
.custom-select:focus {
  outline: 0;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label,
.custom-select:disabled {
  background-color: #e9ecef;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.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,
.custom-file-input,
.custom-file-label {
  height: calc(1.5em + 0.75rem + 2px);
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-label,
.custom-file-label::after {
  position: absolute;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  top: 0;
  right: 0;
}
.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 {
  left: 0;
  z-index: 1;
  overflow: hidden;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.alert-link,
.badge,
.close {
  font-weight: 700;
}
.custom-file-label::after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 106, 178, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 106, 178, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 106, 178, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #4e6ab2;
  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: #cad3e8;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #4e6ab2;
  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: #cad3e8;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  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: #4e6ab2;
  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: #cad3e8;
}
.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: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.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 {
  padding-left: 0;
}
.nav-link,
.navbar {
  padding: 0.5rem 1rem;
}
.nav-link {
  display: block;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.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: #ffffff;
  background-color: #4e6ab2;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  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;
  align-items: center;
  justify-content: space-between;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  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;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.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: 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    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,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .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,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    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,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .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,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    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,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .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,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    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,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  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,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #ffffff;
}
.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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #ffffff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-footer,
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-header,
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-header {
  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-footer {
  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-bottom: -0.75rem;
  border-bottom: 0;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.alert,
.btn .badge,
.page-link {
  position: relative;
}
.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card,
.modal-open,
.progress,
.progress-bar {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb,
.pagination {
  display: flex;
  border-radius: 0.25rem;
  list-style: none;
}
.breadcrumb {
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  background-color: #e9ecef;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  padding-left: 0;
}
.page-link {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e6ab2;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #364a7d;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 106, 178, 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: 3;
  color: #ffffff;
  background-color: #4e6ab2;
  border-color: #4e6ab2;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}
.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%;
  line-height: 1;
  text-align: center;
  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;
  }
}
.badge:empty {
  display: none;
}
.btn .badge {
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #ffffff;
  background-color: #4e6ab2;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #ffffff;
  background-color: #3e558f;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 106, 178, 0.5);
}
.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #ffffff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #ffffff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #ffffff;
  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: #ffffff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #ffffff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #f6bd44;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #f4ac13;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 189, 68, 0.5);
}
.badge-danger {
  color: #212529;
  background-color: #f37462;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #212529;
  background-color: #ef4a33;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 116, 98, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  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: #ffffff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #ffffff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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 {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.list-group,
.progress {
  display: flex;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #29375d;
  background-color: #dce1f0;
  border-color: #cdd5e9;
}
.alert-primary hr {
  border-top-color: #bbc6e1;
}
.alert-primary .alert-link {
  color: #19223a;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.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: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #806223;
  background-color: #fdf2da;
  border-color: #fcedcb;
}
.alert-warning hr {
  border-top-color: #fbe5b3;
}
.alert-warning .alert-link {
  color: #584318;
}
.alert-danger {
  color: #7e3c33;
  background-color: #fde3e0;
  border-color: #fcd8d3;
}
.alert-danger hr {
  border-top-color: #fac3bb;
}
.alert-danger .alert-link {
  color: #5a2b24;
}
.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: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-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 {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #4e6ab2;
  transition: width 0.6s ease;
}
.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: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #4e6ab2;
  border-color: #4e6ab2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #29375d;
  background-color: #cdd5e9;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #29375d;
  background-color: #bbc6e1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #29375d;
  border-color: #29375d;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #806223;
  background-color: #fcedcb;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #806223;
  background-color: #fbe5b3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #806223;
  border-color: #806223;
}
.list-group-item-danger {
  color: #7e3c33;
  background-color: #fcd8d3;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #7e3c33;
  background-color: #fac3bb;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #7e3c33;
  border-color: #7e3c33;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.popover,
.tooltip {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  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;
  text-decoration: none;
}
.modal-title,
.popover,
.tooltip {
  line-height: 1.5;
}
.popover,
.text-hide,
.tooltip {
  text-shadow: none;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.toast,
.toast-header {
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  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: #6c757d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.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.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.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-footer,
.modal-dialog-scrollable .modal-header {
  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);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  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;
}
.carousel-inner::after,
.clearfix::after,
.embed-responsive::before,
.popover .arrow::after,
.popover .arrow::before,
.stretched-link::after,
.tooltip .arrow::before {
  content: "";
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.popover,
.popover .arrow,
.popover .arrow::after,
.popover .arrow::before,
.tooltip,
.tooltip .arrow {
  position: absolute;
  display: block;
}
.modal-footer > * {
  margin: 0.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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .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 {
  z-index: 1070;
  margin: 0;
  text-align: left;
  text-align: start;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-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: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  text-align: left;
  text-align: start;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-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-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.carousel,
.carousel-inner,
.carousel-item {
  position: relative;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-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-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}
.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: #212529;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
}
.carousel-item {
  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-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -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-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-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;
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  vertical-align: -0.125em;
}
.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: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.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: #ffffff;
  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 {
  width: 2rem;
  height: 2rem;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.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;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.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: #4e6ab2 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #3e558f !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #f6bd44 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #f4ac13 !important;
}
.bg-danger {
  background-color: #f37462 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #ef4a33 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !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: #4e6ab2 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #f6bd44 !important;
}
.border-danger {
  border-color: #f37462 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-left,
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded {
  border-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;
}
.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 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;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.Card_module_text__4940c93e,
.player {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.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-bottom,
.fixed-top {
  position: fixed;
  z-index: 1030;
  left: 0;
  right: 0;
}
.fixed-top {
  top: 0;
}
.fixed-bottom {
  bottom: 0;
}
@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;
  margin: -1px;
  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;
}
.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;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}
.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) {
  .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;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .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;
  }
  .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) {
  .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;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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;
  }
  .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) {
  .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;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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;
  }
  .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) {
  .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;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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: #4e6ab2 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #364a7d !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #f6bd44 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #e39e0b !important;
}
.text-danger {
  color: #f37462 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #ee351b !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !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;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.player .cloaked,
.player.player-ad .vp-target {
  visibility: hidden;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  ::after,
  ::before {
    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;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    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 td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@-webkit-keyframes buffer {
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes buffer {
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes throb {
  0%,
  100% {
    background-color: #555;
  }
  50% {
    background-color: #444;
  }
}
@keyframes throb {
  0%,
  100% {
    background-color: #555;
  }
  50% {
    background-color: #444;
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  60% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  60% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes pulse {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pulse {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.player .compass-wrapper .compass-ring,
.player .toggle.off .stroke {
  stroke: #ffffff;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
:-webkit-full-screen-ancestor
  > :not(:-webkit-full-screen-ancestor):not(:-webkit-full-screen) {
  display: none !important;
}
:-ms-fullscreen-ancestor > :not(:-ms-fullscreen-ancestor):not(:-ms-fullscreen) {
  display: none !important;
}
:-moz-full-screen-ancestor
  > :not(:-moz-full-screen-ancestor):not(:-moz-full-screen) {
  display: none !important;
}
:fullscreen-ancestor > :not(:fullscreen-ancestor):not(:fullscreen) {
  display: none !important;
}
body:not(.showfocus) .player a,
body:not(.showfocus) .player button,
body:not(.showfocus) .player li,
body:not(.showfocus) .player span,
body:not(.showfocus) .player svg {
  outline: 0 !important;
}
body:not(.showfocus) .player input {
  outline: 0;
}
.vp-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.player .hidden,
.player .only-in-fullscreen {
  display: none !important;
}
.player .vp-alert,
.player .vp-alert-round--mid {
  align-items: center;
}
.vp-placeholder {
  opacity: 1;
  transition: opacity 125ms ease-out 0.1s;
}
.player.loading .vp-controls-wrapper,
.player.loading .vp-video-wrapper,
.vp-placeholder-fadeout {
  opacity: 0;
}
.player {
  position: relative;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: auto;
  color: #ffffff;
  line-height: normal;
  font-family: "Helvetica Neue", Helvetica, Arial !important;
  font-size: 10px;
  overflow: visible;
  border-collapse: separate;
  user-select: none;
  touch-action: manipulate;
}
.player .vp-captions,
.player .vp-share-footnote--share a {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
.player :focus {
  outline: #00adef solid 2px;
  outline-offset: 2px;
}
.player,
.player *,
.player ::after,
.player ::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.player.scrubbing * {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.player:hover .vp-controls.controls-outro {
  opacity: 1;
}
.player button {
  cursor: pointer;
  font-size: 1em;
}
.player button,
.player input,
.player textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial;
  line-height: normal;
  height: auto;
  vertical-align: baseline;
}
.player a:active,
.player button:active,
.player button:not(:focus) {
  outline: 0;
}
.player img {
  border: 0;
}
.player a {
  text-decoration: none;
}
.player .invisible {
  opacity: 0;
}
.player .rounded-box {
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
}
.player .fill,
.player .toggle.off .fill {
  fill: #ffffff;
}
.player .stroke {
  stroke: #ffffff;
  fill: none;
}
.js-player-fullscreen:-webkit-full-screen .only-in-fullscreen {
  display: block !important;
}
.js-player-fullscreen:-ms-fullscreen .only-in-fullscreen {
  display: block !important;
}
.js-player-fullscreen-api .only-in-fullscreen,
.js-player-fullscreen:-webkit-full-screen .only-in-fullscreen {
  display: block !important;
}
.js-player-fullscreen-api .only-in-fullscreen,
.js-player-fullscreen:-moz-full-screen .only-in-fullscreen {
  display: block !important;
}
.js-player-fullscreen-api .only-in-fullscreen,
.js-player-fullscreen:-ms-fullscreen .only-in-fullscreen {
  display: block !important;
}
.js-player-fullscreen-api .only-in-fullscreen,
.js-player-fullscreen:fullscreen .only-in-fullscreen {
  display: block !important;
}
.player .vp-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.player .vp-controls-wrapper,
.player .vp-video-wrapper {
  opacity: 1;
  transition: opacity 125ms ease-out;
}
.player .vp-wirewax-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  pointer-events: none;
  z-index: 15;
}
.player .vp-sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.player .vp-player-ui-container,
.player .vp-player-ui-overlays {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.player .vp-player-ui-container {
  z-index: 4;
}
.player .vp-player-ui-overlays {
  z-index: 29;
}
.player.player-cursor-hide {
  cursor: none;
}
.player.grabbable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.player.grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.player .vp-ads-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player .vp-ads-wrapper .vp-ads-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 22px;
  padding: 0 0.8em;
  font-size: 1.2em;
  line-height: 2;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: rgba(30, 30, 30, 0.9);
  color: #ffffff;
}
.player .vp-alert {
  background-color: rgba(30, 30, 30, 0.9);
  text-align: center;
  z-index: 27;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 50px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.1s, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s;
  transition: transform 0.1s linear, opacity 0.1s, -webkit-transform 0.1s linear;
  min-height: 40px;
  display: flex;
  justify-content: center;
}
.player .vp-alert h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.2em;
}
.player .vp-alert.in {
  opacity: 1;
  transition: opacity 0.1s,
    -webkit-transform 0.1s cubic-bezier(0, 1.14, 0.57, 1.21);
  transition: transform 0.1s cubic-bezier(0, 1.14, 0.57, 1.21), opacity 0.1s;
  transition: transform 0.1s cubic-bezier(0, 1.14, 0.57, 1.21), opacity 0.1s,
    -webkit-transform 0.1s cubic-bezier(0, 1.14, 0.57, 1.21);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.player .vp-alert.leaving {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s linear,
    -webkit-transform 0.2s linear;
}
.player .vp-alert .close {
  position: absolute;
  right: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
  top: 0;
  height: 100%;
}
.player .vp-alert .close .icon-close {
  width: 1.125em;
  height: 1.125em;
  margin: 0.9375em;
}
.player .vp-alert .close:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.player .vp-alert .warning-icon {
  fill: #f44;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.player .vp-alert-button-link {
  padding: 5px 0;
  background: 0 0;
  font-weight: 700;
}
.player .vp-alert-round {
  z-index: 2;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-top: 10px;
}
.player .vp-alert-round.in {
  visibility: visible;
  opacity: 1;
}
.player .vp-alert-round.leaving {
  opacity: 0;
}
.player .vp-alert-round--threesixty {
  transition: opacity 0.5s ease-in-out;
}
.player .vp-alert-round--top {
  align-items: flex-start;
}
.player .vp-alert-round--top.vp-alert-bumpdown {
  top: 45px;
}
.player .vp-alert-mid-inner {
  color: #ffffff;
  font-size: 14px;
  z-index: 2;
  background-color: rgba(30, 30, 30, 0.9);
  padding: 0.75em 2em;
  border-radius: 3px;
}
.player .compass-wrapper {
  opacity: 0;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 7;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out, fill 0.2s ease-in-out;
  position: absolute;
  top: 49%;
  right: 1em;
}
.player .compass-wrapper .compass-background {
  fill: rgba(30, 30, 30, 0.9);
}
.player .compass-wrapper .compass-centercircle,
.player .compass-wrapper .compass-dimple,
.player .compass-wrapper .compass-slice {
  fill: #ffffff;
}
.player .compass-wrapper .compass-line {
  stroke: #ccc;
  stroke-width: 1;
  fill: none;
}
.player .compass-wrapper.in {
  opacity: 1;
}
.player .compass-wrapper.fade {
  opacity: 0.35;
}
.player .compass-wrapper.leaving {
  opacity: 0;
}
.player .compass-wrapper:hover {
  opacity: 1 !important;
}
.player .compass-wrapper:hover .compass-background {
  fill: rgba(0, 0, 0, 0.8);
}
.player .compass-wrapper.align-bottom {
  top: auto;
  bottom: 50px;
}
.player .compass-wrapper .vp-tooltip {
  color: #ffffff;
  background-color: rgba(30, 30, 30, 0.9);
  font-size: 1.2em;
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
  border-radius: 3px;
  transition: opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: opacity 150ms ease-out, transform 150ms ease-out;
  transition: opacity 150ms ease-out, transform 150ms ease-out,
    -webkit-transform 150ms ease-out;
  position: absolute;
  top: calc((40px - 30px) / 4);
  left: calc(100% - 7px);
  -webkit-transform: translateX(calc(-100% - 40px + 5px));
  transform: translateX(calc(-100% - 40px + 5px));
}
.player .compass-wrapper.in:hover .vp-tooltip {
  opacity: 1;
  -webkit-transform: translateX(calc(-100% - 40px));
  transform: translateX(calc(-100% - 40px));
}
.player .intro-wrap {
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
  max-width: 250px;
}
.player .intro-wrap.text-only {
  border-radius: 3px;
  font-size: 14px;
  padding: 0.8571428571em 0.9285714286em;
}
.player .intro-wrap .key-wrapper {
  text-align: center;
  margin-bottom: 0.5em;
}
.player .intro-wrap .key-row {
  text-align: center;
}
.player .intro-wrap .key {
  border: 1px solid #ffffff;
  border-radius: 2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  margin: 0.2em;
  position: relative;
}
.player .intro-wrap .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.player .intro-wrap .arrow::before {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-color: #ffffff;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.player .intro-wrap .arrow.arrow-top::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 2px;
}
.player .intro-wrap .arrow.arrow-right::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
}
.player .intro-wrap .arrow.arrow-down::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -2px;
}
.player .intro-wrap .arrow.arrow-left::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 2px;
}
.player.no-fullscreen-api-support.no-playbar .vp-captions.with-controls,
.player.no-fullscreen-support.no-playbar .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.no-playbar
  .vp-captions.with-controls,
.player:not(:-webkit-full-screen).no-playbar .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.no-playbar
  .vp-captions.with-controls,
.player:not(:-ms-fullscreen).no-playbar .vp-captions.with-controls {
  transform: translateY(-32px);
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.no-playbar
  .vp-captions.with-controls,
.player:not(:-moz-full-screen).no-playbar .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.js-player-fullscreen:not(:fullscreen)
  .player.no-playbar
  .vp-captions.with-controls,
.player:not(:fullscreen).no-playbar .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player .vp-captions {
  text-align: center;
  position: absolute;
  z-index: 5;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px 10px;
  user-select: text;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 250ms ease-out 0.2s;
  transition: transform 250ms ease-out 0.2s;
  transition: transform 250ms ease-out 0.2s,
    -webkit-transform 250ms ease-out 0.2s;
}
.player .vp-captions.with-controls {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.player .vp-captions .vp-captions-window {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.player .vp-captions .vp-captions-line {
  display: inline-block;
  padding: 0.2em 0.4em;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.player.no-playbar .vp-controls .airplay,
.player.no-playbar .vp-controls .logo,
.player.no-playbar .vp-controls .stereoscopic,
.player.no-playbar .vp-controls .volume,
.player.no-playbar .vp-controls .vp-cast-button,
.player.no-playbar .vp-controls .vp-prefs,
.player.no-playbar .vp-controls .vp-progress,
.player.player-ad .vp-captions {
  display: none;
}
.player .vp-captions.opacity-default .vp-captions-line {
  background-color: rgba(0, 0, 0, 0.9);
}
.player .vp-captions.opacity-100 .vp-captions-line {
  background-color: #000;
}
.player .vp-captions.opacity-75 .vp-captions-line {
  background-color: rgba(0, 0, 0, 0.75);
}
.player .vp-captions.opacity-50 .vp-captions-line {
  background-color: rgba(0, 0, 0, 0.5);
}
.player .vp-captions.opacity-25 .vp-captions-line {
  background-color: rgba(0, 0, 0, 0.25);
}
.player .vp-captions.opacity-0 .vp-captions-line {
  background-color: rgba(0, 0, 0, 0);
}
.player .vp-captions.color-black .vp-captions-line {
  background-color: rgba(0, 0, 0, 0.9);
}
.player .vp-captions.color-red .vp-captions-line {
  background-color: rgba(255, 0, 0, 0.9);
}
.player .vp-captions.color-yellow .vp-captions-line {
  background-color: rgba(255, 255, 0, 0.9);
}
.player .vp-captions.color-green .vp-captions-line {
  background-color: rgba(0, 255, 0, 0.9);
}
.player .vp-captions.color-blue .vp-captions-line {
  background-color: rgba(0, 0, 255, 0.9);
}
.player .vp-captions.color-white .vp-captions-line {
  background-color: rgba(255, 255, 255, 0.9);
}
.player .vp-captions.color-cyan .vp-captions-line {
  background-color: rgba(0, 255, 255, 0.9);
}
.player .vp-captions.color-magenta .vp-captions-line {
  background-color: rgba(255, 0, 255, 0.9);
}
.player .vp-captions.opacity-default.color-black .vp-captions-line {
  background-color: rgba(0, 0, 0, 0.9);
}
.player .vp-captions.opacity-default.color-red .vp-captions-line {
  background-color: rgba(255, 0, 0, 0.9);
}
.player .vp-captions.opacity-default.color-yellow .vp-captions-line {
  background-color: rgba(255, 255, 0, 0.9);
}
.player .vp-captions.opacity-default.color-green .vp-captions-line {
  background-color: rgba(0, 255, 0, 0.9);
}
.player .vp-captions.opacity-default.color-blue .vp-captions-line {
  background-color: rgba(0, 0, 255, 0.9);
}
.player .vp-captions.opacity-default.color-white .vp-captions-line {
  background-color: rgba(255, 255, 255, 0.9);
}
.player .vp-captions.opacity-default.color-cyan .vp-captions-line {
  background-color: rgba(0, 255, 255, 0.9);
}
.player .vp-captions.opacity-default.color-magenta .vp-captions-line {
  background-color: rgba(255, 0, 255, 0.9);
}
.player .vp-captions.opacity-100.color-black .vp-captions-line {
  background-color: #000;
}
.player .vp-captions.opacity-100.color-red .vp-captions-line {
  background-color: red;
}
.player .vp-captions.opacity-100.color-yellow .vp-captions-line {
  background-color: #ff0;
}
.player .vp-captions.opacity-100.color-green .vp-captions-line {
  background-color: #0f0;
}
.player .vp-captions.opacity-100.color-blue .vp-captions-line {
  background-color: #00f;
}
.player .vp-captions.opacity-100.color-white .vp-captions-line {
  background-color: #ffffff;
}
.player .vp-captions.opacity-100.color-cyan .vp-captions-line {
  background-color: #0ff;
}
.player .vp-captions.opacity-100.color-magenta .vp-captions-line {
  background-color: #f0f;
}
.player .vp-captions.opacity-75.color-black .vp-captions-line {
  background-color: rgba(0, 0, 0, 0.75);
}
.player .vp-captions.opacity-75.color-red .vp-captions-line {
  background-color: rgba(255, 0, 0, 0.75);
}
.player .vp-captions.opacity-75.color-yellow .vp-captions-line {
  background-color: rgba(255, 255, 0, 0.75);
}
.player .vp-captions.opacity-75.color-green .vp-captions-line {
  background-color: rgba(0, 255, 0, 0.75);
}
.player .vp-captions.opacity-75.color-blue .vp-captions-line {
  background-color: rgba(0, 0, 255, 0.75);
}
.player .vp-captions.opacity-75.color-white .vp-captions-line {
  background-color: rgba(255, 255, 255, 0.75);
}
.player .vp-captions.opacity-75.color-cyan .vp-captions-line {
  background-color: rgba(0, 255, 255, 0.75);
}
.player .vp-captions.opacity-75.color-magenta .vp-captions-line {
  background-color: rgba(255, 0, 255, 0.75);
}
.player .vp-captions.opacity-50.color-black .vp-captions-line {
  background-color: rgba(0, 0, 0, 0.5);
}
.player .vp-captions.opacity-50.color-red .vp-captions-line {
  background-color: rgba(255, 0, 0, 0.5);
}
.player .vp-captions.opacity-50.color-yellow .vp-captions-line {
  background-color: rgba(255, 255, 0, 0.5);
}
.player .vp-captions.opacity-50.color-green .vp-captions-line {
  background-color: rgba(0, 255, 0, 0.5);
}
.player .vp-captions.opacity-50.color-blue .vp-captions-line {
  background-color: rgba(0, 0, 255, 0.5);
}
.player .vp-captions.opacity-50.color-white .vp-captions-line {
  background-color: rgba(255, 255, 255, 0.5);
}
.player .vp-captions.opacity-50.color-cyan .vp-captions-line {
  background-color: rgba(0, 255, 255, 0.5);
}
.player .vp-captions.opacity-50.color-magenta .vp-captions-line {
  background-color: rgba(255, 0, 255, 0.5);
}
.player .vp-captions.opacity-25.color-black .vp-captions-line {
  background-color: rgba(0, 0, 0, 0.25);
}
.player .vp-captions.opacity-25.color-red .vp-captions-line {
  background-color: rgba(255, 0, 0, 0.25);
}
.player .vp-captions.opacity-25.color-yellow .vp-captions-line {
  background-color: rgba(255, 255, 0, 0.25);
}
.player .vp-captions.opacity-25.color-green .vp-captions-line {
  background-color: rgba(0, 255, 0, 0.25);
}
.player .vp-captions.opacity-25.color-blue .vp-captions-line {
  background-color: rgba(0, 0, 255, 0.25);
}
.player .vp-captions.opacity-25.color-white .vp-captions-line {
  background-color: rgba(255, 255, 255, 0.25);
}
.player .vp-captions.opacity-25.color-cyan .vp-captions-line {
  background-color: rgba(0, 255, 255, 0.25);
}
.player .vp-captions.opacity-25.color-magenta .vp-captions-line {
  background-color: rgba(255, 0, 255, 0.25);
}
.player .vp-captions.opacity-0.color-black .vp-captions-line {
  background-color: rgba(0, 0, 0, 0);
}
.player .vp-captions.opacity-0.color-red .vp-captions-line {
  background-color: rgba(255, 0, 0, 0);
}
.player .vp-captions.opacity-0.color-yellow .vp-captions-line {
  background-color: rgba(255, 255, 0, 0);
}
.player .vp-captions.opacity-0.color-green .vp-captions-line {
  background-color: rgba(0, 255, 0, 0);
}
.player .vp-captions.opacity-0.color-blue .vp-captions-line {
  background-color: rgba(0, 0, 255, 0);
}
.player .vp-captions.opacity-0.color-white .vp-captions-line {
  background-color: rgba(255, 255, 255, 0);
}
.player .vp-captions.opacity-0.color-cyan .vp-captions-line {
  background-color: rgba(0, 255, 255, 0);
}
.player .vp-captions.opacity-0.color-magenta .vp-captions-line {
  background-color: rgba(255, 0, 255, 0);
}
.player .vp-captions .bar {
  font-style: normal;
}
.js-player-fullscreen:-webkit-full-screen .vp-captions {
  padding: 1.5%;
}
.js-player-fullscreen:-ms-fullscreen .vp-captions {
  padding: 1.5%;
}
.js-player-fullscreen-api .vp-captions,
.js-player-fullscreen:-webkit-full-screen .vp-captions {
  padding: 1.5%;
}
.js-player-fullscreen-api .vp-captions,
.js-player-fullscreen:-moz-full-screen .vp-captions {
  padding: 1.5%;
}
.js-player-fullscreen-api .vp-captions,
.js-player-fullscreen:-ms-fullscreen .vp-captions {
  padding: 1.5%;
}
.js-player-fullscreen-api .vp-captions,
.js-player-fullscreen:fullscreen .vp-captions {
  padding: 1.5%;
}
.player .focus-dummy {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.player.no-playbar .vp-controls .play-bar {
  background: 0;
  padding: 0;
  height: 2.2em;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
}
.player.no-playbar .vp-controls .play-bar :not(.vp-tooltip) {
  pointer-events: all;
}
.player.no-playbar .vp-controls .play-bar > button {
  box-sizing: content-box;
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
  padding: 0.5em;
  margin-left: 0.5em;
  height: 1.2em;
}
.player .vp-controls.controls-centerMenu .play-bar,
.player .vp-controls.controls-outro .play-bar {
  background: 0 0;
}
.player.no-playbar .vp-controls .play-bar > button.vp-chapter-button svg {
  margin-top: -0.3em;
}
.player.no-playbar .vp-controls .play-bar > button:not(.toggle):hover .fill {
  fill: #ffffff;
}
.player.no-playbar .vp-controls .play-bar .cc {
  padding: 0.4em;
  height: 1.4em;
}
.player.mobile.trailer {
  margin-bottom: 0;
  justify-content: flex-start;
}
.player.mobile.trailer .play {
  font-size: 0.8em;
}
.player.no-playbar:not(.mobile):not(.player-outroVisible) .vp-controls {
  top: 1em;
  height: auto;
  z-index: auto;
  justify-content: flex-end;
}
.player.no-playbar:not(.mobile):not(.player-outroVisible) .vp-controls .play,
.player.no-playbar:not(.mobile):not(.player-outroVisible) .vp-controls .replay {
  margin: -2em 0 0 -3.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}
.player.no-playbar:not(.mobile):not(.player-outroVisible)
  .vp-controls
  .play
  .tiny-bars,
.player.no-playbar:not(.mobile):not(.player-outroVisible)
  .vp-controls
  .replay
  .tiny-bars {
  display: block;
}
.player.player-ad .vp-controls .vp-progress,
.player.player-mini .vp-controls .logo path:not(.logo-v) {
  display: none;
}
.player.no-playbar:not(.mobile):not(.player-outroVisible) .vp-controls .play,
.player.no-playbar:not(.mobile):not(.player-outroVisible)
  .vp-controls
  .play-bar,
.player.no-playbar:not(.mobile):not(.player-outroVisible) .vp-controls .replay {
  z-index: 16;
}
.player.player-mini .vp-controls .logo {
  overflow: hidden;
  width: 1.5em;
}
.player.player-mini .vp-controls .logo svg {
  width: 6.4em;
  height: 2em;
  margin-top: -0.2em;
}
.player.player-mini .vp-controls .logo canvas {
  width: 6.4em;
  height: 1.9em;
}
.player
  .vp-controls.controls-outro
  .play-bar
  > :not(.logo):not(.vp-cast-button),
.player.player-outroVisible:not(.is-casting) .vp-cast-button {
  display: none !important;
}
.player.player-ad .vp-controls .play-bar {
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  bottom: 2%;
}
.player .vp-controls.controls-outro .play-bar .logo {
  position: relative;
  right: 10px;
  bottom: 22px;
}
.player .vp-controls.controls-outro .play-bar .logo a:not(:hover) {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}
.player .vp-controls.controls-centerMenu .play-bar > :not(.vp-menu),
.player .vp-controls.controls-centerMenu > :not(.play-bar) {
  opacity: 0;
}
.player.hide-controls-mode {
  pointer-events: none;
}
.player.hide-controls-mode .vp-controls-wrapper {
  display: none !important;
}
.player.hide-controls-mode video::-webkit-media-controls-start-playback-button {
  display: none;
}
.player.player-mini .chapters,
.player.player-overlayVisible .vp-controls,
.player.player-tiny .chapters,
.player.player-tiny .vp-controls .vp-chapter-button,
.player.player-tiny .vp-interactive-markers {
  display: none;
}
.player .vp-controls {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  height: 0;
  opacity: 1;
  z-index: 16;
  display: flex;
  align-items: flex-end;
}
.player .vp-controls > * {
  transition: opacity 250ms ease-out;
}
.player .vp-controls .play,
.player .vp-controls .replay {
  color: #ffffff;
  transition: opacity 250ms ease-out, background-color 40ms, color 40ms;
}
.player .vp-controls.invisible > * {
  opacity: 0;
}
.player .vp-controls.trailer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  z-index: 11;
  height: auto !important;
}
@media screen and (min-width: 960px) {
  .player .vp-controls.trailer {
    font-size: 1.2em;
  }
}
.player .vp-controls.trailer .play {
  margin-right: 0;
  margin-bottom: 2em;
}
.player .vp-controls.trailer .logo {
  margin: -1.2em 0 0;
  z-index: 2;
}
.player .vp-controls.trailer .logo svg {
  width: 5.8em;
  height: 1.8em;
  -webkit-backface-visibility: hidden;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.player .vp-controls.trailer .custom-logo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.player .vp-controls.controls-outro .play.state-paused .pause-icon,
.player .vp-controls.controls-outro .play.state-paused .play-icon {
  display: none;
}
.player .vp-controls.controls-outro .play.state-paused .replay-icon {
  display: block;
}
.player .vp-controls .play {
  width: 6.5em;
  height: 4em;
  margin-right: 1em;
  position: relative;
}
.player .vp-controls .play.state-paused .pause-icon {
  display: none;
}
.player .vp-controls .play.state-paused .play-icon {
  display: block;
}
.player .vp-controls .play.state-paused .replay-icon {
  display: none;
}
.player .vp-controls .play.state-playing .pause-icon {
  display: block;
}
.player .vp-controls .play.state-playing .play-icon,
.player .vp-controls .play.state-playing .replay-icon,
.player .vp-controls .play:hover .tiny-bars {
  display: none;
}
.player .vp-controls .play.trailer {
  font-weight: 700;
  width: auto;
  padding: 0 1em;
}
.player .vp-controls .play.trailer div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.player .vp-controls .play.trailer .play-icon {
  padding: 0;
  display: flex;
  align-items: center;
}
.player .vp-controls .play.trailer svg {
  width: 1.4em;
  height: 1.4em;
}
.player .vp-controls .play.trailer p {
  font-size: 1.4em;
  margin: 0 0 0 0.5714285714em;
  padding: 0;
}
.player .vp-controls .play .tiny-bars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 0.5em;
  background-repeat: none;
}
.player .vp-controls .play .tiny-bars .buffer {
  -webkit-animation: buffer 250ms linear infinite;
  animation: buffer 250ms linear infinite;
}
.player .vp-controls .pause-icon,
.player .vp-controls .play-icon {
  margin: 0 auto;
  padding: 0.2em 0 0 0.2em;
}
.player .vp-controls .pause-icon svg,
.player .vp-controls .play-icon svg {
  width: 2em;
  height: 2em;
}
.player .vp-controls .play-bar {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  position: relative;
  height: 3.2em;
  padding: 1em;
  border-radius: 2px;
}
.player .vp-controls .play-bar svg {
  display: block;
}
.player .vp-controls .play-bar button {
  background: 0 0;
}
.player .vp-controls .play-bar button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.player .vp-controls .replay {
  width: 6.5em;
  height: 4em;
  margin-right: 0.9em;
  position: relative;
}
.player .vp-controls .replay-icon {
  margin: 0 auto;
  padding-top: 0.2em;
}
.player .vp-controls .replay-icon svg {
  width: 1.6em;
  height: 1.7em;
}
.player .vp-controls .ghost-timecode,
.player .vp-controls .timecode {
  position: absolute;
  left: 0;
  bottom: 1.4em;
  margin: -2em 0 0 -1.2em;
}
.player .vp-controls .ghost-timecode .box,
.player .vp-controls .timecode .box {
  padding: 0.2em 0.4em;
  font: 1em Verdana, sans-serif;
  position: relative;
  left: -50%;
}
.player .vp-controls .ghost-timecode .box::after,
.player .vp-controls .ghost-timecode .box::before,
.player .vp-controls .timecode .box::after,
.player .vp-controls .timecode .box::before {
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid #ffffff;
  bottom: -0.3em;
  content: "";
  left: 50%;
  margin-left: -0.3em;
  position: absolute;
}
.player .vp-controls .ghost-timecode .box::before,
.player .vp-controls .timecode .box::before {
  border-top-color: rgba(0, 0, 0, 0.7);
  margin-left: -0.2em;
  bottom: -0.4em;
}
.player .vp-controls .thumb-preview {
  transition: opacity 250ms ease-out;
  position: absolute;
  display: inline-block;
  bottom: 3.3em;
  border-radius: 0.2em;
  padding: 0.4em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(30, 30, 30, 0.9);
}
.player .vp-controls .thumb-preview::after {
  content: "";
  width: 100%;
  height: 0.3em;
  position: absolute;
  display: block;
  bottom: -0.3em;
}
.player .vp-controls .thumb-preview .thumb {
  position: relative;
}
.player .vp-controls .timecode .box {
  box-shadow: 0.1em 0.1em 0 rgba(0, 0, 0, 0.7);
  background-color: #ffffff;
  color: #000;
  display: inline-block;
  margin-left: 2.3em;
  cursor: -webkit-grab;
  cursor: grab;
}
.player .vp-controls .ghost-timecode {
  margin-left: 0;
  transition: opacity 250ms ease-out;
}
.player .vp-controls .ghost-timecode .box {
  background-color: rgba(30, 30, 30, 0.9);
  color: #ffffff;
}
.player .vp-controls .ghost-timecode .box::before {
  display: none;
}
.player .vp-controls .ghost-timecode .box::after {
  border-top-color: rgba(30, 30, 30, 0.9);
}
.player .vp-controls .vp-progress {
  flex: 1;
  border: 0.1em solid #666;
  cursor: pointer;
  position: relative;
}
.player .vp-controls .vp-progress .buffer,
.player .vp-controls .vp-progress .buffer canvas,
.player .vp-controls .vp-progress .buffer svg,
.player .vp-controls .vp-progress .chapters,
.player .vp-controls .vp-progress .cuepoints,
.player .vp-controls .vp-progress .focus-target,
.player .vp-controls .vp-progress .loaded,
.player .vp-controls .vp-progress .played,
.player .vp-controls .vp-progress .vp-interactive-markers {
  position: absolute;
  border: 0.1em solid transparent;
  height: 100%;
  background-clip: padding-box !important;
}
.player .vp-controls .vp-progress .chapters,
.player .vp-controls .vp-progress .vp-interactive-markers {
  position: absolute;
  height: calc(100% + 0.2em);
  margin-top: -0.1em;
  margin-left: -0.1em;
  width: calc(100% + 0.2em);
}
.player .vp-controls .vp-progress.disabled {
  cursor: default;
}
.player .vp-controls .vp-progress.disabled .played {
  background-color: #4e5a5e;
}
.player .vp-controls .vp-progress .focus-target {
  width: 100%;
}
.player .vp-controls .vp-progress .loaded {
  background-color: #666;
  transition: width 175ms cubic-bezier(0.18, 0, 0.07, 1);
}
.player .vp-controls .vp-progress .loaded.short-video {
  transition-duration: 0.3s;
}
.player .vp-controls .vp-progress .buffer {
  width: 100%;
  overflow: hidden;
  border-top: 0;
  border-bottom: 0;
}
.player .vp-controls .vp-progress .buffer svg {
  -webkit-animation: buffer 250ms linear infinite;
  animation: buffer 250ms linear infinite;
}
.player .vp-controls .vp-progress .cuepoints {
  width: 100%;
}
.player .vp-controls .vp-progress .chapter-marker,
.player .vp-controls .vp-progress .vp-interactive-marker {
  position: absolute;
  height: 0.8em;
  width: 0.8em;
  border: 0.2em solid #ffffff;
  border-radius: 0.4em;
  margin-left: -0.4em;
  margin-top: 0.1em;
  z-index: 18;
}
.player .vp-controls .vp-progress .chapter-marker .chapter-title-wrapper,
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .vp-interactive-marker-title-wrapper,
.player .vp-controls .vp-progress .vp-interactive-marker .chapter-title-wrapper,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .vp-interactive-marker-title-wrapper {
  position: absolute;
  width: 24em;
  bottom: 3em;
  left: 0.3em;
  visibility: hidden;
}
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .chapter-title-wrapper
  .chapter-title,
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .chapter-title-wrapper
  .vp-interactive-marker-title,
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .vp-interactive-marker-title-wrapper
  .chapter-title,
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .vp-interactive-marker-title-wrapper
  .vp-interactive-marker-title,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .chapter-title-wrapper
  .chapter-title,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .chapter-title-wrapper
  .vp-interactive-marker-title,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .vp-interactive-marker-title-wrapper
  .chapter-title,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .vp-interactive-marker-title-wrapper
  .vp-interactive-marker-title {
  box-sizing: content-box;
  position: relative;
  display: inline-block;
  line-height: 1.4285714286em;
  border-radius: 0.3571428571em;
  background-color: rgba(30, 30, 30, 0.9);
  font-size: 1.4em;
  padding: 0.8571428571em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.player .vp-controls .vp-progress .chapter-marker-active,
.player .vp-controls .vp-progress .chapter-marker-hover,
.player .vp-controls .vp-progress .vp-interactive-marker:focus,
.player .vp-controls .vp-progress .vp-interactive-marker:hover {
  height: 1.2em;
  width: 1.2em;
  border-radius: 0.6em;
  margin-top: -0.1em;
  margin-left: -0.6em;
}
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .chapter-title-wrapper
  .vp-interactive-marker-title,
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .vp-interactive-marker-title-wrapper
  .vp-interactive-marker-title,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .chapter-title-wrapper
  .vp-interactive-marker-title,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .vp-interactive-marker-title-wrapper
  .vp-interactive-marker-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .chapter-title-wrapper
  .chapter-title-content-wrapper,
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .vp-interactive-marker-title-wrapper
  .chapter-title-content-wrapper,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .chapter-title-wrapper
  .chapter-title-content-wrapper,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .vp-interactive-marker-title-wrapper
  .chapter-title-content-wrapper {
  display: inline-flex;
}
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .chapter-title-wrapper
  .chapter-number,
.player
  .vp-controls
  .vp-progress
  .chapter-marker
  .vp-interactive-marker-title-wrapper
  .chapter-number,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .chapter-title-wrapper
  .chapter-number,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker
  .vp-interactive-marker-title-wrapper
  .chapter-number {
  font-weight: 700;
  margin-right: 0.5714285714em;
}
.player .vp-controls .vp-progress .vp-interactive-marker {
  background-color: #ffffff;
}
.player .vp-controls .vp-progress .chapter-marker-hover .chapter-title-wrapper,
.player
  .vp-controls
  .vp-progress
  .chapter-marker-hover
  .vp-interactive-marker-title-wrapper,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker:focus
  .chapter-title-wrapper,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker:focus
  .vp-interactive-marker-title-wrapper,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker:hover
  .chapter-title-wrapper,
.player
  .vp-controls
  .vp-progress
  .vp-interactive-marker:hover
  .vp-interactive-marker-title-wrapper {
  visibility: visible;
  bottom: 3.2em;
  left: 0.5em;
}
.player .vp-controls .vp-progress .chapter-marker-active,
.player .vp-controls .vp-progress .chapter-marker-hover,
.player .vp-controls .vp-progress .vp-interactive-marker:focus,
.player .vp-controls .vp-progress .vp-interactive-marker:hover {
  z-index: 19;
}
.player
  .vp-controls
  .vp-progress
  .chapter-marker-hover-no-text
  .chapter-title-wrapper {
  visibility: hidden;
}
.player .vp-controls .vp-progress .chapter-marker-active {
  background-color: #ffffff;
}
.player .vp-controls .vp-progress .cuepoint {
  height: 100%;
  margin: 0;
  padding: 0 2px;
  position: absolute;
  top: 0;
  transition: opacity 150ms ease-out, -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, opacity 150ms ease-out;
  transition: transform 150ms ease-in-out, opacity 150ms ease-out,
    -webkit-transform 150ms ease-in-out;
  opacity: 0.5;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.player .vp-controls .vp-progress .cuepoint.active {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1.5);
  transform: translateX(-50%) scale(1.5);
}
.player .vp-controls .vp-progress .cuepoint.out {
  -webkit-transform: translateX(-50%) scale(0.75);
  transform: translateX(-50%) scale(0.75);
}
.player .vp-controls .vp-progress .cuepoint > div {
  background-color: #ffffff;
  height: 100%;
  width: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .player .vp-controls .vp-progress .cuepoint > div {
    width: 1.5px;
  }
}
.player .vp-controls .volume {
  width: 2.4em;
  height: 100%;
  margin-left: 1.1em;
  position: relative;
  cursor: pointer;
}
.player .vp-controls .volume > div {
  width: 0.3em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.player .vp-controls .pip .pip-icon .return,
.player .vp-controls .pip.return .pip-icon .enter,
.player .vp-controls .vp-prefs .icon-gear-text {
  display: none;
}
.player .vp-controls .volume > div.animate {
  transition: height 250ms ease-in;
}
.player .vp-controls .volume > div.fill0 {
  background-color: #666;
}
.player .vp-controls .volume > div.fill1 {
  box-shadow: inset -0.2em 0 0 #666;
}
.player .vp-controls .volume > div.fill2 {
  box-shadow: inset -0.1em 0 0 #666;
}
.player .vp-controls .volume > div:nth-child(1) {
  height: 0.42em;
  left: 0;
}
.player .vp-controls .volume > div:nth-child(1).hover,
.player .vp-controls .volume > div:nth-child(1):hover {
  height: 0.72em;
}
.player .vp-controls .volume > div:nth-child(2) {
  height: 0.615em;
  left: 0.5em;
}
.player .vp-controls .volume > div:nth-child(2).hover,
.player .vp-controls .volume > div:nth-child(2):hover {
  height: 0.915em;
}
.player .vp-controls .volume > div:nth-child(3) {
  height: 0.81em;
  left: 1em;
}
.player .vp-controls .volume > div:nth-child(3).hover,
.player .vp-controls .volume > div:nth-child(3):hover {
  height: 1.11em;
}
.player .vp-controls .volume > div:nth-child(4) {
  height: 1.005em;
  left: 1.5em;
}
.player .vp-controls .volume > div:nth-child(4).hover,
.player .vp-controls .volume > div:nth-child(4):hover {
  height: 1.305em;
}
.player .vp-controls .volume > div:nth-child(5) {
  height: 1.2em;
  left: 2em;
}
.player .vp-controls .volume > div:nth-child(5).hover,
.player .vp-controls .volume > div:nth-child(5):hover {
  height: 1.5em;
}
.player .vp-controls .cc {
  width: 2em;
  height: 1.4em;
  margin-left: 1em;
  margin-top: -0.1em;
}
.player .vp-controls .vp-cast-button {
  cursor: pointer;
  width: 2em;
  height: 2em;
  margin-top: -0.4em;
  margin-left: 1em;
}
.player .vp-controls .vp-prefs {
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.2em;
  margin-left: 1em;
}
.player .vp-controls .vp-prefs .icon-gear-cog {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform 450ms cubic-bezier(0.08, 0.82, 0.17, 1);
  transition: transform 450ms cubic-bezier(0.08, 0.82, 0.17, 1);
  transition: transform 450ms cubic-bezier(0.08, 0.82, 0.17, 1),
    -webkit-transform 450ms cubic-bezier(0.08, 0.82, 0.17, 1);
}
.player .vp-controls .vp-chapter-button {
  width: 1.8em;
  height: 1.8em;
  margin-top: -0.28em;
  margin-left: 0.9em;
}
.player .vp-controls .vp-prefs[aria-expanded="true"] .icon-gear-cog {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.player .vp-controls .airplay,
.player .vp-controls .stereoscopic {
  width: 1.5em;
  height: 100%;
  margin-left: 1em;
}
.player .vp-controls .pip {
  width: 1.6em;
  height: 100%;
  margin-left: 1em;
}
.player .vp-controls .custom-logo a,
.player .vp-controls .pip.return .pip-icon .return {
  display: block;
}
.player .vp-controls .fullscreen {
  width: 1.2em;
  height: 100%;
  margin-left: 1em;
}
.player .vp-controls .fullscreen .fullscreen-icon,
.player .vp-controls .fullscreen .unfullscreen-icon {
  height: 100%;
}
.player .vp-controls .logo {
  width: 5.8em;
  height: 1.8em;
  margin: -0.5em 0.2em 0 0.8em;
}
.player .vp-controls .logo svg {
  width: 5.8em;
  height: 1.8em;
}
.player .vp-controls .custom-logo {
  margin-left: 1em;
  max-height: 60px;
}
.player .vp-controls .custom-logo.sticky {
  opacity: 1 !important;
  visibility: visible !important;
}
.player .vp-controls .custom-logo img {
  max-height: 60px;
  max-width: 100px;
}
.player .vp-controls .fill {
  transition: fill 40ms;
}
.player .unfullscreen-icon {
  display: none;
}
.player.no-fullscreen-support .fullscreen {
  display: none !important;
}
.player .vp-logo-link {
  display: block;
}
.player .vp-tooltip,
.player [data-tooltip]::before {
  color: #ffffff;
  background-color: rgba(30, 30, 30, 0.9);
  font-size: 1.2em;
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
  border-radius: 3px;
  transition: opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: opacity 150ms ease-out, transform 150ms ease-out;
  transition: opacity 150ms ease-out, transform 150ms ease-out,
    -webkit-transform 150ms ease-out;
  position: absolute;
  bottom: 2.4em;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  white-space: pre;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}
.player [data-tooltip]::before {
  content: attr(data-tooltip);
}
.player .airplay,
.player .cc,
.player .fullscreen,
.player .pip,
.player .play,
.player .stereoscopic,
.player .volume,
.player .vp-cast-button,
.player .vp-chapter-button,
.player .vp-prefs {
  position: relative;
}
.player .airplay:not([aria-expanded="true"]):hover .vp-tooltip,
.player .airplay:not([aria-expanded="true"])[data-tooltip]:hover::before,
.player .cc:not([aria-expanded="true"]):hover .vp-tooltip,
.player .cc:not([aria-expanded="true"])[data-tooltip]:hover::before,
.player .fullscreen:not([aria-expanded="true"]):hover .vp-tooltip,
.player .fullscreen:not([aria-expanded="true"])[data-tooltip]:hover::before,
.player .pip:not([aria-expanded="true"]):hover .vp-tooltip,
.player .pip:not([aria-expanded="true"])[data-tooltip]:hover::before,
.player .play:not([aria-expanded="true"]):hover .vp-tooltip,
.player .play:not([aria-expanded="true"])[data-tooltip]:hover::before,
.player .stereoscopic:not([aria-expanded="true"]):hover .vp-tooltip,
.player .stereoscopic:not([aria-expanded="true"])[data-tooltip]:hover::before,
.player .volume:not([aria-expanded="true"]):hover .vp-tooltip,
.player .volume:not([aria-expanded="true"])[data-tooltip]:hover::before,
.player .vp-cast-button:not([aria-expanded="true"]):hover .vp-tooltip,
.player .vp-cast-button:not([aria-expanded="true"])[data-tooltip]:hover::before,
.player .vp-chapter-button:not([aria-expanded="true"]):hover .vp-tooltip,
.player
  .vp-chapter-button:not([aria-expanded="true"])[data-tooltip]:hover::before,
.player .vp-prefs:not([aria-expanded="true"]):hover .vp-tooltip,
.player .vp-prefs:not([aria-expanded="true"])[data-tooltip]:hover::before {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.player .airplay:not([aria-expanded="true"]).play .vp-tooltip,
.player .cc:not([aria-expanded="true"]).play .vp-tooltip,
.player .fullscreen:not([aria-expanded="true"]).play .vp-tooltip,
.player .pip:not([aria-expanded="true"]).play .vp-tooltip,
.player .play:not([aria-expanded="true"]).play .vp-tooltip,
.player .stereoscopic:not([aria-expanded="true"]).play .vp-tooltip,
.player .volume:not([aria-expanded="true"]).play .vp-tooltip,
.player .vp-cast-button:not([aria-expanded="true"]).play .vp-tooltip,
.player .vp-chapter-button:not([aria-expanded="true"]).play .vp-tooltip,
.player .vp-prefs:not([aria-expanded="true"]).play .vp-tooltip {
  bottom: 4em;
}
@media screen and (min-width: 1061px) and (min-width: 961px) {
  .js-player-fullscreen:-webkit-full-screen .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen:-ms-fullscreen .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen-api .vp-controls,
  .js-player-fullscreen:-webkit-full-screen .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen-api .vp-controls,
  .js-player-fullscreen:-moz-full-screen .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen-api .vp-controls,
  .js-player-fullscreen:-ms-fullscreen .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen-api .vp-controls,
  .js-player-fullscreen:fullscreen .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
}
@media screen and (min-width: 1061px) {
  .js-player-fullscreen:-webkit-full-screen .custom-logo {
    position: fixed;
    bottom: 1em;
    right: 1em;
  }
  .js-player-fullscreen:-ms-fullscreen .custom-logo {
    position: fixed;
    bottom: 1em;
    right: 1em;
  }
  .js-player-fullscreen-api .custom-logo,
  .js-player-fullscreen:-webkit-full-screen .custom-logo {
    position: fixed;
    bottom: 1em;
    right: 1em;
  }
  .js-player-fullscreen-api .custom-logo,
  .js-player-fullscreen:-moz-full-screen .custom-logo {
    position: fixed;
    bottom: 1em;
    right: 1em;
  }
  .js-player-fullscreen-api .custom-logo,
  .js-player-fullscreen:-ms-fullscreen .custom-logo {
    position: fixed;
    bottom: 1em;
    right: 1em;
  }
  .js-player-fullscreen-api .custom-logo,
  .js-player-fullscreen:fullscreen .custom-logo {
    position: fixed;
    bottom: 1em;
    right: 1em;
  }
}
@media (min-width: 961px) {
  .js-player-fullscreen:-webkit-full-screen
    .player:not(.with-custom-logo)
    .vp-controls,
  .js-player-fullscreen:-webkit-full-screen:not(.with-custom-logo)
    .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen:-ms-fullscreen
    .player:not(.with-custom-logo)
    .vp-controls,
  .js-player-fullscreen:-ms-fullscreen:not(.with-custom-logo) .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen-api .player:not(.with-custom-logo) .vp-controls,
  .js-player-fullscreen-api:not(.with-custom-logo) .vp-controls,
  .js-player-fullscreen:-webkit-full-screen
    .player:not(.with-custom-logo)
    .vp-controls,
  .js-player-fullscreen:-webkit-full-screen:not(.with-custom-logo)
    .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen-api .player:not(.with-custom-logo) .vp-controls,
  .js-player-fullscreen-api:not(.with-custom-logo) .vp-controls,
  .js-player-fullscreen:-moz-full-screen
    .player:not(.with-custom-logo)
    .vp-controls,
  .js-player-fullscreen:-moz-full-screen:not(.with-custom-logo) .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen-api .player:not(.with-custom-logo) .vp-controls,
  .js-player-fullscreen-api:not(.with-custom-logo) .vp-controls,
  .js-player-fullscreen:-ms-fullscreen
    .player:not(.with-custom-logo)
    .vp-controls,
  .js-player-fullscreen:-ms-fullscreen:not(.with-custom-logo) .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
  .js-player-fullscreen-api .player:not(.with-custom-logo) .vp-controls,
  .js-player-fullscreen-api:not(.with-custom-logo) .vp-controls,
  .js-player-fullscreen:fullscreen .player:not(.with-custom-logo) .vp-controls,
  .js-player-fullscreen:fullscreen:not(.with-custom-logo) .vp-controls {
    width: 100%;
    margin: auto;
    max-width: 1024px;
  }
}
.js-player-fullscreen:-webkit-full-screen
  .player:not(.with-custom-logo)
  .custom-logo,
.js-player-fullscreen:-webkit-full-screen:not(.with-custom-logo) .custom-logo {
  position: fixed;
  bottom: 1em;
  right: 1em;
}
.js-player-fullscreen:-ms-fullscreen
  .player:not(.with-custom-logo)
  .custom-logo,
.js-player-fullscreen:-ms-fullscreen:not(.with-custom-logo) .custom-logo {
  position: fixed;
  bottom: 1em;
  right: 1em;
}
.js-player-fullscreen-api .player:not(.with-custom-logo) .custom-logo,
.js-player-fullscreen-api:not(.with-custom-logo) .custom-logo,
.js-player-fullscreen:-webkit-full-screen
  .player:not(.with-custom-logo)
  .custom-logo,
.js-player-fullscreen:-webkit-full-screen:not(.with-custom-logo) .custom-logo {
  position: fixed;
  bottom: 1em;
  right: 1em;
}
.js-player-fullscreen-api .player:not(.with-custom-logo) .custom-logo,
.js-player-fullscreen-api:not(.with-custom-logo) .custom-logo,
.js-player-fullscreen:-moz-full-screen
  .player:not(.with-custom-logo)
  .custom-logo,
.js-player-fullscreen:-moz-full-screen:not(.with-custom-logo) .custom-logo {
  position: fixed;
  bottom: 1em;
  right: 1em;
}
.js-player-fullscreen-api .player:not(.with-custom-logo) .custom-logo,
.js-player-fullscreen-api:not(.with-custom-logo) .custom-logo,
.js-player-fullscreen:-ms-fullscreen
  .player:not(.with-custom-logo)
  .custom-logo,
.js-player-fullscreen:-ms-fullscreen:not(.with-custom-logo) .custom-logo {
  position: fixed;
  bottom: 1em;
  right: 1em;
}
.js-player-fullscreen-api .player:not(.with-custom-logo) .custom-logo,
.js-player-fullscreen-api:not(.with-custom-logo) .custom-logo,
.js-player-fullscreen:fullscreen .player:not(.with-custom-logo) .custom-logo,
.js-player-fullscreen:fullscreen:not(.with-custom-logo) .custom-logo {
  position: fixed;
  bottom: 1em;
  right: 1em;
}
.js-player-fullscreen:-webkit-full-screen .play-bar > button:hover {
  background: 0 0 !important;
}
.js-player-fullscreen:-ms-fullscreen .play-bar > button:hover {
  background: 0 0 !important;
}
.js-player-fullscreen-api .play-bar > button:hover,
.js-player-fullscreen:-webkit-full-screen .play-bar > button:hover {
  background: 0 0 !important;
}
.js-player-fullscreen-api .play-bar > button:hover,
.js-player-fullscreen:-moz-full-screen .play-bar > button:hover {
  background: 0 0 !important;
}
.js-player-fullscreen-api .play-bar > button:hover,
.js-player-fullscreen:-ms-fullscreen .play-bar > button:hover {
  background: 0 0 !important;
}
.js-player-fullscreen-api .play-bar > button:hover,
.js-player-fullscreen:fullscreen .play-bar > button:hover {
  background: 0 0 !important;
}
.js-player-fullscreen:-webkit-full-screen .fullscreen-icon {
  display: none;
}
.js-player-fullscreen:-ms-fullscreen .fullscreen-icon {
  display: none;
}
.js-player-fullscreen-api .fullscreen-icon,
.js-player-fullscreen:-webkit-full-screen .fullscreen-icon {
  display: none;
}
.js-player-fullscreen-api .fullscreen-icon,
.js-player-fullscreen:-moz-full-screen .fullscreen-icon {
  display: none;
}
.js-player-fullscreen-api .fullscreen-icon,
.js-player-fullscreen:-ms-fullscreen .fullscreen-icon {
  display: none;
}
.js-player-fullscreen-api .fullscreen-icon,
.js-player-fullscreen:fullscreen .fullscreen-icon {
  display: none;
}
.js-player-fullscreen:-webkit-full-screen .unfullscreen-icon {
  display: block;
}
.js-player-fullscreen:-ms-fullscreen .unfullscreen-icon {
  display: block;
}
.js-player-fullscreen-api .unfullscreen-icon,
.js-player-fullscreen:-webkit-full-screen .unfullscreen-icon {
  display: block;
}
.js-player-fullscreen-api .unfullscreen-icon,
.js-player-fullscreen:-moz-full-screen .unfullscreen-icon {
  display: block;
}
.js-player-fullscreen-api .unfullscreen-icon,
.js-player-fullscreen:-ms-fullscreen .unfullscreen-icon {
  display: block;
}
.js-player-fullscreen-api .unfullscreen-icon,
.js-player-fullscreen:fullscreen .unfullscreen-icon {
  display: block;
}
.player[data-filter] .thumb::after,
.player[data-filter] .vp-preview::after,
.player[data-filter] .vp-video::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  
}
.player[data-filter="aden"] .thumb,
.player[data-filter="aden"] .vp-preview,
.player[data-filter="aden"] .vp-video {
  -webkit-filter: brightness(1.2) contrast(0.9) grayscale(0) hue-rotate(-20deg)
    saturate(0.85) sepia(0);
  filter: brightness(1.2) contrast(0.9) grayscale(0) hue-rotate(-20deg)
    saturate(0.85) sepia(0);
}
.player[data-filter="aden"] .thumb::after,
.player[data-filter="aden"] .vp-preview::after,
.player[data-filter="aden"] .vp-video::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent),
    radial-gradient(circle, transparent, transparent);
  mix-blend-mode: darken;
}
.player[data-filter="earlybird"] .thumb,
.player[data-filter="earlybird"] .vp-preview,
.player[data-filter="earlybird"] .vp-video {
  -webkit-filter: brightness(1) contrast(0.9) grayscale(0) hue-rotate(0)
    saturate(1) sepia(0.2);
  filter: brightness(1) contrast(0.9) grayscale(0) hue-rotate(0) saturate(1)
    sepia(0.2);
}
.player[data-filter="earlybird"] .thumb::after,
.player[data-filter="earlybird"] .vp-preview::after,
.player[data-filter="earlybird"] .vp-video::after {
  background: linear-gradient(to right, transparent, transparent),
    radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}
.player[data-filter="hudson"] .thumb,
.player[data-filter="hudson"] .vp-preview,
.player[data-filter="hudson"] .vp-video {
  -webkit-filter: brightness(1.2) contrast(0.9) grayscale(0) hue-rotate(0)
    saturate(1.1) sepia(0);
  filter: brightness(1.2) contrast(0.9) grayscale(0) hue-rotate(0) saturate(1.1)
    sepia(0);
}
.player[data-filter="hudson"] .thumb::after,
.player[data-filter="hudson"] .vp-preview::after,
.player[data-filter="hudson"] .vp-video::after {
  background: linear-gradient(to right, transparent, transparent),
    radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.player[data-filter="inkwell"] .thumb,
.player[data-filter="inkwell"] .vp-preview,
.player[data-filter="inkwell"] .vp-video {
  -webkit-filter: brightness(1.1) contrast(1.1) grayscale(1) hue-rotate(0)
    saturate(1) sepia(0);
  filter: brightness(1.1) contrast(1.1) grayscale(1) hue-rotate(0) saturate(1)
    sepia(0);
}
.player[data-filter="inkwell"] .thumb::after,
.player[data-filter="inkwell"] .vp-preview::after,
.player[data-filter="inkwell"] .vp-video::after {
  opacity: 0;
}
.player[data-filter="mayfair"] .thumb,
.player[data-filter="mayfair"] .vp-preview,
.player[data-filter="mayfair"] .vp-video {
  -webkit-filter: brightness(1) contrast(1.1) grayscale(0) hue-rotate(0)
    saturate(1.1) sepia(0);
  filter: brightness(1) contrast(1.1) grayscale(0) hue-rotate(0) saturate(1.1)
    sepia(0);
}
.player[data-filter="mayfair"] .thumb::after,
.player[data-filter="mayfair"] .vp-preview::after,
.player[data-filter="mayfair"] .vp-video::after {
  background: linear-gradient(to right, transparent, transparent),
    radial-gradient(
      circle at 40% 40%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 200, 200, 0.6),
      #111 60%
    );
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.player[data-filter="toaster"] .thumb,
.player[data-filter="toaster"] .vp-preview,
.player[data-filter="toaster"] .vp-video {
  -webkit-filter: brightness(0.9) contrast(1.5) grayscale(0) hue-rotate(0)
    saturate(1) sepia(0);
  filter: brightness(0.9) contrast(1.5) grayscale(0) hue-rotate(0) saturate(1)
    sepia(0);
}
.player[data-filter="toaster"] .thumb::after,
.player[data-filter="toaster"] .vp-preview::after,
.player[data-filter="toaster"] .vp-video::after {
  background: linear-gradient(to right, transparent, transparent),
    radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}
.player[data-filter="ascii"] .thumb {
  -webkit-filter: brightness(1) contrast(2) grayscale(0) hue-rotate(0)
    saturate(1) sepia(0);
  filter: brightness(1) contrast(2) grayscale(0) hue-rotate(0) saturate(1)
    sepia(0);
}
.player[data-filter="ascii"] .thumb::after {
  background-color: #0f0;
  mix-blend-mode: darken;
}
.player[data-filter="ascii"] .vp-captions {
  transition: none;
}
.player[data-filter="ascii"] .vp-captions > span {
  font-family: monospace;
  color: #0f0;
  border-radius: 0;
  background-color: #000;
  padding: 0 0.5em;
}
.player .vp-menu {
  position: absolute;
  right: 0;
  bottom: 3.2em;
  margin-bottom: 0.5em;
  border-radius: 3px;
  transition: opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: opacity 150ms ease-out, transform 150ms ease-out;
  transition: opacity 150ms ease-out, transform 150ms ease-out,
    -webkit-transform 150ms ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 16;
}
.player .vp-menu-chapters {
  right: 0;
  width: auto;
  max-width: 100%;
  min-width: 17.3em;
}
.player .vp-menu-hidden {
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.player .vp-menu-invisible {
  opacity: 0;
}
.player .vp-menu-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.player .vp-menu-carousel {
  font-size: 1.1111111111em;
}
.player .vp-menu-center {
  margin-bottom: 0;
}
.player .vp-menu-close {
  display: none;
}
.player .vp-menu-center .vp-menu-close {
  display: block;
  fill: #ffffff;
  background-color: transparent;
  position: absolute;
  right: -30px;
  top: 3px;
  height: 15px;
  width: 15px;
}
.player .vp-menu-info {
  display: none;
}
.player .vp-menu-carousel .vp-menu-info {
  display: block;
  fill: #ffffff;
  background-color: transparent;
  position: absolute;
  bottom: 3px;
  right: 0;
  height: 2.3em;
  width: 2.3em;
}
.player .vp-menu-fullwidth {
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 14;
  border-radius: 0;
  margin: 0;
  background-color: rgba(30, 30, 30, 0.9);
  overflow: hidden;
  max-width: 100%;
}
.player .vp-panel {
  position: relative;
  overflow: hidden;
  min-width: 10.5em;
  background-color: rgba(30, 30, 30, 0.9);
}
.player .vp-chapters-active-indicator,
.player .vp-indicator {
  display: inline-block;
  position: absolute;
  visibility: hidden;
  content: "";
}
.player .vp-menu-fullwidth .vp-panel {
  background: 0 0;
  height: 75%;
  overflow-y: scroll;
}
.player .vp-menu-fullwidth .vp-panel .vp-panel-item {
  font-size: 1.4em;
}
.player .vp-menu-fullwidth .vp-panel-title {
  font-size: 1.2em;
  line-height: 2em;
}
.player .vp-menu-fullwidth .vp-chapters-active-indicator {
  margin-top: 2%;
  vertical-align: middle;
}
.player .vp-panel:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.player .vp-panel:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.player .vp-panel-collapsible {
  min-width: 12.5em;
  height: 2.4em;
  transition: height 0.2s ease-in-out;
}
.player .vp-panel-collapsible:first-of-type {
  height: 2.9em;
}
.player .vp-panel-collapsible:last-child {
  padding-bottom: 0.5em;
}
.player .vp-menu-carousel .vp-panel {
  min-width: 360px;
  height: 75px;
  margin-bottom: 1px;
  border-radius: 3px;
}
.player .vp-indicator {
  background-color: #00adef;
  transition: background-color 0.5s ease, border-color 0.5s ease;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  border: 1px solid #00adef;
  vertical-align: baseline;
  margin-right: 0;
  top: 2em;
  left: 50%;
  margin-left: -0.3em;
}
.player .vp-chapters-active-indicator {
  transition: border-color 0.5s ease;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  right: 0;
  margin-right: 10%;
  margin-top: 4%;
}
.player .vp-chapters-item-hover .vp-chapters-active-indicator,
.player .vp-indicator-visible {
  visibility: visible;
}
.player .vp-indicator-inactive {
  background-color: #a9a9a9;
  border: 1px solid #a9a9a9;
}
.player .vp-panel-title {
  display: none;
  margin: 0;
  line-height: 1.4;
}
.player .vp-panel-collapsible .vp-panel-title,
.player .vp-panel-pinTitle .vp-panel-title {
  display: block;
}
.player .vp-panel:last-child .vp-panel-title {
  padding-top: 0;
}
.player .vp-panel:first-of-type .vp-panel-title {
  padding-top: 0.5em;
}
.player .vp-menu-chapters .vp-panel:first-of-type .vp-panel-title {
  padding-top: 0.8em;
}
.player .vp-menu-carousel .vp-panel .vp-panel-title {
  padding-top: 0.3em;
}
.player .vp-panel-button {
  background: 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 1em);
  margin: 0 0.5em;
  padding: 0 0.5em;
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  text-align: left;
}
.player .vp-panel-button:focus {
  outline-offset: -2px;
}
.player .vp-menu-chapters li.vp-panel-item:focus,
.player li.vp-panel-item:focus {
  outline-offset: -1px;
}
.player .vp-menu-carousel .vp-panel-button {
  margin: 0 0.25em;
}
.player .vp-panel-pinTitle .vp-panel-button {
  cursor: auto;
}
.player .vp-panel-collapsible .vp-panel-button {
  cursor: pointer;
}
.player .vp-panel-stat {
  display: none;
  margin-left: 0.5em;
  font-size: 0.8333333333em;
  font-weight: 400;
}
.player .vp-panel--quality .vp-panel-stat,
.player .vp-panel-collapsible .vp-panel-stat {
  display: block;
}
.player .vp-panel-stat svg.icon-lineArrow {
  display: none;
  margin-left: 0.2em;
  width: 0.7em;
  height: 0.6em;
  fill: #ffffff;
  transition: -webkit-transform ease 150ms;
  transition: transform ease 150ms;
  transition: transform ease 150ms, -webkit-transform ease 150ms;
}
.player .vp-panel-collapsible .vp-panel-stat svg.icon-lineArrow {
  display: inline-block;
}
.player .vp-panel-open .vp-panel-stat svg.icon-lineArrow {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.player .vp-panel-stat .vp-panel-stat-text svg {
  display: none;
}
.player .vp-panel-items {
  margin: 0;
  padding: 0.7em 0 0.6em;
  list-style: none;
}
.player .vp-menu-chapters .vp-panel-items {
  padding: 0.7em 0 0.4em;
}
.player .vp-panel-pinTitle .vp-panel-items {
  padding-top: 0;
}
.player .vp-panel-collapsible .vp-panel-items {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.player .vp-panel:last-child .vp-panel-items {
  border-radius: 3px;
}
.player li.vp-panel-item {
  padding: 0 0.5em;
  margin: 0 0.5em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  cursor: pointer;
  white-space: nowrap;
}
.player li.vp-panel-item::before {
  content: "";
  display: inline-block;
  vertical-align: 2%;
  margin-right: 0.2em;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  border: 1px solid #666;
}
.player .vp-chapters-item-hover,
.player .vp-menu-chapters .vp-panel-item-on {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.player .vp-menu-chapters .vp-panel-title li.vp-panel-item {
  padding-top: 1.6em;
  font-size: 1.2em;
  line-height: 2em;
}
.player .vp-menu-chapters li.vp-panel-item {
  padding: 0.4em 1em 0.4em 0.5em;
  margin: 0 0.5em 0.2em;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5em;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.player .vp-menu-chapters li.vp-panel-item::before {
  display: none;
}
.player .vp-menu-chapters li.vp-panel-item:hover {
  color: #ffffff;
}
.player .vp-menu-chapters .vp-panel-item-index {
  padding-left: 4px;
  padding-right: 8px;
  width: 2em;
  display: inline-block;
  text-align: center;
}
.player .vp-panel-item-on .vp-chapters-active-indicator {
  visibility: visible;
  background-color: #ffffff;
}
.player .vp-panel-collapsible .vp-panel-item {
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition-delay: 0s;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
}
.player .vp-panel-collapsible .vp-panel-item-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.player .vp-panel .vp-panel-item svg {
  display: none;
}
.player .vp-menu-carousel .vp-panel-itemsWrap {
  position: relative;
  height: 40px;
  -webkit-mask-image: -webkit-linear-gradient(
    left,
    transparent,
    transparent 0,
    #fff 30%,
    #fff 70%,
    transparent 100%
  );
}
.player .vp-menu-carousel .vp-panel-items {
  position: absolute;
  display: flex;
  width: 100%;
  padding: 0 37%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.2);
}
.player .vp-menu-carousel li.vp-panel-item {
  padding: 1px 0 0;
  margin: 0;
  flex: 0 0 100%;
  min-width: 0;
  height: 40px;
  position: relative;
  font-size: 1.3533834586em;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  color: #fff !important;
}
.player .vp-menu-carousel li.vp-panel-item::before {
  visibility: hidden;
  vertical-align: baseline;
  margin-right: 0;
  position: absolute;
  margin-left: -0.3em;
}
.player .vp-panel-item-index {
  font-weight: 700;
  padding-right: 0.5em;
}
.player .vp-notification-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: table;
  text-align: center;
}
.player .vp-notification-wrapper.animate {
  transition: opacity 0.3s ease-out;
}
.player .vp-notification-wrapper svg {
  width: 100%;
  height: 100%;
}
.player .vp-notification-wrapper .watch-later-icon .stroke {
  stroke-width: 1.65;
}
.player .vp-notification-wrapper .watch-later-icon .hour-hand {
  -webkit-transform-origin: 46% 81.5%;
  transform-origin: 46% 81.5%;
  transform-box: fill-box;
}
.player .vp-notification-wrapper .watch-later-icon .minute-hand {
  -webkit-transform-origin: 25.5% 26.5%;
  transform-origin: 25.5% 26.5%;
  transform-box: fill-box;
}
.player .vp-notification-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.player .vp-notification {
  z-index: 26;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.player .vp-notification.animate .hour-hand,
.player .vp-notification.animate .minute-hand {
  transition: -webkit-transform 0.9s linear 0.1s;
  transition: transform 0.9s linear 0.1s;
  transition: transform 0.9s linear 0.1s, -webkit-transform 0.9s linear 0.1s;
}
.player .panel-nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.player .vp-nav-prevButton {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(1.5em);
  transform: translateX(1.5em);
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  background: 0 0;
  font-size: 16px;
}
.player .vp-nav-prevButton .icon-prev {
  height: 1.5em;
  width: auto;
  margin: 1.25em;
}
.player .embed-active .vp-nav-prevButton {
  opacity: 0.7;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.player .embed-active .vp-nav-prevButton:hover {
  opacity: 1;
}
.player .vp-nav-closeButton {
  position: absolute;
  right: 0;
  opacity: 0.7;
}
.player .vp-nav-closeButton:hover {
  opacity: 1;
}
.player .vp-nav-closeButton .icon-close {
  width: 2.5em;
  height: 2.5em;
  margin: 0.5em;
}
.player .vp-share-wrapper {
  position: relative;
  display: inline-block;
  min-width: 30em;
  max-width: 80%;
  text-align: center;
}
.player .vp-share-screen {
  transition: 0.2s;
}
.player .vp-share-title {
  color: #ffffff;
  margin: 0 auto 0.6em !important;
  line-height: 1;
  font-size: 1.8em !important;
}
.player .vp-share-buttons {
  color: #ffffff;
  display: inline-block;
  margin: 1em 0.5em 0;
  padding: 0;
  list-style: none;
}
.player .vp-share-buttons-item {
  display: inline-block;
  width: 41px !important;
  height: 40px !important;
  border-right: 1px solid rgba(0, 0, 0, 0.16) !important;
}
.player .vp-share-buttons-item:first-child,
.player .vp-share-buttons-item:first-child a.vp-share-button {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.player .vp-share-buttons-item:last-child,
.player .vp-share-buttons-item:last-child a.vp-share-button {
  width: 40px !important;
  border-right: none !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.player a.vp-share-button {
  display: inline-block;
  padding: 0.8em 0 0.6em !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  font-size: 1.2em !important;
  line-height: 1;
  color: #ffffff;
  border-radius: 0 !important;
  position: relative;
}
.player a.vp-share-button:active,
.player a.vp-share-button:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.player a.vp-share-button:focus {
  outline-color: #ffffff;
}
.player .vp-share-button .embed-icon,
.player .vp-share-button svg {
  width: 1.9375em;
  height: 1.8125em;
}
.player .vp-share-footnote {
  margin-top: 1.5em !important;
  font-size: 1.4em !important;
  line-height: 1;
  font-weight: 400;
}
.player .vp-share-footnote a,
.player .vp-share-footnote button {
  margin: 0 0.25em;
}
.player .vp-share-footnote a.clip-url {
  position: relative;
  top: 0.1em;
}
.player .vp-share-footnote small a {
  margin: 0;
}
.player .vp-share-footnote--share a {
  user-select: text;
  color: #ffffff;
}
.player .vp-share-embedCode {
  overflow: hidden;
  margin: 1.5em auto 0;
  display: flex;
  justify-content: center;
  width: 85%;
}
.player .vp-share-embedCode > div {
  flex: 1 1 auto;
}
.player input:not([type="submit"]).vp-share-embedInput {
  margin: 0;
  padding: 0.75em !important;
  width: 100% !important;
  font-family: Inconsolata, Monaco, Consolas, "Courier New", Courier, monospace;
  font-size: 1.4em;
  color: #4e595d;
  font-weight: 400;
  cursor: text;
  border-radius: 5px !important;
}
.player .vp-share-embedCopy {
  padding: 0.75em !important;
  margin: 0 0 0 10px !important;
  flex: 0 0 auto;
  font-size: 1.4em !important;
  font-weight: 700;
  border-radius: 5px;
  color: #ffffff;
}
.player .vp-share-embedWrapper {
  width: 100%;
  max-width: 80vw;
  min-width: 300px;
  margin: 0 auto;
}
.player .vp-share-screen--share {
  width: 100%;
}
.player .vp-share-screen--embed {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 150%;
  -webkit-transform: translateX(125%);
  transform: translateX(125%);
}
.player .vp-share-subtitle--embed {
  font-size: 1.4em !important;
  margin: 1.2em 1em 1.5em;
  color: #fff !important;
}
@media (max-height: 175px) {
  .player .vp-share-subtitle--embed {
    display: none;
  }
}
.player .vp-share-footnote--embed {
  font-weight: 400;
  color: #fff !important;
}
.player .vp-share-footnote--embed a {
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
.player .vp-share-embed-active .vp-share-screen--share,
.player .vp-share-embed-only .vp-share-screen--share {
  -webkit-transform: translateX(-125%);
  transform: translateX(-125%);
  opacity: 0;
}
.player .vp-share-embed-active .vp-share-screen--embed,
.player .vp-share-embed-only .vp-share-screen--embed {
  -webkit-transform: translateX(-17%);
  transform: translateX(-17%);
  opacity: 1;
}
.player div[data-name="email-capture"].vp-overlay-wrapper .vp-overlay.in,
.player
  div[data-name="webinar-confirmation"].vp-overlay-wrapper
  .vp-overlay.in {
  height: 100%;
}
@media screen and (max-width: 299px) {
  .player .vp-email-capture-wrapper {
    display: none;
  }
}
.player .vp-webinar-wrapper {
  background-color: #121212;
  opacity: 1;
}
.player
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 1em;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  padding: 4px 8px;
  margin: 0;
  z-index: 1;
}
.player-lg
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-lg
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-md
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-md
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-sm
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-sm
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-xl
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-xl
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-xs
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-xs
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-xxl
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-xxl
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel {
  bottom: calc(8px + 2px);
}
.player-lg
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-lg
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-md
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-md
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-sm
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-sm
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-xl
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-xl
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-xxl
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-xxl
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel {
  letter-spacing: 0.4px;
  font-size: 12px;
  line-height: 1.3333333333em;
  top: 0;
  bottom: auto;
  padding: 4px 16px;
  border-radius: 1em;
}
.player-lg
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-lg
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-md
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-md
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-xl
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-xl
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-xxl
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-xxl
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel {
  top: 0.6666666667em;
  right: 0.6666666667em;
}
.player-xl
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-xl
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel,
.player-xxl
  .vp-email-capture-video-countdown-meter-wrapper.vp-email-capture-video-countdown,
.player-xxl
  .vp-overlay-wrapper
  [type="button"].vp-email-capture-form-button--cancel {
  font-size: 14px;
  line-height: 1.4285714286em;
  border-radius: 1.1428571429em;
}
.player .vp-email-capture-wrapper {
  pointer-events: all;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0.8em;
}
.player-lg .vp-email-capture-wrapper,
.player-md .vp-email-capture-wrapper,
.player-sm .vp-email-capture-wrapper,
.player-xl .vp-email-capture-wrapper,
.player-xxl .vp-email-capture-wrapper {
  padding: 1.6em;
}
.player-xl .vp-email-capture-wrapper,
.player-xxl .vp-email-capture-wrapper {
  padding: 2.4em;
}
.player .vp-email-capture,
.player .vp-email-capture-reg-full {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.player .vp-email-capture .vp-email-capture-title-logo-wrap,
.player .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap {
  margin: 0 auto calc(8px - 4px);
  font-weight: 500;
  word-break: break-word;
  font-size: 14px;
}
.player-lg .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-lg .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-md .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-md .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-sm .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-sm .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-xl .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-xl .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-xs .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-xs .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-xxl .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap {
  font-size: 14px;
  line-height: 1.4285714286em;
  width: 21.0714285714em;
}
.player-lg .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-lg .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-md .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-md .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-sm .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-sm .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-xl .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-xl .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-xxl .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap {
  font-size: 24px;
  line-height: 1.3333333333em;
  width: 20em;
  margin-bottom: calc(16px - 4px);
}
.player-lg .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-lg .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-md .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-md .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-xl .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-xl .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap,
.player-xxl .vp-email-capture .vp-email-capture-title-logo-wrap,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-title-logo-wrap {
  font-size: 32px;
  line-height: 1.25em;
  width: 20em;
  margin-bottom: calc(24px - 4px);
}
.player .vp-email-capture .vp-email-capture-logo,
.player .vp-email-capture-reg-full .vp-email-capture-logo {
  display: none;
}
.player-lg .vp-email-capture .vp-email-capture-logo,
.player-lg .vp-email-capture-reg-full .vp-email-capture-logo,
.player-md .vp-email-capture .vp-email-capture-logo,
.player-md .vp-email-capture-reg-full .vp-email-capture-logo,
.player-sm .vp-email-capture .vp-email-capture-logo,
.player-sm .vp-email-capture-reg-full .vp-email-capture-logo,
.player-xl .vp-email-capture .vp-email-capture-logo,
.player-xl .vp-email-capture-reg-full .vp-email-capture-logo,
.player-xxl .vp-email-capture .vp-email-capture-logo,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-logo {
  display: block;
  margin: auto auto 0.3333333333em;
  height: 2em;
}
.player-lg .vp-email-capture .vp-email-capture-logo,
.player-lg .vp-email-capture-reg-full .vp-email-capture-logo,
.player-md .vp-email-capture .vp-email-capture-logo,
.player-md .vp-email-capture-reg-full .vp-email-capture-logo,
.player-xl .vp-email-capture .vp-email-capture-logo,
.player-xl .vp-email-capture-reg-full .vp-email-capture-logo,
.player-xxl .vp-email-capture .vp-email-capture-logo,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-logo {
  margin-bottom: 0.5em;
  height: 2em;
}
.player-xl .vp-email-capture .vp-email-capture-logo,
.player-xl .vp-email-capture-reg-full .vp-email-capture-logo,
.player-xxl .vp-email-capture .vp-email-capture-logo,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-logo {
  height: 2.25em;
}
.player .vp-email-capture .vp-email-capture-form,
.player .vp-email-capture-reg-full .vp-email-capture-form {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.player-lg .vp-email-capture .vp-email-capture-form,
.player-lg .vp-email-capture-reg-full .vp-email-capture-form,
.player-md .vp-email-capture .vp-email-capture-form,
.player-md .vp-email-capture-reg-full .vp-email-capture-form,
.player-sm .vp-email-capture .vp-email-capture-form,
.player-sm .vp-email-capture-reg-full .vp-email-capture-form,
.player-xl .vp-email-capture .vp-email-capture-form,
.player-xl .vp-email-capture-reg-full .vp-email-capture-form,
.player-xs .vp-email-capture .vp-email-capture-form,
.player-xs .vp-email-capture-reg-full .vp-email-capture-form,
.player-xxl .vp-email-capture .vp-email-capture-form,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-form {
  padding-bottom: 0;
}
.player .vp-email-capture .vp-email-capture-form-submitted input:focus:invalid,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-submitted
  input:focus:invalid {
  border-color: rgba(255, 0, 0, 0.75);
}
.player .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper {
  position: relative;
  display: flex;
  align-self: center;
  max-width: 320px;
  height: 40px;
  margin: 0 auto;
  width: 100%;
}
.player-lg .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper,
.player-md .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper,
.player-sm .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player-sm
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper,
.player-xl .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper,
.player-xxl .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper {
  max-width: 480px;
  height: 48px;
}
.player-lg .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper,
.player-md .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper,
.player-xl .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper,
.player-xxl .vp-email-capture .vp-email-capture-form-fields-bubble-wrapper,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-bubble-wrapper {
  height: 56px;
}
.player .vp-email-capture .vp-email-capture-form-fields-wrapper,
.player .vp-email-capture-reg-full .vp-email-capture-form-fields-wrapper {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.player
  .vp-email-capture
  .vp-email-capture-form-fields-wrapper
  .vp-email-capture-form-fields-slider,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-wrapper
  .vp-email-capture-form-fields-slider {
  transition-duration: 0.3s;
}
.player .vp-email-capture .vp-email-capture-form-custom-field,
.player .vp-email-capture-reg-full .vp-email-capture-form-custom-field {
  position: relative;
  display: flex;
  border-radius: 6px;
  width: 100%;
  z-index: 1;
  border: 1px solid transparent;
  padding: 3px 0;
  height: 40px;
}
.player-lg .vp-email-capture .vp-email-capture-form-custom-field,
.player-lg .vp-email-capture-reg-full .vp-email-capture-form-custom-field,
.player-md .vp-email-capture .vp-email-capture-form-custom-field,
.player-md .vp-email-capture-reg-full .vp-email-capture-form-custom-field,
.player-sm .vp-email-capture .vp-email-capture-form-custom-field,
.player-sm .vp-email-capture-reg-full .vp-email-capture-form-custom-field,
.player-xl .vp-email-capture .vp-email-capture-form-custom-field,
.player-xl .vp-email-capture-reg-full .vp-email-capture-form-custom-field,
.player-xxl .vp-email-capture .vp-email-capture-form-custom-field,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-form-custom-field {
  height: 48px;
}
.player-lg .vp-email-capture .vp-email-capture-form-custom-field,
.player-lg .vp-email-capture-reg-full .vp-email-capture-form-custom-field,
.player-md .vp-email-capture .vp-email-capture-form-custom-field,
.player-md .vp-email-capture-reg-full .vp-email-capture-form-custom-field,
.player-xl .vp-email-capture .vp-email-capture-form-custom-field,
.player-xl .vp-email-capture-reg-full .vp-email-capture-form-custom-field,
.player-xxl .vp-email-capture .vp-email-capture-form-custom-field,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-form-custom-field {
  height: 56px;
}
.player
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input {
  color: #1a2e3b;
  width: 100%;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 16px;
  margin: 0 3px;
  height: 100%;
  outline: 0;
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-md
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-sm
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-sm
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input {
  height: 40px;
  padding-top: 22px;
  padding-left: 12px;
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-md
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input {
  height: 48px;
  font-size: 14px;
  padding-top: 25px;
  padding-left: 16px;
}
.player
  .vp-email-capture
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input::-ms-clear,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  input:not([type="submit"]).vp-email-capture-form-input::-ms-clear {
  display: none;
}
.player
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label {
  position: absolute;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  left: 0;
  top: 0;
  margin-left: calc(8px + 3px);
  margin-top: 12px;
  line-height: 14px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-sm
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-sm
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label {
  margin-left: calc(12px + 3px);
  margin-top: 15px;
  line-height: 16px;
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field
  .vp-email-capture-form-input-label {
  font-size: 14px;
  margin-left: calc(16px + 3px);
  margin-top: 19px;
}
.player
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label {
  -webkit-transform: scale(0.75) translate(0, -5px);
  transform: scale(0.75) translate(0, -5px);
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-lg
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-sm
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-sm
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-sm
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-sm
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label {
  -webkit-transform: scale(0.75) translateY(-6px);
  transform: scale(0.75) translateY(-6px);
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-lg
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.active
  .vp-email-capture-form-input-label,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.focus
  .vp-email-capture-form-input-label {
  -webkit-transform: scale(0.75) translateY(-7px);
  transform: scale(0.75) translateY(-7px);
}
.player
  .vp-email-capture
  input:not([type="submit"]).vp-email-capture-form-input.showfocus:focus,
.player
  .vp-email-capture-reg-full
  input:not([type="submit"]).vp-email-capture-form-input.showfocus:focus {
  outline: #00adef solid 2px;
  outline-offset: 2px;
}
.player
  .vp-email-capture
  .vp-email-capture-form-fields-wrapper
  .vp-email-capture-form-custom-field.vp-email-capture-input-invalid,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-fields-wrapper
  .vp-email-capture-form-custom-field.vp-email-capture-input-invalid {
  border-color: #f44;
  border-radius: 6px;
}
.player
  .vp-email-capture
  .vp-email-capture-form-custom-field.required
  .vp-email-capture-form-input-label::after,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-custom-field.required
  .vp-email-capture-form-input-label::after {
  content: "*";
  color: red;
}
.player .vp-email-capture .vp-email-capture-form-buttons,
.player .vp-email-capture-reg-full .vp-email-capture-form-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 320px;
  width: 100%;
  margin: calc(8px - 4px) auto 0.8em;
  padding: 0 4px;
}
.player-lg .vp-email-capture .vp-email-capture-form-buttons,
.player-lg .vp-email-capture-reg-full .vp-email-capture-form-buttons,
.player-md .vp-email-capture .vp-email-capture-form-buttons,
.player-md .vp-email-capture-reg-full .vp-email-capture-form-buttons,
.player-sm .vp-email-capture .vp-email-capture-form-buttons,
.player-sm .vp-email-capture-reg-full .vp-email-capture-form-buttons,
.player-xl .vp-email-capture .vp-email-capture-form-buttons,
.player-xl .vp-email-capture-reg-full .vp-email-capture-form-buttons,
.player-xxl .vp-email-capture .vp-email-capture-form-buttons,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-form-buttons {
  max-width: 480px;
  margin-bottom: 1.3333333333em;
}
.player-lg .vp-email-capture .vp-email-capture-form-buttons,
.player-lg .vp-email-capture-reg-full .vp-email-capture-form-buttons,
.player-md .vp-email-capture .vp-email-capture-form-buttons,
.player-md .vp-email-capture-reg-full .vp-email-capture-form-buttons,
.player-xl .vp-email-capture .vp-email-capture-form-buttons,
.player-xl .vp-email-capture-reg-full .vp-email-capture-form-buttons,
.player-xxl .vp-email-capture .vp-email-capture-form-buttons,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-form-buttons {
  margin-bottom: 3.2em;
}
.player
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button {
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 32px;
  letter-spacing: 0.4px;
  margin: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 0;
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-md
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-sm
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-sm
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button {
  height: 40px;
  font-size: 1.4em;
  letter-spacing: 0.2px;
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-md
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-buttons
  .vp-email-capture-form-button {
  height: 48px;
  font-size: 1.6em;
}
.player
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--back,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--back {
  background-color: transparent;
  border: 1px solid;
  border-radius: 4px;
  border-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.3s;
  width: calc(50% - 4px);
}
.player
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden {
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-md
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-sm
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-sm
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-md
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--next.hidden {
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}
.player .vp-email-capture .vp-email-capture-form-button--next-submit-wrapper,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  border-radius: 4px;
  transition: width 0.3s;
  height: 32px;
  outline: 0;
}
.player-lg .vp-email-capture .vp-email-capture-form-button--next-submit-wrapper,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper,
.player-md .vp-email-capture .vp-email-capture-form-button--next-submit-wrapper,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper,
.player-sm .vp-email-capture .vp-email-capture-form-button--next-submit-wrapper,
.player-sm
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper,
.player-xl .vp-email-capture .vp-email-capture-form-button--next-submit-wrapper,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper {
  height: 40px;
}
.player-lg .vp-email-capture .vp-email-capture-form-button--next-submit-wrapper,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper,
.player-md .vp-email-capture .vp-email-capture-form-button--next-submit-wrapper,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper,
.player-xl .vp-email-capture .vp-email-capture-form-button--next-submit-wrapper,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper {
  height: 48px;
}
.player
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper
  .vp-email-capture-form-button--next-submit-slider,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper
  .vp-email-capture-form-button--next-submit-slider {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.player
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-md
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-sm
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-sm
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.player-lg
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-lg
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-md
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-md
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-xl
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-xl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-xxl
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider,
.player-xxl
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showSubmitBtn
  .vp-email-capture-form-button--next-submit-slider {
  -webkit-transform: translateY(-48px);
  transform: translateY(-48px);
}
.player
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.showfocus,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.showfocus {
  outline: #00adef solid 2px;
  outline-offset: 2px;
}
.player
  .vp-email-capture
  .vp-email-capture-form-button--next-submit-wrapper.half,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button--next-submit-wrapper.half {
  width: calc(50% - 4px);
}
.player
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--back.show,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--back.show {
  width: calc(50% - 4px);
  opacity: 1;
}
.player
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--back:focus,
.player
  .vp-email-capture
  .vp-email-capture-form-button.vp-email-capture-form-button--back:hover,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--back:focus,
.player
  .vp-email-capture-reg-full
  .vp-email-capture-form-button.vp-email-capture-form-button--back:hover {
  border-color: #ffffff;
}
.player .vp-email-capture .vp-email-capture-form-button--cancel:focus,
.player .vp-email-capture .vp-email-capture-form-button--cancel:hover,
.player .vp-email-capture-reg-full .vp-email-capture-form-button--cancel:focus,
.player .vp-email-capture-reg-full .vp-email-capture-form-button--cancel:hover {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
@-webkit-keyframes fill {
  0% {
    width: 0%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fill {
  0% {
    width: 0%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  100% {
    width: 100%;
  }
}
.player .vp-email-capture .vp-email-capture-progress-wrapper,
.player .vp-email-capture-reg-full .vp-email-capture-progress-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 0;
  text-align: left;
  width: 100%;
  font-size: 10px;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  letter-spacing: 0.4px;
}
.player-lg .vp-email-capture .vp-email-capture-progress-wrapper,
.player-lg .vp-email-capture-reg-full .vp-email-capture-progress-wrapper,
.player-md .vp-email-capture .vp-email-capture-progress-wrapper,
.player-md .vp-email-capture-reg-full .vp-email-capture-progress-wrapper,
.player-sm .vp-email-capture .vp-email-capture-progress-wrapper,
.player-sm .vp-email-capture-reg-full .vp-email-capture-progress-wrapper,
.player-xl .vp-email-capture .vp-email-capture-progress-wrapper,
.player-xl .vp-email-capture-reg-full .vp-email-capture-progress-wrapper,
.player-xxl .vp-email-capture .vp-email-capture-progress-wrapper,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-progress-wrapper {
  font-size: 12px;
  letter-spacing: 0.2px;
}
.player-xl .vp-email-capture .vp-email-capture-progress-wrapper,
.player-xl .vp-email-capture-reg-full .vp-email-capture-progress-wrapper,
.player-xxl .vp-email-capture .vp-email-capture-progress-wrapper,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-progress-wrapper {
  font-size: 14px;
}
.player .vp-email-capture .vp-email-capture-steps,
.player .vp-email-capture-reg-full .vp-email-capture-steps {
  color: #b3bfc8;
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  float: left;
}
.player-lg .vp-email-capture .vp-email-capture-steps,
.player-lg .vp-email-capture-reg-full .vp-email-capture-steps,
.player-md .vp-email-capture .vp-email-capture-steps,
.player-md .vp-email-capture-reg-full .vp-email-capture-steps,
.player-sm .vp-email-capture .vp-email-capture-steps,
.player-sm .vp-email-capture-reg-full .vp-email-capture-steps,
.player-xl .vp-email-capture .vp-email-capture-steps,
.player-xl .vp-email-capture-reg-full .vp-email-capture-steps,
.player-xs .vp-email-capture .vp-email-capture-steps,
.player-xs .vp-email-capture-reg-full .vp-email-capture-steps,
.player-xxl .vp-email-capture .vp-email-capture-steps,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-steps {
  margin-bottom: 8px;
}
.player-lg .vp-email-capture .vp-email-capture-steps,
.player-lg .vp-email-capture-reg-full .vp-email-capture-steps,
.player-md .vp-email-capture .vp-email-capture-steps,
.player-md .vp-email-capture-reg-full .vp-email-capture-steps,
.player-sm .vp-email-capture .vp-email-capture-steps,
.player-sm .vp-email-capture-reg-full .vp-email-capture-steps,
.player-xl .vp-email-capture .vp-email-capture-steps,
.player-xl .vp-email-capture-reg-full .vp-email-capture-steps,
.player-xxl .vp-email-capture .vp-email-capture-steps,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-steps {
  font-size: 12px;
  line-height: 1.3333333333em;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.player-xl .vp-email-capture .vp-email-capture-steps,
.player-xl .vp-email-capture-reg-full .vp-email-capture-steps,
.player-xxl .vp-email-capture .vp-email-capture-steps,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-steps {
  font-size: 14px;
  line-height: 1.1428571429em;
  margin-bottom: 1.1428571429em;
}
.player .vp-email-capture .vp-email-capture-progress-bar,
.player .vp-email-capture-reg-full .vp-email-capture-progress-bar {
  display: none;
  width: 100%;
  height: 2px;
  opacity: 0.6;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
}
.player-lg .vp-email-capture .vp-email-capture-progress-bar,
.player-lg .vp-email-capture-reg-full .vp-email-capture-progress-bar,
.player-md .vp-email-capture .vp-email-capture-progress-bar,
.player-md .vp-email-capture-reg-full .vp-email-capture-progress-bar,
.player-sm .vp-email-capture .vp-email-capture-progress-bar,
.player-sm .vp-email-capture-reg-full .vp-email-capture-progress-bar,
.player-xl .vp-email-capture .vp-email-capture-progress-bar,
.player-xl .vp-email-capture-reg-full .vp-email-capture-progress-bar,
.player-xs .vp-email-capture .vp-email-capture-progress-bar,
.player-xs .vp-email-capture-reg-full .vp-email-capture-progress-bar,
.player-xxl .vp-email-capture .vp-email-capture-progress-bar,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-progress-bar {
  display: flex;
}
.player .vp-email-capture .vp-email-capture-progress-meter,
.player .vp-email-capture-reg-full .vp-email-capture-progress-meter {
  display: block;
  height: 2px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.player .vp-email-capture .vp-validation-bubble,
.player .vp-email-capture-reg-full .vp-validation-bubble {
  font-size: 10px;
  font-weight: 500;
  height: 24px;
  letter-spacing: 0.4px;
  top: calc(100% + 8px);
  left: 4px;
}
.player .vp-email-capture .vp-email-capture-reg-bypass,
.player .vp-email-capture .vp-email-capture-reg-go-back,
.player .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player .vp-email-capture-reg-full .vp-email-capture-reg-go-back {
  visibility: hidden;
  border: none;
  background: 0 0;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
  height: 1.2em;
  padding: 0;
}
.player .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player
  .vp-email-capture-reg-full.vp-email-capture-first-step
  .vp-email-capture-reg-bypass,
.player
  .vp-email-capture-reg-full.vp-email-capture-first-step
  .vp-email-capture-reg-go-back,
.player
  .vp-email-capture.vp-email-capture-first-step
  .vp-email-capture-reg-bypass,
.player
  .vp-email-capture.vp-email-capture-first-step
  .vp-email-capture-reg-go-back {
  visibility: visible;
}
.player-lg .vp-email-capture .vp-email-capture-reg-bypass,
.player-lg .vp-email-capture .vp-email-capture-reg-go-back,
.player-lg .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player-lg .vp-email-capture-reg-full .vp-email-capture-reg-go-back,
.player-md .vp-email-capture .vp-email-capture-reg-bypass,
.player-md .vp-email-capture .vp-email-capture-reg-go-back,
.player-md .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player-md .vp-email-capture-reg-full .vp-email-capture-reg-go-back,
.player-sm .vp-email-capture .vp-email-capture-reg-bypass,
.player-sm .vp-email-capture .vp-email-capture-reg-go-back,
.player-sm .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player-sm .vp-email-capture-reg-full .vp-email-capture-reg-go-back,
.player-xl .vp-email-capture .vp-email-capture-reg-bypass,
.player-xl .vp-email-capture .vp-email-capture-reg-go-back,
.player-xl .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player-xl .vp-email-capture-reg-full .vp-email-capture-reg-go-back,
.player-xxl .vp-email-capture .vp-email-capture-reg-bypass,
.player-xxl .vp-email-capture .vp-email-capture-reg-go-back,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-reg-go-back {
  font-size: 12px;
  height: 1.3333333333em;
}
.player-lg .vp-email-capture .vp-email-capture-reg-bypass,
.player-lg .vp-email-capture .vp-email-capture-reg-go-back,
.player-lg .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player-lg .vp-email-capture-reg-full .vp-email-capture-reg-go-back,
.player-md .vp-email-capture .vp-email-capture-reg-bypass,
.player-md .vp-email-capture .vp-email-capture-reg-go-back,
.player-md .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player-md .vp-email-capture-reg-full .vp-email-capture-reg-go-back,
.player-xl .vp-email-capture .vp-email-capture-reg-bypass,
.player-xl .vp-email-capture .vp-email-capture-reg-go-back,
.player-xl .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player-xl .vp-email-capture-reg-full .vp-email-capture-reg-go-back,
.player-xxl .vp-email-capture .vp-email-capture-reg-bypass,
.player-xxl .vp-email-capture .vp-email-capture-reg-go-back,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-reg-bypass,
.player-xxl .vp-email-capture-reg-full .vp-email-capture-reg-go-back {
  font-size: 14px;
}
.player .vp-email-capture .vp-email-capture-reg-bypass:focus,
.player .vp-email-capture .vp-email-capture-reg-bypass:hover,
.player .vp-email-capture .vp-email-capture-reg-go-back:focus,
.player .vp-email-capture .vp-email-capture-reg-go-back:hover,
.player .vp-email-capture-reg-full .vp-email-capture-reg-bypass:focus,
.player .vp-email-capture-reg-full .vp-email-capture-reg-bypass:hover,
.player .vp-email-capture-reg-full .vp-email-capture-reg-go-back:focus,
.player .vp-email-capture-reg-full .vp-email-capture-reg-go-back:hover {
  color: #00adef;
}
.player-lg .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-lg .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back,
.player-md .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-md .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back,
.player-sm .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-sm .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back,
.player-xl .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-xl .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back,
.player-xs .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-xs .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back,
.player-xxl .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-xxl .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back {
  margin-top: 0.8em;
}
.player-lg .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-lg .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back,
.player-md .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-md .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back,
.player-xl .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-xl .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back,
.player-xxl .vp-email-capture .vp-webinar-email-capture-reg-go-back,
.player-xxl .vp-email-capture-reg-full .vp-webinar-email-capture-reg-go-back {
  margin-top: 2em;
}
.player .vp-email-capture .vp-reg-full-wrapper,
.player .vp-email-capture-reg-full .vp-reg-full-wrapper {
  color: #ffffff;
  margin: 0 auto 0.8em;
  font-weight: 400;
}
.player-lg .vp-email-capture .vp-reg-full-wrapper,
.player-lg .vp-email-capture-reg-full .vp-reg-full-wrapper,
.player-md .vp-email-capture .vp-reg-full-wrapper,
.player-md .vp-email-capture-reg-full .vp-reg-full-wrapper,
.player-sm .vp-email-capture .vp-reg-full-wrapper,
.player-sm .vp-email-capture-reg-full .vp-reg-full-wrapper,
.player-xl .vp-email-capture .vp-reg-full-wrapper,
.player-xl .vp-email-capture-reg-full .vp-reg-full-wrapper,
.player-xxl .vp-email-capture .vp-reg-full-wrapper,
.player-xxl .vp-email-capture-reg-full .vp-reg-full-wrapper {
  margin-bottom: 1.2em;
}
.player-lg .vp-email-capture .vp-reg-full-wrapper,
.player-lg .vp-email-capture-reg-full .vp-reg-full-wrapper,
.player-md .vp-email-capture .vp-reg-full-wrapper,
.player-md .vp-email-capture-reg-full .vp-reg-full-wrapper,
.player-xl .vp-email-capture .vp-reg-full-wrapper,
.player-xl .vp-email-capture-reg-full .vp-reg-full-wrapper,
.player-xxl .vp-email-capture .vp-reg-full-wrapper,
.player-xxl .vp-email-capture-reg-full .vp-reg-full-wrapper {
  margin-bottom: 2em;
}
.player .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text {
  width: 14.8em;
  border-top: 1px solid #515151;
  margin-top: 0.4em;
  padding-top: 0.8em;
  font-weight: 400;
  font-size: 12px;
}
.player-lg .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player-lg .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text,
.player-md .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player-md .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text,
.player-sm .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player-sm .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text,
.player-xl .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player-xl .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text,
.player-xxl .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player-xxl .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text {
  font-size: 20px;
}
.player-lg .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player-lg .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text,
.player-md .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player-md .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text,
.player-xl .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player-xl .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text,
.player-xxl .vp-email-capture .vp-reg-full-wrapper .vp-reg-full-text,
.player-xxl .vp-email-capture-reg-full .vp-reg-full-wrapper .vp-reg-full-text {
  font-size: 24px;
  padding-top: 1.2em;
}
.player .vp-email-capture-start-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1666666667em;
  color: #c9c9c9;
}
.player-lg .vp-email-capture-start-time,
.player-md .vp-email-capture-start-time,
.player-sm .vp-email-capture-start-time,
.player-xl .vp-email-capture-start-time,
.player-xxl .vp-email-capture-start-time {
  font-size: 20px;
  line-height: 1.2em;
}
.player-lg .vp-email-capture-start-time,
.player-md .vp-email-capture-start-time,
.player-xl .vp-email-capture-start-time,
.player-xxl .vp-email-capture-start-time {
  font-size: 24px;
  line-height: 1.3333333333em;
}
.player .vp-email-capture-thank-you.hidden {
  display: block;
}
.player .vp-email-capture-login-thank-you,
.player .vp-email-capture-reg-thank-you,
.player .vp-email-capture-thank-you {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.player .vp-email-capture-thank-you {
  background-color: rgba(0, 0, 0, 0);
}
.player .vp-email-capture-login-thank-you,
.player .vp-email-capture-reg-thank-you {
  background-color: #000;
}
.player .vp-email-capture-thank-you-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.player-lg .vp-email-capture-thank-you-box,
.player-md .vp-email-capture-thank-you-box,
.player-sm .vp-email-capture-thank-you-box,
.player-xl .vp-email-capture-thank-you-box,
.player-xs .vp-email-capture-thank-you-box,
.player-xxl .vp-email-capture-thank-you-box {
  width: 29.5em;
}
.player-lg .vp-email-capture-thank-you-box,
.player-md .vp-email-capture-thank-you-box,
.player-sm .vp-email-capture-thank-you-box,
.player-xl .vp-email-capture-thank-you-box,
.player-xxl .vp-email-capture-thank-you-box {
  width: 48em;
}
.player-lg .vp-email-capture-thank-you-box,
.player-md .vp-email-capture-thank-you-box,
.player-xl .vp-email-capture-thank-you-box,
.player-xxl .vp-email-capture-thank-you-box {
  width: 56em;
}
.player .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.player-lg .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-md .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-sm .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-xl .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-xs .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-xxl .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title {
  font-size: 16px;
  line-height: 1.25em;
}
.player-lg .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-md .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-sm .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-xl .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-xxl .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title {
  font-size: 24px;
  line-height: 1.3333333333em;
  letter-spacing: -0.2px;
}
.player-lg .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-md .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-xl .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title,
.player-xxl .vp-email-capture-thank-you-box .vp-email-capture-thank-you-title {
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: -0.6px;
}
.player .vp-email-capture-thank-you-box .vp-email-capture-thank-you-subtitle {
  opacity: 0.8;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.2px;
}
.player-lg .vp-email-capture-thank-you-box .vp-email-capture-thank-you-subtitle,
.player-md .vp-email-capture-thank-you-box .vp-email-capture-thank-you-subtitle,
.player-xl .vp-email-capture-thank-you-box .vp-email-capture-thank-you-subtitle,
.player-xxl
  .vp-email-capture-thank-you-box
  .vp-email-capture-thank-you-subtitle {
  font-size: 14px;
}
.player-lg .vp-email-capture-thank-you-box .vp-email-capture-thank-you-subtitle,
.player-xl .vp-email-capture-thank-you-box .vp-email-capture-thank-you-subtitle,
.player-xxl
  .vp-email-capture-thank-you-box
  .vp-email-capture-thank-you-subtitle {
  font-size: 16px;
}
.player .vp-email-capture-disclaimer-wrapper {
  display: flex;
  justify-content: center;
  color: #c9c9c9;
  font-size: 10px;
  line-height: 1.2em;
  height: 1.2em;
  width: 320px;
}
.player-lg .vp-email-capture-disclaimer-wrapper,
.player-md .vp-email-capture-disclaimer-wrapper,
.player-sm .vp-email-capture-disclaimer-wrapper,
.player-xl .vp-email-capture-disclaimer-wrapper,
.player-xxl .vp-email-capture-disclaimer-wrapper {
  width: 480px;
  font-size: 12px;
  line-height: 1.4em;
  height: 1.3333333333em;
}
.player-lg .vp-email-capture-disclaimer-wrapper,
.player-md .vp-email-capture-disclaimer-wrapper,
.player-xl .vp-email-capture-disclaimer-wrapper,
.player-xxl .vp-email-capture-disclaimer-wrapper {
  font-size: 14px;
}
.player .vp-email-capture-disclaimer-wrapper div.vp-email-capture-disclaimer {
  margin-right: 4px;
}
.player
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border {
  display: flex;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 2px;
  height: 16px;
  width: 16px;
}
.player-lg
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border,
.player-md
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border,
.player-sm
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border,
.player-xl
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border,
.player-xxl
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border {
  width: 20px;
  height: 20px;
}
.player-lg
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border,
.player-md
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border,
.player-xl
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border,
.player-xxl
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-checkbox-border {
  width: 24px;
  height: 24px;
}
.player
  .vp-email-capture-disclaimer-wrapper
  div.vp-webinar-compliance-wrapper.vp-webinar-compliance-checkbox-invalid {
  border-color: #f44;
}
.player
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox {
  background-color: #ffffff;
  padding: 0;
  margin: 1px;
  outline: 0;
  border: 1px solid #898f8f;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  z-index: 2;
}
.player-lg
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox,
.player-md
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox,
.player-sm
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox,
.player-xl
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox,
.player-xxl
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox {
  width: 16px;
  height: 16px;
}
.player-lg
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox,
.player-md
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox,
.player-xl
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox,
.player-xxl
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"].vp-disclaimer-checkbox {
  width: 20px;
  height: 20px;
}
.player
  .vp-email-capture-disclaimer-wrapper
  input[type="checkbox"][checked].vp-disclaimer-checkbox {
  background-color: #00adef;
}
.player .vp-email-capture-disclaimer-wrapper .vp-disclaimer-text-wrapper {
  position: relative;
  width: 32em;
  text-align: left;
  bottom: 6px;
  margin-left: 0.6em;
}
.player-lg .vp-email-capture-disclaimer-wrapper .vp-disclaimer-text-wrapper,
.player-md .vp-email-capture-disclaimer-wrapper .vp-disclaimer-text-wrapper,
.player-sm .vp-email-capture-disclaimer-wrapper .vp-disclaimer-text-wrapper,
.player-xl .vp-email-capture-disclaimer-wrapper .vp-disclaimer-text-wrapper,
.player-xxl .vp-email-capture-disclaimer-wrapper .vp-disclaimer-text-wrapper {
  margin-left: 1.4em;
}
.player .vp-email-capture-disclaimer-wrapper .vp-email-capture-privacy-policy,
.player .vp-email-capture-disclaimer-wrapper .vp-vimeo-privacy-policy {
  text-decoration: underline;
  color: #ffffff;
}
.player
  .vp-email-capture-disclaimer-wrapper
  .vp-email-capture-privacy-policy:focus,
.player
  .vp-email-capture-disclaimer-wrapper
  .vp-email-capture-privacy-policy:hover,
.player .vp-email-capture-disclaimer-wrapper .vp-vimeo-privacy-policy:focus,
.player .vp-email-capture-disclaimer-wrapper .vp-vimeo-privacy-policy:hover {
  color: #00adef;
}
.player .vp-email-capture-disclaimer-wrapper.vp-webinar-disclaimer-wrapper {
  justify-content: left;
}
.player .vp-email-capture-login-disclaimer-wrapper {
  height: auto;
}
.player .vp-opt-in-bubble {
  position: absolute;
  letter-spacing: 0.4px;
  transition: opacity 0.25s;
}
.player .vp-opt-in-bubble p.vp-opt-in-bubble-message {
  font-size: 10px;
  font-weight: 700;
  padding: 0.6em 0.8em;
  background-color: #fc465a;
  color: #ffffff;
  margin-top: 8px;
  border-radius: 4px;
  line-height: 12px;
}
.player
  .vp-email-capture-video-countdown.vp-email-capture-video-countdown-meter-wrapper {
  overflow: hidden;
}
.player .vp-email-capture-video-countdown-meter {
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.player .vp-email-capture-video-countdown-meter--active {
  -webkit-animation: fill 3s linear 1;
  animation: fill 3s linear 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.player .vp-submitted input:invalid,
.player .vp-submitted input[aria-invalid="true"] {
  border: 3px solid #fdb0bf;
  background-color: #fedfef;
  color: #f44;
  padding: 0.4375em;
}
.player .vp-submitted input:focus:invalid {
  outline-color: rgba(255, 0, 0, 0.75);
}
.player .vp-validation-bubble {
  z-index: 2147483647;
  display: inline-block;
  position: absolute;
  margin: 0;
  font-size: 1.1666666667em;
  line-height: 0;
  text-align: left;
  opacity: 0;
  transition: opacity 0.25s;
  cursor: default;
}
.player .vp-opt-in-bubble-animate,
.player .vp-validation-bubble-animate {
  opacity: 1;
  -webkit-animation: wiggle 0.3s linear 1;
  animation: wiggle 0.3s linear 1;
}
.player .vp-validation-bubble-message {
  z-index: 2147483644;
  display: block;
  min-width: 50px;
  max-width: 300px;
  padding: 0.7142857143em 1.0714285714em;
  position: relative;
  top: -4px;
  border-radius: 0.3571428571em;
  background-color: #fc465a;
  color: #ffffff;
  line-height: normal;
  font-weight: 700;
}
.player .vp-validation-bubble-arrow {
  z-index: 2147483645;
  display: inline-block;
  position: relative;
  left: 1.4285714286em;
  width: 0.8571428571em;
  height: 0.8571428571em;
  background-color: #fc465a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.player .vp-outro,
.player .vp-outro-bg,
.player .vp-outro-content,
.player .vp-outro-shade,
.player .vp-outro-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.player .vp-outro-bg,
.player .vp-outro-image {
  background-color: #1a2e3b;
  background-size: cover;
  background-position: center center;
}
.player .vp-validation-bubble-arrowClipper {
  display: block;
  overflow: hidden;
  height: 0.8571428571em;
}
.player .vp-outro-wrapper {
  top: 0;
  left: 0;
  z-index: 10;
}
.player .vp-outro-wrapper.in .vp-outro-bg,
.player .vp-outro-wrapper.in .vp-outro-image,
.player .vp-outro-wrapper.in .vp-outro-shade {
  opacity: 1;
}
.player .vp-outro-wrapper.in .vp-outro-imageLink .vp-outro-image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.player .vp-outro-wrapper.in .vp-outro-linkWrapper {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.player .vp-outro {
  top: 0;
  left: 0;
}
.player .vp-outro-bg {
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 250ms;
}
.player .vp-outro-content {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 299px), (max-height: 168px) {
  .player .vp-outro-content--share,
  .player .vp-outro-content--staticImage,
  .player .vp-outro-content--text,
  .player .vp-outro-content--vod {
    display: none !important;
  }
}
@media screen and (max-width: 299px), screen and (max-height: 168px) {
  .player .vp-outro-content--email,
  .player .vp-outro-content--link,
  .player .vp-outro-content--videos {
    display: none !important;
  }
}
@media screen and (max-width: 337px), screen and (max-height: 189px) {
  .player.with-custom-logo .vp-outro-content--email,
  .player.with-custom-logo .vp-outro-content--link,
  .player.with-custom-logo .vp-outro-content--videos {
    display: none !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 375px) {
  .player .vp-outro-content--videos .vp-outro-videos--3 li:last-child {
    display: none;
  }
}
.player .vp-outro-content--link {
  flex-direction: column;
}
.player .vp-outro-shade {
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 250ms;
}
.player .vp-outro-staticImageWrapper {
  flex: 1;
  text-align: center;
}
.player .vp-outro-staticImage {
  max-width: 65%;
}
.player .vp-outro-image,
.player .vp-outro-imageLink {
  display: block;
  width: 100%;
  height: 100%;
}
.player .vp-outro-image {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 450ms, -webkit-transform 250ms;
  transition: opacity 450ms, transform 250ms;
  transition: opacity 450ms, transform 250ms, -webkit-transform 250ms;
}
.player .vp-outro-linkWrapper {
  width: 70%;
  max-width: 50em;
  overflow: hidden;
  margin: 0;
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  transition: opacity 250ms 150ms, -webkit-transform 250ms 150ms;
  transition: opacity 250ms 150ms, transform 250ms 150ms;
  transition: opacity 250ms 150ms, transform 250ms 150ms,
    -webkit-transform 250ms 150ms;
}
.player .vp-outro-textTitle {
  font-size: 18px;
  display: none;
  margin: 0 0 0.4em;
  color: #ffffff;
}
@media (min-width: 720px) and (min-height: 322px) and (min-aspect-ratio: 960 / 430) {
  .player .vp-outro-textTitle {
    font-size: 5.5813953488vh;
  }
}
@media (min-width: 720px) and (min-height: 322px) and (max-aspect-ratio: 960 / 430) {
  .player .vp-outro-textTitle {
    font-size: 2.5vw;
  }
}
@media (min-width: 960px) and (min-height: 430px) {
  .player .vp-outro-textTitle {
    font-size: 24px;
  }
}
.player .vp-outro-textDescription {
  display: none;
  margin: 0 0 0.8em;
  font-size: 1.4em;
  line-height: 1.4;
  color: #ffffff;
}
.player .vp-outro-button,
.player .vp-outro-link {
  display: inline-block;
  color: #ffffff;
  font-size: 1.4em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.player .vp-outro-link {
  text-decoration: underline;
}
.player .vp-outro-buttonWrap {
  margin-bottom: 2.2em;
}
.player .vp-outro-button {
  position: relative;
  display: inline-block;
  padding: 0.875em 1.4375em;
  font-weight: 600;
  border-radius: 3px;
  color: #ffffff;
}
.player .vp-outro-button:active,
.player .vp-outro-button:hover {
  color: #ffffff;
}
.player .vp-outro-button:active::before,
.player .vp-outro-button:hover::before {
  background-color: rgba(0, 0, 0, 0.15);
}
.player .vp-outro-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.player .vp-outro--link-large .vp-outro-textDescription,
.player .vp-outro--link-medium .vp-outro-textTitle {
  display: block;
}
.player .vp-outro--link-medium .vp-outro-buttonWrap {
  margin-top: 2.2em;
}
.player .vp-outro-videosSection {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
  flex: 1;
}
.player .vp-outro-videosSection:first-child {
  z-index: 2;
  margin-left: 57px;
}
.player .vp-outro-videosSection:last-child {
  margin-right: 57px;
}
@media (min-width: 401px) {
  .player .vp-outro-videosSection:first-child {
    margin-left: 14%;
  }
  .player .vp-outro-videosSection:last-child {
    margin-right: 14%;
  }
}
.player .vp-outro-videosSection:focus,
.player .vp-outro-videosSection:hover {
  z-index: 10;
}
.player .vp-outro-videosSection--2 {
  flex: 2;
}
.player .vp-outro-videosSection--3 {
  flex: 3;
}
.player .vp-outro-videosHeaderWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
}
.player .vp-outro-videosHeader {
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 0 1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 560px) and (min-height: 250px) and (min-aspect-ratio: 960 / 430) {
  .player .vp-outro-videosHeader {
    font-size: 5.5813953488vh;
  }
}
@media (min-width: 560px) and (min-height: 250px) and (max-aspect-ratio: 960 / 430) {
  .player .vp-outro-videosHeader {
    font-size: 2.5vw;
  }
}
@media (min-width: 960px) and (min-height: 430px) {
  .player .vp-outro-videosHeader {
    font-size: 24px;
  }
}
.player .vp-outro-videosTitle {
  margin: 0;
  font-size: inherit;
  line-height: 1.8;
  color: #ffffff;
}
.player .vp-outro-videosTitle a {
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.player .vp-outro-followWrap {
  font-size: 12px;
  position: relative;
  text-align: left;
}
@media (min-width: 720px) and (min-height: 322px) and (min-aspect-ratio: 960 / 430) {
  .player .vp-outro-followWrap {
    font-size: 3.7209302326vh;
  }
}
@media (min-width: 720px) and (min-height: 322px) and (max-aspect-ratio: 960 / 430) {
  .player .vp-outro-followWrap {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 960px) and (min-height: 430px) {
  .player .vp-outro-followWrap {
    font-size: 16px;
  }
}
.player .vp-outro-follow {
  font-size: inherit;
  margin-left: 0.4em;
  position: relative;
  padding: 0.1em 0.7em;
  border-radius: 2px;
  white-space: nowrap;
  color: #ffffff;
  text-align: left;
  background-color: rgba(127, 127, 127, 0.56);
  transition: background-color 0.1s ease-in-out;
}
.player .vp-outro-follow:hover {
  background-color: rgba(127, 127, 127, 0.76);
}
.player .vp-outro-follow .icon {
  width: 0.68em;
  height: 0.68em;
}
.player .vp-outro-follow .icon-path {
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
}
.player .vp-outro-follow #icon-mask--check rect {
  width: 0;
  transition: width 0.3s ease-out;
}
.player .vp-outro-follow-text {
  line-height: 1.5;
}
.player .vp-outro-follow[aria-pressed="false"] .icon-path--plus {
  opacity: 1;
}
.player .vp-outro-follow[aria-pressed="false"] .vp-outro-follow-text::after {
  content: attr(data-label-follow);
}
.player .vp-outro-follow[aria-pressed="true"] {
  background-color: #7fc400;
}
.player .vp-outro-follow[aria-pressed="true"] #icon-mask--check rect {
  width: 100%;
}
.player .vp-outro-follow[aria-pressed="true"] .icon-path {
  opacity: 0;
}
.player .vp-outro-follow[aria-pressed="true"] .icon-path--check {
  opacity: 1;
}
.player .vp-outro-follow[aria-pressed="true"] .vp-outro-follow-text::after {
  content: attr(data-label-following);
}
.player
  .vp-outro-follow[aria-pressed="true"]:not(.vp-outro-follow--activated):hover {
  background-color: rgba(127, 127, 127, 0.76);
}
.player
  .vp-outro-follow[aria-pressed="true"]:not(.vp-outro-follow--activated):hover
  .icon-path {
  opacity: 0;
}
.player
  .vp-outro-follow[aria-pressed="true"]:not(.vp-outro-follow--activated):hover
  .icon-path--close {
  opacity: 1;
}
.player
  .vp-outro-follow[aria-pressed="true"]:not(.vp-outro-follow--activated):hover
  .vp-outro-follow-text::after {
  content: attr(data-label-unfollow);
}
.player .vp-outro-videos {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.player .vp-outro-videos > li {
  flex: 1;
  list-style-type: none;
  padding: 0;
  margin: 0 0.4em;
  max-width: 400px;
}
@media (min-width: 401px) {
  .player .vp-outro-videos > li {
    margin: 0 1%;
  }
  .player .vp-outro-videos--1 > li {
    margin: 0 3%;
  }
  .player .vp-outro-videos--2 > li {
    margin: 0 1.5%;
  }
}
.player .vp-outro-videos .vp-outro-videoLink {
  display: block;
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.1s ease-out, -webkit-transform 150ms ease-out;
  transition: opacity 0.1s ease-out, transform 150ms ease-out;
  transition: opacity 0.1s ease-out, transform 150ms ease-out,
    -webkit-transform 150ms ease-out;
}
@supports (transition-timing-function: spring(1 400 25 20)) {
  .player .vp-outro-videos .vp-outro-videoLink {
    transition: opacity 0.1s ease-out, -webkit-transform 10s spring(1 400 25 20);
    transition: opacity 0.1s ease-out, transform 10s spring(1 400 25 20);
    transition: opacity 0.1s ease-out, transform 10s spring(1 400 25 20),
      -webkit-transform 10s spring(1 400 25 20);
  }
}
.player .vp-outro-videos .vp-outro-videoLink:focus,
.player .vp-outro-videos .vp-outro-videoLink:hover {
  outline: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.player .vp-outro-videos .vp-outro-videoLink:focus .vp-outro-videoHeader,
.player .vp-outro-videos .vp-outro-videoLink:hover .vp-outro-videoHeader {
  opacity: 1;
}
.player .vp-outro-videoHeader,
.player .vp-overlay-bg {
  opacity: 0;
  transition: opacity 250ms;
  left: 0;
  bottom: 0;
  right: 0;
}
.player .vp-outro-videos .vp-outro-videoLink:active {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.player .vp-outro-imgWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 1;
  background: center/cover no-repeat;
}
.player .vp-outro-videoHeader {
  position: absolute;
  height: 0;
  z-index: 1;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 400px) {
  .player .vp-outro-videoHeader {
    display: none !important;
  }
}
.player .vp-outro-videoByline,
.player .vp-outro-videoTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.player .vp-outro-videoTitle {
  font-size: 12px;
  padding: 0.3em 0.5em 0;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 677px) and (min-height: 303px) and (min-aspect-ratio: 960 / 430) {
  .player .vp-outro-videoTitle {
    font-size: 3.9534883721vh;
  }
}
@media (min-width: 677px) and (min-height: 303px) and (max-aspect-ratio: 960 / 430) {
  .player .vp-outro-videoTitle {
    font-size: 1.7708333333vw;
  }
}
@media (min-width: 960px) and (min-height: 430px) {
  .player .vp-outro-videoTitle {
    font-size: 17px;
  }
}
.player .vp-outro-videoByline {
  font-size: 10px;
  padding: 0.2em 0.7em 0;
  margin: 0;
  color: #ffffff;
}
@media (min-width: 800px) and (min-height: 358px) and (min-aspect-ratio: 960 / 430) {
  .player .vp-outro-videoByline {
    font-size: 2.7906976744vh;
  }
}
@media (min-width: 800px) and (min-height: 358px) and (max-aspect-ratio: 960 / 430) {
  .player .vp-outro-videoByline {
    font-size: 1.25vw;
  }
}
@media (min-width: 960px) and (min-height: 430px) {
  .player .vp-outro-videoByline {
    font-size: 12px;
  }
}
.player .vp-outro-textWrapper {
  text-align: left;
  padding: 6em;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player .vp-outro-textWrapper img {
  max-width: 100%;
}
.player .vp-outro-textWrapper a {
  font-weight: 700;
}
.player .vp-outro-textWrapper ul {
  padding-left: 1.8em;
}
.player .vp-outro-text {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 1.6em;
  line-height: 1.4;
}
@media (max-width: 500px) {
  .player .vp-outro-text {
    font-size: 1.4em;
  }
}
@media (min-width: 780px) {
  .player .vp-outro-text {
    width: 640px;
    margin: 0 auto;
  }
}
.player .vp-outro-vodWrapper {
  text-align: center;
}
.player .vp-outro-vodWrapper > p {
  margin-top: 1.4em;
  font-size: 1.4em;
}
.player .vp-outro-vodWrapper .vp-outro-vodHeader {
  margin: 0 3.1em 0.5em;
  font-size: 3.2em;
}
.player .vp-outro-vodWrapper .vp-outro-vodHeader a,
.player .vp-outro-vodWrapper .vp-outro-vodHeader a:hover {
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .player .vp-outro-vodWrapper .vp-outro-vodHeader {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 499px) {
  .player .vp-outro-vodWrapper .vp-outro-vodHeader {
    font-size: 2.4em;
  }
}
@media screen and (max-height: 200px) {
  .player .vp-outro-vodWrapper .vp-outro-vodHeader {
    font-size: 2.4em;
  }
}
.player .vp-outro-vod {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.player .vp-outro-vod li {
  display: inline-block;
  list-style-type: none;
  margin: 0 0.5em;
  border-radius: 5px;
}
.player .vp-outro-vod svg {
  margin-top: 0.125em;
  width: 1.375em;
  height: 1.375em;
}
.player .vp-outro-vod p {
  margin: 0;
  padding: 0;
}
.player .vp-outro-vodWrapper a.vp-outro-vodButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em 0.8em;
  margin: 0;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
}
.player .vp-outro-vodWrapper a.vp-outro-vodButton:hover {
  color: #ffffff;
}
@media screen and (max-height: 200px) {
  .player .vp-outro-vodWrapper a.vp-outro-vodButton {
    font-size: 9px;
  }
}
.player .vp-outro-vodWrapper a.vp-outro-vodButton--watch {
  display: inline-block;
  padding: 0.625em 1.25em;
  line-height: normal;
}
.player .vp-outro-vodIcon {
  margin-right: 0.8em;
}
.player .vp-overlay-bg {
  position: absolute;
  top: 0;
  
}
.player .vp-overlay-cell {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.player .vp-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  transition: background-color 0.2s;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.player .vp-overlay-wrapper.modal nav {
  display: none;
}
.player .vp-overlay-wrapper.in .vp-overlay-bg,
.player .vp-overlay-wrapper.in nav {
  opacity: 1;
}
.player .vp-overlay-wrapper.out nav {
  opacity: 0;
}
.player .vp-overlay-wrapper h1 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto 0.6em;
}
.player-md .vp-overlay-wrapper h1 {
  font-size: 21px;
}
.player-lg .vp-overlay-wrapper h1,
.player-xl .vp-overlay-wrapper h1,
.player-xxl .vp-overlay-wrapper h1 {
  font-size: 24px;
}
.player .vp-overlay-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}
.player-md .vp-overlay-wrapper p {
  font-size: 17px;
}
.player-lg .vp-overlay-wrapper p,
.player-xl .vp-overlay-wrapper p,
.player-xxl .vp-overlay-wrapper p {
  font-size: 20px;
}
.player .vp-overlay-wrapper p.subtitle {
  margin: 0.25em 0 0.9375em;
}
@media (max-width: 299px), (max-height: 168px) {
  .player .vp-overlay-wrapper p.subtitle {
    display: none;
  }
}
.player .vp-overlay-wrapper p.account {
  font-size: 1.3em;
  margin-top: 0.7142857143em;
}
@media (max-width: 414px), (max-height: 168px) {
  .player .vp-overlay-wrapper p.account {
    display: none;
  }
}
.player .vp-overlay-wrapper a[role="button"],
.player .vp-overlay-wrapper button,
.player .vp-overlay-wrapper input {
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  padding: 0.625em 1.25em;
  margin: 0 0.3125em;
  border-radius: 5px;
}
.player-md .vp-overlay-wrapper a[role="button"],
.player-md .vp-overlay-wrapper button,
.player-md .vp-overlay-wrapper input {
  font-size: 18px;
}
.player-lg .vp-overlay-wrapper a[role="button"],
.player-lg .vp-overlay-wrapper button,
.player-lg .vp-overlay-wrapper input,
.player-xl .vp-overlay-wrapper a[role="button"],
.player-xl .vp-overlay-wrapper button,
.player-xl .vp-overlay-wrapper input,
.player-xxl .vp-overlay-wrapper a[role="button"],
.player-xxl .vp-overlay-wrapper button,
.player-xxl .vp-overlay-wrapper input {
  font-size: 20px;
}
.player .vp-overlay-wrapper a[role="button"],
.player .vp-overlay-wrapper button,
.player .vp-overlay-wrapper input[type="submit"] {
  cursor: pointer;
}
.player .vp-overlay-wrapper input:not([type="submit"]) {
  padding: 0.625em;
}
.player .vp-overlay-wrapper .popup {
  display: inline-block;
  max-width: 250px;
  font-size: 1.4em;
  padding: 0.7142857143em 1.4285714286em;
}
.player .vp-overlay-wrapper .form a {
  font-weight: 700;
}
.player .vp-overlay-wrapper .form form {
  position: relative;
}
@media (max-width: 414px), (max-height: 168px) {
  .player .vp-overlay-wrapper .form form {
    display: none;
  }
}
.player .vp-overlay-wrapper .form input:not([type="submit"]) {
  border-radius: 2px;
  width: 9em;
  color: #444;
}
.player
  .vp-overlay-wrapper
  .form
  input:not([type="submit"])::-webkit-input-placeholder {
  color: #a9a9a9;
}
.player .vp-overlay-wrapper .form input:not([type="submit"])::-moz-placeholder {
  color: #a9a9a9;
}
.player
  .vp-overlay-wrapper
  .form
  input:not([type="submit"]):-ms-input-placeholder {
  color: #a9a9a9;
}
.player
  .vp-overlay-wrapper
  .form
  input:not([type="submit"])::-ms-input-placeholder {
  color: #a9a9a9;
}
.player .vp-overlay-wrapper .form input:not([type="submit"])::placeholder {
  color: #a9a9a9;
}
.player .vp-overlay-wrapper .form.password input[type="submit"],
.player .vp-overlay-wrapper .form.unlocked button {
  width: auto;
}
.player .vp-overlay-wrapper .form .loading {
  -webkit-animation: throb 1s linear infinite;
  animation: throb 1s linear infinite;
}
.player .vp-overlay-wrapper nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
}
.player .vp-overlay-wrapper nav button {
  font-size: 12px;
  background: 0 0;
  margin: 0;
  padding: 0;
}
.player-md .vp-overlay-wrapper nav button {
  font-size: 14px;
}
.player-lg .vp-overlay-wrapper nav button,
.player-xl .vp-overlay-wrapper nav button,
.player-xxl .vp-overlay-wrapper nav button {
  font-size: 16px;
}
.player .vp-overlay-wrapper nav .icon-back {
  width: 1em;
  height: 1em;
  margin: 1em;
}
.player .vp-overlay-wrapper nav .fill {
  fill: #ffffff;
}
.player .vp-overlay-wrapper nav,
.player .vp-overlay-wrapper nav .back {
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
}
.player .vp-overlay-wrapper nav .back {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(1.5em);
  transform: translateX(1.5em);
}
.player .vp-overlay-wrapper nav .close {
  position: absolute;
  right: 0;
}
.player .vp-overlay-wrapper nav .close:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.player .vp-overlay-wrapper .footnote {
  font-weight: 700;
  margin-top: 0.5em;
  line-height: 1.8em;
}
.player .vp-overlay-wrapper .footnote a,
.player .vp-overlay-wrapper .footnote button {
  margin: 0 0.25em;
}
.player .vp-overlay-wrapper .footnote.share a {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  color: #ffffff;
}
.player .vp-overlay-wrapper .footnote a.clip-url {
  position: relative;
  top: 0.1em;
}
.player .vp-overlay-wrapper .footnote small a {
  margin: 0;
}
.player .vp-overlay-wrapper .help {
  color: #ffffff;
  width: 100%;
  display: block;
}
.player .vp-overlay-wrapper .help dl {
  font-size: 10px;
  min-width: 300px;
  max-width: 700px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0.5em auto;
  text-align: left;
}
@media (min-width: 400px) and (min-height: 225px) and (min-aspect-ratio: 640 / 360) {
  .player .vp-overlay-wrapper .help dl {
    font-size: 4.4444444444vh;
  }
}
@media (min-width: 400px) and (min-height: 225px) and (max-aspect-ratio: 640 / 360) {
  .player .vp-overlay-wrapper .help dl {
    font-size: 2.5vw;
  }
}
@media (min-width: 640px) and (min-height: 360px) {
  .player .vp-overlay-wrapper .help dl {
    font-size: 16px;
  }
}
.player .vp-overlay-wrapper .help dl > div {
  margin: 0.625em 0;
}
.player .vp-overlay-wrapper .help .secondary {
  display: none;
}
@media (min-width: 501px) {
  .player .vp-overlay-wrapper .help dl {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .player .vp-overlay-wrapper .help dl dt {
    border-width: 2px;
  }
  .player .vp-overlay-wrapper .help .secondary {
    display: block;
  }
}
.player .vp-overlay-wrapper .help dt {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 3px;
  width: 2em;
  height: 2em;
  font-family: -apple-system, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
}
.player .vp-overlay-wrapper .help .arrow {
  line-height: 1.25;
}
.player .vp-overlay-wrapper .help dd {
  display: inline-block;
  margin: 0 0.625em;
  font-size: 0.875em;
}
.player .vp-overlay-wrapper .help .scrub-backwards,
.player .vp-overlay-wrapper .help .toggle-captions {
  -webkit-column-break-after: always;
  -moz-column-break-after: always;
  break-after: always;
}
@media (max-width: 414px), (max-height: 168px) {
  .player .vp-overlay-wrapper[data-name="password"] form {
    display: block;
  }
}
.player .vp-overlay-wrapper[data-name="password"] input:focus {
  outline: #00adef solid 2px;
  outline-offset: 2px;
}
@media (max-width: 316px) {
  .player .vp-overlay-wrapper[data-name="password"] input:not([type="submit"]) {
    margin-bottom: 10px;
  }
}
@media (max-width: 299px), (max-height: 168px) {
  .player .vp-overlay-wrapper[data-name="password"] .header,
  .player .vp-overlay-wrapper[data-name="password"] .subtitle {
    display: none;
  }
}
.player .vp-overlay-wrapper[data-name="app-redirect"] {
  background: linear-gradient(180deg, transparent, #000 100%),
    rgba(0, 0, 0, 0.5);
}
.player .vp-overlay-wrapper[data-name="app-redirect"] .app-redirect--topspace {
  margin-top: 1.7em;
}
.player .vp-overlay-wrapper[data-name="app-redirect"] .app-redirect-title {
  font-size: 1.7em;
  padding-bottom: 1em;
}
.player .vp-overlay-wrapper[data-name="app-redirect"] .app-redirect-button {
  font-size: 18px;
}
@media (min-width: 600px) and (min-height: 337px) and (min-aspect-ratio: 800 / 450) {
  .player .vp-overlay-wrapper[data-name="app-redirect"] .app-redirect-button {
    font-size: 5.3333333333vh;
  }
}
@media (min-width: 600px) and (min-height: 337px) and (max-aspect-ratio: 800 / 450) {
  .player .vp-overlay-wrapper[data-name="app-redirect"] .app-redirect-button {
    font-size: 3vw;
  }
}
@media (min-width: 800px) and (min-height: 450px) {
  .player .vp-overlay-wrapper[data-name="app-redirect"] .app-redirect-button {
    font-size: 24px;
  }
}
.player .vp-overlay-wrapper[data-name="app-redirect"] .app-redirect-ignore {
  text-decoration: underline;
  cursor: pointer;
  padding-top: 1em;
  font-size: 1.6em;
}
.player
  .vp-overlay-wrapper[data-name="app-redirect"]
  .app-redirect-bottom-text {
  padding-top: 1.6em;
  font-size: 1.6em;
}
.player .vp-overlay {
  z-index: 24;
  width: 100%;
  opacity: 0;
  position: relative;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.player .vp-overlay.in {
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.player .vp-overlay.out {
  transition: opacity 105ms, -webkit-transform 105ms;
  transition: transform 105ms, opacity 105ms;
  transition: transform 105ms, opacity 105ms, -webkit-transform 105ms;
}
.player .vp-overlay-icon,
.player .vp-overlay-icon-wrapper.animate {
  transition: 0.15s ease-out;
}
.player .vp-overlay-content {
  display: inline-block;
  padding: 0 18px;
}
.player-lg .vp-overlay-content,
.player-md .vp-overlay-content,
.player-sm .vp-overlay-content,
.player-xl .vp-overlay-content,
.player-xxl .vp-overlay-content {
  padding: 0;
}
.player-sm .vp-overlay-content {
  width: calc(100% * 8 / 12);
}
.player-md .vp-overlay-content {
  width: calc(100% * 6 / 12);
}
.player-lg .vp-overlay-content {
  width: calc(100% * 5 / 12);
}
.player-xl .vp-overlay-content {
  width: calc(100% * 4 / 12);
}
.player-xxl .vp-overlay-content {
  width: calc(100% * 3 / 12);
}
.player .vp-overlay-content.unlocked h1 {
  max-width: 800px;
}
.player .vp-overlay-content.error {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.player .vp-overlay-content.error a {
  color: #00adef;
}
.player .vp-overlay-content.error a:hover {
  color: #ff5210;
}
.player .vp-overlay-icon-wrapper {
  position: absolute;
  left: 50%;
  width: 20em;
  height: 20em;
  margin-left: -10em;
  z-index: 23;
}
@media (max-width: 414px), (max-height: 168px) {
  .player .vp-overlay-icon-wrapper {
    display: none;
  }
}
.player .vp-overlay-icon-wrapper[data-icon="lock"] {
  width: 14em;
  height: 16em;
  margin-left: -7em;
}
.player-lg .vp-overlay-icon-wrapper[data-icon="lock"],
.player-md .vp-overlay-icon-wrapper[data-icon="lock"],
.player-sm .vp-overlay-icon-wrapper[data-icon="lock"],
.player-xl .vp-overlay-icon-wrapper[data-icon="lock"],
.player-xxl .vp-overlay-icon-wrapper[data-icon="lock"] {
  height: 22.4em;
}
.player .vp-overlay-icon {
  width: 20em;
  height: 20em;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.player .vp-overlay-icon[data-icon="lock"] {
  height: 16em;
  width: 14em;
}
.player-lg .vp-overlay-icon[data-icon="lock"],
.player-md .vp-overlay-icon[data-icon="lock"],
.player-sm .vp-overlay-icon[data-icon="lock"],
.player-xl .vp-overlay-icon[data-icon="lock"],
.player-xxl .vp-overlay-icon[data-icon="lock"] {
  height: 22.4em;
}
.player .vp-overlay-icon[data-icon="lock"].open .bolt {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.player .vp-overlay-icon svg {
  width: 100%;
  height: 100%;
}
.player .vp-overlay-icon.centered {
  transition: 0.1s ease-out;
}
.player .vp-overlay-icon.pulled-back {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
.player .vp-overlay-icon.out {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.player .vp-overlay-logo {
  width: 100%;
  height: 2.9em;
  margin: 0 auto;
  position: absolute;
  z-index: -2934875273462;
}
.player .vp-overlay-logo.animate {
  opacity: 0;
  transition: 0.15s ease-out;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}
.player .vp-overlay-logo svg {
  width: 100%;
  height: 100%;
}
@media (max-height: 269px) {
  .player .vp-overlay-cell::after {
    content: "icon-hidden";
    display: block;
    position: relative;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .player .vp-overlay-icon-wrapper,
  .player .vp-overlay-logo {
    display: none;
  }
  .player .vp-overlay-icon-wrapper::after,
  .player .vp-overlay-logo::after {
    content: "hidden";
    display: block;
    position: relative;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
.player .vp-overlay-icon,
.player .vp-overlay-logo {
  opacity: 0.75;
}
.player .vp-sidedock {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 13;
}
.player .vp-sidedock,
.player .vp-sidedock .sidedock-inner {
  transition: opacity 250ms ease-out;
}
.player .vp-sidedock .box {
  margin: 0 0 0.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.player .vp-sidedock .box:nth-child(3) {
  transition-delay: 50ms;
}
.player .vp-sidedock .box:nth-child(4) {
  transition-delay: 0.1s;
}
.player .vp-sidedock .box[data-vod-expiring="1"] .vod-button {
  background-color: rgba(188, 23, 30, 0.75);
}
.player .vp-sidedock .box[data-vod-expiring="1"] .vod-icon .fill {
  fill: #ffffff;
}
.player .vp-sidedock.vod .sidedock-inner .box {
  opacity: 0;
  -webkit-transform: translateX(46px);
  transform: translateX(46px);
}
.player
  .vp-sidedock.vod
  .box[data-vod-purchased="1"][data-vod-expiring="1"]
  .vod-button {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
.player .vp-sidedock button {
  width: 3.6em;
  height: 3.6em;
  transition: background-color 40ms;
}
.player .vp-sidedock label {
  background-color: rgba(30, 30, 30, 0.9);
  font-size: 1.2em;
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
  margin: 0 0.7em 0 0;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.player .vp-sidedock label.visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.player .vp-sidedock .vod-label,
.player .vp-sidedock label {
  position: relative;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: opacity 150ms ease-out, transform 150ms ease-out;
  transition: opacity 150ms ease-out, transform 150ms ease-out,
    -webkit-transform 150ms ease-out;
}
.player .vp-sidedock .vod-label,
.player .vp-sidedock label span {
  font-weight: 700;
  line-height: 2.5714285714;
}
.player .vp-sidedock .vod-label {
  font-size: 1.4em;
  height: 100%;
  margin-left: 0.7em;
}
.player .vp-sidedock svg {
  margin: 0 auto;
  display: block;
}
.player .vp-sidedock .vod-button {
  width: auto;
}
.player .vp-sidedock .vod-button-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.player .vp-sidedock .vod-icon {
  width: 2.4em;
  height: 100%;
  margin: 0 0.7em;
}
.player .vp-sidedock .like-icon {
  width: 2.2em;
  height: 2em;
}
.player .vp-sidedock .watch-later-icon {
  width: 2.4em;
  height: 2.4em;
}
.player .vp-sidedock .share-icon {
  width: 2.3em;
  height: 2em;
}
.player .vp-sidedock .collections-icon {
  width: 2em;
  height: 2em;
}
.player .vp-sidedock .fill {
  transition: fill 40ms;
}
.player .vp-sidedock .stroke {
  transition: stroke 40ms;
}
.player .vp-badge,
.player .vp-title {
  position: relative;
  transition: opacity 250ms ease-out;
}
.js-player-fullscreen:-webkit-full-screen .vp-sidedock {
  font-size: 11px;
}
.js-player-fullscreen:-ms-fullscreen .vp-sidedock {
  font-size: 11px;
}
.js-player-fullscreen-api .vp-sidedock,
.js-player-fullscreen:-webkit-full-screen .vp-sidedock {
  font-size: 11px;
}
.js-player-fullscreen-api .vp-sidedock,
.js-player-fullscreen:-moz-full-screen .vp-sidedock {
  font-size: 11px;
}
.js-player-fullscreen-api .vp-sidedock,
.js-player-fullscreen:-ms-fullscreen .vp-sidedock {
  font-size: 11px;
}
.js-player-fullscreen-api .vp-sidedock,
.js-player-fullscreen:fullscreen .vp-sidedock {
  font-size: 11px;
}
.player .sidedock-outro button:not(:hover) {
  opacity: 0.65;
}
.player.no-fullscreen-api-support.mobile .vp-title .vp-portrait,
.player.no-fullscreen-support.mobile .vp-title .vp-portrait,
.player.player-ad .vp-sidedock {
  display: none;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.mobile
  .vp-title
  .vp-portrait,
.player:not(:-webkit-full-screen).mobile .vp-title .vp-portrait {
  display: none;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.mobile
  .vp-title
  .vp-portrait,
.player:not(:-ms-fullscreen).mobile .vp-title .vp-portrait {
  display: none;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.mobile
  .vp-title
  .vp-portrait,
.player:not(:-moz-full-screen).mobile .vp-title .vp-portrait {
  display: none;
}
.js-player-fullscreen:not(:fullscreen) .player.mobile .vp-title .vp-portrait,
.player:not(:fullscreen).mobile .vp-title .vp-portrait {
  display: none;
}
.player.fullscreen .vp-title {
  margin-right: 4.1818181818em;
}
.player .vp-title {
  display: block;
  padding: 1em;
  z-index: 7;
  margin-right: 4.6em;
}
.player .vp-title .vp-title-header {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}
.player .vp-title .vp-title-header .headers {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  flex: 1 1 100%;
  min-width: 0;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.player .vp-title .vp-title-header h1,
.player .vp-title .vp-title-header h2 {
  background-color: rgba(30, 30, 30, 0.9);
  display: inline-block;
}
.player .vp-title .vp-title-header h1 {
  max-width: 100%;
  margin: 0;
  padding: 0.1em 0.2em;
  font-size: 2em !important;
  font-weight: 700;
}
.player .vp-title .vp-title-header h1 a {
  font-weight: 700;
}
.player .vp-title .vp-title-header h2 {
  font-size: 1.2em !important;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.1em;
  padding: 0.2em 0.5em;
}
.player .vp-title .vp-title-header h2 .user,
.player .vp-title .vp-title-header h2 a {
  font-weight: 700;
}
.player .vp-title .vp-title-header h2 .byline-badge {
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 2px 3px 1px;
  vertical-align: 1px;
  font-family: Helvetica, Arial !important;
  font-size: 0.7em;
  font-weight: 400;
}
.player .vp-title .vp-title-header h2 .byline-badge.plus {
  background-color: #17ade4;
  color: #073a4c;
}
.player .vp-title .vp-title-header h2 .byline-badge.pro {
  background-color: #9ba8b8;
  color: #34373d;
}
.player .vp-title .vp-title-header h2 .byline-badge.business {
  background-color: #74b300;
  color: #263b00;
}
.player .vp-title .vp-portrait {
  background-color: rgba(30, 30, 30, 0.9);
  width: 6em;
  height: 6em;
  margin-right: 1px;
  flex: 1 0 auto;
  padding: 0.5em;
}
.player .vp-title .vp-portrait img {
  border: 0;
  width: 5em;
  height: 5em;
  border-radius: 50%;
}
.player .vp-title .threesix-badge-title {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  vertical-align: middle;
  font-weight: 700;
  font-size: 0.6em;
  padding: 0.2em 0.4em;
  display: inline-block;
  margin-left: 0.5em;
  margin-top: -0.2em;
}
.player .vp-title .threesix-badge-byline,
.player .vp-title .threesix-badge-loner {
  background-color: rgba(30, 30, 30, 0.9);
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.2em 0.4em;
  display: inline-block;
}
.player .vp-title .threesix-badge-byline {
  margin-left: -2px;
}
.player .vp-title .hasdv-badge-title,
.player .vp-title .hashdr-badge-title {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  vertical-align: middle;
  font-weight: 700;
  font-size: 0.6em;
  padding: 0.2em 0.4em;
  display: inline-block;
  margin-left: 0.5em;
  margin-top: -0.2em;
}
.player .vp-title .hasdv-badge-title {
  margin-top: -4px;
  padding: 0.3em 0.4em 0;
}
.player .vp-title .hasdv-badge-byline,
.player .vp-title .hasdv-badge-loner,
.player .vp-title .hashdr-badge-byline,
.player .vp-title .hashdr-badge-loner {
  display: inline-block;
  background-color: rgba(30, 30, 30, 0.9);
  padding: 0.2em 0.4em;
  font-size: 1.2em;
  font-weight: 700;
}
.player .vp-title .hasdv-badge-title svg {
  height: 1em;
  margin-bottom: -0.1em;
}
.player .vp-title .hasdv-badge-byline,
.player .vp-title .hashdr-badge-byline {
  margin-left: -2px;
}
.player .vp-title .hasdv-badge-byline svg {
  height: 0.9em;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.player .vp-title .hasdv-badge-loner {
  padding: 0.4em 0.4em 0;
}
.player .vp-title .hasdv-badge-loner svg {
  height: 1em;
}
.js-player-fullscreen:-webkit-full-screen .vp-title {
  font-size: 11px;
}
.js-player-fullscreen:-ms-fullscreen .vp-title {
  font-size: 11px;
}
.js-player-fullscreen-api .vp-title,
.js-player-fullscreen:-webkit-full-screen .vp-title {
  font-size: 11px;
}
.js-player-fullscreen-api .vp-title,
.js-player-fullscreen:-moz-full-screen .vp-title {
  font-size: 11px;
}
.js-player-fullscreen-api .vp-title,
.js-player-fullscreen:-ms-fullscreen .vp-title {
  font-size: 11px;
}
.js-player-fullscreen-api .vp-title,
.js-player-fullscreen:fullscreen .vp-title {
  font-size: 11px;
}
.player .vp-badge {
  display: block;
  float: left;
  z-index: 8;
  padding: 0;
  margin: 0;
}
.player .vp-badge.invisible {
  padding: 0;
}
@media (max-width: 414px), (max-height: 168px) {
  .player .vp-badge {
    display: none;
  }
}
.player.hide-controls-mode .vp-video-wrapper .vp-shade,
.player.no-playbar .vp-video-wrapper .vp-shade,
.player.player-tiny .vp-video-wrapper .vp-shade {
  display: none;
}
.player .vp-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
}
.player .vp-video-wrapper.live-background {
  background-color: #1a2e3b;
}
.player .vp-video-wrapper.transparent {
  background-color: transparent;
}
.player .vp-video-wrapper.native-controls {
  z-index: 17;
}
.player .vp-video-wrapper .snapshot {
  position: absolute;
  z-index: 1;
}
.player .vp-video-wrapper .vp-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.25s, -webkit-filter 0.25s;
  transition: filter 0.25s, opacity 0.25s;
  transition: filter 0.25s, opacity 0.25s, -webkit-filter 0.25s;
}
.player .vp-video-wrapper .vp-video::after {
  transition: all 0.25s;
}
.player .vp-video-wrapper .vp-preview,
.player .vp-video-wrapper .vp-shade,
.player .vp-video-wrapper .vp-telecine {
  top: 0;
  left: 0;
  transition: opacity 0.25s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.player .vp-video-wrapper .vp-preview {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.player .vp-video-wrapper .vp-preview-cover {
  background-size: cover;
}
.player .vp-video-wrapper .vp-preview-invisible {
  opacity: 0;
}
.player .vp-video-wrapper .vp-shade {
  background-color: #000;
  opacity: 0.4;
}
.player .vp-video-wrapper .vp-shade-invisible {
  opacity: 0;
}
.player
  .vp-video-wrapper
  .vp-telecine.hide-webkit-controls
  video::--webkit-media-controls-play-button {
  display: none;
}
.player
  .vp-video-wrapper
  .vp-telecine.hide-webkit-controls
  video::-webkit-media-controls-play-button {
  display: none;
}
.player
  .vp-video-wrapper
  .vp-telecine.hide-webkit-controls
  video::-webkit-media-controls-start-playback-button {
  display: none;
}
.player .vp-video-wrapper object,
.player .vp-video-wrapper video {
  width: 100%;
  height: 100%;
}
.player .vp-video-wrapper .vp-telecine-cover video {
  -o-object-fit: cover;
  object-fit: cover;
}
.player .vp-video-wrapper pre {
  font-family: monospace !important;
}
.js-player-fullscreen:-webkit-full-screen {
  background-color: #000 !important;
}
.js-player-fullscreen:-ms-fullscreen {
  background-color: #000 !important;
}
.js-player-fullscreen-api,
.js-player-fullscreen:-webkit-full-screen {
  background-color: #000 !important;
}
.js-player-fullscreen-api,
.js-player-fullscreen:-moz-full-screen {
  background-color: #000 !important;
}
.js-player-fullscreen-api,
.js-player-fullscreen:-ms-fullscreen {
  background-color: #000 !important;
}
.js-player-fullscreen-api,
.js-player-fullscreen:fullscreen {
  background-color: #000 !important;
}
.js-player-fullscreen:-webkit-full-screen .vp-video-wrapper {
  background-color: transparent !important;
}
.js-player-fullscreen:-ms-fullscreen .vp-video-wrapper {
  background-color: transparent !important;
}
.js-player-fullscreen-api .vp-video-wrapper,
.js-player-fullscreen:-webkit-full-screen .vp-video-wrapper {
  background-color: transparent !important;
}
.js-player-fullscreen-api .vp-video-wrapper,
.js-player-fullscreen:-moz-full-screen .vp-video-wrapper {
  background-color: transparent !important;
}
.js-player-fullscreen-api .vp-video-wrapper,
.js-player-fullscreen:-ms-fullscreen .vp-video-wrapper {
  background-color: transparent !important;
}
.js-player-fullscreen-api .vp-video-wrapper,
.js-player-fullscreen:fullscreen .vp-video-wrapper {
  background-color: transparent !important;
}
.player .vp-text-alert-wrapper {
  background-image: linear-gradient(to bottom, rgba(20, 21, 22, 0.3), #141516);
  cursor: default;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 700;
}
.player .vp-text-alert-wrapper .vp-alert-text,
.player .vp-text-alert-wrapper .vp-alert-time {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  width: 100%;
}
.player .vp-text-alert-wrapper .vp-alert-time .vp-live-start-time-body,
.player .vp-text-alert-wrapper .vp-alert-time .vp-live-start-time-title {
  margin-bottom: 9px;
}
.player .vp-text-alert-wrapper .vp-alert-time .vp-live-start-time-body {
  font-weight: 400;
  font-size: 3.2em;
}
@media screen and (max-height: 350px), screen and (max-width: 740px) {
  .player .vp-text-alert-wrapper .vp-alert-time .vp-live-start-time-title {
    font-weight: 700;
  }
  .player .vp-text-alert-wrapper .vp-alert-time .vp-live-start-time-body,
  .player .vp-text-alert-wrapper .vp-alert-time .vp-live-start-time-footer {
    font-size: 1.4em;
    display: inline;
    font-weight: 400;
  }
  .player .vp-text-alert-wrapper .vp-alert-time .vp-live-start-time-body {
    padding-right: 6px;
  }
}
@media screen and (max-height: 200px), screen and (max-width: 480px) {
  .player .vp-text-alert-wrapper {
    font-size: 1.2em;
  }
}
@media screen and (max-height: 200px), screen and (max-width: 250px) {
  .player .vp-text-alert-wrapper {
    font-size: 1em;
  }
}
.player .player-mini.with-custom-logo .vp-title .vp-title-header h1,
.player.player-mini .vp-title .vp-title-header h1 {
  font-size: 1.8em;
}
.player .vp-spin {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.1s,
    -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: opacity 0.1s, transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: opacity 0.1s, transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
}
.player.hide-controls-mode .vp-spin,
.player.no-playbar .vp-spin,
.player.player-tiny .vp-spin {
  display: none;
}
.player .vp-spin-invisible {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.player .vp-spin-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  -webkit-animation: rotate 2s linear 0.25s infinite,
    dash 1.5s ease-in-out 0.25s infinite;
  animation: rotate 2s linear 0.25s infinite,
    dash 1.5s ease-in-out 0.25s infinite;
}
@media all and (-ms-high-contrast: none) {
  .player .vp-spin-circle {
    stroke-dasharray: 50 200;
    stroke-dashoffset: 0;
  }
}
.player .vp-spin-invisible .vp-spin-circle {
  -webkit-animation: none;
  animation: none;
}
.player .vp-spin-trace {
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 0.6;
}
.Card_module_popOut__4940c93e *,
.DebugPanel_module_closeButton__de6a3a81 svg path,
.player .Card_module_popOut__4940c93e *,
.player
  .player-tiny.with-custom-logo
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill,
.player
  .vp-menu-accordion-button:hover
  div.vp-menu-accordion-button-icon
  svg
  .fill,
.player .vp-menu-option:hover .vp-menu-option-icon .fill,
.player.no-fullscreen-api-support.in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill,
.player.no-fullscreen-support.in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill,
.player.player-tiny .vp-controls .play-bar > button:not(.toggle):hover .fill {
  fill: #ffffff;
}
.player.player-xxs .vp-spin-circle,
.player.player-xxs .vp-spin-trace {
  stroke-width: 6%;
}
.player.player-xs .vp-spin-circle,
.player.player-xs .vp-spin-trace {
  stroke-width: 4%;
}
.player.no-fullscreen-api-support.in-minibar .custom-logo,
.player.no-fullscreen-api-support.in-minibar .play-bar .vp-cast-button,
.player.no-fullscreen-api-support.in-minibar .play-bar .vp-live-status,
.player.no-fullscreen-api-support.in-minibar .play-bar .vp-live-viewer-count,
.player.no-fullscreen-api-support.in-minibar .vp-badge,
.player.no-fullscreen-api-support.in-minibar .vp-sidedock,
.player.no-fullscreen-api-support.in-minibar .vp-title {
  display: none !important;
}
.player.no-fullscreen-api-support.in-minibar .vp-controls {
  top: 1em;
  height: auto;
  z-index: auto;
  justify-content: flex-end;
}
.player.no-fullscreen-api-support.in-minibar .vp-controls .play-bar {
  background: 0;
  padding: 0;
  height: 2.2em;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
  flex: 0 0 auto;
}
.player.no-fullscreen-api-support.in-minibar
  .vp-controls
  .play-bar
  :not(.vp-tooltip) {
  pointer-events: all;
}
.player.no-fullscreen-api-support.in-minibar .vp-controls .play-bar > button {
  box-sizing: content-box;
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
  padding: 0.5em;
  margin-left: 0.5em;
  height: 1.2em;
}
.player.no-fullscreen-api-support.in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg {
  margin-top: -0.3em;
}
.player.no-fullscreen-api-support.in-minibar .vp-controls .play-bar .cc {
  padding: 0.4em;
  height: 1.4em;
}
.player.no-fullscreen-api-support.in-minibar .vp-controls .airplay,
.player.no-fullscreen-api-support.in-minibar .vp-controls .logo,
.player.no-fullscreen-api-support.in-minibar .vp-controls .stereoscopic,
.player.no-fullscreen-api-support.in-minibar .vp-controls .volume,
.player.no-fullscreen-api-support.in-minibar .vp-controls .vp-cast-button,
.player.no-fullscreen-api-support.in-minibar .vp-controls .vp-prefs,
.player.no-fullscreen-api-support.in-minibar .vp-controls .vp-progress {
  display: none;
}
.player.no-fullscreen-api-support.in-minibar .vp-controls .play,
.player.no-fullscreen-api-support.in-minibar .vp-controls .replay {
  margin: -2em 0 0 -3.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}
.player.no-fullscreen-api-support.in-minibar .vp-controls .play .tiny-bars,
.player.no-fullscreen-api-support.in-minibar .vp-controls .replay .tiny-bars {
  display: block;
}
.player.no-fullscreen-api-support.in-minibar .vp-controls .play,
.player.no-fullscreen-api-support.in-minibar .vp-controls .play-bar,
.player.no-fullscreen-api-support.in-minibar .vp-controls .replay {
  z-index: 16;
}
.player.no-fullscreen-api-support.in-minibar:not(:-webkit-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.no-fullscreen-api-support.in-minibar:not(:-ms-fullscreen)
  .vp-captions.with-controls {
  transform: translateY(-32px);
}
.player.no-fullscreen-api-support.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player.no-fullscreen-api-support.in-minibar:not(:-webkit-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.no-fullscreen-api-support.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player.no-fullscreen-api-support.in-minibar:not(:-moz-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.no-fullscreen-api-support.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player.no-fullscreen-api-support.in-minibar:not(:-ms-fullscreen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.no-fullscreen-api-support.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player.no-fullscreen-api-support.in-minibar:not(:fullscreen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.no-fullscreen-support.in-minibar .custom-logo,
.player.no-fullscreen-support.in-minibar .play-bar .vp-cast-button,
.player.no-fullscreen-support.in-minibar .play-bar .vp-live-status,
.player.no-fullscreen-support.in-minibar .play-bar .vp-live-viewer-count,
.player.no-fullscreen-support.in-minibar .vp-badge,
.player.no-fullscreen-support.in-minibar .vp-sidedock,
.player.no-fullscreen-support.in-minibar .vp-title {
  display: none !important;
}
.player.no-fullscreen-support.in-minibar .vp-controls {
  top: 1em;
  height: auto;
  z-index: auto;
  justify-content: flex-end;
}
.player.no-fullscreen-support.in-minibar .vp-controls .play-bar {
  background: 0;
  padding: 0;
  height: 2.2em;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
  flex: 0 0 auto;
}
.player.no-fullscreen-support.in-minibar
  .vp-controls
  .play-bar
  :not(.vp-tooltip) {
  pointer-events: all;
}
.player.no-fullscreen-support.in-minibar .vp-controls .play-bar > button {
  box-sizing: content-box;
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
  padding: 0.5em;
  margin-left: 0.5em;
  height: 1.2em;
}
.player.no-fullscreen-support.in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg {
  margin-top: -0.3em;
}
.player.no-fullscreen-support.in-minibar .vp-controls .play-bar .cc {
  padding: 0.4em;
  height: 1.4em;
}
.player.no-fullscreen-support.in-minibar .vp-controls .airplay,
.player.no-fullscreen-support.in-minibar .vp-controls .logo,
.player.no-fullscreen-support.in-minibar .vp-controls .stereoscopic,
.player.no-fullscreen-support.in-minibar .vp-controls .volume,
.player.no-fullscreen-support.in-minibar .vp-controls .vp-cast-button,
.player.no-fullscreen-support.in-minibar .vp-controls .vp-prefs,
.player.no-fullscreen-support.in-minibar .vp-controls .vp-progress {
  display: none;
}
.player.no-fullscreen-support.in-minibar .vp-controls .play,
.player.no-fullscreen-support.in-minibar .vp-controls .replay {
  margin: -2em 0 0 -3.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}
.player.no-fullscreen-support.in-minibar .vp-controls .play .tiny-bars,
.player.no-fullscreen-support.in-minibar .vp-controls .replay .tiny-bars {
  display: block;
}
.player.no-fullscreen-support.in-minibar .vp-controls .play,
.player.no-fullscreen-support.in-minibar .vp-controls .play-bar,
.player.no-fullscreen-support.in-minibar .vp-controls .replay {
  z-index: 16;
}
.player.no-fullscreen-support.in-minibar:not(:-webkit-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.no-fullscreen-support.in-minibar:not(:-ms-fullscreen)
  .vp-captions.with-controls {
  transform: translateY(-32px);
}
.player.no-fullscreen-support.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player.no-fullscreen-support.in-minibar:not(:-webkit-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.no-fullscreen-support.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player.no-fullscreen-support.in-minibar:not(:-moz-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.no-fullscreen-support.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player.no-fullscreen-support.in-minibar:not(:-ms-fullscreen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.no-fullscreen-support.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player.no-fullscreen-support.in-minibar:not(:fullscreen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.js-player-fullscreen:not(:-webkit-full-screen) .player.in-minibar .custom-logo,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .play-bar
  .vp-cast-button,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .play-bar
  .vp-live-status,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .play-bar
  .vp-live-viewer-count,
.js-player-fullscreen:not(:-webkit-full-screen) .player.in-minibar .vp-badge,
.js-player-fullscreen:not(:-webkit-full-screen) .player.in-minibar .vp-sidedock,
.js-player-fullscreen:not(:-webkit-full-screen) .player.in-minibar .vp-title,
.player:not(:-webkit-full-screen).in-minibar .custom-logo,
.player:not(:-webkit-full-screen).in-minibar .play-bar .vp-cast-button,
.player:not(:-webkit-full-screen).in-minibar .play-bar .vp-live-status,
.player:not(:-webkit-full-screen).in-minibar .play-bar .vp-live-viewer-count,
.player:not(:-webkit-full-screen).in-minibar .vp-badge,
.player:not(:-webkit-full-screen).in-minibar .vp-sidedock,
.player:not(:-webkit-full-screen).in-minibar .vp-title {
  display: none !important;
}
.js-player-fullscreen:not(:-ms-fullscreen) .player.in-minibar .custom-logo,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .play-bar
  .vp-cast-button,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .play-bar
  .vp-live-status,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .play-bar
  .vp-live-viewer-count,
.js-player-fullscreen:not(:-ms-fullscreen) .player.in-minibar .vp-badge,
.js-player-fullscreen:not(:-ms-fullscreen) .player.in-minibar .vp-sidedock,
.js-player-fullscreen:not(:-ms-fullscreen) .player.in-minibar .vp-title,
.player:not(:-ms-fullscreen).in-minibar .custom-logo,
.player:not(:-ms-fullscreen).in-minibar .play-bar .vp-cast-button,
.player:not(:-ms-fullscreen).in-minibar .play-bar .vp-live-status,
.player:not(:-ms-fullscreen).in-minibar .play-bar .vp-live-viewer-count,
.player:not(:-ms-fullscreen).in-minibar .vp-badge,
.player:not(:-ms-fullscreen).in-minibar .vp-sidedock,
.player:not(:-ms-fullscreen).in-minibar .vp-title {
  display: none !important;
}
.js-player-fullscreen:not(:-moz-full-screen) .player.in-minibar .custom-logo,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .play-bar
  .vp-cast-button,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .play-bar
  .vp-live-status,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .play-bar
  .vp-live-viewer-count,
.js-player-fullscreen:not(:-moz-full-screen) .player.in-minibar .vp-badge,
.js-player-fullscreen:not(:-moz-full-screen) .player.in-minibar .vp-sidedock,
.js-player-fullscreen:not(:-moz-full-screen) .player.in-minibar .vp-title,
.player:not(:-moz-full-screen).in-minibar .custom-logo,
.player:not(:-moz-full-screen).in-minibar .play-bar .vp-cast-button,
.player:not(:-moz-full-screen).in-minibar .play-bar .vp-live-status,
.player:not(:-moz-full-screen).in-minibar .play-bar .vp-live-viewer-count,
.player:not(:-moz-full-screen).in-minibar .vp-badge,
.player:not(:-moz-full-screen).in-minibar .vp-sidedock,
.player:not(:-moz-full-screen).in-minibar .vp-title {
  display: none !important;
}
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .custom-logo,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .play-bar
  .vp-cast-button,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .play-bar
  .vp-live-status,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .play-bar
  .vp-live-viewer-count,
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-badge,
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-sidedock,
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-title,
.player:not(:fullscreen).in-minibar .custom-logo,
.player:not(:fullscreen).in-minibar .play-bar .vp-cast-button,
.player:not(:fullscreen).in-minibar .play-bar .vp-live-status,
.player:not(:fullscreen).in-minibar .play-bar .vp-live-viewer-count,
.player:not(:fullscreen).in-minibar .vp-badge,
.player:not(:fullscreen).in-minibar .vp-sidedock,
.player:not(:fullscreen).in-minibar .vp-title {
  display: none !important;
}
.js-player-fullscreen:not(:-webkit-full-screen) .player.in-minibar .vp-controls,
.player:not(:-webkit-full-screen).in-minibar .vp-controls {
  top: 1em;
  height: auto;
  z-index: auto;
  justify-content: flex-end;
}
.js-player-fullscreen:not(:-ms-fullscreen) .player.in-minibar .vp-controls,
.player:not(:-ms-fullscreen).in-minibar .vp-controls {
  top: 1em;
  height: auto;
  z-index: auto;
  justify-content: flex-end;
}
.js-player-fullscreen:not(:-moz-full-screen) .player.in-minibar .vp-controls,
.player:not(:-moz-full-screen).in-minibar .vp-controls {
  top: 1em;
  height: auto;
  z-index: auto;
  justify-content: flex-end;
}
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-controls,
.player:not(:fullscreen).in-minibar .vp-controls {
  top: 1em;
  height: auto;
  z-index: auto;
  justify-content: flex-end;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .play-bar {
  background: 0;
  padding: 0;
  height: 2.2em;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .play-bar {
  background: 0;
  padding: 0;
  height: 2.2em;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.player:not(:-moz-full-screen).in-minibar .vp-controls .play-bar {
  background: 0;
  padding: 0;
  height: 2.2em;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
}
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.player:not(:fullscreen).in-minibar .vp-controls .play-bar {
  background: 0;
  padding: 0;
  height: 2.2em;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  :not(.vp-tooltip),
.player:not(:-webkit-full-screen).in-minibar
  .vp-controls
  .play-bar
  :not(.vp-tooltip) {
  pointer-events: all;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  :not(.vp-tooltip),
.player:not(:-ms-fullscreen).in-minibar
  .vp-controls
  .play-bar
  :not(.vp-tooltip) {
  pointer-events: all;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  :not(.vp-tooltip),
.player:not(:-moz-full-screen).in-minibar
  .vp-controls
  .play-bar
  :not(.vp-tooltip) {
  pointer-events: all;
}
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  :not(.vp-tooltip),
.player:not(:fullscreen).in-minibar .vp-controls .play-bar :not(.vp-tooltip) {
  pointer-events: all;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .play-bar > button {
  box-sizing: content-box;
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
  padding: 0.5em;
  margin-left: 0.5em;
  height: 1.2em;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .play-bar > button {
  box-sizing: content-box;
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
  padding: 0.5em;
  margin-left: 0.5em;
  height: 1.2em;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button,
.player:not(:-moz-full-screen).in-minibar .vp-controls .play-bar > button {
  box-sizing: content-box;
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
  padding: 0.5em;
  margin-left: 0.5em;
  height: 1.2em;
}
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button,
.player:not(:fullscreen).in-minibar .vp-controls .play-bar > button {
  box-sizing: content-box;
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
  padding: 0.5em;
  margin-left: 0.5em;
  height: 1.2em;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg,
.player:not(:-webkit-full-screen).in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg {
  margin-top: -0.3em;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg,
.player:not(:-ms-fullscreen).in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg {
  margin-top: -0.3em;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg,
.player:not(:-moz-full-screen).in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg {
  margin-top: -0.3em;
}
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg,
.player:not(:fullscreen).in-minibar
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg {
  margin-top: -0.3em;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill,
.player:not(:-webkit-full-screen).in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill {
  fill: #ffffff;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill,
.player:not(:-ms-fullscreen).in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill {
  fill: #ffffff;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill,
.player:not(:-moz-full-screen).in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill {
  fill: #ffffff;
}
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill,
.player:not(:fullscreen).in-minibar
  .vp-controls
  .play-bar
  > button:not(.toggle):hover
  .fill {
  fill: #ffffff;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  .cc,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .play-bar .cc {
  padding: 0.4em;
  height: 1.4em;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  .cc,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .play-bar .cc {
  padding: 0.4em;
  height: 1.4em;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar
  .cc,
.player:not(:-moz-full-screen).in-minibar .vp-controls .play-bar .cc {
  padding: 0.4em;
  height: 1.4em;
}
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar
  .cc,
.player:not(:fullscreen).in-minibar .vp-controls .play-bar .cc {
  padding: 0.4em;
  height: 1.4em;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .airplay,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .logo,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .stereoscopic,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .volume,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .vp-cast-button,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .vp-prefs,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .vp-progress,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .airplay,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .logo,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .stereoscopic,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .volume,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .vp-cast-button,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .vp-prefs,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .vp-progress {
  display: none;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .airplay,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .logo,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .stereoscopic,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .volume,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .vp-cast-button,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .vp-prefs,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .vp-progress,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .airplay,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .logo,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .stereoscopic,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .volume,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .vp-cast-button,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .vp-prefs,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .vp-progress {
  display: none;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .airplay,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .logo,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .stereoscopic,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .volume,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .vp-cast-button,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .vp-prefs,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .vp-progress,
.player:not(:-moz-full-screen).in-minibar .vp-controls .airplay,
.player:not(:-moz-full-screen).in-minibar .vp-controls .logo,
.player:not(:-moz-full-screen).in-minibar .vp-controls .stereoscopic,
.player:not(:-moz-full-screen).in-minibar .vp-controls .volume,
.player:not(:-moz-full-screen).in-minibar .vp-controls .vp-cast-button,
.player:not(:-moz-full-screen).in-minibar .vp-controls .vp-prefs,
.player:not(:-moz-full-screen).in-minibar .vp-controls .vp-progress {
  display: none;
}
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-controls .airplay,
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-controls .logo,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .stereoscopic,
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-controls .volume,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .vp-cast-button,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .vp-prefs,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .vp-progress,
.player:not(:fullscreen).in-minibar .vp-controls .airplay,
.player:not(:fullscreen).in-minibar .vp-controls .logo,
.player:not(:fullscreen).in-minibar .vp-controls .stereoscopic,
.player:not(:fullscreen).in-minibar .vp-controls .volume,
.player:not(:fullscreen).in-minibar .vp-controls .vp-cast-button,
.player:not(:fullscreen).in-minibar .vp-controls .vp-prefs,
.player:not(:fullscreen).in-minibar .vp-controls .vp-progress {
  display: none;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .replay,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .play,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .replay {
  margin: -2em 0 0 -3.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .replay,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .play,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .replay {
  margin: -2em 0 0 -3.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .replay,
.player:not(:-moz-full-screen).in-minibar .vp-controls .play,
.player:not(:-moz-full-screen).in-minibar .vp-controls .replay {
  margin: -2em 0 0 -3.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-controls .play,
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-controls .replay,
.player:not(:fullscreen).in-minibar .vp-controls .play,
.player:not(:fullscreen).in-minibar .vp-controls .replay {
  margin: -2em 0 0 -3.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play
  .tiny-bars,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .replay
  .tiny-bars,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .play .tiny-bars,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .replay .tiny-bars {
  display: block;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play
  .tiny-bars,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .replay
  .tiny-bars,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .play .tiny-bars,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .replay .tiny-bars {
  display: block;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play
  .tiny-bars,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .replay
  .tiny-bars,
.player:not(:-moz-full-screen).in-minibar .vp-controls .play .tiny-bars,
.player:not(:-moz-full-screen).in-minibar .vp-controls .replay .tiny-bars {
  display: block;
}
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .play
  .tiny-bars,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .replay
  .tiny-bars,
.player:not(:fullscreen).in-minibar .vp-controls .play .tiny-bars,
.player:not(:fullscreen).in-minibar .vp-controls .replay .tiny-bars {
  display: block;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .replay,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .play,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .play-bar,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .replay {
  z-index: 16;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .replay,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .play,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .play-bar,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .replay {
  z-index: 16;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .replay,
.player:not(:-moz-full-screen).in-minibar .vp-controls .play,
.player:not(:-moz-full-screen).in-minibar .vp-controls .play-bar,
.player:not(:-moz-full-screen).in-minibar .vp-controls .replay {
  z-index: 16;
}
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-controls .play,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.js-player-fullscreen:not(:fullscreen) .player.in-minibar .vp-controls .replay,
.player:not(:fullscreen).in-minibar .vp-controls .play,
.player:not(:fullscreen).in-minibar .vp-controls .play-bar,
.player:not(:fullscreen).in-minibar .vp-controls .replay {
  z-index: 16;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.player:not(:-webkit-full-screen).in-minibar .vp-controls .play-bar {
  flex: 0 0 auto;
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.player:not(:-ms-fullscreen).in-minibar .vp-controls .play-bar {
  flex: 0 0 auto;
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.player:not(:-moz-full-screen).in-minibar .vp-controls .play-bar {
  flex: 0 0 auto;
}
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar
  .vp-controls
  .play-bar,
.player:not(:fullscreen).in-minibar .vp-controls .play-bar {
  flex: 0 0 auto;
}
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.js-player-fullscreen:not(:-webkit-full-screen)
  .player.in-minibar:not(:-webkit-full-screen)
  .vp-captions.with-controls,
.player:not(:-webkit-full-screen).in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player:not(:-webkit-full-screen).in-minibar:not(:-webkit-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.js-player-fullscreen:not(:-ms-fullscreen)
  .player.in-minibar:not(:-ms-fullscreen)
  .vp-captions.with-controls,
.player:not(:-ms-fullscreen).in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player:not(:-ms-fullscreen).in-minibar:not(:-ms-fullscreen)
  .vp-captions.with-controls {
  transform: translateY(-32px);
}
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.js-player-fullscreen:not(:-moz-full-screen)
  .player.in-minibar:not(:-moz-full-screen)
  .vp-captions.with-controls,
.player:not(:-moz-full-screen).in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player:not(:-moz-full-screen).in-minibar:not(:-moz-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.js-player-fullscreen:not(:fullscreen)
  .player.in-minibar:not(:fullscreen)
  .vp-captions.with-controls,
.player:not(:fullscreen).in-minibar.no-fullscreen-support
  .vp-captions.with-controls,
.player:not(:fullscreen).in-minibar:not(:fullscreen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
@media (max-height: 119px), (max-width: 79px) {
  .player .vp-controls .cc,
  .player .vp-controls .fullscreen,
  .player .vp-controls .pip {
    display: none !important;
  }
}
.player.player-tiny .custom-logo,
.player.player-tiny .play-bar .vp-cast-button,
.player.player-tiny .play-bar .vp-live-status,
.player.player-tiny .play-bar .vp-live-viewer-count,
.player.player-tiny .vp-badge,
.player.player-tiny .vp-sidedock,
.player.player-tiny .vp-title {
  display: none !important;
}
.player.player-tiny .vp-controls {
  top: 1em;
  height: auto;
  z-index: auto;
  justify-content: flex-end;
}
.player.player-tiny .vp-controls .play-bar {
  background: 0;
  padding: 0;
  height: 2.2em;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
  flex: 0 0 auto;
}
.player.player-tiny .vp-controls .play-bar :not(.vp-tooltip) {
  pointer-events: all;
}
.player.player-tiny .vp-controls .play-bar > button {
  box-sizing: content-box;
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
  padding: 0.5em;
  margin-left: 0.5em;
  height: 1.2em;
}
.player.player-tiny .vp-controls .play-bar > button.vp-chapter-button svg {
  margin-top: -0.3em;
}
.player.player-tiny .vp-controls .play-bar .cc {
  padding: 0.4em;
  height: 1.4em;
}
.player.player-tiny .vp-controls .airplay,
.player.player-tiny .vp-controls .logo,
.player.player-tiny .vp-controls .stereoscopic,
.player.player-tiny .vp-controls .volume,
.player.player-tiny .vp-controls .vp-cast-button,
.player.player-tiny .vp-controls .vp-prefs,
.player.player-tiny .vp-controls .vp-progress {
  display: none;
}
.player.player-tiny .vp-controls .play,
.player.player-tiny .vp-controls .replay {
  margin: -2em 0 0 -3.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}
.player.player-tiny .vp-controls .play .tiny-bars,
.player.player-tiny .vp-controls .replay .tiny-bars {
  display: block;
}
.player .player-mini.with-custom-logo .play-bar .vp-live-viewer-count,
.player .player-mini.with-custom-logo .vp-controls .volume,
.player .player-mini.with-custom-logo .vp-portrait,
.player .player-tiny.with-custom-logo .custom-logo,
.player .player-tiny.with-custom-logo .play-bar .vp-cast-button,
.player .player-tiny.with-custom-logo .play-bar .vp-live-status,
.player .player-tiny.with-custom-logo .play-bar .vp-live-viewer-count,
.player .player-tiny.with-custom-logo .vp-badge,
.player .player-tiny.with-custom-logo .vp-sidedock,
.player .player-tiny.with-custom-logo .vp-title,
.player.player-mini .play-bar .vp-live-viewer-count,
.player.player-mini .vp-controls .volume,
.player.player-mini .vp-portrait {
  display: none !important;
}
.player.player-tiny .vp-controls .play,
.player.player-tiny .vp-controls .play-bar,
.player.player-tiny .vp-controls .replay {
  z-index: 16;
}
.player.player-tiny:not(:-webkit-full-screen) .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.player-tiny:not(:-ms-fullscreen) .vp-captions.with-controls {
  transform: translateY(-32px);
}
.player.player-tiny.no-fullscreen-support .vp-captions.with-controls,
.player.player-tiny:not(:-webkit-full-screen) .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.player-tiny.no-fullscreen-support .vp-captions.with-controls,
.player.player-tiny:not(:-moz-full-screen) .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.player-tiny.no-fullscreen-support .vp-captions.with-controls,
.player.player-tiny:not(:-ms-fullscreen) .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player.player-tiny.no-fullscreen-support .vp-captions.with-controls,
.player.player-tiny:not(:fullscreen) .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player .player-tiny.with-custom-logo .vp-controls {
  top: 1em;
  height: auto;
  z-index: auto;
  justify-content: flex-end;
}
.player .player-tiny.with-custom-logo .vp-controls .play-bar {
  background: 0;
  padding: 0;
  height: 2.2em;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
  flex: 0 0 auto;
}
.player .player-tiny.with-custom-logo .vp-controls .play-bar :not(.vp-tooltip) {
  pointer-events: all;
}
.player .player-tiny.with-custom-logo .vp-controls .play-bar > button {
  box-sizing: content-box;
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
  padding: 0.5em;
  margin-left: 0.5em;
  height: 1.2em;
}
.player
  .player-tiny.with-custom-logo
  .vp-controls
  .play-bar
  > button.vp-chapter-button
  svg {
  margin-top: -0.3em;
}
.player .player-tiny.with-custom-logo .vp-controls .play-bar .cc {
  padding: 0.4em;
  height: 1.4em;
}
.player .player-tiny.with-custom-logo .vp-controls .airplay,
.player .player-tiny.with-custom-logo .vp-controls .logo,
.player .player-tiny.with-custom-logo .vp-controls .stereoscopic,
.player .player-tiny.with-custom-logo .vp-controls .volume,
.player .player-tiny.with-custom-logo .vp-controls .vp-cast-button,
.player .player-tiny.with-custom-logo .vp-controls .vp-prefs,
.player .player-tiny.with-custom-logo .vp-controls .vp-progress {
  display: none;
}
.player .player-tiny.with-custom-logo .vp-controls .play,
.player .player-tiny.with-custom-logo .vp-controls .replay {
  margin: -2em 0 0 -3.25em;
  position: absolute;
  top: 50%;
  left: 50%;
}
.player .player-tiny.with-custom-logo .vp-controls .play .tiny-bars,
.player .player-tiny.with-custom-logo .vp-controls .replay .tiny-bars {
  display: block;
}
.player .player-tiny.with-custom-logo .vp-controls .play,
.player .player-tiny.with-custom-logo .vp-controls .play-bar,
.player .player-tiny.with-custom-logo .vp-controls .replay {
  z-index: 16;
}
.player
  .player-tiny.with-custom-logo:not(:-webkit-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player
  .player-tiny.with-custom-logo:not(:-ms-fullscreen)
  .vp-captions.with-controls {
  transform: translateY(-32px);
}
.player
  .player-tiny.with-custom-logo.no-fullscreen-support
  .vp-captions.with-controls,
.player
  .player-tiny.with-custom-logo:not(:-webkit-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player
  .player-tiny.with-custom-logo.no-fullscreen-support
  .vp-captions.with-controls,
.player
  .player-tiny.with-custom-logo:not(:-moz-full-screen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player
  .player-tiny.with-custom-logo.no-fullscreen-support
  .vp-captions.with-controls,
.player
  .player-tiny.with-custom-logo:not(:-ms-fullscreen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.player
  .player-tiny.with-custom-logo.no-fullscreen-support
  .vp-captions.with-controls,
.player
  .player-tiny.with-custom-logo:not(:fullscreen)
  .vp-captions.with-controls {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
@media screen and (max-width: 449px), screen and (max-height: 249px) {
  .player .custom-logo,
  .player .custom-logo img {
    max-height: 60px !important;
  }
}
@media screen and (max-height: 224px) {
  .player .custom-logo,
  .player .custom-logo img {
    max-height: 50px !important;
  }
}
.player .vp-live-viewer-status-wrapper {
  transition: opacity 250ms ease-out;
  position: absolute;
  top: 1em;
  left: 1em;
  cursor: default;
}
.player .vp-live-viewer-status-wrapper .vp-live-viewer-count {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  padding: 2px 5px;
  margin-left: 8px;
  background-color: rgba(30, 30, 30, 0.9);
  height: 22px;
}
.player .play-bar .vp-live-viewer-count .vp-live-viewer-count-value,
.player .vp-live-viewer-count .vp-live-viewer-count-value {
  margin-left: 5px;
}
.player .vp-live-viewer-count {
  font: 1.3em HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 540;
  letter-spacing: 1px;
  padding-right: 10px;
  display: none;
}
.player .vp-live-viewer-count .vp-live-viewer-count-person {
  display: inline-block;
  position: relative;
  top: 2px;
}
.player .play-bar .vp-live-viewer-count {
  margin-top: -3px;
  padding-right: 10px;
  display: none;
}
.player .play-bar .vp-live-viewer-count .vp-live-viewer-count-person {
  display: inline-block;
  position: relative;
  top: 2px;
}
.player .vp-live-viewer-status-wrapper .vp-live-status {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  padding: 2px 5px;
  background-color: #ff4d4d;
  height: 22px;
}
.player .vp-live-viewer-status-wrapper .vp-live-status .vp-live-status-circle {
  background-color: #ffffff;
}
.player .vp-live-status {
  font: 1.3em HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 540;
  letter-spacing: 1px;
  line-height: 1.4;
  cursor: default;
}
.player .vp-live-status span {
  margin-left: 4px;
}
.player .vp-live-status .vp-live-status-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.player .play-bar .vp-live-status {
  margin-top: -3px;
  margin-right: 1em;
  display: none;
}
.player .play-bar .vp-live-status .vp-live-status-circle {
  background-color: red;
}
.player .play-bar .vp-live-status .vp-live-status-circle.offline {
  background-color: #333;
  border: 1px solid #efefef;
}
.player .vp-unmute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 12;
  transition: opacity 250ms ease-out;
}
.player .vp-unmute-button {
  display: flex;
  margin: 1em auto;
  padding: 1.4em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #000;
  align-items: center;
}
.player .vp-icon-muted {
  width: 20px;
  height: 18px;
}
.player .vp-unmute-button-title {
  display: inline;
  margin-left: 5px;
  font-size: 1.3em;
  font-weight: 700;
  color: #000;
}
.player.player-xs .vp-unmute-button,
.player.player-xxs .vp-unmute-button {
  padding: 0.9em;
}
.player.player-xxs .vp-unmute {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-top: 0;
}
.player .vp-nudge-wrapper {
  top: 33.3%;
  display: block;
  position: absolute;
  height: 0;
  width: 100%;
}
.player.player-tiny .vp-nudge-wrapper {
  display: none;
}
.player .vp-nudge {
  display: inline-block;
  position: absolute;
  padding-bottom: 30%;
  height: 50%;
  width: 35%;
  z-index: 9;
  transition: ease-in-out 0.4s;
}
.player .vp-nudge-backward {
  left: 0;
}
.player .vp-nudge-forward {
  right: 0;
}
.player .vp-nudge-symbol {
  margin: 15% auto 40%;
  height: 9px;
  width: 20px;
}
.player .vp-nudge-backward-symbol {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.player .vp-nudge-shade {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.1s ease-in;
  transition: opacity 0.3s ease-in-out, transform 0.1s ease-in;
  transition: opacity 0.3s ease-in-out, transform 0.1s ease-in,
    -webkit-transform 0.1s ease-in;
}
.player .vp-nudge-shade-left {
  left: 0;
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.4)
  );
}
.player .vp-nudge-shade-right {
  right: 0;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.4)
  );
}
.player .vp-nudge-shade-invisible {
  opacity: 0;
}
.player .vp-nudge-seconds {
  margin: 15% 15% -9%;
  display: block;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  min-height: 15px;
}
.js-player-fullscreen:-webkit-full-screen .vp-canvas-effect {
  display: none;
}
.js-player-fullscreen:-ms-fullscreen .vp-canvas-effect {
  display: none;
}
.js-player-fullscreen-api .vp-canvas-effect,
.js-player-fullscreen:-webkit-full-screen .vp-canvas-effect {
  display: none;
}
.js-player-fullscreen-api .vp-canvas-effect,
.js-player-fullscreen:-moz-full-screen .vp-canvas-effect {
  display: none;
}
.js-player-fullscreen-api .vp-canvas-effect,
.js-player-fullscreen:-ms-fullscreen .vp-canvas-effect {
  display: none;
}
.js-player-fullscreen-api .vp-canvas-effect,
.js-player-fullscreen:fullscreen .vp-canvas-effect {
  display: none;
}
.player .vp-new-menu {
  background-color: rgba(30, 30, 30, 0.9);
  position: absolute;
  min-height: 10em;
  width: 28.8em;
  margin-bottom: 0.5em;
  border-radius: 4px;
  transition: opacity 0.2s ease-out;
  z-index: 22;
  opacity: 1;
  overflow-x: auto;
}
.player .vp-new-menu li,
.player .vp-new-menu ul {
  list-style: none;
}
.player .vp-new-menu.vp-menu-fullwidth {
  height: 100%;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.player .vp-new-menu.vp-menu-fullwidth .vp-new-menu-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.player .vp-new-menu.vp-menu-fullwidth .vp-new-menu-divider {
  position: -webkit-sticky;
  position: sticky;
  top: 5.6em;
}
.player .vp-new-menu.vp-menu-fullwidth .vp-new-menu-body {
  height: calc(100% - 5.6em);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.player .vp-new-menu.vp-menu-vertical-video {
  width: calc(100% - 2em);
  right: 1em;
  margin-bottom: 0;
  bottom: 5.5em;
  overflow: scroll;
}
.player .vp-new-menu.vp-menu-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.player .vp-new-menu button {
  color: #ffffff;
  background-color: transparent;
}
.player .vp-new-menu button:hover {
  background-color: #666;
}
.player .vp-new-menu .vp-iris-button {
  font-size: 1.4em;
  padding: 4px;
  border-radius: 0.4285714286em;
  height: 2.2857142857em;
}
.player .vp-new-menu .vp-iris-button.vp-iris-button-xs {
  font-size: 1.2em;
  border-radius: 0.3333333333em;
  height: 2em;
}
.player .vp-new-menu .vp-iris-button.vp-iris-button-outline {
  border: 1px solid #ffffff;
  background: 0 0;
}
.player .vp-new-menu .vp-iris-button .vp-iris-button-icon {
  width: 1.7142857143em;
  height: 1.7142857143em;
}
@media (hover: hover) {
  .player .vp-new-menu .vp-iris-button.vp-iris-button-outline:hover {
    border-color: #666;
  }
  .player .vp-new-menu .vp-iris-button:hover {
    background-color: #666;
  }
  .player .vp-new-menu .vp-iris-button:hover .vp-iris-button-icon .fill {
    fill: #ffffff;
  }
}
@media (hover: none) {
  .player .vp-new-menu .vp-iris-button.vp-iris-button-outline:active {
    border-color: #666;
  }
  .player .vp-new-menu .vp-iris-button:active {
    background-color: #666;
  }
  .player .vp-new-menu .vp-iris-button:active .vp-iris-button-icon .fill {
    fill: #ffffff;
  }
}
.player .vp-new-menu-body {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
}
.player .vp-menu-opacity-0 {
  opacity: 0;
}
.player .vp-new-menu-divider {
  height: 0;
  margin: 0 0.8em;
  min-width: 22.4em;
  border-top: 1px solid #414141;
}
.player .vp-menu-field {
  margin: 1.6em 0;
}
.player .vp-menu-field.vp-menu-field-accordion {
  margin: 0.8em 0;
}
.player .vp-menu-field:first-of-type {
  margin-top: 0;
}
.player .vp-menu-field:last-of-type {
  margin-bottom: 0;
}
.player .vp-menu-field-label {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 0.6666666667em 0.6666666667em;
  flex-grow: 1;
  text-align: start;
}
.player .vp-menu-field-value {
  font-size: 1.2em;
}
.player .vp-menu-accordion .vp-menu-field-label {
  margin-bottom: 0;
}
.player .vp-menu-panel {
  display: none;
  margin: 0.8em;
  width: calc(100% - 1.6em);
}
.player .vp-active-menu-panel {
  display: inline-block;
}
.player .vp-new-menu-header > header {
  display: flex;
  height: 4em;
  align-items: center;
  margin: 0.8em;
  min-width: 22.4em;
}
.player .vp-menu-header-title {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  margin-left: 0.5714285714em;
}
.player .vp-menu-has-back-button .vp-menu-header-title {
  margin-left: 0;
}
.player .vp-menu-header-back-button-wrapper {
  flex: 1;
}
.player .vp-menu-header-goto-button-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.player .vp-menu-header-reset-button-wrapper {
  flex: 1;
  padding-right: 0.8em;
}
.player .vp-menu-header-close-button-wrapper {
  margin-left: 0.4em;
  padding-left: 0.4em;
  border-left: 1px solid #414141;
}
.player .vp-menu-header-close-button {
  display: none;
}
.player .vp-menu-fullwidth .vp-menu-header-close-button {
  display: block;
}
.player .vp-menu-header-reset-button {
  margin-left: auto;
}
.player button.vp-menu-header-goto-button {
  background: 0 0;
  display: flex;
  align-items: center;
  line-height: 100%;
  padding: 0;
}
.player button.vp-menu-header-goto-button .vp-menu-header-goto-button-label {
  font-size: 0.8571428571em;
  font-weight: 700;
  margin: 0 1em;
}
.player button.vp-menu-header-goto-button .vp-menu-header-goto-button-icon {
  height: 24px;
  width: 24px;
}
.player
  button.vp-menu-header-goto-button
  .vp-menu-header-goto-button-icon
  .fill {
  color: #000;
}
.player .vp-menu-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
  cursor: pointer;
  border-radius: 3px;
  line-height: 40px;
  transition: background-color 0.2s ease-out;
}
.player .vp-menu-option .vp-menu-option-label {
  font-size: 1.4em;
}
.player .vp-menu-option .vp-menu-option-icon {
  width: 2.4em;
  height: 2.4em;
}
.player .vp-menu-option:hover {
  background-color: #666;
}
.player .vp-menu-option .vp-check {
  margin-right: 0.5em;
  height: 2.3em;
  width: 2.3em;
}
.player .vp-menu-option .vp-check svg {
  display: none;
  height: 2.3em;
  width: 2.3em;
}
.player .vp-menu-option.vp-menu-option-with-active {
  justify-content: initial;
  padding-left: 0;
}
.player .vp-menu-option-list {
  margin: 0;
  padding: 0;
}
.player .vp-menu-accordion-button {
  padding: 0;
  cursor: pointer;
  width: 100%;
}
.player .vp-menu-accordion-button:hover {
  background-color: #666;
}
.player .vp-active-item .vp-check svg {
  display: block;
}
.player .vp-menu-accordion-button-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 2.4em;
  height: 2.4em;
  margin: 0 0.8em;
}
.player .vp-menu-accordion-content {
  display: none;
  height: 0;
  transition: height 0.2s ease-out;
  overflow: hidden;
}
.player .vp-menu-accordion-content .vp-menu-option {
  margin: 0 0.4em;
}
.player .vp-menu-accordion-content .vp-menu-option:first-child {
  margin-top: 0.4em;
}
.player .vp-menu-accordion-content .vp-menu-option:last-child {
  margin-bottom: 0.4em;
}
.player .vp-menu-accordion-open .vp-menu-accordion-button-icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.player .vp-menu-accordion-open .vp-menu-field-value {
  visibility: hidden;
}
.player .vp-menu-options-row {
  display: flex;
  margin: 0.8em;
}
.player .vp-menu-color-swabs {
  display: flex;
  justify-content: space-between;
  margin: 0 0.8em;
}
.player .vp-color-swab {
  padding: 2px;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.player .vp-color-swab.vp-active-item {
  border-color: #ffffff;
}
.player .vp-color-swab.vp-active-item .vp-color-swab-inner {
  border: none;
}
.player .vp-color-swab:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.player .vp-color-swab-inner {
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: relative;
  outline: 0;
  cursor: pointer;
}
*,
body * {
  outline: 0 !important;
  box-sizing: border-box;
}
.player .vp-filled-button {
  padding: 4px;
  font-size: 1.4em;
  font-weight: 700;
  background-color: #515151;
  border-radius: 0.4285714286em;
  line-height: 1.7142857143em;
  cursor: pointer;
  margin-right: 0.5714285714em;
  flex-grow: 1;
  text-align: center;
}
.player .vp-filled-button:last-of-type {
  margin-right: 0;
}
.player .vp-filled-button:hover {
  background-color: #666;
}
.player .vp-filled-button.vp-active-item {
  background-color: #848484;
}
.player .vp-menu-wrap .vp-menu-options-row {
  flex-wrap: wrap;
  row-gap: 0.8em;
}
.player .vp-menu-wrap .vp-filled-button {
  flex-grow: 0;
  width: calc(50% - 0.8em);
  display: inline-block;
  margin-right: 0;
}
.player .vp-menu-wrap .vp-color-swab,
.player .vp-menu-wrap .vp-filled-button:nth-child(odd) {
  margin-right: 0.8em;
}
.player .vp-menu-wrap .vp-menu-color-swabs {
  max-width: 19.2em;
  flex-wrap: wrap;
  row-gap: 0.8em;
  justify-content: normal;
}
.player .vp-menu-wrap .vp-menu-field-value {
  margin: 0 0 0 0.8em;
}
.player .vp-menu-wrap .vp-menu-field-label {
  margin-bottom: 0.8em;
}
.player .vp-preview-button {
  display: none;
  width: calc(100% - 24px);
  text-align: center;
  border: 2px solid #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 2.4em;
  border-radius: 0.5em;
  margin: 0.8em;
}
.player .vp-menu-fullwidth .vp-preview-button {
  display: block;
}
.player .vp-preview-window {
  display: block;
  background-color: rgba(30, 30, 30, 0.9);
  width: 100%;
  text-align: center;
  height: 16.2em;
  margin: -1.6em 0 0;
  pointer-events: none;
  overflow: hidden;
}
.player .vp-preview-window .vp-preview-checkered-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #848484 25%, transparent 25%),
    linear-gradient(-45deg, #848484 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #848484 75%),
    linear-gradient(-45deg, transparent 75%, #848484 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}
.player .vp-preview-window .vp-preview-checkered-bg .vp-captions {
  position: relative;
}
.DebugPanel_module_root__de6a3a81 {
  position: absolute;
  z-index: 28;
  width: 300px;
  padding: 10px;
  margin: 10px 0 0 10px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 1.2em;
  line-height: 1;
  top: 0;
  pointer-events: all;
}
.DebugPanel_module_root__de6a3a81 p {
  margin: 0.1em 0;
}
.DebugPanel_module_root__de6a3a81 p:first-child {
  margin-top: 0;
}
.DebugPanel_module_root__de6a3a81 .DebugPanel_module_button__de6a3a81 {
  padding: 3px;
  border-radius: 3px;
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
}
.DebugPanel_module_root__de6a3a81
  .DebugPanel_module_button__de6a3a81:hover:not(:active) {
  border: none;
}
.DebugPanel_module_root__de6a3a81.DebugPanel_module_smallPlayer__de6a3a81 {
  background-color: #1e1e1e;
}
.DebugPanel_module_closeButton__de6a3a81 {
  position: absolute;
  right: 10px;
  top: 10px;
  background: 0 0;
}
.DebugPanel_module_closeButton__de6a3a81 svg {
  width: 1.2em;
  height: 1.2em;
}
.DebugPanel_module_clipId__de6a3a81 {
  cursor: pointer;
}
.DebugPanel_module_clipId__de6a3a81:hover {
  text-decoration: underline;
}
.butn:after,
.butn:hover,
a:hover,
body a:hover {
  text-decoration: none;
}
.DebugPanel_module_debugCode__de6a3a81 {
  position: absolute;
  left: -999px;
}
.shared_module_roundedBox__f2e64f18 {
  background-color: rgba(30, 30, 30, 0.9);
  border-radius: 0.5em;
}
.DebugValues_module_values__67b77d0f span:first-child {
  margin-right: 3px;
}
.DebugValues_module_values__67b77d0f b {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  position: relative;
}
.DebugValues_module_bandwidthMinMax__67b77d0f {
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 2px;
}
.DebugValues_module_bandwidthMax__67b77d0f,
.DebugValues_module_bandwidthMin__67b77d0f {
  padding-left: 10px;
}
.DebugValues_module_bandwidthMax__67b77d0f:before,
.DebugValues_module_bandwidthMin__67b77d0f:before {
  display: block;
  position: absolute;
  left: 2px;
  font-size: 0.8em;
  top: 3px;
}
.DebugValues_module_bandwidthMin__67b77d0f:before {
  content: "â–¼";
}
.DebugValues_module_bandwidthMax__67b77d0f:before {
  content: "â–²";
}
.DebugValues_module_timeSeries__67b77d0f {
  margin-top: 6px;
}
.DebugValues_module_payloadId__67b77d0f,
.DebugValues_module_sessionId__67b77d0f {
  font-size: 0.8em;
  font-weight: 400;
  overflow-wrap: break-word;
}
.BandwidthSeriesDisplay_module_marker__718ed0d2:hover {
  cursor: pointer;
  stroke-width: 3;
}
.Cards_module_cardsWrapper__542c0eef,
.player .Cards_module_cardsWrapper__542c0eef {
  z-index: 6;
  position: absolute;
  pointer-events: all;
  overflow: visible;
  top: 1em;
  right: 1em;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.2);
  width: 320px;
  height: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.Card_module_card__4940c93e:not(.Card_module_active__4940c93e),
.player .Card_module_card__4940c93e:not(.Card_module_active__4940c93e) {
  pointer-events: none;
}
.Card_module_card__4940c93e {
  border-radius: 0.8em;
  max-width: 248px;
  position: absolute;
  top: 0;
  right: 0;
  height: 72px;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  transition: opacity 0.2s,
    -webkit-transform 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.2);
  transition: transform 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.2), opacity 0.2s;
  transition: transform 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.2), opacity 0.2s,
    -webkit-transform 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.2);
}
.Card_module_card__4940c93e.Card_module_active__4940c93e {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.Card_module_card__4940c93e.Card_module_hasThumbnail__4940c93e {
  max-width: 320px;
}
.Card_module_inner__4940c93e {
  display: flex;
  height: 100%;
  overflow: hidden;
  border-radius: 0.8em;
}
.Card_module_imageWrap__4940c93e {
  display: none;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.Card_module_hasThumbnail__4940c93e .Card_module_imageWrap__4940c93e {
  display: flex;
}
.Card_module_image__4940c93e {
  height: 100%;
  width: auto;
}
.Card_module_body__4940c93e {
  width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.4em 1.6em;
}
.Card_module_text__4940c93e {
  margin: 0;
  user-select: none;
}
.Card_module_text__4940c93e.Card_module_title__4940c93e {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Card_module_text__4940c93e.Card_module_detail__4940c93e {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.Card_module_popOutWrapper__4940c93e {
  padding: 1em 1em 0 0;
}
.Card_module_popOut__4940c93e {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
}
.player .Card_module_card__4940c93e {
  border-radius: 0.8em;
  max-width: 248px;
  position: absolute;
  top: 0;
  right: 0;
  height: 72px;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  transition: opacity 0.2s,
    -webkit-transform 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.2);
  transition: transform 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.2), opacity 0.2s;
  transition: transform 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.2), opacity 0.2s,
    -webkit-transform 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.2);
}
.news-background,
.news-homepage article,
.two-images,
.wrapper-slim {
  position: relative;
}
.player .Card_module_card__4940c93e.Card_module_active__4940c93e {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.player .Card_module_card__4940c93e.Card_module_hasThumbnail__4940c93e {
  max-width: 320px;
}
.player .Card_module_inner__4940c93e {
  display: flex;
  height: 100%;
  overflow: hidden;
  border-radius: 0.8em;
}
.player .Card_module_imageWrap__4940c93e {
  display: none;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.player .Card_module_hasThumbnail__4940c93e .Card_module_imageWrap__4940c93e {
  display: flex;
}
.player .Card_module_image__4940c93e {
  height: 100%;
  width: auto;
}
.player .Card_module_body__4940c93e {
  width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.4em 1.6em;
}
.player .Card_module_text__4940c93e {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.player .Card_module_text__4940c93e.Card_module_title__4940c93e {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player .Card_module_text__4940c93e.Card_module_detail__4940c93e {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.player .Card_module_popOutWrapper__4940c93e {
  padding: 1em 1em 0 0;
}
.player .Card_module_popOut__4940c93e {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
}
.two-images {
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 2000px) {
  .two-images {
    max-width: 80%;
  }
}
.two-images > div {
  flex-flow: row wrap;
  display: flex;
}
@media screen and (max-width: 575px) {
  .two-images > div {
    position: relative;
    max-width: 150%;
    width: 150%;
    left: -25%;
    margin-bottom: 5vw;
  }
}
.two-images div > div:nth-child(1) {
  width: 57%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: -5.5%;
}
.two-images div > div:nth-child(1) img {
  max-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media screen and (max-width: 375px) {
  .two-images div > div:nth-child(1) {
    margin-right: -35%;
  }
}
.two-images div > div:nth-child(2) {
  width: 48%;
  margin-top: 10vw;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.two-images div > div:nth-child(2) img {
  max-height: 468px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media screen and (max-width: 575px) {
  .two-images div > div:nth-child(2) {
    margin-top: 40vw;
  }
}
.two-images div img {
  width: 100%;
}
.news-background {
  background-color: #f2f2f2;
  padding-top: 20vh;
  margin-top: -20vh;
}
.news-background h2 {
  font-family: Kievit;
  font-size: 21px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  letter-spacing: 0.2em;
  margin-bottom: 6vw;
}
.butn span,
.news-homepage article .read-more,
.news-homepage article .tag,
.news-homepage article time {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 575px) {
  .news-background {
    padding-top: 35vh;
    margin-top: -30vh;
  }
  .news-background h2 {
    font-size: calc(0.89059vw + 10.31px);
  }
}
.wrapper-slim {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.news-homepage {
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
}
.news-homepage article .tag {
  font-size: 10px;
  margin-right: 4px;
  padding: 10px 15px 8px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #000;
}
.butn__white,
.butn__white-reverse {
  border: 2px solid #ffffff;
}
.news-homepage article time {
  position: absolute;
  right: 0;
  font-weight: 700;
}
.testimonial,
body {
  position: relative;
}
.news-homepage article h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 3vw;
  max-width: 95%;
  margin-bottom: 2.5vw;
  font-family: Domaine;
  font-weight: 300;
}
@media screen and (min-width: 1199px) {
  .news-homepage article h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 414px) {
  .news-homepage article h3 {
    font-size: calc(1.27226vw + 18.73px);
  }
}
.news-homepage article h3 a {
  transition: background-position 0.2s ease;
  color: inherit;
  font-size: inherit;
}
.news-homepage article h3 a:hover {
  background-position: 0 100%;
}
.news-homepage .news-col-1 {
  width: 60%;
}
.news-homepage .news-col-2 {
  width: 28%;
}
.news-homepage article p {
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 2vw;
}
.news-homepage article .read-more {
  color: #0b2e13; /*#318181*/
  display: block;
  margin-top: 3vw;
  font-weight: 700;
}
.news-homepage .news-col-2 article h3 {
  font-size: 24px;
  margin-bottom: 0.5vw;
  margin-top: 2vw;
  font-weight: 300;
  line-height: 30px;
  font-family: Domaine;
}
@media screen and (max-width: 768px) {
  .news-homepage .news-col-1,
  .news-homepage .news-col-2 {
    width: 100%;
  }
  .news-homepage .news-col-2 article h3 {
    font-size: calc(0.76336vw + 14.84px);
  }
}
@media screen and (min-width: 414px) {
  .news-homepage .news-col-2 article p {
    font-size: calc(0.25445vw + 9.95px);
  }
}
.news-homepage .news-col-2 article p {
  font-size: 11px;
  max-width: 95%;
  margin-bottom: 1vw;
}
.news-homepage .news-col-2 article .video-wrapper iframe,
body img,
img {
  max-width: 100%;
  height: auto;
}
.news-homepage .news-col-2 article .read-more {
  font-size: 14px;
  margin-top: 1.3vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 414px) {
  .news-homepage .news-col-2 article .read-more {
    font-size: calc(0.25445vw + 12.95px);
  }
}
@media screen and (max-width: 768px) {
  .news-col-2 article:nth-child(1) {
    margin-top: 30px;
  }
}
.home-wrapper .play-button {
  display: none;
}
.video-quotes {
  width: 100%;
}
.video-quotes .video-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
.video-quotes .video-wrapper .play-button {
  top: 40%;
}
@media screen and (max-width: 575px) {
  .video-quotes .video-wrapper {
    width: 150%;
    left: -25%;
  }
  .video-quotes .video-wrapper .play-button {
    top: 50%;
  }
  .video-quotes {
    max-width: 100%;
    overflow: hidden;
  }
}
.video-quotes .video-wrapper.video-front {
  z-index: 3;
  width: 100%;
  left: 0;
}
.video-quotes video {
  width: 100%;
}
.testimonial {
  z-index: 2;
}
.news__page .news-homepage article {
  padding-left: 15px;
  padding-right: 15px;
}
@font-face {
  font-family: Domaine;
  src: url(../fonts/DomaineText-Black.eot);
  src: url(../fonts/DomaineText-Black.eot?#iefix) format("embedded-opentype"),
    url(../fonts/DomaineText-Black.woff2) format("woff2"),
    url(../fonts/DomaineText-Black.woff) format("woff"),
    url(../fonts/DomaineText-Black.ttf) format("ttf"),
    url(../fonts/DomaineText-Black.svg#DomaineTextBlack) format("svg");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: Domaine;
  src: url(../fonts/DomaineText-BlackItalic.eot);
  src: url(../fonts/DomaineText-BlackItalic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/DomaineText-BlackItalic.woff2) format("woff2"),
    url(../fonts/DomaineText-BlackItalic.woff) format("woff"),
    url(../fonts/DomaineText-BlackItalic.ttf) format("ttf"),
    url(../fonts/DomaineText-BlackItalic.svg#DomaineTextBlack-Italic)
      format("svg");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: Domaine;
  src: url(../fonts/DomaineText-Bold.eot);
  src: url(../fonts/DomaineText-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/DomaineText-Bold.woff2) format("woff2"),
    url(../fonts/DomaineText-Bold.woff) format("woff"),
    url(../fonts/DomaineText-Bold.ttf) format("ttf"),
    url(../fonts/DomaineText-Bold.svg#DomaineText-Bold) format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Domaine;
  src: url(../fonts/DomaineText-BoldItalic.eot);
  src: url(../fonts/DomaineText-BoldItalic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/DomaineText-BoldItalic.woff2) format("woff2"),
    url(../fonts/DomaineText-BoldItalic.woff) format("woff"),
    url(../fonts/DomaineText-BoldItalic.ttf) format("ttf"),
    url(../fonts/DomaineText-BoldItalic.svg#DomaineText-BoldItalic)
      format("svg");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: Domaine;
  src: url(../fonts/DomaineText-Light.eot);
  src: url(../fonts/DomaineText-Light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/DomaineText-Light.woff2) format("woff2"),
    url(../fonts/DomaineText-Light.woff) format("woff"),
    url(../fonts/DomaineText-Light.ttf) format("ttf"),
    url(../fonts/DomaineText-Light.svg#DomaineTextLight) format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Domaine;
  src: url(../fonts/DomaineText-LightItalic.eot);
  src: url(../fonts/DomaineText-LightItalic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/DomaineText-LightItalic.woff2) format("woff2"),
    url(../fonts/DomaineText-LightItalic.woff) format("woff"),
    url(../fonts/DomaineText-LightItalic.ttf) format("ttf"),
    url(../fonts/DomaineText-LightItalic.svg#DomaineTextLight-Italic)
      format("svg");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: Domaine;
  src: url(../fonts/DomaineText-Medium.eot);
  src: url(../fonts/DomaineText-Medium.eot?#iefix) format("embedded-opentype"),
    url(../fonts/DomaineText-Medium.woff2) format("woff2"),
    url(../fonts/DomaineText-Medium.woff) format("woff"),
    url(../fonts/DomaineText-Medium.ttf) format("ttf"),
    url(../fonts/DomaineText-Medium.svg#DomaineTextMedium) format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Domaine;
  src: url(../fonts/DomaineText-MediumItalic.eot);
  src: url(../fonts/DomaineText-MediumItalic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/DomaineText-MediumItalic.woff2) format("woff2"),
    url(../fonts/DomaineText-MediumItalic.woff) format("woff"),
    url(../fonts/DomaineText-MediumItalic.ttf) format("ttf"),
    url(../fonts/DomaineText-MediumItalic.svg#DomaineTextMedium-Italic)
      format("svg");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: Domaine;
  src: url(../fonts/DomaineText-Regular.eot);
  src: url(../fonts/DomaineText-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/DomaineText-Regular.woff2) format("woff2"),
    url(../fonts/DomaineText-Regular.woff) format("woff"),
    url(../fonts/DomaineText-Regular.ttf) format("ttf"),
    url(../fonts/DomaineText-Regular.svg#DomaineText-Regular) format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Black Italic.eot");
  src: url("../fonts/FF Kievit Pro Black Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Black Italic.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Black Italic.woff") format("woff"),
    url("../fonts/FF Kievit Pro Black Italic.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Black Italic.svg#KievitPro-BlackItalic")
      format("svg");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Black.eot");
  src: url("../fonts/FF Kievit Pro Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Black.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Black.woff") format("woff"),
    url("../fonts/FF Kievit Pro Black.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Black.svg#KievitPro-Black") format("svg");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Bold Italic.eot");
  src: url("../fonts/FF Kievit Pro Bold Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Bold Italic.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Bold Italic.woff") format("woff"),
    url("../fonts/FF Kievit Pro Bold Italic.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Bold Italic.svg#KievitPro-BoldItalic")
      format("svg");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Bold.eot");
  src: url("../fonts/FF Kievit Pro Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Bold.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Bold.woff") format("woff"),
    url("../fonts/FF Kievit Pro Bold.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Bold.svg#KievitPro-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Book Italic.eot");
  src: url("../fonts/FF Kievit Pro Book Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Book Italic.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Book Italic.woff") format("woff"),
    url("../fonts/FF Kievit Pro Book Italic.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Book Italic.svg#KievitPro-BookItalic")
      format("svg");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Book.eot");
  src: url("../fonts/FF Kievit Pro Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Book.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Book.woff") format("woff"),
    url("../fonts/FF Kievit Pro Book.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Book.svg#KievitPro-Book") format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Extra Bold Italic.eot");
  src: url("../fonts/FF Kievit Pro Extra Bold Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Extra Bold Italic.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Extra Bold Italic.woff") format("woff"),
    url("../fonts/FF Kievit Pro Extra Bold Italic.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Extra Bold Italic.svg#KievitPro-ExtraBoldItalic")
      format("svg");
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Extra Bold.eot");
  src: url("../fonts/FF Kievit Pro Extra Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Extra Bold.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Extra Bold.woff") format("woff"),
    url("../fonts/FF Kievit Pro Extra Bold.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Extra Bold.svg#KievitPro-ExtraBold")
      format("svg");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Extra Light Italic.eot");
  src: url("../fonts/FF Kievit Pro Extra Light Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Extra Light Italic.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Extra Light Italic.woff") format("woff"),
    url("../fonts/FF Kievit Pro Extra Light Italic.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Extra Light Italic.svg#KievitPro-ExtraLightItalic")
      format("svg");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Extra Light.eot");
  src: url("../fonts/FF Kievit Pro Extra Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Extra Light.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Extra Light.woff") format("woff"),
    url("../fonts/FF Kievit Pro Extra Light.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Extra Light.svg#KievitPro-ExtraLight")
      format("svg");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Italic.eot");
  src: url("../fonts/FF Kievit Pro Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Italic.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Italic.woff") format("woff"),
    url("../fonts/FF Kievit Pro Italic.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Italic.svg#KievitPro-Italic") format("svg");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Light Italic.eot");
  src: url("../fonts/FF Kievit Pro Light Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Light Italic.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Light Italic.woff") format("woff"),
    url("../fonts/FF Kievit Pro Light Italic.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Light Italic.svg#KievitPro-LightItalic")
      format("svg");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Light.eot");
  src: url("../fonts/FF Kievit Pro Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Light.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Light.woff") format("woff"),
    url("../fonts/FF Kievit Pro Light.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Light.svg#KievitPro-Light") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Medium Italic.eot");
  src: url("../fonts/FF Kievit Pro Medium Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Medium Italic.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Medium Italic.woff") format("woff"),
    url("../fonts/FF Kievit Pro Medium Italic.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Medium Italic.svg#KievitPro-MediumItalic")
      format("svg");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Medium.eot");
  src: url("../fonts/FF Kievit Pro Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Medium.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Medium.woff") format("woff"),
    url("../fonts/FF Kievit Pro Medium.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Medium.svg#KievitPro-Medium") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Thin Italic.eot");
  src: url("../fonts/FF Kievit Pro Thin Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Thin Italic.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Thin Italic.woff") format("woff"),
    url("../fonts/FF Kievit Pro Thin Italic.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Thin Italic.svg#KievitPro-ThinItalic")
      format("svg");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro Thin.eot");
  src: url("../fonts/FF Kievit Pro Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FF Kievit Pro Thin.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro Thin.woff") format("woff"),
    url("../fonts/FF Kievit Pro Thin.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro Thin.svg#KievitPro-Thin") format("svg");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: Kievit;
  src: url("../fonts/FF Kievit Pro.eot");
  src: url("../fonts/FF Kievit Pro.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FF Kievit Pro.woff2") format("woff2"),
    url("../fonts/FF Kievit Pro.woff") format("woff"),
    url("../fonts/FF Kievit Pro.ttf") format("ttf"),
    url("../fonts/FF Kievit Pro.svg#KievitPro-Regular") format("svg");
  font-style: normal;
  font-weight: 400;
}
ul {
  list-style: none;
}
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-size: 16px;
  margin: 0;
  font-family: Kievit;
  height: 100%;
}
body ul {
  list-style: none;
}
body button,
body input,
body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.all_pages {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 101;
}
.all_pages:hover ul {
  right: 0;
}
.all_pages .page_point {
  padding: 10px 15px;
  background-color: #00d2ff;
  cursor: pointer;
}
.all_pages ul {
  background-color: #00d2ff;
  padding: 15px 20px;
  position: absolute;
  top: 100%;
  width: 200px;
  right: -200px;
  transition: 0.4s;
  max-height: 450px;
  overflow-y: auto;
}
.butn,
.butn span,
.butn:after,
.butn:hover,
.butn:hover span,
.butn:hover:after {
  transition: 0.2s;
}
.all_pages ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.all_pages ul li a {
  color: #ffffff;
}
.butn {
  padding: 7px 15px;
  position: relative;
  display: inline-block;
}
.butn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.butn span,
.intro {
  position: relative;
}
.butn span {
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}
.intro h1,
.intro h2,
h1,
h2 {
  font-family: Domaine;
  font-size: 64px;
  line-height: 70px;
}

.butn__white, 
.butn__white span{
  background-color: #ffffff;
}

.butn__white:hover,
.butn__white:hover span{
  background-color: #444444;
  color: #ffffff;
}

.butn__white-reverse:after {
 /* width: 0; */
  height: 100%;
  background-color: #ffffff;
}
.butn__dark span,
.butn__white-reverse:hover span {
  color: #3b3b3b;
}
.butn__white-reverse:hover:after {
  width: 100%;
}
.butn__dark {
  border: 2px solid #3b3b3b;
}
.course .search,
.select,
.select .select__body {
  border: 1px solid #d9d9d9;
}
.butn__dark:after {
  width: 0;
  height: 100%;
  background-color: #3b3b3b;
}
.butn__dark:hover:after {
  width: 100%;
}
.butn__dark:hover span {
  color: #ffffff;
}
.intro h1,
.intro h2,
.intro p,
h1,
h2 {
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
}
.intro {
  width: 100%;
}
.intro h1,
.intro h2 {
  margin: 0 0 15px;
}
.intro .swiper__intro {
  width: 100%;
  overflow: hidden;
  height: 90vh;
}
.intro .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.intro .swiper-slide .substrate {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
}
.intro .swiper-slide[aria-label="1 / 4"] .substrate {
  /*background-color: #4e6ab2;*/
background-color: #445D9C !important;
  mix-blend-mode: multiply;
}
.intro .swiper-slide[aria-label="2 / 4"] .substrate {
  /*background-color: #ffbb8f;*/
  background-color: #935F3E !important;
  mix-blend-mode: multiply;
}
.intro .swiper-slide[aria-label="3 / 4"] .substrate {
  background-color: #916D1C !important;
  /*background-color: #f6bd44;*/
  mix-blend-mode: multiply;
}
.intro .swiper-slide[aria-label="4 / 4"] .substrate {
  background-color: #CD220E !important;
  /*background-color: #f37462;*/
  mix-blend-mode: multiply;
}
.intro .intro__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  z-index: 3;
}
.intro p {
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  max-width: 490px;
  margin: 0 0 45px;
}
.intro .butn {
  margin: 5px 20px 5px 0;
  display: inline-block;
}
.course__wrapper {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 5;
}
.select {
  position: relative;
}
.select .select__header {
  padding: 15px;
  background-color: #ffffff;
  position: relative;
}
.select .select__header span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3b3b3b;
  font-family: Kievit;
}
.select .select__header img {
  height: 15px;
  width: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s;
}
.select .select__body {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
  width: 100%;
  z-index: 3;
}
.select .select__item {
  padding: 15px;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  transition: 0.15s;
}
.select .select__item.active {
  background-color: #3b3b3b;
  color: #ffffff;
}
.select.open .select__header img {
  transition: 0.2s;
  -webkit-transform: rotate(-180deg) translateY(7px);
  transform: rotate(-180deg) translateY(7px);
}
.select.open .select__body {
  display: block;
}
.select.open .select__item:hover {
  background-color: #3b3b3b;
  color: #ffffff;
  transition: 0.15s;
}
.course {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  align-items: center;
  margin: 0 auto;
  padding: 30px;
  background-color: #f2f2f2;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.47);
}
.course .course__content {
  display: none;
  padding: 30px;
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #f2f2f2;
}
.course span {
  font-family: Domain;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 30px;
  color: #000;
}
.course .find__course-butn {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
}
.course .find__course-butn:after,
.course .find__course-butn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
  transition: 0.15s;
}
.course .find__course-butn:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.course.open .course__content {
  display: block;
}
.testimonial .quote,
.why .swiper-pagination,
header .menu,
header .user,
header ul {
  display: flex;
}
.course.open .find__course-butn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}
.course.open .find__course-butn:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.2s;
}
.course label {
  width: 100%;
  position: relative;
}
.course label .img__wrapper {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.course label .img__wrapper img {
  width: 17px;
  height: auto;
}
.course .search {
  width: 100%;
  margin: 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3b3b3b;
  background-color: #ffffff;
  position: relative;
  padding: 15px;
}
.course .butn__search,
.why .whyhead {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.course .butn__search {
  width: 100%;
  padding: 15px;
  border: none;
  font-size: 14px;
  color: #ffffff;
}
.course .btn_blue {
  background-color: #679fa0;
}
.course .btn_red {
  background-color: #f37462;
}

/* Course List Styles */
.course-list {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 20px;
  background: #ffffff;
}
.course-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.course-item:last-child {
  border-bottom: none;
}
.course-title {
  font-size: 16px;
  color: #3b3b3b;
  font-family: Kievit;
}
.butn__learn-more {
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  flex-shrink: 0;
  margin-left: 15px;
}
.no-results {
  padding: 20px;
  text-align: center;
  color: #3b3b3b;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .course-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .butn__learn-more {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

.why {
  padding: 125px 0 80px;
}
.why .swiper__why {
  overflow: hidden;
  padding: 0 0 45px;
}
.why .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border: 1px solid #000;
  opacity: 1;
}
.why .swiper-pagination-bullet-active {
  background-color: #000;
}
.why .whyhead {
  font-size: 16px;
  padding-top: 9px;
  line-height: 19px;
  color: #000;
}
.why p {
  font-family: Domaine;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 41px;
  color: #000;
  letter-spacing: 0;
}
.background {
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial {
  height: 480px;
}
.testimonial .swiper__testimonial {
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .why .whyhead {
    text-align: left;
  }
  .testimonial .swiper__testimonial {
    padding-bottom: 50px;
  }
}
.testimonial .quote {
  flex-direction: column;
  justify-content: space-between;
  padding: 110px 120px 70px;
  
  position: relative;
  width: 70%;
  max-width: 745px;
  height: 520px;
  z-index: 3;
}
/*
.testimonial .quote:after,
.testimonial .quote:before {
  position: absolute;
  height: 110px;
  width: 140px;
  background-image: url(../img/quotes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.testimonial .quote:after {
  top: 40px;
  left: 40px;
}

.testimonial .quote:before {
  bottom: 40px;
  right: 40px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
  */
.testimonial .quote h3 {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #222222 !important;
  background-color:#e2e3e5 !important;
}
.testimonial .quote p {
  text-align: center;
  font-family: Domaine;
  font-style: italic;
  font-weight: 300;
  font-size: 23px;
  line-height: 33px;
  color: #222222 !important;
  background-color:#e2e3e5 !important;
  letter-spacing: 1px;
  
}
.testimonial .quote span {
  text-align: center;
  color: #222222 !important;
  background-color:#e2e3e5 !important;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin: 0 auto;
}
.instagram__section h3,
.testimonial .quote span .name {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.testimonial .quote span .name {
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #222222 !important;
  background-color:#e2e3e5 !important;
}
.testimonial .swiper-slide {
  position: relative;
}
.testimonial .swiper-slide .quote {
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
  transition: 1s;
}
.testimonial .swiper-slide .img__wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 420px;
  height: 520px;
  z-index: 2;
}
.testimonial .swiper-slide .img__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.testimonial .swiper-slide:nth-child(1) .quote,
.testimonial .swiper-slide:nth-child(1) .quote h3,
.testimonial .swiper-slide:nth-child(1) .quote p ,
.testimonial .swiper-slide:nth-child(4) .quote,
.testimonial .swiper-slide:nth-child(4) .quote h3,
.testimonial .swiper-slide:nth-child(4) .quote p {
  background-color:#e2e3e5 !important;
}

.testimonial .swiper-slide:nth-child(5) .quote,
.testimonial .swiper-slide:nth-child(5) .quote h3,
.testimonial .swiper-slide:nth-child(5) .quote p ,
.testimonial .swiper-slide:nth-child(2) .quote,
.testimonial .swiper-slide:nth-child(2) .quote h3,
.testimonial .swiper-slide:nth-child(2) .quote p {
  background-color:#e2e3e5 !important;
}
.testimonial .swiper-slide:nth-child(6) .quote,
.testimonial .swiper-slide:nth-child(6) .quote h3,
.testimonial .swiper-slide:nth-child(6) .quote p,
.testimonial .swiper-slide:nth-child(3) .quote,
.testimonial .swiper-slide:nth-child(3) .quote h3,
.testimonial .swiper-slide:nth-child(3) .quote p {
  background-color:#e2e3e5 !important;
}
.testimonial .swiper-slide-active .quote {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: 0.5s;
  transition-delay: 0.2s;
}
.testimonial .swiper-button-next {
  position: absolute;
  bottom: 5px;
  left: 0;
  top: inherit;
  width: 60px;
  height: 16px;
}
.testimonial .swiper-button-next:after {
  content: "";
  width: 60px;
  height: 16px;
  background-image: url(../img/arrow_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.instagram__section {
  padding: 75px 0 55px;
  background-color: #61a8be;
}
.instagram__section h3 {
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .intro h1,
  .intro h2 {
    font-size: 62px;
    line-height: 72px;
  }
  .intro p {
    font-size: 19px;
    line-height: 24px;
  }
  .testimonial .quote {
    padding: 70px 50px 35px;
    max-width: 590px;
    height: 480px;
  }
  .testimonial .quote:after,
  .testimonial .quote:before {
    height: 55px;
    width: 80px;
  }
  .testimonial .swiper-slide .img__wrapper {
    width: 400px;
    height: 480px;
  }
  .testimonial .swiper__testimonial {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@media screen and (max-width: 992px) {
  .background {
    height: 360px;
  }
  .testimonial .quote {
    width: 90%;
    margin: 0;
    padding: 70px 20px 35px;
    max-width: 500px;
  }
  .testimonial .quote:after {
    top: 20px;
    left: 20px;
  }
  .testimonial .quote:before {
    bottom: 20px;
    right: 20px;
  }
  .testimonial .swiper-slide .quote {
    -webkit-transform: none;
    transform: none;
    height: 380px;
  }
  .testimonial .swiper-slide .img__wrapper {
    width: 220px;
    height: 260px;
    z-index: 4;
  }
  .testimonial .swiper-slide p {
    font-size: 16px;
    line-height: 21px;
  }
  .testimonial .swiper-slide-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .testimonial .swiper__testimonial {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .intro h1,
  .intro h2 {
    font-size: 48px;
    line-height: 72px;
  }
  .intro p {
    font-size: 18px;
    line-height: 24px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .intro .select {
    margin: 0 0 20px;
  }
  .intro .search {
    margin-top: 0;
  }
  .intro .course label .img__wrapper {
    top: 35%;
  }
}
@media screen and (max-width: 572px) {
  .intro h1,
  .intro h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .intro p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 680px) {
  .testimonial .swiper-slide .quote {
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
  .testimonial .swiper-slide .img__wrapper {
    position: relative;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  padding: 25px 10px;
}
header ul {
  padding: 0;
  margin: 0;
  align-items: center;
}
header ul li {
  margin: 0 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: 0.2s;
}
header ul li a {
  color: #3b3b3b;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: 0.2s;
}
header ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: 0.2s;
}
header ul li:hover a {
  color: #ffffff;
}
header ul li:hover:after {
  width: 100%;
  transition: 0.2s;
}
header .user {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
}
header .user .img__wrapper {
  margin: 0 20px;
  position: relative;
}
header .user .img__wrapper .user__menu {
  display: none;
  position: absolute;
  padding: 20px;
  background-color: #ffffff;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.header__scroll .header__inner,
body:not(.home) header .header__inner {
  padding: 15px 10px;
  transition: 0.25s;
}
header .user .img__wrapper .user__menu:after {
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
  position: absolute;
}
header .user .img__wrapper .user__menu a {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3b3b3b;
  white-space: nowrap;
}
header .user .img__wrapper .user__menu a:last-child {
  margin: 0 0 15px;
}
header .burger {
  display: none;
  width: 45px;
  height: 30px;
}
header .burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3b3b3b;
}
.header__scroll,
body:not(.home) header {
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
}
.home header ul li a {
  color: #ffffff;
}
.header__scroll ul li a,
body:not(.home) header ul li a {
  color: #3b3b3b;
}
.header__scroll {
  position: fixed;
}
@media screen and (max-width: 1400px) {
  header ul li {
    margin: 0 10px;
  }
  header .user .butn {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 1199px) {
  header ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  header .burger,
  header .menu {
    display: flex;
    overflow: hidden;
  }
  header .burger {
    position: relative;
  }
  header .burger span {
    position: absolute;
    left: 0;
    transition: 0.25s;
  }
  header .burger span:nth-child(1) {
    top: 0;
  }
  header .burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .burger span:nth-child(3) {
    bottom: 0;
  }
  header .menu {
    position: absolute;
    flex-direction: column;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff;
  }
  .mob__menu .burger span {
    transition: 0.25s;
  }
  .mob__menu .burger span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(11px, 11px);
    transform: rotate(45deg) translate(11px, 11px);
  }
  .mob__menu .burger span:nth-child(2) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mob__menu .burger span:nth-child(3) {
    -webkit-transform: rotate(135deg) translate(-11px, 11px);
    transform: rotate(135deg) translate(-11px, 11px);
  }
  .mob__menu .menu {
    height: calc(100vh - 92px);
    justify-content: space-evenly;
    align-items: center;
    padding: 110px 0;
  }
  .mob__menu .menu ul {
    flex-direction: column;
  }
  .mob__menu .menu ul li {
    margin: 12px 0;
  }
}
.home .header__scroll ul li a {
  color: #000;
}
footer {
  background-color: #212a46;
}
footer .footer__inner {
  padding: 46px 40px 26px;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
footer .footer__inner ul {
  width: 20%;
  padding: 0 2% 0 0;
}
footer .footer__inner ul:first-child li:last-child {
  margin: 25px 0 0;
}
footer .footer__inner ul:last-child {
  margin: 0 0 0 20%;
  padding: 0;
}
footer .footer__inner ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  transition: 0.2s;
  margin: 0 0 15px;
}
footer .footer__inner ul li a:hover {
  text-decoration: none;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  transition: 0.2s;
  color: #ffffff;
}
footer .footer__inner ul li:first-child {
  position: relative;
  margin: 0 0 15px;
  display: inline-block;
}
footer .footer__inner ul li:first-child a {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 1281px) {
  footer .footer__inner ul li a {
    font-size: 12px;
  }
  footer .footer__inner ul li:first-child a {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
footer .footer__inner ul li:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #ffffff;
  width: 0;
  transition: 0.2s;
}
footer .footer__inner ul li:first-child:hover:after {
  width: 100%;
  transition: 0.2s;
}
footer .footer__inner ul .social img {
  margin: 0 15px 0 0;
  height: 20px;
  width: 20px;
}
footer .footer__bottom_wrap {
  padding: 14px 40px;
  background-color: #1d253f;
}
footer .footer__bottom {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  footer .footer__bottom {
    text-align: left;
  }
}
footer .footer__bottom a {
  color: #ffffff;
  font-size: 12px;
}
footer .footer__bottom a:hover {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  footer .footer__inner {
    padding: 40px 20px;
  }
  footer .footer__inner ul {
    padding: 0 5% 0 0;
    width: 25%;
  }
  footer .footer__inner ul:last-child {
    margin: 0;
  }
  footer .footer__bottom {
    padding: 14px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__inner {
    padding: 40px 20px;
    flex-wrap: wrap;
  }
  footer .footer__inner ul {
    padding: 0 5% 0 0;
    width: 50%;
  }
  footer .footer__inner ul:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .footer__inner {
    padding: 40px 20px;
    flex-wrap: wrap;
  }
  footer .footer__inner ul {
    padding: 0 5% 0 0;
  }
  footer .footer__inner ul:last-child {
    margin: 0;
  }
  footer .footer__bottom {
    padding: 14px;
    font-size: 14px;
  }
}
.story__page {
  padding: 92px 0 0;
}
.story__page .story__section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.story__page .story__section .container {
  height: 100%;
}
.story__page .story__section .story__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  justify-content: center;
  height: 100%;
}
.story__page .story__section h1 {
  color: #3b3b3b;
  width: 50%;
  margin: 0 0 20px;
  max-width: 530px;
}
.story__page .story__section span {
  display: block;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.07em;
  color: #ffffff;
  width: 50%;
  max-width: 530px;
}
.story__page .story__section p {
  font-family: Domaine;
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.story__page .story__section:nth-child(1) {
  background-color: #679fa0;
}
.story__page .story__section:nth-child(1) .img__wrapper {
  position: absolute;
  right: 0;
  width: 500px;
  height: 500px;
}
.story__page .story__section:nth-child(2) {
  background-color: #ffbb8f;
}
.story__page .story__section:nth-child(2) p {
  color: #3b3b3b;
}
.story__page .story__section:nth-child(2) .img__wrapper {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
.story__page .story__section:nth-child(3) .img__wrapper {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 480px;
}
@media screen and (max-width: 1199px) {
  .story__page .story__section p {
    font-size: 32px;
    line-height: 58px;
  }
  .story__page .story__section:nth-child(2) .img__wrapper {
    width: 175px;
    height: 175px;
  }
  .story__page .story__section:nth-child(2) .img__wrapper:nth-child(2) {
    bottom: 35%;
  }
  .story__page .story__section:nth-child(3) .img__wrapper {
    width: 380px;
  }
}
@media screen and (max-width: 1300px) {
  .story__page .story__section:nth-child(1) .img__wrapper {
    position: absolute;
    right: 0;
    width: 420px;
    height: 420px;
  }
}
@media screen and (max-height: 650px) {
  .story__page .story__section:nth-child(2) .img__wrapper {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 992px) {
  .story__page .story__section h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .story__page .story__section span {
    font-size: 19px;
    line-height: 24px;
  }
  .story__page .story__section:nth-child(1) .img__wrapper {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 320px;
    height: 320px;
  }
  .story__page .story__section:nth-child(2) .img__wrapper {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .story__page .story__section h1 {
    width: 100%;
    max-width: 100%;
    font-size: 48px;
    line-height: 60px;
  }
  .story__page .story__section span {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
  .story__page .story__section p {
    font-size: 20px;
    line-height: 38px;
  }
  .story__page .story__section:nth-child(1) .story__inner {
    align-items: end;
  }
  .story__page .story__section:nth-child(1) .img__wrapper {
    position: relative;
    right: 1px;
    margin-left: auto;
    height: 250px;
    width: 250px;
  }
  .story__page .story__section:nth-child(2) .img__wrapper {
    height: 100px;
    width: 100px;
  }
  .instagram_swiper .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    border: 2px solid #ffffff;
    opacity: 1;
    background: 0 0;
  }
  .instagram_swiper .swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
  .instagram_swiper .swiper-pagination {
    text-align: left;
  }
  .instagram_swiper .instagram_item img {
    width: 100%;
  }
}
@media screen and (max-height: 620px) {
  .story__page .story__section {
    padding-top: 102px;
  }
}
.intro h2 {
  font-size: 64px;
  line-height: 70px;
}
.instagram_swiper {
  align-items: center;
  justify-content: center;
  margin: 70px 0 56px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .instagram_swiper .swiper-wrapper {
    justify-content: center;
  }
  .instagram_swiper .swiper-slide {
    width: calc(100% / 3 - 17px);
    margin: 0 8.5px;
  }
}
.see_all_instagram {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
      background-color: #212a46;
  align-items: center;
      display: inline-block;
    padding: 10px;
    margin-left: 10px;
}
.see_all_instagram:hover {
  color: #ffffff;
}
.see_all_instagram img {
  margin-left: 15px;
  transition: all 0.25s ease-in;
}
.story_scroll svg,
.story_scroll:hover svg,
.values_head::after {
  transition: all 0.25s ease;
}
.story_scroll {
  margin-top: 60px;
}
.story_scroll:hover svg {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.img__wrapper {
  z-index: 50;
}
.story__page .story_6 {
  padding: 90px 0 138px;
  background-size: cover;
  font-weight: 400;
}
.story__page .story_6 h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 76px;
}
@media screen and (max-width: 575px) {
  .story_scroll {
    margin-right: auto;
  }
  .story__page .story_6 {
    padding: 75px 0;
    background-size: 80%;
  }
  .story__page .story_6 h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.story__page .story_6 h5 {
  font-family: Domaine;
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 575px) {
  .story__page .story_6 h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.story__page .story_6 p {
  font-size: 19px;
  font-family: Domaine;
  font-weight: 400;
  color: #000;
  line-height: 27px;
}
.stories_item h6,
.values_head {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.stories_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin-top: 83px;
}
.stories_item {
  width: 40%;
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .stories_item {
    width: 100%;
  }
}
.stories_item h6 {
  margin-bottom: 34px;
  font-size: 16px;
}
.values .card,
.values .card-header,
.values .values_head {
  background: 0 0;
  border: transparent;
  border-bottom: none;
}
.values .card {
  background-color: #465da4;
  margin-bottom: 30px;
  color: #ffffff;
  padding: 36px;
}
@media screen and (max-width: 575px) {
  .values .card {
    padding: 30px 25px 29px 16px;
  }
}
.values .card-header {
  padding: 0;
}
.values_head {
  text-align: left;
  color: #ffbb8f;
  padding: 0;
  line-height: 29px;
  width: 100%;
  position: relative;
  font-size: 21px;
}
.values_head::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.23px 9.18px 0;
  border-color: #ffbc8f transparent transparent;
}
.story__page .team_wrap .team_item .img_wrap::after,
.team_wrap .team_item .img_wrap::after {
  content: "";
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.values_head.collapsed::after {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: all 0.25s ease;
}
.card-body {
  font-family: Domaine;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  color: #ffffff;
  padding: 19px 15% 0 0;
  letter-spacing: 0;
}
.story__page .story_7 {
  padding: 60px 0 100px;
}
@media screen and (max-width: 575px) {
  .story__page .story_7 {
    padding: 60px 0 40px;
  }
}
.story_8,
.story__page .story_8 {
  height: auto;
  background-color: #ffffff;
  background-position: center;
  background-size: 388px;
  padding: 120px 0 99px;
}
.story__page .story_7 h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.2em;
  color: #ffbb8f;
  margin-bottom: 30px;
}
.story__page .story_7 h5 {
  font-style: normal;
  font-family: Domaine;
  font-weight: 300;
  font-size: 53px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 110px;
}
.story_8 h3,
.story__page h3 {
  color: #000;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .story__page .story_7 h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px;
  }
}
.story__page h3 {
  font-size: 22px;
  margin-bottom: 60px;
}
.story_8 h3,
.team_full {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.story_8 h3 {
  margin-bottom: 60px;
}
.team_full,
.team_full:hover {
  color: #51a1a1;
}
.team_full {
  font-style: normal;
  line-height: 22px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.team_full img {
  margin-left: 15px;
  transition: all 0.25s ease-in;
}
.story__page .team_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.story__page .team_wrap .team_item {
  max-width: 422px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.story__page .team_wrap .team_item:nth-child(4n + 3),
.story__page .team_wrap .team_item:nth-child(4n + 4) {
  margin-bottom: 100px;
}
.story__page .team_wrap .team_item:nth-child(4n + 1) .img_wrap::after {
  background-color: rgba(243, 116, 98, 0.7);
}
.story__page .team_wrap .team_item:nth-child(4n + 2) .img_wrap::after {
  background-color: rgba(81, 161, 161, 0.7);
}
.story__page .team_wrap .team_item:nth-child(4n + 3) .img_wrap::after {
  background-color: rgba(78, 106, 178, 0.7);
}
.story__page .team_wrap .team_item:nth-child(4n + 4) .img_wrap::after {
  background-color: rgba(246, 189, 68, 0.7);
}
.story__page .team_wrap .team_item .img_wrap {
  position: relative;
  min-width: 188px;
  width: 188px;
  height: 188px;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .team_full {
    margin-top: 50px;
  }
  .story__page .team_wrap .team_item .img_wrap {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
.story__page .team_wrap .team_item .img_wrap::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.story__page .team_wrap .team_item img {
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.story__page .team_wrap .team_item .team_text {
  font-family: Domaine;
  margin-left: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}
.story__page .team_wrap .team_item .team_text p {
  font-family: Kievit;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  margin-top: 8px;
  display: inline;
}
.team_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.team_wrap .team_item {
  max-width: 422px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.team_wrap .team_item:nth-child(4n + 3),
.team_wrap .team_item:nth-child(4n + 4) {
  margin-bottom: 100px;
}
.team_wrap .team_item:nth-child(4n + 1) .img_wrap::after {
  background-color: rgba(243, 116, 98, 0.7);
}
.team_wrap .team_item:nth-child(4n + 2) .img_wrap::after {
  background-color: rgba(81, 161, 161, 0.7);
}
.team_wrap .team_item:nth-child(4n + 3) .img_wrap::after {
  background-color: rgba(78, 106, 178, 0.7);
}
.team_wrap .team_item:nth-child(4n + 4) .img_wrap::after {
  background-color: rgba(246, 189, 68, 0.7);
}
.news_intro,
.team_intro {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.team_wrap .team_item .img_wrap {
  position: relative;
  min-width: 188px;
  width: 188px;
  height: 188px;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .story__page .team_wrap .team_item .team_text {
    margin-left: 20px;
  }
  .team_wrap .team_item .img_wrap {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
.team_wrap .team_item .img_wrap::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.team_wrap .team_item img {
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.team_wrap .team_item .team_text {
  font-family: Domaine;
  margin-left: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}
.team_wrap .team_item .team_text p {
  font-family: Kievit;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  margin-top: 8px;
  display: inline;
}
.team_intro {
  background-blend-mode: multiply;
  padding: 307px 0 63px;
  background-color: #4e6ab2;
  background-image: url(../img/team_bgg.svg);
}
.news__page {
  padding-top: 92px;
}
.news_intro {
  padding: 162px 0 342px;
}
.news_articles_section {
  margin-top: -216px;
  position: relative;
  z-index: 2;
  margin-bottom: 216px;
}
.news_sidebar {
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
}
.news_sidebar a {
  font-size: 18px;
  color: #000;
  padding: 30px 9px 24px 30px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 2px solid #d2d2d2;
}
@media screen and (max-width: 992px) {
  .news_sidebar {
    flex-direction: row;
  }
  .news_sidebar a {
    border: 2px solid #d2d2d2;
    border-bottom: none;
    width: 100%;
  }
}
.news_sidebar a:hover {
  background-color: #d9d9d9;
}
.news_sidebar a:last-child {
  border-bottom: none;
}
.news_list_wrap {
  background-color: #f2f2f2;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .team_wrap .team_item .team_text {
    margin-left: 20px;
  }
  .news_articles_section {
    margin-bottom: 60px;
  }
  .news_list_wrap {
    padding: 15px;
  }
}
.news_item {
  width: calc(50% - 23px);
  margin-bottom: 26px;
  padding: 10px;
}
.news-background-wrap,
.news-background-wrap .news-col-1,
.news-background-wrap .news-col-2,
.news_item img,
.news_item:first-child,
.story2 img {
  width: 100%;
}
.news_item .news_item_head {
  margin-bottom: 35px;
}
.news_item .news_title {
  font-size: 26px;
}
.news_item .news_excerpt {
  font-size: 20px;
}
.news_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.news_cat {
  padding: 10px;
  background-color: #ffffff;
}
.news_title {
  font-size: 20px;
  font-family: Domaine;
  margin-bottom: 15px;
  font-weight: 500;
}
.news_excerpt {
  font-size: 13px;
  margin-bottom: 20px;
}
.page-numbers,
.read_more {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.read_more {
  margin-top: 30px;
  display: block;
  color: #679fa0;
  letter-spacing: 0.15em;
}
.pagination_wrap {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}
.page-numbers {
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.2em;
  color: #51a1a1;
  margin: 0 2.5px;
}
.page-numbers.current {
  text-decoration: underline;
}
.arrows svg path {
  stroke: #51a1a1;
}
.arrows:not(.active) svg path {
  stroke: #c4c4c4;
}
.story_1 {
  padding: 143px 45px;
}
@media screen and (max-width: 575px) {
  .story_1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.story_1 .img__wrapper {
  bottom: -40px;
}
.story2 {
  padding: 320px 0 240px;
}
.story__inner {
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_item {
    width: 100%;
  }
  .story__page .story2 p {
    font-size: 18px;
    line-height: 24px;
  }
}
.story__page .story2 .img__wrapper:nth-child(1) {
  left: 24%;
  top: 9%;
}
.story__page .story2 .img__wrapper:nth-child(2) {
  right: 14%;
  top: 16%;
}
.story__page .story2 .img__wrapper:nth-child(3) {
  right: 44%;
  bottom: 9%;
}
.story_3 {
  padding-bottom: 290px;
  padding-top: 182px;
}
.story_4,
.story_5 {
  padding-top: 309px;
  padding-bottom: 287px;
}
@media screen and (max-width: 992px) {
  .news_sidebar a:last-child {
    border-bottom: 2px solid #d2d2d2;
    border-left: none;
  }
  .teams__page .team_item:nth-child(odd) {
    margin-left: auto;
  }
  .teams__page .team_item:nth-child(even) {
    margin-right: auto;
  }
  .user {
    flex-direction: column;
  }
  .user .img__wrapper {
    text-align: center;
  }
  .user .user__menu:after {
    display: none;
  }
  header .user .img__wrapper .user__menu {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    padding-top: 0;
    margin-top: 20px;
  }
}
.story__page .main {
  overflow: hidden;
}
.story__page {
  padding-top: 92px;
}
header .butn {
  padding: 4px 12px;
  font-size: 12px;
}
.intro_text_wrap {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.why .swiper__why {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .two-images {
    margin-top: 75px;
  }
}
@media screen and (max-width: 575px) {
  .background {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .testimonial {
    height: auto;
  }
  .testimonial .container {
    padding: 0;
  }
  .testimonial .swiper__testimonial {
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
  .testimonial .swiper-slide .img__wrapper {
    width: 100%;
    height: auto;
  }
  .testimonial .swiper-slide .quote {
    height: auto;
    padding: 108px 40px 59px;
  }
  .testimonial .swiper-slide .quote h3 {
    margin-bottom: 94px;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 21px;
  }
  .testimonial .swiper-slide .quote p {
    margin-bottom: 94px;
    font-weight: 400;
  }
}
.news-page.news-background {
  background-color: transparent;
  padding-top: 0;
}
.news-background-wrap .wrapper-slim {
  padding: 60px 15px 0;
  background-color: #f2f2f2;
  max-width: 100%;
}
.news-background-wrap .news-col-2 {
  padding-top: 30px;
}
@media screen and (min-width: 575px) {
  .news-background-wrap .news-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .news-background-wrap .news-col-2 article {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}


a:focus{border:1px solid #000; outline:none;}

.cmplz-links ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.cmplz-links ul li {
		display: inline-block !important;
		margin-right: 10px !important;
	}
  #cmplz-message-1-optin{background-color:#ffffff !important; color:#000000 !important;}

  .swiper-wrapper{background:#000000;}