.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
  top: -.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-float-label label::after, .has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 150%;
  opacity: .5;
  top: .3em;
}

.input-group .has-float-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-group .has-float-label .form-control {
  width: 100%;
  border-radius: 0.25rem;
}
.input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --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;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  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 th,
.table-sm td {
  padding: 0.3rem;
}

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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 {
  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: #fff;
}

.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-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .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;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-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);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated 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);
}

.was-validated .custom-select:valid, .custom-select.is-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, #fff 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;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  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='%23dc3545' 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='%23dc3545' 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);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  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, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.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(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  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: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.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-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  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: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.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-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.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(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.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-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-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  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: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.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-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.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: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.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-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.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(220, 53, 69, 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:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.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: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.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-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  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;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.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;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.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-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-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: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.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;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  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: #007bff;
  background-color: #007bff;
}
.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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  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;
  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(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  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::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  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: #b3d7ff;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.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;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .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-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .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-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .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-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .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-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .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-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .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-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .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-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .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-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.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-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.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 {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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 {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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 {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  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;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  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-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  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 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  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%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  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: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  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: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  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: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  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 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.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: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.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;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  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: #fff;
  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: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  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;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  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 {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  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-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  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;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 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 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 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  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);
}
.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: 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 {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  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;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 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-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 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;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    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: #007bff !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

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

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

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

.border-info {
  border-color: #17a2b8 !important;
}

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

.border-danger {
  border-color: #dc3545 !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 {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    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;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.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: #007bff !important;
}

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

.text-secondary {
  color: #6c757d !important;
}

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

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

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  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;
  text-shadow: none;
  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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.details-panel {
  background-color: #000;
  transition: 0.6s ease-in-out;
  overflow: hidden;
  position: relative;
  top: 26px;
  height: 33vw;
  margin-bottom: 35px;
}
@media (min-width: 2000px) {
  .details-panel {
    height: 37vw;
  }
}
@media (max-width: 1680px) {
  .details-panel {
    height: 40vw;
  }
}
@media (max-width: 1441px) {
  .details-panel {
    height: 45vw;
  }
}
@media (max-width: 1367px) {
  .details-panel {
    height: 45vw;
  }
}
@media (max-width: 1200px) {
  .details-panel {
    height: 55vw;
  }
}
@media (max-width: 1025px) {
  .details-panel {
    height: 56vw;
  }
}
@media (max-width: 1000px) {
  .details-panel {
    height: 64vw;
  }
}
@media (max-width: 800px) {
  .details-panel {
    height: 68vw;
  }
}
@media (max-width: 600px) {
  .details-panel {
    height: 120vw;
  }
}
@media (max-width: 490px) {
  .details-panel {
    height: 130vw;
  }
}
@media (max-width: 426px) {
  .details-panel {
    height: 140vw;
  }
}
@media (max-width: 376px) {
  .details-panel {
    height: 175vw;
  }
}
@media (max-width: 320px) {
  .details-panel {
    height: 220vw;
  }
}
@media (max-width: 767.98px) {
  .details-panel {
    top: 25px;
  }
}
.details-panel .originalVideoDetails {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
}
.details-panel .originalVideoDetails div {
  width: 100%;
  height: 100%;
}
.details-panel .originalVideoDetails div .video-js .vjs-big-play-button {
  display: none;
}
.details-panel:after {
  content: "";
  display: block;
  padding-top: 33.75%;
}
.details-panel.hidden-panel {
  opacity: 0;
}
.details-panel.hidden-panel:not(.episode-details) {
  height: 0;
  display: none;
}
.details-panel.visible-panel {
  opacity: 1;
  margin-bottom: 55px;
}
.details-panel.visible-panel > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .details-panel.visible-panel .tab-container {
    align-items: flex-start;
  }
  .details-panel.visible-panel .tab-container .content-wrapper {
    display: flex;
    justify-content: center;
  }
  .details-panel.visible-panel .tab-container .content-wrapper > div {
    display: flex;
    flex-direction: column;
  }
  .details-panel.visible-panel .tab-container .content-wrapper > div p.text-content {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .details-panel.visible-panel .tab-container .content-wrapper > div .r-btns {
    display: flex;
    flex-direction: row;
  }
  .details-panel.visible-panel .tab-container .content-wrapper > div .r-btns button.btn {
    white-space: nowrap;
  }
}
.details-panel .close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  fill: white;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 2500px) {
  .details-panel .close-btn {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 991.98px) {
  .details-panel .close-btn {
    top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .details-panel .close-btn {
    width: 20px;
    height: 20px;
  }
}
.details-panel .close-btn:hover {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .details-panel .close-btn {
    width: 20px;
    height: 20px;
  }
}
.details-panel .navbar {
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 767.98px) {
  .details-panel .navbar .navbar-collapse {
    overflow: hidden;
    height: 56px;
  }
}
.details-panel .navbar .navbar-collapse .navbar-nav {
  margin: auto;
}
.details-panel .navbar .navbar-collapse .navbar-nav:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0));
  z-index: 0;
}
@media (max-width: 767.98px) {
  .details-panel .navbar .navbar-collapse .navbar-nav {
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .details-panel .navbar .navbar-collapse .navbar-nav {
    overflow: auto;
    box-sizing: content-box;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .details-panel .navbar .navbar-collapse .navbar-nav .nav-item {
    display: inline-block;
    position: relative;
  }
}
@supports (-ms-ime-align: auto) {
  @media (max-width: 767.98px) {
    .details-panel .navbar .navbar-collapse {
      overflow: hidden;
    }
    .details-panel .navbar .navbar-collapse .navbar-nav {
      margin-bottom: -18px;
    }
  }
}
.details-panel .navbar .nav-item {
  z-index: 1;
  font-size: 1vw;
}
.details-panel .navbar .nav-item .nav-link {
  font-size: 18px;
  color: #ccc;
  font-weight: 900;
  transition: all 0.3s;
  border-bottom: 4px solid transparent;
  padding-right: 0;
  padding-left: 0;
  margin: 0 16px;
}
@media (min-width: 2000px) {
  .details-panel .navbar .nav-item .nav-link {
    font-size: 25px;
    margin-right: 25px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 1280px) {
  .details-panel .navbar .nav-item .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .details-panel .navbar .nav-item .nav-link {
    font-size: 14px;
    margin: 0 8px 0 16px;
  }
}
.details-panel .navbar .nav-item .nav-link.active {
  color: #fff;
  border-color: #4cb4e7;
}
.details-panel .navbar .nav-item .nav-link:focus, .details-panel .navbar .nav-item .nav-link:hover {
  background-color: transparent;
  color: #4cb4e7;
}
.details-panel .tab-content {
  height: 100%;
}
.details-panel .tab-content > .tab-pane:first-child .container-fluid, .details-panel .tab-content > .tab-pane:first-child .container-sm, .details-panel .tab-content > .tab-pane:first-child .container-md, .details-panel .tab-content > .tab-pane:first-child .container-lg, .details-panel .tab-content > .tab-pane:first-child .container-xl {
  height: 100%;
}
.details-panel .tab-content > .tab-pane {
  height: 100%;
}
.details-panel .tab-content > .tab-pane .details-content .show-title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.details-panel .tab-content > .tab-pane .details-content .show-title .logo {
  height: 10vw;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: -o-transform 300ms;
  -moz-transition: transform 300ms, -moz-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -moz-transform 300ms, -o-transform 300ms;
}
@media (max-width: 991.98px) {
  .details-panel .tab-content > .tab-pane .details-content .show-title .logo {
    width: 80%;
    height: auto;
  }
}
.details-panel .tab-content > .tab-pane .details-content .show-title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.details-panel .tab-content > .tab-pane .details-content .show-title .logo {
  height: 10vw;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: -o-transform 300ms;
  -moz-transition: transform 300ms, -moz-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -moz-transform 300ms, -o-transform 300ms;
}
@media (max-width: 991.98px) {
  .details-panel .tab-content > .tab-pane .details-content .show-title .logo {
    width: 80%;
    height: auto;
  }
}
.details-panel .tab-content > .tab-pane .show-episods {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-panel .tab-content > .tab-pane .show-episods .tab-container {
  margin-top: 0;
  height: auto;
}
.details-panel .tab-content > .tab-pane .show-episods .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content {
  border-color: #25252a;
}
.details-panel .tab-content > .tab-pane .show-episods .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details {
  color: #fff;
}
.details-panel .slider_content {
  position: unset;
}
.details-panel .slider_content__background, .details-panel .slider_content__background__shadow, .details-panel .slider_content__background__image, .details-panel .slider_content__area {
  position: absolute;
  top: 0;
  bottom: 0;
}
.details-panel .slider_content__background {
  left: 0;
  right: 0;
}
.details-panel .slider_content__background__shadow {
  left: 0;
  background: #32323b;
  width: 30%;
  z-index: 2;
}
.details-panel .slider_content__background__shadow:before {
  content: "";
  position: absolute;
  z-index: 10;
  background-image: linear-gradient(to right, #32323b, transparent);
  top: 0;
  bottom: 0;
  left: 100%;
  width: 275px;
}
.details-panel .slider_content__background__image {
  right: 0;
  width: 70%;
  height: 100%;
  background-position: bottom right;
  background-size: cover;
  z-index: 1;
}
.details-panel .slider_content__area {
  left: 0;
  right: 0;
  height: 100%;
  z-index: 3;
}
.details-panel .slider_content__area__container {
  padding: 30px 70px;
  color: wheat;
}
.details-panel .slider_content__title {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.details-panel .slider_content__description {
  font-size: 18px;
  color: #999;
  margin-top: 20px;
  max-width: 500px;
}
.details-panel .slider_content__close {
  color: #fff;
  width: 40px;
  height: 40px;
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
}
.details-panel .tab-container {
  margin-top: 60px;
  color: white;
  height: 100%;
}
.details-panel .tab-container .gradient {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  min-height: 100%;
}
.details-panel .tab-container .gradient img {
  position: absolute;
  right: 0;
  width: auto;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .details-panel .tab-container .gradient img {
    display: none !important;
  }
}
.details-panel .tab-container > div.padding-left {
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}
@media (max-width: 767.98px) {
  .details-panel .tab-container > div.padding-left {
    display: block !important;
  }
  .details-panel .tab-container > div.padding-left span br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .details-panel .tab-container > div.padding-left span br {
    display: none;
  }
}
.details-panel .tab-container > div.padding-left > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .details-panel .tab-container > div.padding-left .text-block {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .details-panel .tab-container > div.padding-left .text-block h6 {
    font-size: 0.85rem;
  }
}
@media (max-width: 991.98px) {
  .details-panel .tab-container > div.padding-left > div {
    height: auto;
  }
  .details-panel .tab-container > div.padding-left > div:first-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.details-panel .tab-content {
  color: white;
}
.details-panel .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 1366px) {
  .details-panel .title {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .details-panel .title {
    font-size: 1rem;
    margin: 12px 0;
  }
}
.details-panel .subtitle {
  margin-bottom: 20px;
}
.details-panel .text-content {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  .details-panel .text-content {
    line-height: 1.5;
  }
}
@media (min-width: 2000px) {
  .details-panel .text-content {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .details-panel .text-content {
    margin-bottom: 0;
  }
}
.details-panel a {
  color: #4cb4e7;
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 2000px) {
  .details-panel a {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .details-panel a {
    font-size: 12px;
  }
}
.details-panel .rdv-carousel-section .rdv-carousel {
  transition: 0.6s ease-in-out;
}
.details-panel .rdv-carousel-section.visible-panel .rdv-carousel {
  opacity: 0;
}
.details-panel.episode-details {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.details-panel.episode-details > div {
  height: 100%;
}
.details-panel.episode-details.visible-panel {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.details-panel.episode-details .tab-content > .tab-pane .video-tab,
.details-panel.episode-details .tab-content > .tab-pane .show-episods .video-tab {
  height: 100%;
}

.handleResponsive {
  padding: 0;
}
@media (max-width: 991.98px) {
  .handleResponsive .content-wrapper.justify-content-md-center {
    padding: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .handleResponsive .content-wrapper.justify-content-md-center {
    padding: 0 35px;
  }
}

@media (width: 1024px) {
  #panel-show-driven #details-tab-panel-show-driven0:last-child {
    display: inline-block;
  }
}

.about-this-episode {
  padding-top: 30px;
}
.about-this-episode img {
  width: 35%;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .about-this-episode img {
    width: 27%;
  }
}
.about-this-episode .episode-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.about-this-episode .episode-subtitle {
  font-size: 17px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .about-this-episode .episode-subtitle {
    font-size: 15px;
  }
}
.about-this-episode p {
  font-size: 13px;
  font-weight: lighter;
}
.about-this-episode button {
  width: 46%;
  margin-bottom: 40px !important;
}
.about-this-episode button .btn-svg {
  width: 30px;
  height: 20px;
  fill: transparent;
  stroke: white;
  stroke-width: 5;
  margin: auto;
  vertical-align: sub;
  margin-right: 5px;
}
.about-this-episode button .btn-svg-share {
  fill: white;
  stroke: white;
  stroke-width: 0;
}

.resource-reviews .ratings {
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px);
}
.resource-reviews .ratings h4 {
  font-weight: bold;
  margin-bottom: 0px;
}
.resource-reviews .ratings h4 span {
  font-weight: normal;
}
.resource-reviews .ratings .rating-stats {
  flex: 1;
}
.resource-reviews .ratings .rating-stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.resource-reviews .ratings .rating-stats > div:first-child {
  align-items: flex-end;
}
.resource-reviews .ratings .rating-stats > div:first-child > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.resource-reviews .ratings .rating-stats > div .total-rating {
  font-size: 64px;
  font-weight: 200;
}
.resource-reviews .ratings .rating-stats > div .users-count {
  font-size: 12px;
  color: #9A9B9F;
  line-height: 14px;
  margin-top: 8px;
}
.resource-reviews .ratings .rating-stats > div .users-count svg {
  width: 14px;
  height: 14px;
  margin-right: 12px;
  fill: #9A9B9F;
}
.resource-reviews .ratings .rating-stats .stars-graph {
  padding-top: 36px;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row {
  display: flex;
  width: 100%;
  margin: 4px 0;
  height: 16px;
  align-items: center;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row svg {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  fill: #fafafa;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row span.star-number {
  font-size: 8px;
  color: #fafafa;
  margin-right: 6px;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row .star-bar {
  background: #fafafa;
  height: 100%;
  display: inline-block;
  min-width: 3px;
  position: relative;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row .star-bar .star-bar-bg {
  background: #4cb4e7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row .star-bar .star-5 {
  opacity: 0.8;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row .star-bar .star-4 {
  opacity: 0.6;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row .star-bar .star-3 {
  opacity: 0.4;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row .star-bar .star-2 {
  opacity: 0.2;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row .star-bar .star-1 {
  opacity: 0;
}
.resource-reviews .ratings .rating-stats .stars-graph .star-row .star-bar .star-count {
  position: absolute;
  line-height: 16px;
  font-size: 8px;
  top: 0;
  left: 6px;
  color: #4a4a4f;
}
.resource-reviews .ratings .btn {
  font-size: 12px;
}
.resource-reviews .ratings .btn svg {
  width: 26px;
  height: 20px;
  fill: white;
  margin: auto;
  vertical-align: bottom;
  margin-right: 5px;
}
.resource-reviews .reviews {
  position: relative;
}
.resource-reviews .reviews .sort-reviews .sort-reviews-selection {
  color: #fafafa;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  margin-bottom: 24px;
  line-height: 16px;
  cursor: pointer;
}
.resource-reviews .reviews .sort-reviews .sort-reviews-selection svg {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  fill: #4cb4e7;
}
.resource-reviews .reviews .reviews-list {
  position: relative;
  width: 100%;
  max-height: 460px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.resource-reviews .reviews .reviews-list::-webkit-scrollbar {
  width: 10px;
}
.resource-reviews .reviews .reviews-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #25252a;
  opacity: 0.7;
  box-shadow: inset 3px 3px 0 #32323b, inset -3px -3px 0 #32323b;
}
.resource-reviews .reviews .reviews-list::-webkit-scrollbar-thumb {
  background: #4cb4e7;
  border-radius: 10px;
  width: 8px;
}
.resource-reviews .reviews .reviews-list::-webkit-scrollbar-thumb:hover {
  background: #4cb4e7;
}
.resource-reviews .reviews .reviews-list .review-item {
  width: 100%;
  font-size: 12px;
  color: #fafafa;
  margin-bottom: 16px;
}
.resource-reviews .reviews .reviews-list .review-item .review-head {
  line-height: 20px;
  margin-bottom: 8px;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .rating-stars {
  margin-right: 0;
  margin-left: 0;
  vertical-align: text-bottom;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .rating-stars .star-svg {
  width: 16px;
  height: 16px;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .review-author {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: bold;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .review-date {
  font-style: italic;
  margin-right: 16px;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .review-helpful {
  font-size: 13px;
  font-weight: bold;
  margin-left: 16px;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .review-helpful > span {
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  margin-left: 6px;
  vertical-align: text-bottom;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .review-helpful > span svg {
  fill: #fafafa;
  width: 16px;
  height: 16px;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .review-helpful > span.active svg {
  fill: #4cb4e7;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .review-helpful > span.disabled svg path {
  fill: #4a4a4f;
}
.resource-reviews .reviews .reviews-list .review-item .review-head .review-helpful > span.thumb-up svg {
  vertical-align: sub;
}
.resource-reviews .reviews .reviews-list .review-item .review-content {
  position: relative;
  min-height: 28px;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
}
.resource-reviews .reviews .reviews-list .review-item .review-content .review-body {
  max-height: 56px;
  text-emphasis: none;
  text-overflow: clip;
  font-weight: 200;
}
.resource-reviews .reviews .reviews-list .review-item .review-content .read-more {
  position: absolute;
  background: linear-gradient(to top, #32323b, transparent);
  width: 100px;
  font-size: 12px;
  line-height: 16px;
  top: 23px;
  width: 100%;
  padding-top: 16px;
}
.resource-reviews .reviews .reviews-list .review-item .review-content .read-more span {
  color: #4cb4e7;
  cursor: pointer;
}
.resource-reviews .reviews .reviews-overflow-gradient {
  position: absolute;
  width: 100px;
  height: 50px;
  bottom: 0;
  display: block;
  width: 100%;
  background: linear-gradient(to top, #32323b, transparent);
}

.details-panel .about-this .btn {
  margin-bottom: 60px;
  margin-top: 20px;
  padding: 15px 50px;
  font-size: 16px;
}
.details-panel .about-this .resource-type {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}
.details-panel .about-this .resource-type svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: white;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.details-panel .about-this .btn-svg {
  width: 30px;
  height: 20px;
  fill: white;
  margin: auto;
  vertical-align: sub;
  margin-right: 5px;
}
.details-panel .about-this .go-btn {
  padding: 12px 65px;
}
.details-panel .about-this .frequency-title {
  margin-top: 140px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .details-panel .about-this .frequency-title {
    margin-top: 10px;
  }
}
.details-panel .about-this .frequency {
  margin-bottom: 30px;
}
.details-panel .about-this .stars {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.details-panel .about-this .stars .star-svg {
  width: 25px;
  height: 25px;
}
.details-panel .about-this .stars .star-svg.empty-star {
  fill: #53535f;
}
.details-panel .about-this .rating-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}
.details-panel .about-this .rating {
  margin-bottom: 10px;
}
.details-panel .about-this .rating .rating-number {
  font-size: 32px;
  font-weight: lighter;
}
.details-panel .about-this .rating .ratings-count {
  display: inline-block;
  font-size: 12px;
  font-weight: lighter;
  height: 31px;
  vertical-align: middle;
}
.details-panel .about-this .reviews {
  margin-bottom: 20px;
}
.details-panel .about-this .cls-1 {
  fill: #a6a8ab;
}
.details-panel .about-this .cls-2 {
  fill: #4fb4e6;
}
.details-panel .about-this .cls-3 {
  fill: #fff;
}

.details-panel .the-people .subtitle,
.details-panel .the-people .title {
  margin-bottom: 0;
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .details-panel .the-people .subtitle,
  .details-panel .the-people .title {
    font-size: 16px;
    margin: 5px 0;
  }
}
@media (max-width: 767.98px) {
  .details-panel .the-people .subtitle,
  .details-panel .the-people .title {
    font-size: 16px;
    margin: 5px 0;
  }
}
@media (max-width: 991.98px) {
  .details-panel .the-people .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .details-panel .the-people .subtitle {
    font-size: 14px;
  }
}
.details-panel .the-people .text-content {
  color: white;
  margin-top: 20px;
}
@media (max-width: 2000px) {
  .details-panel .the-people .text-content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .details-panel .the-people .text-content {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .details-panel .the-people .text-content {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .details-panel .the-people .text-content {
    margin-top: 10px;
    font-size: 12px;
  }
}
.details-panel .the-people a {
  font-size: 16px;
}
@media (min-width: 2000px) {
  .details-panel .the-people a {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .details-panel .the-people a {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .details-panel .the-people a {
    font-size: 13px;
  }
}
.details-panel .the-people .btn {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 2%;
  padding: 14px 25px;
}
@media (max-width: 991.98px) {
  .details-panel .the-people .btn {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .details-panel .the-people .btn {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .details-panel .the-people .left-tab {
    margin-right: 40px;
  }
}

.details-panel .video-tab {
  margin-top: 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .details-panel .video-tab {
    padding: 20px 0;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .gradient {
    display: none;
  }
}
.details-panel .video-tab .padding-left {
  padding-left: 70px;
  width: 100%;
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  .details-panel .video-tab .padding-left {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .padding-left {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.details-panel .video-tab .padding-left .col-xs-12.col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child {
  display: flex;
  align-items: center;
}
.details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests {
  width: 100%;
  max-width: 665px;
}
@media (min-width: 2000px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests {
    max-width: 850px;
  }
}
.details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
@media (min-width: 2000px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div {
    margin-bottom: 10px;
  }
}
.details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div img {
  width: 160px;
  height: 160px;
  border: 1px solid #f0f0f0;
}
@media (min-width: 2000px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div img {
    width: 225px;
    height: 225px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div img {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
.details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details {
    min-width: 200px;
  }
}
.details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details > * {
  margin: 0;
}
.details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details h3 {
  margin-bottom: 6px;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details h3 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details h4 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details h4 {
    font-size: 16px;
    width: 75%;
    word-break: break-all;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details h4 {
    width: 75%;
    word-break: break-all;
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details p a {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 190px;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details p {
    width: 75%;
    word-break: break-all;
    text-align: center;
    font-size: 11px;
  }
}
.details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details span {
  color: #c0c0c0;
  font-style: italic;
  font-weight: normal;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details span {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details span {
    width: 75%;
    word-break: break-all;
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .guest-details span {
    width: 75%;
    word-break: break-all;
    text-align: center;
    font-size: 10px;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div:nth-child(2),
  .details-panel .video-tab .padding-left .col-xs-12.col-lg-6:last-child .episode-guests > div .companyLogo {
    display: none;
  }
}
.details-panel .video-tab .logo-img {
  width: 38%;
  cursor: pointer;
}
@media (min-width: 767px) and (max-width: 997px) {
  .details-panel .video-tab .logo-img {
    width: 28%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .details-panel .video-tab .logo-img {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .logo-img {
    width: 65%;
  }
}
.details-panel .video-tab h1 {
  margin-bottom: 0;
  font-size: 50px;
}
.details-panel .video-tab .text-block {
  margin-top: 15px;
}
@media (min-width: 767px) and (max-width: 1999px) {
  .details-panel .video-tab .text-block {
    max-width: 88%;
  }
}
@media (min-width: 2000px) {
  .details-panel .video-tab .text-block {
    max-width: 85%;
  }
}
@media (min-width: 2000px) {
  .details-panel .video-tab .text-block h6 {
    font-size: 20px;
  }
}
.details-panel .video-tab .text-block .text-content {
  font-size: 14px;
}
@media (min-width: 1915px) {
  .details-panel .video-tab .text-block .text-content {
    font-size: 20px;
  }
}
@media (width: 767px) {
  .details-panel .video-tab .text-block .text-content {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .details-panel .video-tab .text-block .text-content {
    font-size: 13px;
  }
}
@media (min-width: 2000px) {
  .details-panel .video-tab .text-block .text-content {
    font-size: 24px;
    line-height: 32px;
  }
}
.details-panel .video-tab .btn {
  margin-top: 5px;
}
.details-panel .video-tab .btn svg {
  width: 17px;
  height: 17px;
  vertical-align: sub;
  fill: white;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .details-panel .video-tab .btn svg {
    width: 18px;
    height: 22px;
  }
}
.details-panel .up-next {
  padding: 80px 60px;
}
.details-panel .up-next .title {
  margin-bottom: 40px;
}
.details-panel .up-next img {
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .details-panel .up-next img {
    max-width: 90%;
  }
}
.details-panel .up-next .new-episode {
  background-color: #4cb4e7;
  color: white;
  opacity: 0.9;
  position: absolute;
  top: 7px;
  right: 15px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: bold;
}
.details-panel .up-next .next-items {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .details-panel .up-next .episode-details {
    max-width: 80%;
  }
}
.details-panel .up-next .episode-title {
  font-weight: bold;
  margin-top: 20px;
}
.details-panel .up-next .episode-subtitle {
  font-size: 13px;
  font-weight: 100;
  margin-bottom: 0;
}

.ui-video-player-component .ui-video-player-ps-splash.play {
  display: none;
}

.ui-video-player-component .ui-video-player-controls .controllers-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  bottom: 25px;
}
.ui-video-player-component .ui-video-player-controls .controllers-block > div {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  float: none !important;
  margin: unset;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .play-pause-block {
  width: 30px;
  height: 30px;
  border: 1.5px solid white;
  border-radius: 50%;
  order: 1;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .play-pause-block:before {
  background-size: 30px;
  left: 2px;
  top: 50%;
  margin-top: -13px;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .play-pause-block.played:before {
  background-size: 20px;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.ui-video-player-component .ui-video-player-controls .controllers-block > .ui-video-seek-slider {
  order: 2;
  flex: 1;
  margin-left: 12px;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .track.active .main {
  transform: scaleY(1);
}
.ui-video-player-component .ui-video-player-controls .controllers-block .track .main {
  height: 2px;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .track .main .buffered {
  background-color: white;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .track .main .connect {
  background-color: #4cb4e7;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .track .thumb.active .handler {
  transform: scale(1.5);
}
.ui-video-player-component .ui-video-player-controls .controllers-block .ui-video-player-src {
  right: 10px;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .sound-block {
  order: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .sound-block .sound-icon {
  height: 30px;
  border: 1.5px solid white;
  border-radius: 50%;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .sound-block .sound-slider {
  width: 70px;
  height: auto;
  margin-left: 12px;
  margin-right: 12px;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .sound-block .ui-video-seek-slider {
  top: unset !important;
  left: unset !important;
  width: 100%;
  margin-top: unset !important;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .sound-block .ui-video-seek-slider .track {
  position: relative;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .sound-block .ui-video-seek-slider .thumb .handler {
  opacity: 1;
  transform: scale(1);
}
.ui-video-player-component .ui-video-player-controls .controllers-block .controls-time {
  color: white;
  order: 3;
  font-size: 12px;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .fullscreen {
  order: 5;
}
.ui-video-player-component .ui-video-player-controls .controllers-block .hq {
  order: 6;
}

.nominate-panel {
  padding: 36px 70px 36px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .nominate-panel {
    padding: 40px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .nominate-panel {
    padding: 40px 35px;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .nominate-panel {
    padding: 40px 35px;
  }
}
@media (max-width: 767.98px) {
  .nominate-panel {
    padding: 70px 35px;
  }
}
.nominate-panel .title {
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 22pt;
  font-weight: bold;
}
@media (min-width: 2500px) {
  .nominate-panel .title {
    font-size: 32pt;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .nominate-panel .title {
    font-size: 17pt;
  }
}
@media (max-width: 991.98px) {
  .nominate-panel .title {
    font-size: 18pt;
    margin: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .nominate-panel .title {
    font-size: 13pt;
  }
}
.nominate-panel .subTitle {
  color: #fafafa;
  text-align: center;
  font-size: 13pt;
  font-weight: 200;
}
@media (min-width: 2500px) {
  .nominate-panel .subTitle {
    font-size: 19pt;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .nominate-panel .subTitle {
    font-size: 10pt;
  }
}
@media (max-width: 991.98px) {
  .nominate-panel .subTitle {
    font-size: 10pt;
  }
}
@media (max-width: 767.98px) {
  .nominate-panel .subTitle {
    font-size: 8pt;
  }
}
.nominate-panel .people {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-top: 25px;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .nominate-panel .people {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .nominate-panel .people {
    padding: 0;
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .nominate-panel .people {
    padding: 0;
    padding-top: 55px;
  }
}
.nominate-panel .people .nominate-container {
  position: relative;
  flex: 0 0 85.7142857143%;
  max-width: 85.7142857143%;
}
@media (max-width: 1366px) {
  .nominate-panel .people .nominate-container {
    flex: 80%;
    max-width: 80%;
  }
}
@media (max-width: 1199.98px) {
  .nominate-panel .people .nominate-container {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .nominate-panel .people .nominate-container {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (max-width: 576px) {
  .nominate-panel .people .nominate-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.nominate-panel .people .nominate-container .nom-slider {
  width: 100%;
  overflow: hidden;
}
.nominate-panel .people .nominate-container .nom-slider .nom-slider-container {
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
  display: flex;
}
.nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container {
  display: inline-block;
  vertical-align: top;
  width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
@media (max-width: 1366px) {
  .nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 1199.98px) {
  .nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container {
    width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 768px) {
  .nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 600px) {
  .nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 576px) {
  .nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container {
    width: 100%;
    flex: 0 0 100%;
  }
}
.nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container .nominee {
  margin-left: 0;
  float: left;
  padding: 0 3px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container .nominee > label {
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}
.nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container .nominee > label:first-child {
  flex: 1;
}
.nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container .nominee > label:last-child {
  height: 46px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 2500px) {
  .nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container .nominee > label:last-child {
    height: 64px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container .nominee > label:last-child {
    align-items: left;
    justify-content: left;
    font-size: 11px;
  }
}
.nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container .nominee img {
  border: 1px solid lightgray;
  width: 100%;
  height: auto;
}
.nominate-panel .people .nominate-container .nom-slider .nom-slider-container .nominee-container .nominee button {
  padding: 14px 12px;
  width: 100%;
  margin-top: 15px;
  background-color: transparent;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  display: flex;
  justify-content: center;
}
.nominate-panel .people .nominate-container .nom-slider-btn {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: 5px;
  left: unset !important;
}
.nominate-panel .people .nominate-container .nom-slider-btn .slider-btn {
  background-color: transparent;
  border: 0 none;
  color: buttontext;
  cursor: pointer;
  display: block;
  background: #282831;
  padding: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nominate-panel .people .nominate-container .nom-slider-btn .slider-btn svg {
  width: 24px;
  height: 24px;
  stroke: #ddd !important;
  transition: all 0.3s;
}
.nominate-panel .people .nominate-container .nom-slider-btn .slider-btn.disabled {
  cursor: not-allowed;
}
.nominate-panel .people .nominate-container .nom-slider-btn .slider-btn.disabled svg {
  stroke: #6f6c6c !important;
}
.nominate-panel .people .nominate-container .nom-slider-btn.slider-btn-hldr-left {
  right: 41px;
}
.nominate-panel .people .nominate-container .nom-slider-btn.slider-btn-hldr-left .slider-btn {
  padding-left: 2px;
}
.nominate-panel .people .nominate-container .nom-slider-btn.slider-btn-hldr-right .slider-btn {
  padding-right: 2px;
}
.nominate-panel .people .nominate-container .nom-slider-btn:hover .slider-btn:not(.disabled) svg {
  stroke: #fff !important;
}
.nominate-panel .people div.row {
  width: 100%;
}
.nominate-panel .people div.row > div.suggest-nominee {
  flex: 14.2857142857%;
  max-width: 14.2857142857%;
  padding: 0 3px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1366px) {
  .nominate-panel .people div.row > div.suggest-nominee {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 7px;
  }
}
@media (max-width: 1199.98px) {
  .nominate-panel .people div.row > div.suggest-nominee {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 9px;
  }
}
@media (max-width: 991px) {
  .nominate-panel .people div.row > div.suggest-nominee {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 3px;
  }
}
@media (max-width: 576px) {
  .nominate-panel .people div.row > div.suggest-nominee {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 3px;
  }
}
.nominate-panel .people div.row > div.suggest-nominee > label {
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
}
.nominate-panel .people div.row > div.suggest-nominee > label:first-child {
  flex: 1;
}
.nominate-panel .people div.row > div.suggest-nominee > div {
  position: relative;
}
.nominate-panel .people div.row > div.suggest-nominee > div input {
  padding: 14px;
  width: 100%;
  height: 46px;
  margin-top: 10px;
  background-color: transparent;
  border-radius: 0.3rem;
  border: 1px solid #4cb4e7;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  display: flex;
  text-align: center;
  font-size: 10px;
  color: white;
  font-weight: 800;
  cursor: auto !important;
  white-space: normal;
  overflow-y: hidden;
}
@media (min-width: 2500px) {
  .nominate-panel .people div.row > div.suggest-nominee > div input {
    height: 64px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .nominate-panel .people div.row > div.suggest-nominee > div input {
    padding: 0;
  }
}
.nominate-panel .people div.row > div.suggest-nominee > div input:hover, .nominate-panel .people div.row > div.suggest-nominee > div input:focus {
  background-color: transparent;
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div {
  visibility: hidden;
  position: absolute;
  left: 0;
  padding: 0;
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div .results-container {
  background: #32323b;
  opacity: 0.9;
  border: 1px solid #4cb4e7;
  border-radius: 4px;
  padding: 14px;
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div .results-container > p {
  display: none;
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div .results-container .suggestions {
  max-height: 145px;
  overflow: hidden;
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div .results-container .suggestions ul.list-group {
  display: flex;
  flex-direction: column;
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div .results-container .suggestions ul.list-group li.list-group-item.text-result {
  padding: 4px 0;
  margin: 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  max-width: unset;
  transition: all 0.3s;
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div .results-container .suggestions ul.list-group li.list-group-item.text-result:hover {
  color: #4cb4e7;
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div .results-container .suggestions ul.list-group li.list-group-item.text-result:last-child {
  border-bottom: none;
}
@media (min-width: 2500px) {
  .nominate-panel .people div.row > div.suggest-nominee > div input + div .results-container .suggestions ul.list-group li.list-group-item.text-result a {
    font-size: 24px;
  }
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div .results-container:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #32323b;
  border: 1px solid rgba(76, 180, 231, 0.9);
  border-width: 1px 0 0 1px;
  top: -5px;
  left: calc(50% - 10px);
  position: absolute;
  z-index: 2;
  transform: rotate(45deg);
}
.nominate-panel .people div.row > div.suggest-nominee > div input + div hr {
  display: none;
}
.nominate-panel .people div.row > div.suggest-nominee > div input.suggest + div {
  visibility: visible;
  opacity: 0;
  animation: suggest-list-appear 0.3s ease-out;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
.nominate-panel .people .nominate-btn {
  width: 40%;
  min-width: 230px;
  margin-top: 24px;
}
.nominate-panel .people .nominate-btn .submit-btn {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  position: relative;
  bottom: 20px;
}
@media (max-width: 767.98px) {
  .nominate-panel .people .nominate-btn .submit-btn {
    bottom: 0;
  }
}
.nominate-panel .checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.nominate-panel .checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: 11px;
}
@media (max-width: 767.98px) {
  .nominate-panel .checkbox + label {
    font-size: 10px;
  }
}
.nominate-panel .checkbox + label span {
  position: relative;
  padding-left: 26px;
}
.nominate-panel .checkbox + label span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid white;
  position: absolute;
  left: 0;
}
@media (max-width: 767.98px) {
  .nominate-panel .checkbox + label span:before {
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }
}
.nominate-panel .checkbox:hover + label span:before {
  background: #4cb4e7;
}
.nominate-panel .checkbox:focus + label span:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.nominate-panel .checkbox:checked + label span:before {
  background: transparent;
  border: none;
}
.nominate-panel .checkbox:disabled + label {
  color: #b8b8b8;
  cursor: not-allowed;
}
.nominate-panel .checkbox:checked + label span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #4cb4e7;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #4cb4e7, 4px 0 0 #4cb4e7, 4px -2px 0 #4cb4e7, 4px -4px 0 #4cb4e7, 4px -6px 0 #4cb4e7, 4px -8px 0 #4cb4e7, 4px -10px 0 #4cb4e7, 4px -12px 0 #4cb4e7;
  transform: rotate(45deg);
  z-index: 1;
}

@keyframes suggest-list-appear {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 18px;
  }
}
.upcoming-shows {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 70px;
}
.upcoming-shows .col-xs-12.col-lg-8 {
  padding: 0;
}
@media (max-width: 991.98px) {
  .upcoming-shows {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767.98px) {
  .upcoming-shows {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.upcoming-shows.tab-container {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .upcoming-shows .gradient::after {
    width: 100%;
  }
}
.upcoming-shows .radivision-logo {
  width: 150px;
}
@media (min-width: 2500px) {
  .upcoming-shows .radivision-logo {
    width: 270px;
  }
}
.upcoming-shows .shows-logo {
  display: block;
  max-width: 90%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.upcoming-shows .subtitle {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 30px;
  font-weight: 400;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
@media (min-width: 2500px) {
  .upcoming-shows .subtitle {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .upcoming-shows .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .upcoming-shows .subtitle {
    font-size: 14px;
  }
}
.upcoming-shows .text-content {
  max-width: 65%;
  font-size: 20px;
}
@media (min-width: 2500px) {
  .upcoming-shows .text-content {
    font-size: 24px;
    max-width: 69%;
  }
}
@media (max-width: 991.98px) {
  .upcoming-shows .text-content {
    max-width: 75%;
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .upcoming-shows .text-content {
    max-width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .upcoming-shows .rating-title {
    font-size: 12px;
  }
}
.upcoming-shows .btn svg {
  width: 26px;
  height: 20px;
  fill: white;
  margin: auto;
  vertical-align: bottom;
  margin-right: 5px;
}
@media (min-width: 2500px) {
  .upcoming-shows .btn svg {
    width: 40px;
    height: 30px;
  }
}
.upcoming-shows .btn svg path {
  stroke-width: 0.3px;
  stroke: #fff;
}
.upcoming-shows .vote-header {
  font-weight: 700;
}
.upcoming-shows .rating-title {
  margin-bottom: 0;
}
.upcoming-shows .vote {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 2500px) {
  .upcoming-shows .vote {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .upcoming-shows .vote {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .upcoming-shows .vote {
    margin: 0;
  }
}
.upcoming-shows .vote .vote-value-container {
  font-size: 12px;
}
@media (min-width: 2500px) {
  .upcoming-shows .vote .vote-value-container {
    font-size: 22px;
  }
}
.upcoming-shows .vote .vote-value-container .vote-value {
  font-size: 26px;
  font-weight: 100;
  margin-left: 5px;
}
@media (min-width: 2500px) {
  .upcoming-shows .vote .vote-value-container .vote-value {
    font-size: 48px;
  }
}
.upcoming-shows .vote .stars {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 2500px) {
  .upcoming-shows .vote .stars {
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .upcoming-shows .vote .stars {
    margin-left: 0px;
  }
}
.upcoming-shows .vote .stars .star-svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media (min-width: 2500px) {
  .upcoming-shows .vote .stars .star-svg {
    width: 36px;
    height: 36px;
  }
}
.upcoming-shows .vote .stars .star-svg.empty-star {
  fill: #53535f;
}
.upcoming-shows .vote .cls-1 {
  fill: #a6a8ab;
}
.upcoming-shows .vote .cls-2 {
  fill: #4fb4e6;
}
.upcoming-shows .vote .cls-3 {
  fill: #fff;
}

#details-tab-panel-show-upcoming0 .container-fluid, #details-tab-panel-show-upcoming0 .container-sm, #details-tab-panel-show-upcoming0 .container-md, #details-tab-panel-show-upcoming0 .container-lg, #details-tab-panel-show-upcoming0 .container-xl {
  height: 642px;
}
@media (min-width: 2500px) {
  #details-tab-panel-show-upcoming0 .container-fluid, #details-tab-panel-show-upcoming0 .container-sm, #details-tab-panel-show-upcoming0 .container-md, #details-tab-panel-show-upcoming0 .container-lg, #details-tab-panel-show-upcoming0 .container-xl {
    height: 100%;
  }
}
#details-tab-panel-show-upcoming0 .container-fluid .upcoming-shows, #details-tab-panel-show-upcoming0 .container-sm .upcoming-shows, #details-tab-panel-show-upcoming0 .container-md .upcoming-shows, #details-tab-panel-show-upcoming0 .container-lg .upcoming-shows, #details-tab-panel-show-upcoming0 .container-xl .upcoming-shows {
  height: inherit;
}

#account-settings {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #account-settings {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  #account-settings {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  #account-settings {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  #account-settings {
    padding: 35px;
    width: 100%;
  }
}

.account-settings {
  padding: 0;
}
.account-settings .required-star {
  color: red;
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .account-settings {
    padding: 0%;
  }
}
.account-settings #account-settings-title::after {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 3% 0%;
}
.account-settings #account-settings-title h3 {
  font-size: 2rem;
  padding-top: 5rem;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .account-settings #account-settings-title h3 {
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .account-settings #account-settings-title h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 2000px) {
  .account-settings #account-settings-title h3 {
    padding-top: 7rem;
  }
}
.account-settings .modal-body .img-container {
  overflow: hidden;
}
.account-settings .modal-body .save-btn {
  color: #4cb4e7;
  width: 70%;
  margin-left: 15%;
  font-size: 17px;
}
.account-settings .modal-body .save-btn:hover, .account-settings .modal-body .save-btn:focus, .account-settings .modal-body .save-btn:active {
  color: #fafafa;
}
.account-settings h4 {
  font-weight: 800;
  font-size: 21px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .account-settings h4 {
    font-size: 15px;
  }
}
@media (min-width: 2000px) {
  .account-settings h4 {
    margin-top: 15px;
    margin-bottom: 28px;
    font-size: 32px;
  }
}
.account-settings h4 span {
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 2000px) {
  .account-settings h4 span {
    font-size: 24px;
  }
}
.account-settings .img-container {
  text-align: center;
  width: 185px;
}
@media (min-width: 1537px) {
  .account-settings .img-container {
    width: 235px;
  }
}
@media (max-width: 767.98px) {
  .account-settings .img-container {
    margin-bottom: 20px;
  }
}
.account-settings .img-container:hover svg,
.account-settings .img-container:hover label {
  opacity: 1;
}
.account-settings .img-container:hover label {
  cursor: pointer;
}
.account-settings .img-container img {
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: 1px solid #f0f0f0;
}
.account-settings .img-container .custom-file {
  cursor: pointer;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
}
.account-settings .img-container svg {
  width: 3rem;
  fill: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -110px;
  opacity: 0.4;
}
@media (max-width: 767.98px) {
  .account-settings .img-container svg {
    margin-top: -80px;
  }
}
.account-settings .img-container label {
  text-align: center;
  cursor: pointer;
  font-size: 0.9rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 7.5rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 35%;
  font-weight: bold;
  color: white;
  opacity: 0.4;
}
@media (max-width: 1199.98px) {
  .account-settings .img-container label {
    max-width: 40%;
  }
}
@media (max-width: 767.98px) {
  .account-settings .img-container label {
    max-width: 30%;
  }
}
.account-settings form {
  position: relative;
}
.account-settings form .form-row {
  margin-left: 0;
  margin-right: 0;
}
.account-settings form .form-group:focus {
  border-color: #4cb4e7;
}
.account-settings form .form-group:focus label {
  color: #4cb4e7;
}
@media (max-width: 767.98px) {
  .account-settings form .form-group label {
    margin-bottom: 3px;
  }
}
.account-settings form .form-group input {
  height: 55px;
  border: 1px solid #ced4da;
  border-radius: 7px;
}
@media (min-width: 2000px) {
  .account-settings form .form-group input {
    height: 80px;
    font-size: 16pt;
  }
}
.account-settings form .form-group input:disabled, .account-settings form .form-group input[readonly] {
  cursor: not-allowed;
  color: #d2d2d2;
  background-color: #fff;
}
.account-settings form .form-group input::placeholder {
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .account-settings form .form-group input {
    height: 45px;
    margin-bottom: -15px;
  }
}
@media (max-width: 991.98px) {
  .account-settings form .form-group input {
    font-size: 0.8rem;
  }
}
.account-settings form .form-group span:not(.reset-input) {
  font-size: 13px;
  background-color: #fff;
}
.account-settings form .form-group .has-float-label span::after {
  background-color: transparent;
}
.account-settings form button {
  margin-top: 0;
  height: 50px;
  width: 100%;
  color: white;
  text-align: center;
  padding: 0;
}
@media (max-width: 991.98px) {
  .account-settings form button {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .account-settings form button {
    height: auto;
    font-size: 17pt !important;
    padding: 20px;
  }
}
.account-settings .company-pages::after {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 3% 0%;
}
.account-settings .company-pages .col-lg-5 .btn-radivision {
  width: 100%;
}
.account-settings .company-pages button {
  color: black;
}
.account-settings .company-pages button svg.plus-icon {
  width: 12px;
  fill: #4cb4e7;
  stroke: #4cb4e7;
  stroke-width: 3px;
  margin-left: 5px;
  vertical-align: initial;
}
.account-settings .company-pages button:hover, .account-settings .company-pages button:focus, .account-settings .company-pages button:active {
  color: #fafafa;
}
.account-settings .company-pages button:hover svg, .account-settings .company-pages button:focus svg, .account-settings .company-pages button:active svg {
  fill: #fafafa;
  stroke: #fafafa;
  stroke-width: 3px;
}
.account-settings .title h4 {
  font-weight: 800;
  font-size: 21px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .account-settings .title h4 {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  .account-settings .title h4 {
    margin-top: 24px;
    margin-bottom: 36px;
    font-size: 32px;
  }
}
.account-settings .title h4 span {
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 2000px) {
  .account-settings .title h4 span {
    font-size: 24px;
  }
}
.account-settings .company-set {
  position: relative;
  max-height: 660px;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .account-settings .company-set {
    padding-bottom: 13px;
  }
}
.account-settings .company-set .company-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (min-width: 2000px) {
  .account-settings .company-set .company-row {
    margin-bottom: 24px;
  }
}
.account-settings .company-set .company-row .com-name {
  flex: 1;
}
.account-settings .company-set .company-row > div {
  margin-right: 24px;
  display: flex;
  align-items: center;
  min-width: 175px;
}
@media (max-width: 991.98px) {
  .account-settings .company-set .company-row > div {
    min-width: 140px;
  }
}
.account-settings .company-set .company-row > div:last-child {
  margin-right: 0;
}
.account-settings .company-set .company-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media (min-width: 2000px) {
  .account-settings .company-set .company-name {
    font-size: 24px;
  }
}
.account-settings .company-set .company-row .col-md-6 {
  padding-left: 0;
}
.account-settings .company-set .company-row .col-md-6 .company-name {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .account-settings .company-set .company-row .col-md-6 .company-name {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .account-settings .company-set .company-row .col-md-6 .company-name {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .account-settings .company-set .company-row .col-md-3 {
    padding: 0;
  }
}
.account-settings .company-set .company-row .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 31px;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .account-settings .company-set .company-row .switch {
    width: 55px;
    height: 26px;
  }
}
@media (max-width: 767.98px) {
  .account-settings .company-set .company-row .switch {
    width: 50px;
    height: 21px;
  }
}
@media (min-width: 2000px) {
  .account-settings .company-set .company-row .switch {
    width: 90px;
    height: 41px;
  }
}
.account-settings .company-set .company-row .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.account-settings .company-set .company-row .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid lightgrey;
}
.account-settings .company-set .company-row .switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: lightgrey;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1199.98px) {
  .account-settings .company-set .company-row .switch .slider:before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767.98px) {
  .account-settings .company-set .company-row .switch .slider:before {
    width: 13px;
    height: 13px;
    bottom: 3px;
  }
}
@media (min-width: 2000px) {
  .account-settings .company-set .company-row .switch .slider:before {
    width: 31px;
    height: 31px;
  }
}
.account-settings .company-set .company-row .switch .round {
  border-radius: 34px;
}
.account-settings .company-set .company-row .switch .round:before {
  border-radius: 50%;
}
.account-settings .company-set .company-row .switch input:checked + .slider:before {
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
  background-color: #4cb4e7;
}
@media (min-width: 2000px) {
  .account-settings .company-set .company-row .switch input:checked + .slider:before {
    -webkit-transform: translateX(39px);
    -ms-transform: translateX(39px);
    transform: translateX(39px);
  }
}
.account-settings .company-set .company-row .switch.disabled input:checked + .slider:before {
  background-color: lightgrey;
}
.account-settings .company-set .company-row span {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 11px;
  padding-left: 5px;
  line-height: 31px;
}
@media (max-width: 800px) {
  .account-settings .company-set .company-row span {
    font-size: 9px;
  }
}
@media (max-width: 1199.98px) {
  .account-settings .company-set .company-row span {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .account-settings .company-set .company-row span {
    font-size: 10px;
  }
}
@media (min-width: 2000px) {
  .account-settings .company-set .company-row span {
    font-size: 16px;
    padding-left: 15px;
  }
}
.account-settings .company-set .company-row .view-and-configure:hover, .account-settings .company-set .company-row .view-and-configure:focus {
  color: #4cb4e7;
  cursor: pointer;
}
.account-settings .company-set .company-row .view-and-configure:hover .view-and-configure-icon, .account-settings .company-set .company-row .view-and-configure:focus .view-and-configure-icon {
  fill: #4cb4e7;
}
.account-settings .company-set .company-row .view-and-configure .view-and-configure-icon {
  width: 30px;
}
@media (max-width: 1199.98px) {
  .account-settings .company-set .company-row .view-and-configure .view-and-configure-icon {
    width: 27px;
  }
}
@media (min-width: 2000px) {
  .account-settings .company-set .company-row .view-and-configure .view-and-configure-icon {
    width: 48px;
  }
}
.account-settings .company-set .company-row .view-and-configure .view-and-configure-icon .cls-1 {
  fill: #48aecf;
}
.account-settings .company-set .company-row .view-and-configure .view-and-configure-icon .cls-2 {
  fill: none;
}
.account-settings .company-set .company-row .view-and-configure .view-and-configure-icon .cls-3 {
  fill: #c1c1c1;
}
@media (max-width: 850px) {
  .account-settings .company-set .company-row .view-and-configure span {
    font-size: 9px;
  }
}
.account-settings .company-set .row:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #edeaea;
  margin-bottom: 3%;
}
.account-settings .company-set::-webkit-scrollbar {
  display: none;
}
.account-settings .company-set::-webkit-scrollbar-thumb {
  display: none;
}
.account-settings #personal-profile:after {
  display: block;
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #edeaea;
  margin-bottom: 3%;
}
.account-settings #personal-profile .row::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
}
.account-settings #password-reset::after {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 3% 0%;
}
.account-settings #subscription-notification h4 {
  font-weight: 800;
  font-size: 21px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .account-settings #subscription-notification h4 {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  .account-settings #subscription-notification h4 {
    margin-bottom: 36px;
    font-size: 32px;
  }
}
.account-settings #subscription-notification small {
  margin-bottom: 15px;
}
@media (min-width: 2000px) {
  .account-settings #subscription-notification small {
    margin-bottom: 28px;
    font-size: 28px;
  }
}
.account-settings #subscription-notification #no-label {
  position: relative;
  bottom: 64px;
  left: 6px;
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 2000px) {
  .account-settings #subscription-notification #no-label {
    bottom: 96px;
    font-size: 24px;
  }
}
.account-settings #subscription-notification #yes-label {
  position: relative;
  bottom: 64px;
  right: 3px;
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 2000px) {
  .account-settings #subscription-notification #yes-label {
    bottom: 96px;
    font-size: 24px;
  }
}
.account-settings #subscription-notification .radivision-white {
  color: #fafafa;
}
.account-settings #subscription-notification .radivision-blue {
  color: #4cb4e7;
}
.account-settings #subscription-notification .radivision-grey {
  color: lightgray;
}
.account-settings #subscription-notification .switch {
  position: relative;
  display: block;
  height: 47px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 2000px) {
  .account-settings #subscription-notification .switch {
    height: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.account-settings #subscription-notification .switch input {
  display: none;
}
.account-settings #subscription-notification .slider {
  border: 1px solid #4cb4e7;
  border-radius: 5px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.account-settings #subscription-notification .slider.blue-bg {
  background-color: #4cb4e7;
}
.account-settings #subscription-notification .slider.grey-bg {
  background-color: lightgray;
  border-color: lightgray;
}
.account-settings .slider:before {
  border-radius: 4px;
  position: absolute;
  content: "";
  height: 41px;
  width: 50%;
  left: 3px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 2000px) {
  .account-settings .slider:before {
    height: 68px;
    bottom: 5px;
  }
}
.account-settings input:checked + .slider:before {
  -webkit-transform: translateX(97.5%);
  -ms-transform: translateX(97.5%);
  transform: translateX(97.5%);
  background-color: #fff;
}
.account-settings #no-label + .slider:before {
  -webkit-transform: translateX(135px);
  -ms-transform: translateX(135px);
  transform: translateX(135px);
}
.account-settings .go-to-profile {
  position: absolute;
  bottom: 64px;
  left: 32rem;
}
@media (max-width: 1199.98px) {
  .account-settings .go-to-profile {
    position: absolute;
    bottom: 64px;
    left: 27rem;
  }
}
@media (max-width: 991.98px) {
  .account-settings .go-to-profile {
    position: absolute;
    bottom: 64px;
    left: 18rem;
  }
}
@media (max-width: 767.98px) {
  .account-settings .go-to-profile {
    position: absolute;
    bottom: 13px;
    left: 21px;
  }
}
.account-settings .go-to-profile small {
  color: #4cb4e7;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .account-settings .go-to-profile small {
    font-size: 11px;
  }
}
.account-settings .go-to-profile svg {
  width: 20px;
  margin-left: 10px;
  fill: #4cb4e7;
}
@media (max-width: 767.98px) {
  .account-settings .go-to-profile svg {
    width: 16px;
  }
}
.account-settings .col-md-4 {
  padding-right: 0px;
}
.account-settings .col-md-4 .btn-radivision {
  font-size: 14px;
  width: 100%;
  padding: 14px 0.75rem;
}

#my-account-form .form-row > .col,
#my-account-form .form-row > [class*=col-] {
  padding-left: 0px;
}
#my-account-form .form-row > .col .top,
#my-account-form .form-row > [class*=col-] .top {
  padding-left: 0px;
}

#my-saved-items {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #my-saved-items {
    width: 85%;
    padding: 35px;
  }
}
@media (max-width: 1024px) {
  #my-saved-items {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  #my-saved-items {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  #my-saved-items {
    padding: 35px;
    width: 100%;
  }
}

.my-saved-items .row.six-by-one-grid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.my-saved-items .row.six-by-one-grid .story-icon:not(:empty) ~ * {
  margin-bottom: 3px !important;
}
.my-saved-items .row.six-by-one-grid .col-sm-4.col-lg-2 {
  flex: 25%;
  max-width: 25%;
  margin-bottom: 20px;
}
.my-saved-items .row.six-by-one-grid .col-sm-4.col-lg-2 .card-img-top {
  border: 1px solid #f0f0f0;
}
.my-saved-items .row.six-by-one-grid .col-sm-4.col-lg-2 img {
  border: 0;
}
@media (max-width: 767.98px) {
  .my-saved-items .row.six-by-one-grid .col-sm-4.col-lg-2 {
    flex: 100%;
    max-width: 100%;
  }
}
.my-saved-items .title h3 {
  font-size: 2rem;
  padding-top: 5rem;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .my-saved-items .title h3 {
    padding-top: 1rem;
  }
}
@media (min-width: 2000px) {
  .my-saved-items .title h3 {
    padding-top: 7rem;
  }
}
.my-saved-items .section-header::before {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 3% 0%;
}
.my-saved-items .section-header h5 {
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 25px;
}
@media (min-width: 2000px) {
  .my-saved-items .section-header h5 {
    font-size: 1.5rem;
  }
}
.my-saved-items .section-header .no-content-to-show {
  text-align: center;
  font-size: 21px;
  color: lightgrey;
  font-weight: 700;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  #my-saved-items {
    padding: 0 20px !important;
  }
}

.companies-entities-section {
  background-color: #f2f4f4;
  padding-bottom: 35px;
}
.companies-entities-section .tab-content {
  padding: 0 70px;
  padding-right: 60px;
}
@media (max-width: 1199.98px) {
  .companies-entities-section .tab-content {
    padding: 0 35px;
  }
}
@media (max-width: 991.98px) {
  .companies-entities-section .tab-content {
    padding: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .companies-entities-section .tab-content {
    padding: 0 35px;
  }
}
.companies-entities-section .tab-content .row {
  margin-right: 0px;
  margin-left: 0px;
}
.companies-entities-section .tab-content .six-by-one-grid {
  padding-left: 0;
  padding-right: 0;
}
.companies-entities-section .tab-content .six-by-one-grid .col-sm-4.col-lg-2 {
  border: 1px solid #f2f4f4;
}
@media (max-width: 1280px) and (min-width: 997px) {
  .companies-entities-section .tab-content .six-by-one-grid .col-sm-4.col-lg-2 {
    flex: 20%;
    max-width: 20%;
  }
}
.companies-entities-section .tab-content .col-sm-8 {
  padding: 0;
}
.companies-entities-section .tab-content > .active {
  display: block;
  position: relative;
}
.companies-entities-section .gray-header {
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .companies-entities-section .gray-header {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 991.98px) {
  .companies-entities-section .gray-header {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767.98px) {
  .companies-entities-section .gray-header {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.companies-entities-section .gray-header .panel-nav {
  margin-left: 0;
}
.companies-entities-section .gray-header h3 {
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
}
@media (max-width: 767.98px) {
  .companies-entities-section .view-more-btn {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.on-curated-section .row {
  margin-right: 0px;
  margin-left: 0px;
}
.on-curated-section .six-by-one-grid {
  padding-left: 0;
  padding-right: 0;
  padding: 0 70px;
  padding-right: 60px;
}
.on-curated-section .six-by-one-grid img {
  border: 1px solid #f2f4f4 !important;
}
@media (max-width: 1280px) and (min-width: 997px) {
  .on-curated-section .six-by-one-grid .col-sm-4.col-lg-2 {
    flex: 20%;
    max-width: 20%;
  }
}
@media (max-width: 1199.98px) {
  .on-curated-section .six-by-one-grid {
    padding: 0 35px;
  }
}
@media (max-width: 991.98px) {
  .on-curated-section .six-by-one-grid {
    padding: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .on-curated-section .six-by-one-grid {
    padding: 0 35px;
  }
}
.on-curated-section .subtitle {
  max-width: 100%;
}

.nominate .popup {
  width: 50%;
  margin: 40px auto;
}
.nominate .popup-header {
  background-color: gray;
  color: white;
  text-transform: uppercase;
  padding: 18px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  letter-spacing: 0.075rem;
}
.nominate .popup-header .title {
  font-weight: 700;
}
.nominate .popup-content {
  border: 1px solid gray;
  padding: 5% 10%;
  text-align: center;
}
.nominate .popup-content button {
  color: #32323b;
  margin-right: 50px;
  padding: 14px 50px;
  border-color: transparent;
  border-radius: 4px;
  background-color: lightgray;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 10px;
  font-weight: 600;
}

.on-curated-section .on-curated-header {
  margin-bottom: 0px;
  margin-top: 0px;
}
.on-curated-section .on-curated-header .on-curated {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.on-curated-section .on-curated-header .on-curated.left {
  justify-content: flex-start;
}
.on-curated-section .on-curated-header .on-curated img {
  height: 31px;
}
@media (min-width: 2500px) {
  .on-curated-section .on-curated-header .on-curated img {
    height: 60px;
  }
}
.on-curated-section .on-curated-header .on-curated span {
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
  font-family: "MuliExtraBold";
  letter-spacing: 0.075rem;
}
@media (width: 1536px) {
  .on-curated-section .on-curated-header .on-curated span {
    font-size: 28px;
  }
}
@media (max-width: 1440px) and (min-width: 1400px) {
  .on-curated-section .on-curated-header .on-curated span {
    font-size: 26px;
  }
}
@media (min-width: 2500px) {
  .on-curated-section .on-curated-header .on-curated span {
    font-size: 56px;
    line-height: 41px;
  }
}
@media (max-width: 767.98px) {
  .on-curated-section .on-curated-header .on-curated span {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1359px) {
  .on-curated-section .on-curated-header .on-curated span {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .on-curated-section .on-curated-header .on-curated span {
    font-size: 18px;
  }
}
.on-curated-section .on-curated-header .subtitle {
  margin: auto;
  font-weight: 600;
  max-width: 55%;
}
@media (min-width: 2500px) {
  .on-curated-section .on-curated-header .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .on-curated-section .on-curated-header .subtitle {
    max-width: 55%;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .on-curated-section .on-curated-header .subtitle {
    font-size: 12px;
    padding: 0 35px;
    max-width: 100%;
  }
}
.on-curated-section.panels-padding {
  padding-top: 55px;
}
.on-curated-section.panels-padding .on-curated img {
  height: 55px;
}
@media (max-width: 1199.98px) {
  .on-curated-section.panels-padding .on-curated img {
    height: 45px;
  }
}
@media (max-width: 991.98px) {
  .on-curated-section.panels-padding .on-curated img {
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .on-curated-section.panels-padding .on-curated img {
    height: 45px;
  }
}
.on-curated-section.panels-padding .on-curated span {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Muli" !important;
}
@media (max-width: 1199.98px) {
  .on-curated-section.panels-padding .on-curated span {
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 991.98px) {
  .on-curated-section.panels-padding .on-curated span {
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .on-curated-section.panels-padding .on-curated span {
    font-size: 40px;
    line-height: 35px;
  }
}

.AddItemPage {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.dark-bg {
  background: #cbccce;
  min-height: 92vh;
}

.form-page {
  padding: 20px;
  border-radius: 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3803921569);
}
.form-page .form-page-title,
.form-page .form-page-sub-title {
  color: #000000;
}
.form-page label,
.form-page p {
  color: #000000;
}
.form-page .form-control {
  font-size: 14px;
  border: 1px solid #21253f;
  height: calc(2.3rem + 2px);
  background-color: #f7f8fa;
  color: #000000;
}
.form-page a.add-btn,
.form-page .add-btn {
  color: #007bff;
}
.form-page a.add-btn:hover,
.form-page .add-btn:hover {
  color: #007bff;
  cursor: pointer;
}
.form-page .add-author-show {
  border-top: 1px solid;
}
.form-page .add-author-show #authorImageurl {
  width: 30%;
}
.form-page .publisher-image,
.form-page .author-image {
  width: 50px;
  height: 50px;
  color: black;
  margin: 0px 10px;
  background-color: transparent;
}
.form-page .publisher-link {
  position: absolute;
  right: 30px;
  top: 10px;
}
.form-page .publisher-view {
  position: relative;
}
.form-page .author-view .author-input #author_Name:read-only {
  color: #b8bdc3;
  background: transparent;
  border: none;
}
.form-page .Page--Tag .ReactTags__tagInputField {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 14px;
  border: 1px solid #21253f;
  height: calc(2.3rem + 2px);
  background-color: #f7f8fa;
  color: #a8a8b1;
}
.form-page .btn-radivision.dark {
  background-color: #0f111d;
  border-color: #181b2e;
}
.form-page .btn-radivision.outline {
  color: #fff !important;
  margin-top: 20px;
}
.form-page .media-image-section {
  margin: 0px;
  padding: 0px;
  border-top: none;
}
.form-page .slick-slider h3 {
  color: #b8bdc3;
}
.form-page .page--icon {
  width: 150px;
  border-color: #007bff;
}
.form-page .page--icon > svg {
  color: #fff;
}
.form-page .Page--Moderation .container__ {
  display: flex;
}

.App {
  margin: 0;
  padding: 0;
}

.author-image {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  padding: 10px;
}

.author-view {
  display: flex;
  align-items: center;
}

.add-author-show {
  display: block;
}

.add-author-hide {
  display: none;
}

.CM_InitialPageItem {
  border-bottom: 1px solid #cccccc;
  background: white;
}

.CM_InitialPageItem-checked {
  background: #cbe4fd;
}

.CM_InitialPageItem ul {
  margin: 0;
  list-style: none;
}

.CM_circle-text {
  width: 25px;
  height: 25px;
  color: red;
  border: 1px solid black;
  background: white;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

.CM_circle-icon {
  width: 50px;
  height: 50px;
  color: black;
  border: 1px solid black;
  background: white;
  border-radius: 50%;
  padding: 10px;
  margin-left: 5px;
  line-height: 50px;
}

.CM_list-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 16px 0;
}

.CM_left-side-items {
  flex: 1;
  padding-left: 30px;
}

.CM_right-side-item {
  display: flex;
  flex: 6;
}

.CM_right-side-item p {
  margin: 0;
  color: #ada9a9;
}

.ManageBadge {
  padding: 30px;
}

.ManageBadge--image-box {
  width: 200px;
  height: 200px;
  border: 2px solid black;
  overflow: hidden;
}

.ManageBadge--image-box img {
  transform-origin: top left;
}

.ManageBadgePanel--items {
  display: flex;
  flex-wrap: wrap;
}

.ManageBadgePanel--item {
  width: 100px;
}

.InitialPageItem {
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

.InitialPageItem div {
  border: 1px solid #b8bdc3;
  padding: 10px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  margin: 6px;
  background: #2865a7;
  border-radius: 2rem;
  min-width: 70px;
}

.InitialPageItem div span {
  margin-left: 10px;
}

.InitialPageItem .square {
  width: 80px;
}

.PreviewPanel {
  display: flex;
  flex-wrap: wrap;
}

.PreviewPanel--add {
  width: 40px;
  height: 40px;
  background: #090808;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
}

.PreviewPanel .modal--body p {
  text-align: center;
}

.PreviewPanel .action-btn {
  display: flex;
  justify-content: center;
}

.PreviewPanel button {
  background: blue;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.input-radio-tobeapprove {
  background-color: #e0e0e0;
}

.tobeapprove {
  background-color: #b9bbb6;
  color: grey;
}

.approve {
  background-color: #76ff03;
  color: white;
}

.block {
  background-color: #ff3d00;
  color: white;
}

.ModerationPage {
  flex: 1;
}

.ModerationPage table {
  table-layout: fixed;
}

.ModerationPage td {
  padding: 0;
  width: 200px;
}

.ModerationPage td > label {
  display: block;
}

.main-navbar.navbar {
  background-color: #32323b;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background linear 1s;
}
@media (min-width: 768px) {
  .main-navbar.navbar.transparent {
    background-color: transparent;
  }
}
.main-navbar.navbar.dark-background {
  background-color: #32323b;
}
.main-navbar.navbar .search-form {
  width: 100%;
  right: unset;
}
.main-navbar.navbar .search-form.search-form-shown {
  top: 100%;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar {
    padding: 0;
  }
}
.main-navbar.navbar.search-toggled .nav-item:not(.hamburger-dropdown),
.main-navbar.navbar.search-toggled .profile-img {
  display: none;
}
.main-navbar.navbar .tagline {
  width: 50%;
  position: absolute;
  bottom: 6px;
  left: 53%;
  height: auto;
}
@media (max-width: 991.98px) {
  .main-navbar.navbar .tagline {
    top: auto;
    bottom: -6px;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .tagline {
    width: 88%;
    top: 85%;
    left: 26%;
  }
}
.main-navbar.navbar .navbar-brand {
  position: relative;
  margin-left: 70px;
  order: 1;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (width: 1024px) {
  .main-navbar.navbar .navbar-brand {
    margin-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-navbar.navbar .navbar-brand {
    margin-left: 35px;
  }
}
.main-navbar.navbar .navbar-brand img {
  width: 340px;
  max-width: 340px;
}
@media (max-width: 997px) {
  .main-navbar.navbar .navbar-brand img {
    width: 200px;
    max-width: 200px;
  }
}
.main-navbar.navbar .nav-item.dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  transform: scale(0);
  z-index: -1;
  background-color: transparent;
  transition: all 0.3s;
}
.main-navbar.navbar .nav-item:focus.dropdown, .main-navbar.navbar .nav-item:hover.dropdown {
  color: white;
}
.main-navbar.navbar .nav-item:focus.dropdown:after, .main-navbar.navbar .nav-item:hover.dropdown:after {
  transform: scale(1);
  background-color: #4cb4e7;
}
.main-navbar.navbar .nav-item:focus.dropdown .arrow-down, .main-navbar.navbar .nav-item:hover.dropdown .arrow-down {
  fill: white;
}
.main-navbar.navbar .nav-item:focus .dropdown-menu, .main-navbar.navbar .nav-item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-navbar.navbar .nav-item .nav-link {
  color: white;
  font-weight: bold;
  margin: auto 15px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-align: center;
  height: 100%;
  cursor: pointer;
  font-size: 1rem;
}
@media (min-width: 2500px) {
  .main-navbar.navbar .nav-item .nav-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .main-navbar.navbar .nav-item .nav-link {
    font-size: 12px;
    padding: 1.3rem 0.5rem;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .main-navbar.navbar .nav-item .nav-link {
    font-size: 10px;
    margin: auto 0px;
    padding: 1.3rem 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .nav-item .nav-link {
    font-size: 14px;
    font-weight: 800;
    color: #32323b;
    text-align: left;
    padding: 0.5rem 35px;
    padding-right: 35px;
    padding-left: 35px;
  }
}
.main-navbar.navbar .nav-item .nav-link.join:hover {
  background-color: transparent;
  color: #4cb4e7;
}
@media (min-width: 768px) {
  .main-navbar.navbar .nav-item .nav-link.join {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 5px;
    min-width: 45px;
  }
}
.main-navbar.navbar .nav-item .nav-link.sign-in:hover {
  background-color: transparent;
  color: #4cb4e7;
}
@media (min-width: 768px) {
  .main-navbar.navbar .nav-item .nav-link.sign-in {
    padding-left: 5px;
    margin-left: 0;
  }
}
.main-navbar.navbar .nav-item .nav-link::after {
  content: none;
  border: 0;
}
@media (min-width: 768px) {
  .main-navbar.navbar .nav-item .nav-link.semibold {
    font-weight: 300;
  }
}
.main-navbar.navbar .nav-item .nav-link:focus, .main-navbar.navbar .nav-item .nav-link:hover {
  color: white;
}
.main-navbar.navbar .nav-item .nav-link:focus.profile-picture, .main-navbar.navbar .nav-item .nav-link:hover.profile-picture {
  background-color: transparent;
}
.main-navbar.navbar .nav-item .nav-link:focus .arrow-down, .main-navbar.navbar .nav-item .nav-link:hover .arrow-down {
  fill: white;
}
@media (min-width: 768px) {
  .main-navbar.navbar .nav-item .nav-link.active {
    border-bottom: 3px solid #4cb4e7;
    padding-bottom: 1rem;
  }
  .main-navbar.navbar .nav-item .nav-link.active.profile-picture {
    border-bottom: 0;
  }
}
.main-navbar.navbar .nav-item .nav-link.arrow-menu {
  border: none;
}
.main-navbar.navbar .nav-item .nav-link .arrow-down {
  fill: #4cb4e7;
  width: 10px;
  margin-top: 5px;
  vertical-align: middle;
  margin-left: 6px;
}
.main-navbar.navbar .dropdown.show {
  color: white;
  background-color: #4cb4e7;
}
.main-navbar.navbar .dropdown-menu {
  border-radius: 0;
  left: 0;
  top: 150%;
  padding: 0;
  width: 100%;
  border: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
  display: block;
  visibility: hidden;
}
.main-navbar.navbar .dropdown-menu .dropdown-item {
  padding: 0.45rem 1.5rem;
  cursor: pointer;
  background-color: #f2f4f4;
}
.main-navbar.navbar .dropdown-menu .dropdown-item:focus, .main-navbar.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #4cb4e7;
  color: white;
}
.main-navbar.navbar .dropdown-menu.hamburger {
  left: auto;
  right: 0;
  min-width: 10rem;
}
.main-navbar.navbar .dropdown-menu.hamburger .dropdown-item {
  padding-left: 0.5rem;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .dropdown-menu.hamburger .dropdown-item:first-child {
    font-weight: 800;
  }
}
.main-navbar.navbar .search-btn {
  background-color: transparent;
  transition: background-color linear 0.3s;
  order: 3;
  width: 60px;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .search-btn {
    order: 2;
  }
}
.main-navbar.navbar .search-btn svg {
  fill: white;
  width: 24px;
}
.main-navbar.navbar .search-btn svg:hover {
  fill: #4cb4e7;
}
.main-navbar.navbar .search-btn.btn-close {
  background-color: #4cb4e7;
  border-radius: 0;
  position: relative;
}
.main-navbar.navbar .search-btn.btn-close svg {
  width: 16px;
}
.main-navbar.navbar .search-btn.btn-close svg.close {
  margin: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-navbar.navbar .search-btn.btn-close svg:hover {
  fill: white;
}
@media (min-width: 768px) {
  .main-navbar.navbar .hamburger-dropdown {
    background-color: #4cb4e7;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .hamburger-dropdown {
    margin-right: 30px;
    margin-left: 30px;
  }
  .main-navbar.navbar .hamburger-dropdown .dropdown-toggle {
    display: none;
  }
  .main-navbar.navbar .hamburger-dropdown .hamburger {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
  }
}
.main-navbar.navbar .hamburger-dropdown .nav-link {
  padding: 0;
  margin: 0;
  min-width: 0;
}
.main-navbar.navbar .hamburger-dropdown svg {
  width: 75px;
  fill: white;
  height: 100%;
}
@media (max-width: 1024px) {
  .main-navbar.navbar .hamburger-dropdown svg {
    width: 60px;
  }
}
.main-navbar.navbar .navbar-toggler {
  border: none;
  border-radius: 0;
  background-color: #4cb4e7;
  height: 59px;
  width: 60px;
  order: 3;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .navbar-toggler {
    height: 65px;
  }
}
@media (min-width: 576px) {
  .main-navbar.navbar .navbar-toggler {
    display: block;
    order: 4;
  }
}
.main-navbar.navbar .navbar-collapse {
  order: 2;
  flex: none;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .navbar-collapse {
    background-color: #f2f4f4;
    padding-top: 20px;
    order: 4;
    width: 100%;
  }
}
.main-navbar.navbar .picture-dropdown {
  width: 70px;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .picture-dropdown {
    width: auto;
  }
}
.main-navbar.navbar .picture-dropdown .profile-picture {
  justify-content: flex-end;
  padding: 0;
  position: relative;
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  align-content: center;
  align-self: center;
  /* top: 50%; */
  height: 100%;
}
.main-navbar.navbar .picture-dropdown .profile-picture .arrow-down {
  left: 40px;
  margin-top: 0;
  right: auto;
}
.main-navbar.navbar .picture-dropdown .profile-picture img,
.main-navbar.navbar .picture-dropdown .profile-picture .lazyload-placeholder {
  width: 36px;
  border-radius: 17px;
  border: 2px solid white;
  height: 36px;
}
.main-navbar.navbar .picture-dropdown .dropdown-menu {
  left: 0;
  min-width: 10rem;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .picture-dropdown .dropdown-menu {
    left: 40px;
    min-width: 10rem;
    display: inline-block;
    top: -30px;
    background-color: transparent;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .picture-dropdown .dropdown-menu .dropdown-item {
    display: inline-block;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-navbar.navbar .picture-dropdown .dropdown-menu .dropdown-item:first-of-type {
    border-right: 1px solid #7c7c7c;
  }
  .main-navbar.navbar .picture-dropdown .dropdown-menu .dropdown-item:last-of-type {
    padding-left: 20px;
  }
}
.main-navbar.navbar .profile-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  left: 34%;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .profile-img {
    width: 35px;
    height: 35px;
  }
}

.Page {
  background: white;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 0 50px;
}

.Required {
  color: red;
}

.Page label, .Page input {
  display: block;
  width: 100%;
}

.Page input {
  height: 30px;
  border: none;
  border-bottom: 1px solid black;
}

.Page select {
  height: 30px;
  width: 100%;
}

.Page textarea {
  width: 100%;
}

.Page input:focus {
  outline: none;
}

.Page-Field {
  margin: 10px 0;
}

.form-control:focus {
  box-shadow: none;
}
.form-control:valid ~ .invalid-feedback {
  display: block;
}

.Page-Require::after {
  content: "*";
  color: red;
  font-size: 20px;
}

.Page--Time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Page--Time .Page-Field {
  width: 47%;
}

.readonly {
  font-size: 14px;
  border: 1px solid #21253f;
  height: calc(2.3rem + 2px);
  background-color: #21253f;
  color: #a8a8b1;
}

.Page-checkbox {
  display: flex;
  flex: 1;
}

input[type=checkbox] {
  height: 100%;
  width: 100%;
  display: inline-block;
  left: 0px;
  z-index: 2;
}

.Page--Author {
  margin-bottom: 10px;
}

.Page--Tag {
  margin: 10px 0;
}

.Page--Moderation input {
  height: 100%;
  width: 100%;
  display: inline-block;
  left: 0px;
  z-index: 2;
}

.Entity .Page--Info {
  display: flex;
}

.Person .Page--Info {
  display: flex;
}

.page--icon {
  flex-basis: 150px;
  height: 150px;
  border: 2px solid black;
  margin: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-size: 70px;
}

.page--icon p {
  margin: 0;
}

.Entity .Page--Info-Input {
  flex: 1;
}

.Person .Page--Info-Input {
  flex: 1;
}

.Person input[type=checkbox] {
  display: inline;
}

.Person select {
  width: 20%;
}

.page-pic {
  width: 30px;
  height: 30px;
  border: 1px solid black;
  border-radius: 50%;
  margin: 5px;
  text-align: center;
  line-height: 30px;
}

.page-inline {
  display: flex;
}

.publisher-image {
  width: 50px;
  height: 50px;
  background: white;
  color: black;
  padding: 10px;
}

.publisher-view {
  width: 100%;
  display: flex;
  align-items: center;
}

.publisher-input {
  flex: 1;
}

.inline-input {
  width: 50% !important;
}

.input-field input[type=search] {
  display: inline;
}

.search-icon {
  width: 30px;
  height: 30px;
  background: white;
  color: black;
  border: 1px solid black;
  border-radius: 50%;
  padding: 8px;
}

.search-item {
  background-color: #f3f2f2;
}

.search-item:hover {
  background-color: #d6d4d4;
  cursor: pointer;
}

.list-item {
  height: 50px;
  border: 1px solid;
}

.serach-box {
  height: 200px;
  overflow: scroll;
  padding: 10px;
  border: 2px solid;
}

.SingleItem {
  padding: 10px;
  text-align: center;
  width: 24%;
  margin-left: 1%;
  margin-top: 1%;
  box-sizing: border-box;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3803921569);
  border-radius: 7px;
  overflow: hidden;
  background: #181b2e;
  transition: all 0.4s;
}
.SingleItem:after {
  content: "";
  position: absolute;
  top: 170%;
  right: -140%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: #4cb4e7;
  transition: all 0.4s;
  z-index: 0;
  transform: translate(50%, -50%);
}
.SingleItem:hover {
  cursor: pointer;
}
.SingleItem:hover:after {
  right: 50%;
  top: 50%;
}
.SingleItem:hover a {
  text-decoration: none;
  color: #fff;
}
.SingleItem .SingleItem--icon {
  font-size: 2.3em;
}
.SingleItem a {
  color: #c2c2c2;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .SingleItem {
    width: 48%;
  }
  .SingleItem:hover {
    transform: scale(1);
  }
}
.tags {
  font-family: "open sans", "helvetica neue", helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background: #fff;
  padding: 5px;
  overflow: hidden;
}

.tag {
  color: #fff;
  font-weight: bold;
  background: #3498db;
  float: left;
  padding: 5px 10px;
  border-radius: 10em;
  margin: 5px;
}
.tag button {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.tag-input {
  padding: 5px 10px;
  box-sizing: border-box;
  color: #7f8c8d;
  border: 0;
  float: left;
  margin: 10px 0;
  font-size: 16px;
  outline: 0;
}

code {
  font-size: 12px;
  background: #FCF8D0;
  display: inline-block;
  font-family: courier;
  padding: 4px 6px;
  border-radius: 4px;
}

small {
  color: #7f8c8d;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  line-height: 16px;
}

.floating-menu {
  position: fixed;
  left: 8px;
  bottom: 8px;
  height: auto;
  text-align: left;
  cursor: pointer;
  /*transition: height 250ms ease-in-out;*/
}

.floating-menu.open {
  height: auto;
  overflow: hidden;
}

.floating-menu.open .floating-menu-item {
  margin-top: 8px;
}

.floating-menu-item label {
  display: inline-block;
  margin-right: 8px;
  padding: 4px 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.floating-menu.open .floating-menu-item label {
  opacity: 0.4;
}

.floating-menu-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  background: #181b2e;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 1.4em;
}
.floating-menu-icon .icons-black,
.floating-menu-icon .icons-blue {
  color: #4cb4e7;
  vertical-align: middle;
}
.floating-menu-icon .icons-purple {
  color: rgb(190, 84, 84);
  vertical-align: middle;
}

label {
  padding: 10px;
  color: #000000;
}

.floating-menu--item {
  margin: 5px 0;
}

.floating-menu--item:not(:last-child) {
  /* width: 40px;
    height: 40px; */
  /* border: 1px solid red; */
  margin: 20px auto 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 1s;
}

.floating-menu:hover .floating-menu--item:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 15px auto 0;
}

/* Unessential styling for sliding up buttons at differnt speeds */
.floating-menu--item:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 125ms;
  transition-delay: 125ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(7) {
  -webkit-transition-delay: 175ms;
  transition-delay: 175ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(8) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(9) {
  -webkit-transition-delay: 225ms;
  transition-delay: 225ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(10) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
  background-size: contain;
}

.floating-menu--item:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  background-size: contain;
}

.modal_ {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.modal_ h2, .modal_ p {
  margin: 0;
}

.modal--container {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #a8a8b1;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3803921569);
}

.modal--header {
  background: #6E6E77;
  color: white;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.modal--body {
  padding: 10px;
  text-align: center;
}

.modal--close {
  position: absolute;
  right: 16px;
}

.version-card {
  width: auto;
  display: block;
  margin: 60px auto;
  box-shadow: 10px 5px 40px 20px #bebfc2;
  transition: 0.25s;
}
.version-card:hover {
  box-shadow: 10px 5px 40px 20px #b1b2b5;
  cursor: pointer;
}
.version-card:hover .button-primary {
  transform: translate(10px, 0);
}

.version-card-header {
  height: 175px;
  padding: 15px;
  width: 100%;
  background-size: cover;
  color: #3c4245;
}

.version-card-header--title {
  text-transform: uppercase;
  margin: 0;
}

.version-card-body {
  padding: 15px;
  background-color: #fff;
  width: 100%;
}

.version-card-body--title {
  font-size: 1.3rem;
}

.date {
  font-size: 11px;
  font-weight: 600;
  color: grey;
}

.body-content {
  padding-bottom: 40px;
  font-size: 13px;
  line-height: 1.8;
}

.fullSize {
  background-size: cover;
  height: 100vh;
  padding: 0;
  margin: 0 auto;
}

.button-primary {
  border: none;
  box-shadow: none;
  font-family: inherit;
  background-color: transparent;
  color: #007bff;
  font-size: 15px;
  transition: 0.25s;
}
.button-primary i {
  padding-right: 4px;
}

.col-center-block {
  float: none;
  display: block;
  margin: 0 auto;
  /* margin-left: auto; margin-right: auto; */
}

.align {
  align-items: center;
  align-content: center;
  align-self: center;
  margin: 10px;
}

.circular--square {
  border-radius: 50%;
}

.circular--portrait {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}

.user-form {
  padding: 10px;
  border-radius: 7px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3803921569);
}
.user-form .form-page-title,
.user-form .form-page-sub-title {
  color: #000000;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.user-form label,
.user-form p {
  color: #000000;
}
.user-form .form-control {
  font-size: 14px;
  border: 1px solid #21253f;
  height: calc(2.3rem + 2px);
  background-color: #f7f8fa;
  color: #000000;
}
.user-form a.add-btn,
.user-form .add-btn {
  color: #007bff;
}
.user-form a.add-btn:hover,
.user-form .add-btn:hover {
  color: #007bff;
  cursor: pointer;
}
.user-form .add-author-show {
  border-top: 1px solid;
}
.user-form .add-author-show #authorImageurl {
  width: 30%;
}
.user-form .claimer-image {
  width: 100%;
  color: black;
  margin: 0px 10px;
  max-height: 20vh;
  padding: 10px;
  background-color: transparent;
}
.user-form .publisher-link {
  position: absolute;
  right: 30px;
  top: 10px;
}
.user-form .publisher-view {
  position: relative;
}
.user-form .btn-radivision.dark {
  background-color: #0f111d;
  border-color: #181b2e;
}
.user-form .btn-radivision.accept {
  background-color: #f7f8fa;
  border-color: #21ba45;
  color: #21ba45;
}
.user-form .btn-radivision.outline {
  color: #fff !important;
  margin-top: 20px;
}
.user-form .media-image-section {
  margin: 0px;
  padding: 0px;
  border-top: none;
}
.user-form .slick-slider h3 {
  color: #b8bdc3;
}
.user-form .page--icon {
  width: 150px;
  border-color: #007bff;
}
.user-form .page--icon > svg {
  color: #fff;
}
.user-form .Page--Moderation .container__ {
  display: flex;
}
.user-form .rad-icon {
  cursor: pointer;
  text-align: left;
  margin: 24px 0;
  transition: all 0.3s;
  color: #fff;
  outline: 0;
}
.user-form .rad-icon:last-child {
  margin-bottom: 0;
}
.user-form .rad-icon:active, .user-form .rad-icon:visited {
  outline: 0;
  border: 0;
}
.user-form .rad-icon div {
  font-size: 12px;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
.user-form .rad-icon div:hover {
  text-decoration: none;
  color: #4cb4e7;
  border: 0;
  outline: none;
}
.user-form .rad-icon img {
  vertical-align: sub;
  margin-right: 15px;
  height: 36px;
  width: 36px;
}
.user-form .rad-icon svg {
  vertical-align: sub;
  margin-right: 15px;
  height: 18px;
  width: 18px;
}
.user-form .rad-icon svg path {
  transition: all 0.3s;
}
.user-form .rad-icon:hover {
  color: #5ab5e8;
}
.user-form .rad-icon:hover path {
  fill: #5ab5e8;
}

.dashboard {
  background-color: #f6f7fe;
  min-width: 754px;
}

.dashboard-container {
  width: calc(100vw - 188px);
  transition: width 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, margin 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  padding: 24px;
  flex-grow: 1;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.table-scrollbar {
  position: relative;
  height: 400px;
  overflow: auto;
}

.table-wrapper-scroll-y {
  display: block;
}

.title-container {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.report-cart {
  width: fit-content;
  min-height: 17vw;
  display: block;
  padding: initial;
  margin: 60px auto;
  box-shadow: 10px 5px 40px 20px #d6dddd;
  border-radius: 15px;
  transition: 0.25s;
}
.report-cart:hover {
  box-shadow: 10px 5px 40px 20px #b1b2b5;
  cursor: pointer;
}
.report-cart:hover .button-primary {
  transform: translate(10px, 0);
}

.QueryReport-title {
  color: inherit;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0.667em;
}

.InlineDefinitionList-itemName {
  display: inline-block;
  margin-right: 0.5em;
}

.InlineDefinitionList-itemValue {
  font-weight: 700;
}

.InlineDefinitionList-item {
  font-weight: 300;
  line-height: 1.667;
  margin-right: 1.5em;
  white-space: nowrap;
}

.InlineDefinitionList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.dashboard-card {
  min-height: "100%";
  display: "flex";
  flex-direction: "column";
}

.visitsNumberContainer {
  display: "flex";
  align-items: "center";
  flex-grow: 1;
  padding-bottom: 5px;
}

.fullHeightBody {
  display: "flex";
  flex-grow: 1;
  flex-direction: "column";
  justify-content: "space-between";
}

.span-x {
  color: rgba(0, 0, 0, 0.87);
  font: 400 20px/14px "Roboto", sans-serif;
  letter-spacing: 0;
}

.span-light {
  color: #0f9d58;
  font: 400 14px/10px "Roboto", sans-serif;
  letter-spacing: 0.01px;
}

.slider_content_ {
  position: unset;
  height: 37vw;
  margin-top: -40px;
}
.slider_content___background, .slider_content___background__shadow, .slider_content___background__image, .slider_content___area {
  position: absolute;
  top: 0;
  bottom: 0;
}
.slider_content___background {
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .slider_content___background {
    display: none;
  }
}
.slider_content___background__shadow {
  left: 0;
  background: #000;
  width: 30%;
  z-index: 2;
}
.slider_content___background__shadow:before {
  content: "";
  position: absolute;
  z-index: 10;
  background-image: linear-gradient(to right, #000, transparent);
  top: 0;
  bottom: 0;
  left: 100%;
  width: 275px;
}
.slider_content___background__image {
  right: 0;
  width: 70%;
  height: 100%;
  background-position: bottom right;
  background-size: cover;
  z-index: 1;
}
.slider_content___background__nav {
  height: 114px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-background-size: 100% 114px;
  -moz-background-size: 100% 114px;
  background-size: 100% 114px;
}
.slider_content___area {
  left: 0;
  right: 0;
  height: 100%;
  z-index: 3;
}
.slider_content___area__container {
  padding: 70px 70px;
  color: white;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1024px) {
  .slider_content___area__container {
    padding: 35px;
  }
}
@media (max-width: 991.98px) {
  .slider_content___area__container {
    padding: 35px;
  }
}
.slider_content___title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.slider_content___title .logo {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: -o-transform 300ms;
  -moz-transition: transform 300ms, -moz-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -moz-transform 300ms, -o-transform 300ms;
}
@media (min-width: 1921px) {
  .slider_content___title .logo {
    height: auto;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .slider_content___title .logo {
    height: auto;
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .slider_content___title .logo {
    height: auto;
    max-width: 230px;
  }
}
@media (max-width: 991.98px) {
  .slider_content___title .logo {
    height: auto;
    max-width: 330px;
  }
}
@media (max-width: 767.98px) {
  .slider_content___title .logo {
    height: auto;
    max-width: 200px;
  }
}
.slider_content___mainTitle {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.slider_content___description {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  max-width: 650px;
}
@media (min-width: 1921px) {
  .slider_content___description {
    font-size: 1.75rem;
    max-width: 900px;
  }
}
@media (width: 1024px) {
  .slider_content___description {
    font-size: 16px;
    max-width: 425px;
  }
}
@media (max-width: 991.98px) {
  .slider_content___description {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .slider_content___description {
    font-size: 13px;
  }
}
.slider_content___originalDescription {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  max-width: 525px;
}
@media (min-width: 1921px) {
  .slider_content___originalDescription {
    font-size: 1.75rem;
    max-width: 725px;
  }
}
@media (width: 1024px) {
  .slider_content___originalDescription {
    font-size: 16px;
    max-width: 500px;
  }
}
@media (width: 1024px) {
  .slider_content___originalDescription {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .slider_content___originalDescription {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .slider_content___originalDescription {
    font-size: 13px;
  }
}
.slider_content___close {
  color: #fff;
  width: 40px;
  height: 40px;
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
}

.mark {
  box-sizing: border-box;
  border: solid 4px #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.mark:before, .mark:after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border-style: solid;
  border-width: 7px 13px 0 13px;
}
.mark:before {
  border-color: rgba(0, 0, 0, 0.15) transparent transparent transparent;
  margin-top: 5px;
}
.mark:after {
  margin-top: 4px;
  border-color: #fff transparent transparent transparent;
}

.show-details-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 300ms ease 100ms;
  background: transparent;
  border: 0;
  outline: none;
  width: 100%;
}
.show-details-button span {
  display: block;
  width: 14px;
  margin: 0 auto;
  color: white;
}

.slide-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 55px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  outline: 0;
  padding: 0;
  margin: 40px 0;
  z-index: 4;
}
.slide-button span {
  width: 25px;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.slide-button--next {
  right: 0;
}
.slide-button--next span {
  transform: rotateZ(-90deg);
}
.slide-button--prev {
  left: 0;
}
.slide-button--prev span {
  transform: rotateZ(90deg);
}

.item {
  flex: 0 0 19.7%;
  transition: transform 300ms ease 100ms;
  margin: 0 2px;
  position: relative;
}
.item img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.slider {
  display: flex;
  position: relative;
}
.slider__container {
  display: flex;
  padding: 0 55px;
  transition: transform 300ms ease 100ms;
  z-index: 3;
  width: 100%;
}
.slider:not(.slider--open) .item:hover .show-details-button {
  opacity: 1;
}
.slider:not(.slider--open) .item:hover {
  transform: scale(1.5) !important;
}
.slider:not(.slider--open):hover .item {
  transform: translateX(-25%);
}
.slider:not(.slider--open) .item:hover ~ .item {
  transform: translateX(25%);
}

.feeds-list {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.feeds-list .postPageUrl {
  text-decoration: none;
  color: unset;
  width: 100%;
  margin-top: 10px;
}
.feeds-list .feed {
  background-color: white;
  padding: 0 0 0 0;
  margin: 0;
  margin-bottom: 15px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .feeds-list .feed .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (width: 768px) {
  .feeds-list .feed {
    padding: 2% 4%;
  }
}
.feeds-list .feed .row {
  margin: 0;
}
.feeds-list .feed .profile-image {
  cursor: pointer;
}
.feeds-list .feed h4,
.feeds-list .feed h3 {
  margin: 5px 0 auto;
  display: inline-block;
}
.feeds-list .feed .circle-image {
  border-radius: 50%;
}
.feeds-list .feed .feed-content {
  right: 0;
  left: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .feeds-list .feed .feed-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.feeds-list .feed .feed-content h4 {
  font-size: 11pt;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .feeds-list .feed .feed-content h4 {
    font-size: 9pt;
  }
}
.feeds-list .feed .feed-content .name {
  color: #406dcc;
  font-size: 11pt;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .feeds-list .feed .feed-content .name {
    font-size: 10pt;
  }
}
.feeds-list .feed .feed-content .verifiedIcon {
  fill: #4cb4e7;
  width: 17px;
  margin-left: 5px;
  margin-right: 0 !important;
}
.feeds-list .feed .feed-content .screen-name {
  color: #b7b7b7;
  font-family: "Segoe UI";
  font-weight: 400;
  float: right;
  margin: 0;
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .feeds-list .feed .feed-content .screen-name {
    float: unset;
    display: block;
    font-size: 10pt;
  }
}
@media (max-width: 991.98px) {
  .feeds-list .feed .feed-content .screen-name {
    float: unset;
    font-size: 10pt;
    display: block;
  }
}
.feeds-list .feed .feed-content .date {
  font-size: 8pt;
  color: rgb(180, 179, 179);
  font-family: "Segoe UI";
  font-weight: 400;
  margin: 0;
}
@media (min-width: 2500px) {
  .feeds-list .feed .feed-content .date {
    font-size: 14pt !important;
  }
}
.feeds-list .feed .feed-content h6 {
  font-size: 10pt;
  line-height: 1.4;
}
.feeds-list .feed .col-md-9 {
  padding-right: 0;
}
.feeds-list .feed .post-image {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 0 auto;
}
.feeds-list .feed .feed-content__text {
  margin-top: 5px;
  padding-bottom: 6%;
}
@media (width: 768px) {
  .feeds-list .feed .feed-content__text {
    padding-bottom: 0;
  }
}
.feeds-list .feed .feed-content__text h6 {
  font-size: 10pt;
  font-family: "Segoe UI";
  font-weight: 400;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.feeds-list .feed .feed-content__text h6 .postContent {
  color: unset;
}
@media (min-width: 2500px) {
  .feeds-list .feed .feed-content__text h6 {
    font-size: 14pt;
  }
}
.feeds-list .feed .feed-content__text a {
  display: inline-block;
  text-decoration: none;
}
.feeds-list .feed .feed-content__name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feeds-list .feed .feed-content__name .name {
  font-size: 12pt;
  color: #32333b;
  font-family: "Segoe UI";
}
@media (min-width: 2500px) {
  .feeds-list .feed .feed-content__name .name {
    font-size: 16pt;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .feeds-list .feed .feed-content__name .name {
    font-size: 11pt;
  }
}
.feeds-list .feed .feed-content__date {
  margin-top: 0;
  line-height: 1;
}
.feeds-list button {
  width: 100%;
}

.feedsButton {
  width: 100%;
}

.controlHeight {
  height: 2200px;
  overflow-y: hidden;
}
.controlHeight:hover {
  overflow-y: scroll;
  scrollbar-width: thin;
}

.socialFeedUX {
  background: #fff;
  margin-bottom: 15px;
  padding: 10px 20px;
}
.socialFeedUX .imageForUX {
  text-align: right;
}
.socialFeedUX a {
  text-decoration: none;
  color: unset;
  display: inline-block;
}
.socialFeedUX .newUX {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  align-content: center;
  padding-right: 0;
}
.socialFeedUX .newUX svg {
  fill: #4cb4e7;
  width: 25px;
  margin-right: 10px;
}
.socialFeedUX .newUX h4 {
  color: #b7b7b7;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 10pt;
}
@media (min-width: 992px) {
  .socialFeedUX .newUX h4 {
    font-size: 11pt;
  }
}
.socialFeedUX .newUX h3 {
  font-size: 13pt;
  color: #32333b;
  font-family: "Segoe UI";
  margin: 0;
}
@media (min-width: 2500px) {
  .socialFeedUX .newUX h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 996px) and (max-width: 1367px) {
  .socialFeedUX .newUX h3 {
    font-size: 11pt;
  }
}
@media (max-width: 991.98px) {
  .socialFeedUX .newUX h3 {
    font-size: 12pt;
  }
}
.socialFeedUX .newUX h3 svg {
  width: 17px;
  margin-left: 5px;
  margin-right: 0;
}
.socialFeedUX .newUX div {
  width: 100%;
}
.socialFeedUX .newUX div .cofig_card {
  padding: 0;
}
.socialFeedUX .newUX div .cofig_card .editDiv .has-float-label {
  width: 100%;
}
.socialFeedUX .newUX div .cofig_card .editDiv .controls {
  background-color: #f0f0f0 !important;
  background-image: none;
  border-color: #d1d1db !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  margin-left: 5px;
  position: absolute;
  right: 5px;
  top: 20%;
}
.socialFeedUX .newUX div .cofig_card .editDiv .controls span {
  cursor: pointer;
  margin-right: 2px;
  border-radius: 50%;
  transition: all 0.3s;
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialFeedUX .newUX div .cofig_card .editDiv .controls span svg {
  height: 12px;
  width: 12px;
  fill: #999999;
  vertical-align: middle;
  margin-right: 0;
}
.socialFeedUX .newUX div .cofig_card .editDiv .secondMargin {
  margin-right: 35px;
}
.socialFeedUX .newUX .editButton {
  background: none;
  border: 0;
  padding: 0;
  width: auto;
  margin: 0;
}
.socialFeedUX .newUX .editButton svg {
  width: 15px;
  margin-left: 5px;
  fill: #b7b7b7;
}
.socialFeedUX .newUX .editButton:active:not(:disabled) {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}
.socialFeedUX .newUX .editButton:hover {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}
.socialFeedUX img {
  border-radius: 50%;
  width: 60px;
  cursor: pointer;
}

.displayFeeds {
  border-top: 1px solid #ededed;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.displayFeeds div {
  border-right: 1px solid #ededed;
  padding: 0;
}
.displayFeeds div:last-child {
  border: 0;
}
.displayFeeds svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.displayFeeds .reSahre {
  fill: rgb(23, 191, 99);
  color: rgb(23, 191, 99);
}
.displayFeeds span {
  font-weight: bold;
  font-size: 9pt;
  white-space: nowrap;
}

.cofig_card {
  background: white;
  box-sizing: border-box;
  padding: 35px;
}
.cofig_card .cofig_card--header {
  background: #fff;
  color: #32323b;
  padding-bottom: 10px;
}
.cofig_card .cofig_card--header h4 {
  margin: 0;
}
.cofig_card .cofig_card--header span {
  font-size: 12px;
}
.cofig_card .config_card--title {
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}
.cofig_card .config_card--title svg {
  fill: white;
}
.cofig_card .otherSocial {
  padding: 0.8rem 25px 0.8rem 25px;
  padding-bottom: 0;
  width: 100%;
  display: flex;
}
.cofig_card .otherSocial:last-child {
  padding-bottom: 25px;
}
.cofig_card .config_card--body {
  padding-top: 10px;
}
.cofig_card .config_card--body input {
  width: 100%;
}
.cofig_card .config_card--body button {
  margin-bottom: 0;
}
.cofig_card .config_card--body h6,
.cofig_card .config_card--body .h6 {
  display: inline-block;
  width: calc(100% - 40px);
}
.cofig_card .config_card--body h6 strong,
.cofig_card .config_card--body .h6 strong {
  margin-right: 5px;
}
.cofig_card svg {
  width: 23px;
  height: 23px;
}
.cofig_card span {
  margin-right: 17px;
}
.cofig_card span.twitter {
  fill: #55acee;
}
.cofig_card span.facebook {
  fill: #3453a5;
}
.cofig_card span.linkedin {
  fill: #0077b5;
}
.cofig_card .has-float-label > span {
  margin-right: 0;
  width: auto !important;
}
.cofig_card span:nth-child(2) {
  margin-right: 0;
  width: 100%;
}
.cofig_card .btn-radivision {
  margin-top: 0px;
  width: calc(100% - 40px);
  margin-left: 40px;
  padding: 10px 0;
}
.cofig_card .btn-border {
  border: 1px solid #32333b;
}
.cofig_card .has-float-label {
  display: inline-block;
  position: relative;
  width: calc(100% - 40px);
}
@media (max-width: 767.98px) {
  .cofig_card .has-float-label {
    margin-bottom: 5px;
  }
}
.cofig_card .has-float-label input {
  border: 1px solid #ced4da;
}
.cofig_card .has-float-label input:placeholder-shown {
  font-size: 12px;
}
.cofig_card .has-float-label input::placeholder {
  font-size: 12px;
}
.cofig_card .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 10pt;
  font-weight: 500;
  opacity: 1;
  top: 13px;
}
.cofig_card .has-float-label label,
.cofig_card .has-float-label span {
  font-size: 12px;
}
.cofig_card .has-float-label .form-group.top {
  margin-bottom: 0.6rem;
}
.cofig_card .btn-block {
  display: inline-block;
  position: relative;
  height: 40px;
  border: 1px solid #ced4da;
  font-size: 10pt;
}

.five-by-two-grid {
  margin-top: 40px;
  margin-bottom: 40px;
}
.five-by-two-grid .on-curated {
  border-bottom: 2px solid #f2f4f4;
  padding-bottom: 8px;
  margin-bottom: 6px;
  width: 100%;
  position: relative;
}
.five-by-two-grid .on-curated img {
  height: 16px;
}
.five-by-two-grid .on-curated span {
  font-weight: 800;
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -9.5px;
  left: 30px;
}
.five-by-two-grid .title {
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .five-by-two-grid .title {
    font-size: 16px;
  }
}
.five-by-two-grid .col-sm-2 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 2px 2px 0;
}
.five-by-two-grid .col-sm-2 img {
  max-width: 100%;
}
.five-by-two-grid .description {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.five-by-two-grid .resources-count {
  font-size: 14px;
  color: #67686e;
}

@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hero-container {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-container {
    max-height: 91vh;
  }
}
.hero-container:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.hero-container .carousel.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-container .carousel.hero {
    max-height: 91vh;
  }
}
.hero-container .carousel.hero .carousel-inner {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-container .carousel.hero .carousel-inner {
    max-height: 91vh;
  }
}

.carousel {
  color: white;
}
.carousel .pauseButton {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: white;
  margin-right: 5px;
}
@media (min-width: 2000px) {
  .carousel .pauseButton {
    width: 28px;
    height: 28px;
  }
}
.carousel .outline svg {
  width: 17px;
  height: 17px;
  vertical-align: sub;
  fill: white;
  margin-right: 5px;
}
@media (min-width: 2000px) {
  .carousel .outline svg {
    width: 24px;
    height: 24px;
  }
}
.carousel .carousel-indicators li {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: lightblue;
}
.carousel .carousel-indicators li.active {
  background-color: #4cb4e7;
}
@media (max-width: 767.98px) {
  .carousel .carousel-indicators {
    margin-bottom: 0;
  }
}
.carousel .text-block {
  bottom: 0;
  height: auto;
  padding: 0;
  padding-left: 70px;
  position: absolute;
  top: auto;
  width: 42%;
  margin-bottom: 55px;
  font-weight: normal;
}
@media (min-width: 1400px) and (max-width: 1536px) {
  .carousel .text-block {
    width: 43%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .carousel .text-block {
    width: 45%;
  }
}
.carousel .text-block a {
  color: #4cb4e7;
  margin-left: 5px;
  cursor: pointer;
}
.carousel .text-block a:hover {
  color: #4cb4e7;
}
@media (max-width: 1024px) {
  .carousel .text-block {
    padding-left: 35px;
  }
}
@media (max-width: 1199.98px) {
  .carousel .text-block {
    width: 52%;
  }
}
@media (max-width: 991.98px) {
  .carousel .text-block {
    width: 65%;
    padding: 0 35px;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .carousel .text-block {
    font-size: 7px;
  }
  .carousel .text-block p {
    margin-bottom: 0.5rem;
  }
  .carousel .text-block svg,
  .carousel .text-block img {
    display: none;
  }
  .carousel .text-block .hero-logo {
    display: block;
  }
  .carousel .text-block .btn-radivision {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .carousel .text-block {
    line-height: 1.3;
    font-size: 11px;
    padding: 0 35px;
    padding-right: 0;
  }
  .carousel .text-block .subtitle {
    margin-top: 15px !important;
    font-size: 1.3rem !important;
  }
  .carousel .text-block p {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) and (max-width: 1199.98px) {
  .carousel .text-block p {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .carousel .text-block {
    padding-left: 35px;
    padding-right: 0px;
    width: 85%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .carousel .text-block .description {
    font-size: 0.5rem;
    margin-bottom: 2px;
  }
}
@media (max-width: 575.98px) {
  .carousel .text-block .description {
    display: none;
  }
}
.carousel .text-block .episode {
  margin-top: 20px;
}
.carousel .text-block .episode span {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .carousel .text-block .episode {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .carousel .text-block .episode {
    font-size: 0.5rem;
    margin-top: 0;
    display: none;
  }
}
@media (max-width: 575.98px) {
  .carousel .text-block .episode {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.carousel .text-block .list-logo {
  width: 55%;
}
@media (min-width: 1400px) and (max-width: 1536px) {
  .carousel .text-block .list-logo {
    width: 64%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .carousel .text-block .list-logo {
    width: 60%;
  }
}
@media (min-width: 2000px) {
  .carousel .text-block .list-logo {
    width: 60%;
  }
}
.carousel .text-block .subtitle {
  font-weight: bold;
  margin: 1vw 0;
  font-size: 1.85vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}
@media (min-width: 2000px) {
  .carousel .text-block .subtitle {
    font-size: 2vw;
  }
}
@media (width: 1366px) {
  .carousel .text-block .subtitle {
    font-size: 2.2vw;
  }
}
@media (max-width: 767.98px) {
  .carousel .text-block .subtitle {
    font-size: 3vw;
  }
}
.carousel .text-block .title {
  margin-bottom: 0;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .carousel .text-block .title {
    font-size: 1rem;
  }
}
.carousel .text-block .text-content span {
  color: #fff;
  font-weight: normal;
  line-height: normal;
  font-size: 1.25vw;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  margin-top: 0.1vw;
}
@media (min-width: 1921px) {
  .carousel .text-block .text-content span {
    font-size: 1.4vw;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .carousel .text-block .text-content span {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .carousel .text-block .text-content span {
    font-size: 1.8vw;
  }
}
@media (max-width: 767.98px) {
  .carousel .text-block .text-content span {
    font-size: 3.3vw;
  }
}
@media (max-width: 991.98px) {
  .carousel .btn-radivision {
    padding: 10px 20px;
    font-size: 12px;
  }
  .carousel .btn-radivision svg {
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  .carousel .btn-radivision {
    padding: 6px 10px;
    font-size: 9px;
    border-radius: 3px;
  }
  .carousel .btn-radivision svg {
    height: 12px;
  }
}
.carousel .carousel-item {
  margin-right: 0;
  height: 100%;
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.carousel .carousel-item .cover-img .vid-bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
}
@media (min-width: 1024px) {
  .carousel .carousel-item .cover-img .vid-bg {
    max-height: 91vh;
  }
}
@media (max-width: 1024px) {
  .carousel .carousel-item .cover-img .vid-bg .exit-fs {
    position: absolute;
    z-index: 5;
    top: 45px;
    right: 20px;
  }
}
.carousel .carousel-item .cover-img .vid-bg iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
}
.carousel .carousel-item .hero-image {
  margin: 0 0 0 auto;
  width: 100%;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: opacity 400ms cubic-bezier(0.665, 0.235, 0.265, 0.8) 0s;
  -o-transition: opacity 400ms cubic-bezier(0.665, 0.235, 0.265, 0.8) 0s;
  -moz-transition: opacity 400ms cubic-bezier(0.665, 0.235, 0.265, 0.8) 0s;
  transition: opacity 400ms cubic-bezier(0.665, 0.235, 0.265, 0.8) 0s;
}
.carousel .carousel-item .item-gradient {
  background: linear-gradient(to right, rgb(50, 50, 59) 96%, rgba(50, 50, 59, 0) 100%);
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .carousel .carousel-item .item-gradient {
    background: linear-gradient(to bottom, rgba(50, 50, 59, 0.1) 0%, rgb(50, 50, 59) 100%);
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .carousel .carousel-item .item-gradient {
    background: linear-gradient(to bottom, rgba(50, 50, 59, 0.1) 0%, rgb(50, 50, 59) 75%);
  }
}
@media (max-width: 575.98px) {
  .carousel .carousel-item .item-gradient {
    background: linear-gradient(to bottom, rgba(50, 50, 59, 0.1) 0%, rgb(50, 50, 59) 70%);
  }
}
.carousel .carousel-item.active {
  opacity: 1;
}
.carousel .carousel-item.active .cover-img video {
  display: block !important;
}
@media (max-width: 991.98px) {
  .carousel .carousel-item.active .video-slide {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .carousel .carousel-item.active .video-slide {
    height: 100%;
  }
}
.carousel .carousel-item.video-active .slide-detail {
  display: block;
}
.carousel .carousel-item.video-active .hero-image {
  display: none;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.carousel .carousel-item.video-active .video-js {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
}
@media (min-width: 1024px) {
  .carousel .carousel-item.video-active .video-js {
    height: 91vh;
  }
}
.carousel .carousel-item.video-active .video-js video {
  display: block;
}
@media (min-width: 1024px) {
  .carousel .carousel-item.video-active .video-js video {
    height: 91vh;
  }
}
.carousel .carousel-item .image-slide img {
  display: block;
}
.carousel .volume-control {
  cursor: pointer;
  max-width: 60px;
  position: absolute;
  right: 15px;
  top: auto;
  bottom: 57px;
}
@media (min-width: 2500px) {
  .carousel .volume-control {
    max-width: 120px;
    right: 72px;
    bottom: 100px;
    width: 95px;
  }
}
@media (max-width: 767.98px) {
  .carousel .volume-control {
    max-width: 30px;
    right: 10px;
    bottom: 35px;
  }
}
.carousel .image-slide .video-logo {
  width: 100%;
  height: 100%;
}
.carousel .video-slide .about-video {
  display: none;
}
.carousel .video-slide.container {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.carousel .video-slide .overlay {
  cursor: pointer;
}
.carousel .video-slide video {
  margin: 0 0 0 auto;
  position: relative;
  width: 100%;
}
.carousel .video-slide .ui-video-player-component .controllers-block {
  position: absolute;
  bottom: 15px;
}
.carousel .btn-radivision.multiple {
  min-width: 160px;
  margin-top: 1.5vw;
}
@media (min-width: 1400px) and (max-width: 1536px) {
  .carousel .btn-radivision.multiple {
    min-width: 150px;
  }
}
@media (max-width: 1366px) {
  .carousel .btn-radivision.multiple {
    min-width: 125px;
  }
}
@media (max-width: 1199.98px) {
  .carousel .btn-radivision.multiple {
    min-width: 120px;
  }
}
@media (max-width: 767.98px) {
  .carousel .btn-radivision.multiple {
    min-width: 80px;
  }
}

@keyframes crossfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cover-margin {
  padding-bottom: 100px;
}

p.text-justify {
  margin-bottom: 0;
}

.video-active video {
  display: block;
  position: unset !important;
}

.carousel-item .zoomInOut .list-logo {
  transform-origin: left bottom;
  transform: scale(1) translate3d(0px, 145px, 0px);
  transition-duration: 1300ms;
  transition-delay: 2000ms;
}
@media (min-width: 2500px) {
  .carousel-item .zoomInOut .list-logo {
    transform: scale(1) translate3d(0px, 205px, 0px);
  }
}
@media (min-width: 2000px) and (max-width: 2499px) {
  .carousel-item .zoomInOut .list-logo {
    transform: scale(1) translate3d(0px, 175px, 0px);
  }
}
@media (min-width: 1200px) and (max-width: 1680px) {
  .carousel-item .zoomInOut .list-logo {
    transform: scale(1) translate3d(0px, 115px, 0px);
  }
}
@media (max-width: 1199.98px) {
  .carousel-item .zoomInOut .list-logo {
    transform: scale(1) translate3d(0px, 105px, 0px);
    width: 62% !important;
  }
}
@media (max-width: 991.98px) {
  .carousel-item .zoomInOut .list-logo {
    transform: scale(1) translate3d(0px, 90px, 0px);
  }
}
@media (max-width: 767.98px) {
  .carousel-item .zoomInOut .list-logo {
    width: 70% !important;
    transform: scale(1) translate3d(0px, 40px, 0px);
  }
}
.carousel-item .zoomInOut .text-content,
.carousel-item .zoomInOut .subtitle {
  transform: scale(0) translate3d(0px, 165px, 0px);
  transition-delay: 2000ms;
  opacity: 0;
}
.carousel-item .zoomInOut h6 {
  margin-bottom: 0 !important;
}
.carousel-item .zoomOutIn .list-logo {
  transform: scale(1) translate3d(0px, 0px, 0px);
}
.carousel-item .zoomOutIn .text-content,
.carousel-item .zoomOutIn .subtitle {
  transform: scale(1) translate3d(0px, 0px, 0px);
  opacity: 1;
}

.addMask {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}

.radivisionIntro {
  background: rgba(25, 25, 30, 0.8);
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.radivisionIntro .exit-fs svg {
  width: 20px;
  position: absolute;
  top: 100px;
  right: 30px;
  fill: white;
  cursor: pointer;
}
.radivisionIntro .content {
  display: flex;
  text-align: center;
  height: 100%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.radivisionIntro .content h1 {
  text-transform: uppercase;
  font-family: "MuliBold";
  letter-spacing: 0.075rem;
}
@media (min-width: 2000px) {
  .radivisionIntro .content h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) and (max-width: 1170px) {
  .radivisionIntro .content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .radivisionIntro .content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .radivisionIntro .content h1 {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .radivisionIntro .content h1 {
    font-size: 1rem;
  }
}
.radivisionIntro .content p {
  text-align: center;
  text-align: center;
  margin: 25px auto;
  font-size: 22px;
  font-family: "Muli";
}
@media (min-width: 2000px) {
  .radivisionIntro .content p {
    font-size: 33px;
  }
}
@media (min-width: 1024px) and (max-width: 1170px) {
  .radivisionIntro .content p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .radivisionIntro .content p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .radivisionIntro .content p {
    font-size: 11px;
    margin: 10px auto;
  }
}
.radivisionIntro .content span {
  color: #4cb4e7;
  font-size: 24px;
  font-family: "MuliBold";
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 2000px) {
  .radivisionIntro .content span {
    font-size: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1170px) {
  .radivisionIntro .content span {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .radivisionIntro .content span {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .radivisionIntro .content span {
    font-size: 12px;
  }
}

.youtube-video {
  position: unset;
}
.youtube-video .vid-bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
}
@media (min-width: 1024px) {
  .youtube-video .vid-bg {
    max-height: 91vh;
  }
}
.youtube-video .vid-bg div {
  height: 100%;
}
@media (max-width: 1024px) {
  .youtube-video .vid-bg .exit-fs {
    position: absolute;
    z-index: 5;
    top: 45px;
    right: 20px;
  }
}
.youtube-video .vid-bg iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
}

.instagram-feeds-list {
  height: 490px;
  overflow-y: scroll;
}
.instagram-feeds-list .instagram-feed {
  background-color: white;
  padding: 4% 6%;
  margin-bottom: 15px;
}
.instagram-feeds-list .instagram-feed .profile-image {
  border: 1px solid whitesmoke;
  border-radius: 50%;
}
.instagram-feeds-list .instagram-feed div {
  display: inline-grid;
  margin: 0% 5%;
  position: relative;
  bottom: 10px;
}
.instagram-feeds-list .instagram-feed div h4 {
  font-size: 12pt;
  cursor: pointer;
}
.instagram-feeds-list .instagram-feed .feed-content {
  width: 100%;
  border: 1px solid whitesmoke;
}
.instagram-feeds-list button {
  width: 100%;
}

.vertical-list {
  margin-bottom: 20px;
}
.vertical-list h4 {
  margin-top: 79px;
  font-weight: 900;
}
.vertical-list img {
  height: 30px;
}
.vertical-list ul {
  background-color: transparent;
  position: relative;
  justify-content: left;
}
.vertical-list ul .nav-item .nav-link {
  border: none;
  background-color: transparent;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 13px;
  font-weight: 900;
}
.vertical-list ul .nav-item .active {
  border-bottom: 3px solid #4cb4e7;
  background-color: transparent;
}
.vertical-list .tab-content {
  height: 375px;
  overflow-x: hidden;
}
.vertical-list .tab-content li::after {
  display: block;
  content: "";
  height: 0.5px;
  background-color: #edeaea;
  margin: 3% 2%;
}
.vertical-list .tab-content li img {
  height: 30px;
}
.vertical-list .tab-content li svg {
  fill: #4cb4e7;
  cursor: pointer;
}
.vertical-list .tab-content button {
  width: 100%;
  height: 50px;
  letter-spacing: 0.06em;
  padding: 0.5rem 2.5rem;
  border-color: #4cb4e7;
  color: #4cb4e7;
  background-color: transparent;
  font-size: 10pt;
  margin-top: 15px;
  font-weight: 800;
  border-radius: 0.45rem;
}
.vertical-list .tab-content button:focus, .vertical-list .tab-content button:hover {
  cursor: pointer;
  color: #fafafa;
  background-color: rgba(76, 180, 231, 0.8);
  background-image: none;
  border-color: rgba(76, 180, 231, 0.8);
}

.mobile-carousel {
  padding-left: 35px;
}
.mobile-carousel .slick-list {
  padding: 0 !important;
}
.mobile-carousel .slick-slide {
  padding-right: 10px;
  overflow: hidden;
  opacity: 0.3;
}
.mobile-carousel .slick-slide.slick-center {
  opacity: 1;
}

.tab-content .mobile-carousel {
  padding-left: 0px;
}
.tab-content .mobile-carousel .slick-slide {
  padding-left: 0;
}

.grid-description {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.six-by-one-grid {
  position: relative;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .six-by-one-grid {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 767.98px) {
  .six-by-one-grid {
    margin-bottom: 10px;
    overflow: hidden;
  }
}
.six-by-one-grid .mobile-images {
  padding: 1px;
}
.six-by-one-grid .mobile-title-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(50, 50, 59, 0.6509803922);
  bottom: 0;
  color: white;
}
.six-by-one-grid .mobile-title-container .title {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  margin-top: -14px;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-weight: 800;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 1.1rem;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .six-by-one-grid.grid-hover .grid-item {
    opacity: 0.4;
    transition-delay: 500ms;
  }
}
.six-by-one-grid .optional-div .plusIconDiv {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 200px;
  cursor: pointer;
}
@media (min-width: 2000px) {
  .six-by-one-grid .optional-div .plusIconDiv {
    height: 300px;
  }
}
.six-by-one-grid .optional-div .plusIconDiv a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.six-by-one-grid .optional-div .plusIconDiv a svg {
  fill: white;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #4cb4e7;
  border-radius: 50%;
}
@media (min-width: 2000px) {
  .six-by-one-grid .optional-div .plusIconDiv a svg {
    width: 56px;
    height: 56px;
  }
}
.six-by-one-grid .optional-div .plusIconDiv a span {
  font-size: 10pt;
  margin-top: 5px;
}
@media (min-width: 2000px) {
  .six-by-one-grid .optional-div .plusIconDiv a span {
    font-size: 14pt;
  }
}
.six-by-one-grid .optional-div input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.six-by-one-grid .grid-item {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
  transform: scale(1);
  transition: 0.6s ease;
  transition-delay: 0s;
  border-radius: 0;
}
.six-by-one-grid .grid-item .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.six-by-one-grid .grid-item img {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  border-bottom: 1px solid #f0f0f0;
}
.six-by-one-grid .grid-item .delete-item {
  width: 50px;
  height: 50px;
  background-color: #4cb4e7;
  position: absolute;
  z-index: 3;
  display: none;
  top: 0;
  right: 51px;
  margin: 0 auto;
  text-align: center;
}
.six-by-one-grid .grid-item .delete-item svg {
  margin: auto;
  fill: white;
  stroke: white;
  stroke-width: 0px;
  width: 20px;
}
.six-by-one-grid .grid-item .delete-item .close {
  float: none;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
.six-by-one-grid .grid-item .card-footer {
  padding: 0rem 15px;
  height: 50px;
  background-color: #f2f4f4;
  position: relative;
}
@media (min-width: 2500px) {
  .six-by-one-grid .grid-item .card-footer {
    height: 80px;
  }
}
.six-by-one-grid .grid-item .card-footer .publisher {
  font-weight: 800;
  font-size: 11px;
  margin-top: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 2000px) {
  .six-by-one-grid .grid-item .card-footer .publisher {
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
  }
}
.six-by-one-grid .grid-item .card-footer .publish-date {
  font-size: 11px;
}
@media (min-width: 2000px) {
  .six-by-one-grid .grid-item .card-footer .publish-date {
    font-size: 16px;
    line-height: 26px;
  }
}
.six-by-one-grid .grid-item .card-footer .duration {
  font-weight: 700;
  font-size: 11px;
  color: #7f8c8d;
  position: absolute;
  right: 0;
  top: 7px;
  padding-right: 15px;
}
@media (min-width: 2000px) {
  .six-by-one-grid .grid-item .card-footer .duration {
    font-size: 16px;
    top: 22px;
  }
}
.six-by-one-grid .grid-item .show {
  display: block;
}
.six-by-one-grid .grid-item .hide {
  display: none;
}
.six-by-one-grid .grid-item .edit-item {
  width: 50px;
  height: 50px;
  background-color: #4cb4e7;
  position: absolute;
  z-index: 3;
  display: none;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.six-by-one-grid .grid-item .edit-item svg {
  margin: auto;
  fill: white;
  stroke: white;
  width: 20px;
}
.six-by-one-grid .grid-item .edit-item svg ~ * {
  margin-left: 20px;
}
.six-by-one-grid .grid-item .edit-item button.close.close-lg {
  float: none;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.six-by-one-grid .grid-item .swap-item {
  width: 50px;
  height: 50px;
  background-color: #4cb4e7;
  position: absolute;
  z-index: 3;
  display: none;
  top: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.six-by-one-grid .grid-item .swap-item svg {
  margin: auto;
  fill: white;
  stroke: white;
  stroke-width: 0px;
  width: 20px;
}
.six-by-one-grid .grid-item .swap-item button.close.close-lg {
  float: none;
  height: 100%;
  width: 100%;
}
.six-by-one-grid .grid-item .grid-details .story-icon span {
  position: relative;
}
.six-by-one-grid .grid-item .grid-details .story-icon span svg {
  fill: rgba(50, 50, 59, 0.5);
  stroke: rgba(50, 50, 59, 0.5);
  stroke-width: 1px;
}
@media (min-width: 2000px) {
  .six-by-one-grid .grid-item .grid-details .story-icon span svg {
    height: 30px;
  }
}
.six-by-one-grid .grid-item .grid-details .story-icon h6 {
  margin-left: 20px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  color: rgba(50, 50, 59, 0.5);
  margin-bottom: 5px;
}
@media (min-width: 2000px) {
  .six-by-one-grid .grid-item .grid-details .story-icon h6 {
    margin-left: 40px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.six-by-one-grid .grid-item .grid-details .story-icon:not(:empty) {
  position: relative;
}
.six-by-one-grid .grid-item .grid-details .story-icon:not(:empty) ~ * {
  margin-left: 20px;
  margin-bottom: 8px;
}
@media (min-width: 1537px) {
  .six-by-one-grid .grid-item .grid-details .story-icon:not(:empty) ~ * {
    margin-left: 23px;
  }
}
@media (min-width: 2000px) {
  .six-by-one-grid .grid-item .grid-details .story-icon:not(:empty) ~ * {
    font-size: 13pt;
    line-height: 28px;
    margin-left: 36px;
  }
}
.six-by-one-grid .grid-item .grid-details h6 {
  font-weight: 700;
  margin: 0;
  font-size: 10pt;
  max-width: 100%;
}
.six-by-one-grid .grid-item .grid-details .description {
  margin-bottom: -2px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.six-by-one-grid .grid-item .grid-details .duration {
  font-weight: 700;
  font-size: 12px;
  color: lightgray;
}
.six-by-one-grid .grid-item .grid-details .location {
  font-size: 13px;
  font-weight: 600;
}
.six-by-one-grid .grid-item .linked-preview {
  position: relative;
}
.six-by-one-grid .grid-item .linked-preview img.square-img {
  width: 100%;
  height: auto;
  border: none;
}
.six-by-one-grid .grid-item .card-body {
  padding: 15px;
}
.six-by-one-grid .grid-item .card-content {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 15px;
  height: 125px;
}
@media (min-width: 2500px) {
  .six-by-one-grid .grid-item .card-content {
    height: 170px;
  }
}
.six-by-one-grid .grid-item .card-content .item-title {
  font-weight: 800;
  font-size: 13px;
}
.six-by-one-grid .grid-item .card-content .title {
  font-weight: 700;
  font-size: 10pt;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 2500px) {
  .six-by-one-grid .grid-item .card-content .title {
    font-size: 13pt !important;
  }
}
.six-by-one-grid .grid-item .card-content .description {
  margin-bottom: -2px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 2500px) {
  .six-by-one-grid .grid-item .card-content .description {
    font-size: 20px;
    line-height: 24px;
  }
}
.six-by-one-grid .grid-item .card-img-top {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.six-by-one-grid .grid-item .card-img-top::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.six-by-one-grid .grid-item img {
  max-height: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin: 0;
}
@media (min-width: 576px) {
  .six-by-one-grid .grid-item img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) {
  .six-by-one-grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
  }
}
.six-by-one-grid .grid-item .four-by-one-grid-height {
  height: 268px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .six-by-one-grid .grid-item .four-by-one-grid-height {
    height: 130px;
  }
}
.six-by-one-grid .grid-item .MySavedItems-grid-height {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .six-by-one-grid .grid-item .four-by-one-grid-details .title {
    font-size: 8px;
  }
}
.six-by-one-grid .grid-item:hover .delete-item,
.six-by-one-grid .grid-item:hover .edit-item,
.six-by-one-grid .grid-item:hover .swap-item {
  display: block;
}
.six-by-one-grid .grid-item:hover .card-footer {
  background-color: #f2f4f4;
}
.six-by-one-grid .grid-item:hover .card-footer .publisher {
  font-weight: 800;
  font-size: 11px;
  margin-top: 7px;
}
@media (min-width: 2000px) {
  .six-by-one-grid .grid-item:hover .card-footer .publisher {
    font-size: 22px;
  }
}
.six-by-one-grid .grid-item:hover .card-footer .publish-date {
  font-size: 11px;
}
@media (min-width: 2000px) {
  .six-by-one-grid .grid-item:hover .card-footer .publish-date {
    font-size: 22px;
  }
}
.six-by-one-grid .grid-item:hover .show {
  display: block;
}
.six-by-one-grid .grid-item:hover .hide {
  display: none;
}
.six-by-one-grid .grid-item:hover .margin-top {
  margin-top: 3px;
}
.six-by-one-grid .grid-item:hover .mySavedItes-card-height {
  height: 65px;
}
.six-by-one-grid .grid-item:hover .description {
  margin-bottom: -2px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.six-by-one-grid .grid-item:hover .ready-for-swap .swap-item {
  background-color: #fff !important;
}
.six-by-one-grid .grid-item:hover .ready-for-swap .swap-item svg {
  fill: #4cb4e7 !important;
}
.six-by-one-grid .grid-item:hover .ready-for-swap .grid-item {
  border: 4px solid #4cb4e7;
}
.six-by-one-grid .grid-item:hover .ready-for-swap .delete-item,
.six-by-one-grid .grid-item:hover .ready-for-swap .edit-item,
.six-by-one-grid .grid-item:hover .ready-for-swap .swap-item {
  display: block;
}
.six-by-one-grid .grid-item:hover .grid-description {
  font-weight: 600;
  margin-bottom: 40px;
}
@media (min-width: 2000px) {
  .six-by-one-grid .grid-item:hover .grid-description {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .six-by-one-grid .grid-item:hover .grid-description {
    max-width: 46%;
  }
}
@media (max-width: 991.98px) {
  .six-by-one-grid .grid-item:hover .grid-description {
    max-width: 60%;
  }
}
.six-by-one-grid .grid-item .fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.six-by-one-grid .top-class {
  cursor: move;
}
.six-by-one-grid .top-class .grid-item:hover:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  box-shadow: inset 0 0 0 3px #4cb4e7;
  z-index: 1;
}
.six-by-one-grid > div:not(.top-class) {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 1199.98px) {
  .six-by-one-grid > div:not(.top-class) {
    padding-right: 5px;
  }
}
@media (max-width: 991.98px) {
  .six-by-one-grid > div:not(.top-class) {
    padding-right: 5px;
  }
}
@media (max-width: 767.98px) {
  .six-by-one-grid > div:not(.top-class) {
    padding-right: 2px;
  }
}
.six-by-one-grid > div:not(.top-class) > .grid-item {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.six-by-one-grid > div:not(.top-class) > .grid-item:hover {
  transform: scale(1.075);
  z-index: 2;
}
.six-by-one-grid > div:not(.top-class) > .grid-item .grid-details {
  margin-top: 14px;
}
.six-by-one-grid .card-footer {
  height: 50px;
}

.companies-entities-section .six-by-one-grid .grid-item {
  cursor: pointer;
  border: none;
  margin-top: 30px;
}
.companies-entities-section .six-by-one-grid .grid-item h6.title {
  padding-left: 0px;
  transition: all 0.3s;
}
.companies-entities-section .six-by-one-grid .grid-item:hover {
  border: none;
}
.companies-entities-section .six-by-one-grid .grid-item:hover:after {
  display: none;
}
.companies-entities-section .six-by-one-grid .grid-item:hover h6.title {
  padding-left: 10px;
}

@media (min-width: 320px) and (max-width: 1366px) {
  .optional-div {
    padding-right: 10px !important;
  }
}

#dnaTab .six-by-one-grid .grid-item .grid-details h6 {
  margin-top: 15px;
  margin-bottom: 0.5rem;
}

.tech-news {
  margin-bottom: 25px;
}
.tech-news .left-side {
  padding-right: 0;
}
.tech-news .right-side {
  padding-left: 5px;
}
.tech-news .news-heading {
  background: #dee2e6;
  color: #32323b;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 0;
  font-family: "MuliBold";
}
@media (min-width: 2000px) {
  .tech-news .news-heading {
    font-size: 26px;
  }
}
@media (width: 1536px) {
  .tech-news .news-heading {
    font-size: 16px;
  }
}
@media (width: 1440px) {
  .tech-news .news-heading {
    font-size: 15px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .tech-news .news-heading {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .tech-news .news-heading {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tech-news .news-heading {
    font-size: 13px;
  }
}
.tech-news .news-content {
  border: 1px solid #dee2e6;
  padding: 15px 0;
  text-align: center;
  height: 240px;
  overflow-y: auto;
  color: #dee2e6;
  font-size: 16px;
  font-family: "MuliSemiBold";
}
@media (min-width: 2000px) {
  .tech-news .news-content {
    height: 250px;
    font-size: 20px;
  }
}
@media (width: 1536px) {
  .tech-news .news-content {
    font-size: 14px;
  }
}
@media (width: 1440px) {
  .tech-news .news-content {
    font-size: 13px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .tech-news .news-content {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .tech-news .news-content {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .tech-news .news-content {
    font-size: 12px;
  }
}
.tech-news .news-content ul {
  margin-bottom: 0;
  text-align: left;
}
.tech-news .news-content ul li {
  color: #32323b;
  list-style-type: decimal;
  font-size: 16px;
  font-family: "MuliSemiBold";
}
.tech-news .news-content ul li a {
  color: #32323b;
  text-decoration: none;
}
@media (min-width: 2000px) {
  .tech-news .news-content ul li {
    font-size: 20px;
  }
}
@media (width: 1536px) {
  .tech-news .news-content ul li {
    font-size: 14px;
  }
}
@media (width: 1440px) {
  .tech-news .news-content ul li {
    font-size: 13px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .tech-news .news-content ul li {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .tech-news .news-content ul li {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .tech-news .news-content ul li {
    font-size: 12px;
  }
}
.tech-news .news-content ul:empty {
  text-align: center;
}
.tech-news .news-content ul:empty::before {
  content: "No Venture News";
}
.tech-news::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #f1f1f1;
  margin: 25px auto;
}

.social-media-feeds-tabs ul li {
  width: 20% !important;
}
.social-media-feeds-tabs ul li .active {
  background-color: transparent !important;
}
.social-media-feeds-tabs ul li .active svg {
  fill: #4cb4e7;
}
.social-media-feeds-tabs ul li a svg {
  fill: white;
  width: 20px;
  height: 20px;
}
@media (min-width: 2500px) {
  .social-media-feeds-tabs ul li a svg {
    width: 32px;
    height: 32px;
  }
}
.social-media-feeds-tabs .social-tab {
  position: absolute;
  width: 75%;
  top: -43px;
  left: 50%;
  transform: translateX(-57%);
}
@media (min-width: 2500px) {
  .social-media-feeds-tabs .social-tab {
    top: -73px;
  }
}
@media (max-width: 767.98px) {
  .social-media-feeds-tabs .social-tab {
    transform: translateX(-54%);
  }
}
.social-media-feeds-tabs .social-tab .nav-tabs {
  border-bottom: 0;
}
.social-media-feeds-tabs .social-tab .nav.nav-tabs.panel-nav,
.social-media-feeds-tabs .social-tab .panel-nav.dropdown-panel .dropdown {
  margin-top: 0;
}
.social-media-feeds-tabs .social-content {
  margin-top: 10px;
}

.twitter-feeds-list {
  height: 490px;
  overflow-y: scroll;
}
.twitter-feeds-list .twitter-feed {
  background-color: white;
  padding: 4% 6%;
  margin-bottom: 15px;
}
.twitter-feeds-list .twitter-feed .profile-image {
  border: 1px solid whitesmoke;
  border-radius: 50%;
}
.twitter-feeds-list .twitter-feed div {
  display: inline-grid;
  margin: 0% 5%;
  position: relative;
  bottom: 10px;
}
.twitter-feeds-list .twitter-feed div svg {
  fill: #4cb4e7;
  width: 17px;
  position: absolute;
  left: 95px;
  top: 3px;
}
.twitter-feeds-list .twitter-feed div h4 {
  font-size: 12pt;
  cursor: pointer;
}
.twitter-feeds-list .twitter-feed div .screen-name {
  color: #b7b7b7;
}
.twitter-feeds-list button {
  width: 100%;
}

.rdv-carousel-section.min-space {
  padding-bottom: 30px;
}
@media (max-width: 575.98px) {
  .rdv-carousel-section.min-space {
    padding-bottom: 15px;
  }
}
.rdv-carousel-section.has-sep {
  padding-bottom: 55px;
}
@media (min-width: 2500px) {
  .rdv-carousel-section.has-sep {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .rdv-carousel-section.has-sep {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .rdv-carousel-section.has-sep {
    padding-bottom: 35px;
  }
}
.rdv-carousel-section.has-sep hr {
  margin: 0 70px;
  margin-top: 40px;
  position: absolute;
  width: calc(100% - 140px);
  border-top: 4px solid rgba(0, 0, 0, 0.03);
}
@media (max-width: 991.98px) {
  .rdv-carousel-section.has-sep hr {
    width: 0;
    margin: 0 35px;
  }
}
@media (max-width: 1169px) and (min-width: 768px) {
  .rdv-carousel-section.has-sep hr {
    width: calc(100% - 70px);
    margin: 0 35px;
    margin-top: 90px;
  }
}
.rdv-carousel-section:last-child {
  border-bottom: none;
}
.rdv-carousel-section .rdv-show {
  display: flex;
}
.rdv-carousel-section .rdv-show a {
  cursor: pointer;
}
@media (min-width: 2500px) {
  .rdv-carousel-section .rdv-show a img.award {
    height: 150px;
  }
}
.rdv-carousel-section .rdv-show .show-poster {
  position: relative;
  height: 410px;
  width: 270.5057471264px;
  margin-left: 70px;
  margin-bottom: 30px;
}
@media (min-width: 2000px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 590px;
    width: 389.2643678161px;
  }
}
@media (max-width: 1536px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 325px;
    width: 214.4252873563px;
  }
}
@media (max-width: 1440px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 305px;
    width: 201.2298850575px;
  }
}
@media (max-width: 1400px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 298px;
    width: 196.6114942529px;
  }
}
@media (max-width: 1367px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 304px;
    width: 200.5701149425px;
  }
}
@media (max-width: 1280px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 294px;
    width: 193.9724137931px;
  }
}
@media (max-width: 1247px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 290px;
    width: 191.3333333333px;
  }
}
@media (max-width: 1200px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 300px;
    width: 197.9310344828px;
  }
}
@media (max-width: 1171px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 290px;
    width: 191.3333333333px;
  }
}
@media (max-width: 1024px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 253px;
    width: 166.9218390805px;
  }
}
@media (max-width: 996px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 250px;
    width: 164.9425287356px;
  }
}
@media (max-width: 916px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 248px;
    width: 163.6229885057px;
  }
}
@media (max-width: 800px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 270px;
    width: 178.1379310345px;
  }
}
@media (max-width: 768px) {
  .rdv-carousel-section .rdv-show .show-poster {
    height: 262px;
    width: 172.8597701149px;
  }
}
@media (max-width: 560px) {
  .rdv-carousel-section .rdv-show .show-poster {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .rdv-carousel-section .rdv-show .show-poster {
    margin-left: 35px;
  }
}
@media (width: 1024px) {
  .rdv-carousel-section .rdv-show .show-poster {
    margin-left: 35px;
  }
}
@media (max-width: 767.98px) {
  .rdv-carousel-section .rdv-show .show-poster {
    margin-left: 35px;
  }
}
.rdv-carousel-section .rdv-show .show-poster img {
  height: 100%;
  width: auto;
}
.rdv-carousel-section .rdv-show .rdv-show-content {
  flex: 1;
}
@media (min-width: 2000px) {
  .rdv-carousel-section .rdv-show .rdv-show-content {
    overflow: unset;
  }
}
@media (min-width: 2500px) {
  .rdv-carousel-section .rdv-show .rdv-show-content {
    padding-bottom: 130px;
  }
}
.rdv-carousel-section .carousel-header {
  position: relative;
  margin: 0 70px;
}
@media (max-width: 991.98px) {
  .rdv-carousel-section .carousel-header {
    margin: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .rdv-carousel-section .carousel-header {
    margin: 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .rdv-carousel-section .carousel-header {
    margin: 0 35px;
  }
}
.rdv-carousel-section .carousel-header .logo-img {
  margin-bottom: 2px;
  border: none;
  height: 58px;
  cursor: pointer;
  width: auto;
}
@media (min-width: 2000px) {
  .rdv-carousel-section .carousel-header .logo-img {
    height: 87px;
  }
}
@media (max-width: 1536px) {
  .rdv-carousel-section .carousel-header .logo-img {
    height: 47px;
  }
}
@media (max-width: 1440px) {
  .rdv-carousel-section .carousel-header .logo-img {
    height: 44px;
    width: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .rdv-carousel-section .carousel-header .logo-img {
    height: 46px;
  }
}
@media (width: 768px) {
  .rdv-carousel-section .carousel-header .logo-img {
    height: 42px !important;
    width: auto !important;
  }
}
@media (max-width: 800px) {
  .rdv-carousel-section .carousel-header .logo-img {
    height: auto;
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  .rdv-carousel-section .carousel-header .logo-img {
    height: 44px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .rdv-carousel-section .carousel-header .logo-img {
    width: 40%;
    height: auto;
  }
}
@media (min-width: 2500px) {
  .rdv-carousel-section .carousel-header .logo-img {
    height: 98px;
    margin-bottom: 4px;
  }
}
.rdv-carousel-section .carousel-header .subtitle {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  margin-left: 0;
}
@media (min-width: 2000px) {
  .rdv-carousel-section .carousel-header .subtitle {
    font-size: 33px;
  }
}
@media (min-width: 992px) {
  .rdv-carousel-section .carousel-header .subtitle {
    max-width: 55%;
  }
}
@media (width: 1680px) {
  .rdv-carousel-section .carousel-header .subtitle {
    max-width: 62%;
  }
}
@media (min-width: 1500px) and (max-width: 1536px) {
  .rdv-carousel-section .carousel-header .subtitle {
    max-width: 62%;
    font-size: 19px;
  }
}
@media (min-width: 1360px) and (max-width: 1366px) {
  .rdv-carousel-section .carousel-header .subtitle {
    max-width: 50% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .rdv-carousel-section .carousel-header .subtitle {
    font-size: 17px;
    max-width: 60%;
  }
}
@media (width: 1024px) {
  .rdv-carousel-section .carousel-header .subtitle {
    max-width: 45%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .rdv-carousel-section .carousel-header .subtitle {
    font-size: 17px;
  }
}
@media (max-width: 1169px) and (min-width: 768px) {
  .rdv-carousel-section .carousel-header .subtitle {
    font-size: 14px;
  }
}
@media (width: 768px) {
  .rdv-carousel-section .carousel-header .subtitle {
    max-width: 49%;
  }
}
@media (max-width: 991.98px) {
  .rdv-carousel-section .carousel-header .subtitle {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .rdv-carousel-section .carousel-header .subtitle {
    font-size: 13px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
}
.rdv-carousel-section .carousel-header .awards {
  float: right;
}
@media (max-width: 1536px) {
  .rdv-carousel-section .carousel-header .awards .award {
    height: 100px;
  }
}
@media (max-width: 900px) {
  .rdv-carousel-section .carousel-header .awards .award {
    height: 75px;
  }
}
@media (max-width: 500px) {
  .rdv-carousel-section .carousel-header .awards .award {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .rdv-carousel-section .carousel-header .awards {
    float: unset;
  }
}
.rdv-carousel-section .rdv-carousel-mask {
  width: 100%;
}
@media (min-width: 2000px) {
  .rdv-carousel-section .rdv-carousel-mask {
    overflow: unset;
  }
}
.rdv-carousel-section .rdv-carousel {
  position: relative;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  overflow-x: visible;
  padding-bottom: 25px;
  box-sizing: content-box;
  margin-left: -1px;
  scrollbar-width: auto;
  scrollbar-width: thin;
  scrollbar-width: none;
}
.rdv-carousel-section .rdv-carousel::-webkit-scrollbar {
  display: none;
}
.rdv-carousel-section .rdv-carousel::-moz-scrollbars {
  display: none;
}
.rdv-carousel-section .rdv-carousel::-webkit-scrollbar-thumb {
  display: none;
}
@media (max-width: 1367px) {
  .rdv-carousel-section .rdv-carousel {
    margin: 0;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-btn {
  width: 62.5px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media (min-width: 2500px) {
  .rdv-carousel-section .rdv-carousel .rdv-btn {
    width: 126px;
  }
}
@media (max-width: 1024px) {
  .rdv-carousel-section .rdv-carousel .rdv-btn {
    width: 30px;
    font-size: 22px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-btn.rdv-carousel-prev {
  left: 0px;
  opacity: 1;
  transition: all 300ms;
}
.rdv-carousel-section .rdv-carousel .rdv-btn.rdv-carousel-prev.hidden {
  opacity: 0;
}
.rdv-carousel-section .rdv-carousel .rdv-btn.rdv-carousel-next {
  right: 0px;
}
.rdv-carousel-section .rdv-carousel .rdv-btn svg {
  opacity: 0.7;
  fill: #fff;
  width: 48px;
  max-width: 70px;
  max-height: 90px;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.5, 0.1, 0, 1);
}
.rdv-carousel-section .rdv-carousel:hover .rdv-btn {
  background: rgba(0, 0, 0, 0.7);
}
.rdv-carousel-section .rdv-carousel:hover .rdv-btn svg {
  visibility: visible;
  opacity: 1;
}
.rdv-carousel-section .rdv-carousel:hover .rdv-btn:hover svg {
  transform: scale(1.3);
  fill: #4cb4e7;
}
.rdv-carousel-section .rdv-carousel.no-arrows .rdv-btn {
  display: none;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container {
  position: absolute;
  left: 0;
  transition: margin-left 0.4s cubic-bezier(0.5, 0.1, 0, 1);
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container.animating {
  transition: margin-left 0.4s cubic-bezier(0.5, 0.1, 0, 1), left 0.7s cubic-bezier(0.5, 0.1, 0, 1);
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide {
  float: left;
  position: relative;
  top: 0;
  transition: width 0.4s cubic-bezier(0.5, 0.1, 0, 1), height 0.4s cubic-bezier(0.5, 0.1, 0, 1), top 0.4s cubic-bezier(0.5, 0.1, 0, 1);
  cursor: pointer;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content {
  margin: 0 3.5px;
  height: 100%;
  border: 1px solid #f0f0f0;
}
@media (min-width: 2500px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content {
    margin: 0 7px;
  }
}
@media (max-width: 1023px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content {
    margin: 0 3px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .new-episode {
  position: absolute;
  right: 2%;
  top: 0;
  padding: 4px 6px;
  background-color: #4cb4e7;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 10px;
  font-weight: 800;
  opacity: 0.9;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img img {
  width: 100%;
  height: 100%;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .rollover-drawer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .play-btn {
  width: 64px;
  height: 64px;
  border: 2px solid white;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  fill: #4cb4e7;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .play-btn {
    width: 32px;
    height: 32px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .play-btn:hover {
  border-color: #4cb4e7;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .ext-link {
  width: 200px;
  height: auto;
  fill: #fff;
  transform: scale(0.8, 0.97) rotate(-8deg);
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .ext-link .link-arrow {
  fill: #4cb4e7;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .details-drawer-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .details-drawer {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  align-items: flex-end;
  justify-content: center;
  z-index: 3;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content img.rdv-slide-img[src=""] {
  background: #f8f8f8;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details {
  position: absolute;
  max-width: 95%;
  width: 100%;
  color: #32323b;
  font-size: 12px;
  margin-top: 10px;
}
@media (min-width: 2000) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details {
    font-size: 16px;
    margin-top: 15px;
    margin-top: 13px;
  }
}
@media (max-width: 1920px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details {
    font-size: 13px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details.hide-details {
  display: none;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6 {
  font-size: 14px;
  text-transform: capitalize !important;
  font-family: "MuliBold";
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  margin-bottom: 4px;
  display: flex;
}
@media (min-width: 2000px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6 {
    font-size: 21px;
    line-height: normal;
    height: auto;
  }
}
@media (min-width: 2500px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6 {
    font-size: 24px;
    line-height: 24px;
    height: 28px;
    margin-bottom: 8px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6 span.publisher-name {
  flex: 1;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6 span.publisher-name:empty {
  height: auto;
  display: none;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6 span.duration {
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  margin-right: 1px;
}
@media (min-width: 2000px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6 span.duration {
    font-size: 22px;
    margin-right: 3px;
  }
}
@media (max-width: 1440px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6 {
    font-size: 13px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6:empty {
  height: auto;
  display: none;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details p {
  line-height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 2px 0;
  font-weight: normal;
  margin-bottom: 5px;
  font-family: "Muli";
}
@media (min-width: 1500px) and (max-width: 1680px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details p {
    max-height: 26px;
  }
}
@media (min-width: 2000px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details p {
    font-size: 18px;
    line-height: normal;
    overflow: unset;
  }
}
@media (max-width: 1440px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details p {
    font-size: 11px;
  }
}
@media (min-width: 2500px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details p {
    font-size: 22px;
    line-height: 24px;
    max-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details p:not(:empty) {
    line-height: 14px;
    max-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details p:not(:empty) span br {
    display: none;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .margin-left {
  margin-left: 23px;
}
@media (min-width: 2500px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .margin-left {
    margin-left: 40px;
  }
}
@media (width: 1366px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .rdv-slide-info {
    margin-top: 8px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .rdv-slide-info span {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 100;
}
@media (min-width: 2000px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .rdv-slide-info span {
    font-size: 18px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .rdv-slide-info span:first-child {
  font-weight: bold;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .rdv-slide-info span:last-child {
  margin-right: 0;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details h6 {
    font-size: 12px;
  }
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .rdv-slide-details {
    font-size: 10px;
  }
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .rdv-slide-info span {
    font-size: 10px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide .rdv-slide-content .rdv-slide-details .publisher ~ h6 {
  font-weight: normal;
  font-family: "Muli";
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide:hover .slide-img-rollover {
  animation: slideRollover 1.4s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide:hover .slide-img-rollover.no-rollover {
  background: none;
  animation: none;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.has-details .rdv-slide-content .rdv-slide-img .slide-img-rollover .details-drawer {
  display: flex;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.has-details .rdv-slide-content .rdv-slide-img .slide-img-rollover .details-drawer svg {
  fill: white;
  width: 45px;
  height: auto;
  margin-bottom: 3%;
  transition: all 0.3s;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.has-details .rdv-slide-content .rdv-slide-img .slide-img-rollover .details-drawer svg .st0 {
  fill: none;
  stroke: #4cb4e7;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.has-details .rdv-slide-content .rdv-slide-img .slide-img-rollover .details-drawer:hover svg {
  fill: #4cb4e7;
  transform: scale(1.2);
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide {
  text-align: center;
  position: relative;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content {
  background: url("/dotted-frame.ba5038bb.png") no-repeat;
  background-size: 100% 100%;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content {
  padding: 20px;
  width: 100%;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content svg {
  height: 18px;
  display: block;
  margin: auto;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content svg .cls-2 {
  fill: #4cb4e7;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content .dotted-title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 4px;
}
@media (min-width: 576px) and (max-width: 1290px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content .dotted-title {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content .dotted-title {
    font-size: 12px;
  }
}
@media (min-width: 2000px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content .dotted-title {
    padding-top: 10px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content .btn-radivision {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 1290px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content .btn-radivision {
    margin-top: 5px;
    font-size: 13px;
    padding: 8px 30px;
  }
}
@media (max-width: 1024px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .dotted-content .btn-radivision {
    margin: 0;
    padding: 8px 30px;
    font-size: 10px;
  }
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover {
  background: none;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .details-drawer {
  display: flex;
  background: none;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.dotted-slide .rdv-slide-content .rdv-slide-img .slide-img-rollover .details-drawer svg {
  fill: #4cb4e7;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.panel-open:hover .rdv-slide-content .rdv-slide-img .slide-img-rollover {
  animation-delay: 0s;
  background: none;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.panel-open:hover .rdv-slide-content .rdv-slide-img .slide-img-rollover .details-drawer {
  display: none;
}
.rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.panel-open .rdv-slide-content:after {
  content: "";
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border-style: solid;
  border-width: 24px 55px 0 55px;
  margin-top: 7px;
  border-color: #fff transparent transparent transparent;
  animation: slideRollover 0.4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@media (max-width: 560px) {
  .rdv-carousel-section .rdv-carousel .rdv-carousel-container .rdv-slide.panel-open .rdv-slide-content:after {
    margin-left: -35px;
    border-style: solid;
    border-width: 16px 35px 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 1359px) {
  .rdv-carousel-section .subtitle {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1359px) and (max-width: 1199.98px) {
  .rdv-carousel-section .subtitle {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1359px) {
  .rdv-carousel-section .panel-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1359px) and (max-width: 991.98px) {
  .rdv-carousel-section .panel-title {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .rdv-carousel-section .subtitle {
    width: 50% !important;
  }
}
@media (max-width: 991.98px) {
  .rdv-carousel-section .subtitle {
    width: 100% !important;
  }
}
@media (width: 768px) {
  .rdv-carousel-section .subtitle {
    max-width: 100%;
  }
}

div .vid-bg {
  background: #32323b;
  width: 50vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  transform: scale(1.1);
  opacity: 0.8;
  animation: crossfadeScale 0.6s ease-in-out;
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
@media (max-width: 991.98px) {
  div .vid-bg {
    width: 100%;
  }
}
@media (width: 1024px) {
  div .vid-bg {
    width: 65%;
  }
}
div .vid-bg iframe {
  width: 50vw;
  height: 50vh;
  border: 0;
}
@media (width: 1024px) {
  div .vid-bg iframe {
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  div .vid-bg iframe {
    width: 100%;
  }
}
div .vid-bg .volume-control {
  cursor: pointer;
  max-width: 60px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  transform: translate(-50%, -70%);
  border: 0px solid #fff;
  background: none;
}
@media (max-width: 767.98px) {
  div .vid-bg .volume-control {
    max-width: 50px;
  }
}
div .vid-bg .exit-fs {
  position: absolute;
  z-index: 5;
  top: 85px;
  right: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1537px) {
  div .vid-bg .exit-fs {
    font-size: 16px;
  }
}
div .vid-bg .exit-fs .close-btn {
  width: 16px;
  height: 16px;
  fill: white;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 10px;
  position: unset;
}
div .vid-bg .exit-fs:hover .close-btn {
  transform: scale(1.2);
}

.vid-bg {
  background: #32323b;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  transform: scale(1.1);
  opacity: 0.8;
  animation: crossfadeScale 0.6s ease-in-out;
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
@media (max-width: 991.98px) {
  .vid-bg {
    width: 100%;
  }
}
@media (width: 1024px) {
  .vid-bg {
    width: 65%;
  }
}
.vid-bg div {
  width: 100%;
  height: 100%;
}
.vid-bg div iframe,
.vid-bg div .iframe,
.vid-bg div .video,
.vid-bg div video {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (width: 1024px) {
  .vid-bg div iframe,
  .vid-bg div .iframe,
  .vid-bg div .video,
  .vid-bg div video {
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .vid-bg div iframe,
  .vid-bg div .iframe,
  .vid-bg div .video,
  .vid-bg div video {
    width: 100%;
  }
}
.vid-bg .volume-control {
  cursor: pointer;
  max-width: 60px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  transform: translate(-50%, -70%);
  border: 0px solid #fff;
  background: none;
}
@media (max-width: 767.98px) {
  .vid-bg .volume-control {
    max-width: 50px;
  }
}
.vid-bg .exit-fs {
  position: absolute;
  z-index: 5;
  top: 85px;
  right: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1537px) {
  .vid-bg .exit-fs {
    font-size: 16px;
  }
}
.vid-bg .exit-fs .close-btn {
  width: 16px;
  height: 16px;
  fill: white;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 10px;
  position: unset;
}
.vid-bg .exit-fs:hover .close-btn {
  transform: scale(1.2);
}

div .cover-img .about-video,
div .youtube-video .about-video {
  display: block;
}

body.crossfade .main-navbar,
body.crossfade div.heroCarousel,
body.crossfade div.on-control,
body.crossfade div.rdv-carousel,
body.crossfade div.carousel-header,
body.crossfade .main-divider,
body.crossfade #onPanel,
body.crossfade #Footer {
  animation: crossfadeScale 0.6s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes crossfadeScale {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.8;
    transform: scale(1.1);
  }
}
@keyframes slideRollover {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 576px) and (max-width: 1290px) {
  .visible-panel.details-panel {
    margin-top: -16px;
  }
}
@media (min-width: 992px) {
  .panel-subtitle {
    max-width: 50%;
  }
}
#show-upcoming p:not(.text-content),
#show-visionaries p:not(.text-content),
#show-driven p:not(.text-content) {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
@media (min-width: 1360px) and (max-width: 1400px) {
  #show-upcoming p:not(.text-content),
  #show-visionaries p:not(.text-content),
  #show-driven p:not(.text-content) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  #show-upcoming p:not(.text-content),
  #show-visionaries p:not(.text-content),
  #show-driven p:not(.text-content) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  #show-upcoming p:not(.text-content),
  #show-visionaries p:not(.text-content),
  #show-driven p:not(.text-content) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  #show-upcoming p:not(.text-content),
  #show-visionaries p:not(.text-content),
  #show-driven p:not(.text-content) {
    white-space: normal;
  }
}

#organizations .story-icon svg,
#people .story-icon svg,
#startups .story-icon svg {
  display: none;
}

@media (min-width: 1537px) {
  #show-sheconomics-visionaries-list .logo-img {
    height: auto;
  }
}
@media (min-width: 1440px) and (max-width: 1536px) {
  #show-sheconomics-visionaries-list .logo-img {
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  #show-sheconomics-visionaries-list .logo-img {
    height: 50px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  #show-sheconomics-visionaries-list .logo-img {
    height: auto;
    width: auto;
  }
}

.rdv-panel {
  display: flex;
  margin-top: 30px;
}
@media (min-width: 2000px) {
  .rdv-panel {
    margin-bottom: 30px;
  }
}
.rdv-panel .list-preview img {
  max-width: none;
}
.rdv-panel .list-preview {
  position: relative;
  z-index: -1;
}
.rdv-panel .list-preview img,
.rdv-panel .list-preview .lazyload-placeholder {
  position: relative;
  height: 410px;
  width: 270.5057471264px;
  margin-left: 70px;
  margin-bottom: 30px;
}
@media (min-width: 2000px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 590px;
    width: 389.2643678161px;
  }
}
@media (max-width: 1536px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 325px;
    width: 214.4252873563px;
  }
}
@media (max-width: 1440px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 305px;
    width: 201.2298850575px;
  }
}
@media (max-width: 1400px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 298px;
    width: 196.6114942529px;
  }
}
@media (max-width: 1367px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 304px;
    width: 200.5701149425px;
  }
}
@media (max-width: 1280px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 294px;
    width: 193.9724137931px;
  }
}
@media (max-width: 1247px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 290px;
    width: 191.3333333333px;
  }
}
@media (max-width: 1200px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 300px;
    width: 197.9310344828px;
  }
}
@media (max-width: 1171px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 290px;
    width: 191.3333333333px;
  }
}
@media (max-width: 1024px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 253px;
    width: 166.9218390805px;
  }
}
@media (max-width: 996px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 250px;
    width: 164.9425287356px;
  }
}
@media (max-width: 916px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 248px;
    width: 163.6229885057px;
  }
}
@media (max-width: 800px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 270px;
    width: 178.1379310345px;
  }
}
@media (max-width: 768px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    height: 262px;
    width: 172.8597701149px;
  }
}
@media (max-width: 560px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    margin-left: 35px;
  }
}
@media (max-width: 991.98px) {
  .rdv-panel .list-preview img,
  .rdv-panel .list-preview .lazyload-placeholder {
    margin-left: 35px;
  }
}

.rdv-panel-header {
  position: relative;
}
.rdv-panel-header .logo-preview .on-curated-header .on-curated img {
  height: 39px;
  margin-right: 3px;
  width: auto;
}
.rdv-panel-header .logo-preview span {
  line-height: normal !important;
}
.rdv-panel-header .logo-img {
  margin-bottom: 2px;
  border: none;
  height: 58px;
  cursor: pointer;
  width: auto;
}
@media (max-width: 1536px) {
  .rdv-panel-header .logo-img {
    height: 47px;
  }
}
@media (max-width: 1440px) {
  .rdv-panel-header .logo-img {
    height: 44px;
    width: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .rdv-panel-header .logo-img {
    height: 46px;
  }
}
@media (width: 768px) {
  .rdv-panel-header .logo-img {
    height: 45px !important;
    width: auto !important;
  }
}
@media (max-width: 800px) {
  .rdv-panel-header .logo-img {
    height: auto;
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  .rdv-panel-header .logo-img {
    height: 44px;
  }
}
@media (max-width: 767.98px) {
  .rdv-panel-header .logo-img {
    width: 40%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .rdv-panel-header .logo-img {
    width: 100px;
  }
}
.rdv-panel-header .subtitle {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .rdv-panel-header .subtitle {
    max-width: 50%;
  }
}
@media (min-width: 1500px) and (max-width: 1536px) {
  .rdv-panel-header .subtitle {
    max-width: 55%;
    font-size: 19px;
  }
}
@media (width: 1366px) {
  .rdv-panel-header .subtitle {
    max-width: 56% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .rdv-panel-header .subtitle {
    font-size: 17px;
    max-width: 52%;
  }
}
@media (width: 1024px) {
  .rdv-panel-header .subtitle {
    max-width: 47%;
  }
}
@media (width: 768px) {
  .rdv-panel-header .subtitle {
    max-width: 54%;
  }
}
@media (max-width: 991.98px) {
  .rdv-panel-header .subtitle {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .rdv-panel-header .subtitle {
    font-size: 13px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 2000px) {
  .rdv-panel-header .subtitle {
    font-size: 30px;
    max-width: 60%;
  }
}
.rdv-panel-header .awards {
  float: right;
}
@media (max-width: 1536px) {
  .rdv-panel-header .awards .award {
    height: 100px;
  }
}
@media (max-width: 900px) {
  .rdv-panel-header .awards .award {
    height: 75px;
  }
}
@media (max-width: 500px) {
  .rdv-panel-header .awards .award {
    height: 70px;
  }
}

@media (min-width: 2500px) {
  .modal-dialog.modal-dialog-centered {
    max-width: 1200px;
  }
}

div .modal-header {
  background-color: #32323b;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 2500px) {
  div .modal-header {
    padding: 1.5rem 3rem;
  }
}
div .modal-header p {
  color: #fafafa;
  font-size: 12pt;
  font-weight: 400;
  margin: 4px 0 0 0;
}
@media (min-width: 2500px) {
  div .modal-header p {
    font-size: 18pt !important;
  }
}

.radivisionLogo {
  width: 28%;
}

.modal-header span svg {
  fill: #fafafa;
  margin: auto;
}
@media (min-width: 2500px) {
  .modal-header span svg {
    width: 40px;
    height: 40px;
  }
}

.modal-body {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  border-bottom-width: 3px;
  padding-top: 40px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .modal-body {
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 650px;
  }
}

.modal-backdrop.show {
  opacity: 0.7;
  z-index: 5 !important;
}

.modal .modal-content {
  background-color: transparent;
}

.modal-footer {
  display: block;
  text-align: center;
}

.has-float-label input::placeholder {
  font-size: 15pt;
  font-weight: 500;
}
.has-float-label input {
  height: 55px;
}
@media (min-width: 2000px) {
  .has-float-label input {
    height: 80px;
    padding: 1rem 1.4rem;
  }
}
.has-float-label span {
  font-size: 13pt;
}
@media (min-width: 2000px) {
  .has-float-label span {
    font-size: 18pt !important;
  }
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 11pt;
  font-weight: 500;
  opacity: 1;
  top: 1.25rem;
}
.has-float-label .has-float-label label,
.has-float-label .has-float-label > span {
  top: -0.15rem;
}
.has-float-label #change-password-form .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 11pt;
  font-weight: 500;
  opacity: 1;
  top: 1.5rem;
}

.modal-header .close {
  padding: 1rem 0.5rem;
  margin: -1rem -1rem -1rem auto;
}
@media (min-width: 2500px) {
  .modal-header .close {
    margin: -1.4rem -2rem -1rem auto;
  }
}

#accountVerification h1 {
  text-align: center;
  font-size: 2rem;
}

#accountVerification h1:nth-child(2) {
  margin-bottom: 2%;
}

#accountVerification h5 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 0.9;
}

#accountVerification form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
  width: 350px;
  font-weight: 600;
}
#accountVerification form .required-star {
  color: red;
  position: relative;
  top: 1px;
  left: 1px;
}

#accountVerification form label {
  background-color: white;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.alert {
  margin-top: 1rem;
}

#accountVerification form button {
  width: 100%;
}

#accountVerificationFooter h4,
#accountVerificationFooter a {
  font-size: 1rem;
  display: flow-root;
  line-height: 0.9;
  font-weight: 600;
}

@media only screen and (max-width: 320px) {
  #accountVerification h1 {
    font-size: 14pt;
  }
  #accountVerification h1:nth-child(2) {
    margin-bottom: 4%;
  }
  #accountVerification h5 {
    font-size: 6pt;
  }
  #accountVerification form {
    margin: 0 auto;
    width: 150px;
    margin-top: 12%;
    font-weight: 600;
  }
  #accountVerification form input {
    font-size: 5pt;
  }
  #accountVerification form label {
    font-size: 8pt;
  }
  #accountVerificationFooter h4,
  #accountVerificationFooter a {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 321px) and (max-width: 374px) {
  #accountVerification h1 {
    font-size: 1.5rem;
  }
  #accountVerification h5 {
    text-align: center;
    font-size: 7pt;
  }
  #accountVerification form {
    margin: 0 auto;
    width: 188px;
    margin-top: 11%;
  }
  #accountVerification form input {
    font-size: 8pt;
  }
  #accountVerification form label {
    font-size: 0.8rem;
  }
  #accountVerificationFooter h4,
  #accountVerificationFooter a {
    font-size: 9pt;
  }
}
@media only screen and (min-width: 375px) and (max-width: 425px) {
  #accountVerification h1 {
    font-size: 17pt;
  }
  #accountVerification h5 {
    font-size: 7pt;
  }
  #accountVerification form {
    margin: 0 auto;
    width: 178px;
    margin-top: 11%;
  }
  #accountVerification form input {
    height: 3rem;
    font-size: 7pt;
  }
  #accountVerificationFooter h4,
  #accountVerificationFooter a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 425px) and (max-width: 768px) {
  #accountVerification h1 {
    font-size: 1.5rem;
  }
  #accountVerification h5 {
    font-size: 0.7rem;
  }
  #accountVerification form {
    margin: 0 auto;
    width: 200px;
    margin-top: 12%;
    font-weight: 600;
  }
  #accountVerification form input {
    height: 3rem;
    font-size: 8pt;
  }
  #accountVerificationFooter h4,
  #accountVerificationFooter a {
    font-size: 0.9rem;
  }
}
.add-media-modal {
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
}
.add-media-modal .btn-radivision {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 2000px) {
  .add-media-modal .btn-radivision {
    font-size: 16px;
  }
}
.add-media-modal .invalid-feedback.main {
  background-color: rgba(220, 53, 69, 0.4196078431);
  padding: 10px;
  border: 1px solid;
}
.add-media-modal .add-entity .search-entity-title {
  font-weight: 700;
  padding-left: 35px;
  padding-right: 35px;
}
.add-media-modal .add-entity .search-form.search-form-shown {
  right: 0;
  width: 100%;
  top: auto;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
}
.add-media-modal .add-entity .search-form.search-form-shown hr {
  width: 100%;
  float: none;
}
.add-media-modal .add-entity .search-form.search-form-shown input {
  font-size: 20px;
  border: 1px solid transparent;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 991.98px) {
  .add-media-modal .add-entity .search-form.search-form-shown input {
    font-size: 16px;
  }
}
.add-media-modal .add-entity .search-form.search-form-shown.required input {
  border-color: #dc3545;
}
.add-media-modal .add-entity .search-form.search-form-shown .container-fluid, .add-media-modal .add-entity .search-form.search-form-shown .container-sm, .add-media-modal .add-entity .search-form.search-form-shown .container-md, .add-media-modal .add-entity .search-form.search-form-shown .container-lg, .add-media-modal .add-entity .search-form.search-form-shown .container-xl {
  padding: 0 35px;
}
.add-media-modal .add-entity .add-company {
  margin: auto;
  display: inline-block;
  padding: 15px 0px;
  position: relative;
  background-color: transparent;
  text-align: center;
}
.add-media-modal .add-entity .add-company .btn {
  height: 50px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.add-media-modal .add-entity .add-company .btn .plus-svg {
  background-color: #4cb4e7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  fill: white;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .add-media-modal .add-entity .add-company .btn .plus-svg {
    width: 40px;
    height: 40px;
  }
}
.add-media-modal .add-entity .add-company .btn p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-left: 10px;
  margin: 0;
  display: inline-block;
  color: #32323b;
}
@media (max-width: 991.98px) {
  .add-media-modal .add-entity .add-company .btn p {
    font-size: 16px;
  }
}
.add-media-modal .add-entity .add-company .btn:hover p {
  color: #32323b;
}
.add-media-modal .modal-content {
  border-radius: 2px;
}
.add-media-modal .modal-content .modal-header h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.add-media-modal .modal-content .modal-header .close {
  padding: 10px;
}
.add-media-modal .modal-content .modal-body .tabbed-nav {
  background-color: #fff;
  padding: 20px 5% 0 5%;
  margin: -40px -35px 0 -35px;
}
@media (max-width: 991.98px) {
  .add-media-modal .modal-content .modal-body .tabbed-nav {
    margin: -15px -35px 0 -35px;
  }
}
@media (max-width: 575.98px) {
  .add-media-modal .modal-content .modal-body .tabbed-nav {
    margin: -15px -15px 0 -15px;
  }
}
.add-media-modal .modal-content .modal-body .tabbed-nav .nav.nav-tabs.panel-nav,
.add-media-modal .modal-content .modal-body .tabbed-nav .nav.dropdown {
  margin-top: 32px;
}
@media (max-width: 997px) {
  .add-media-modal .modal-content .modal-body .tabbed-nav .nav.nav-tabs.panel-nav,
  .add-media-modal .modal-content .modal-body .tabbed-nav .nav.dropdown {
    margin-top: 10px;
    width: calc(100% - 15px);
    overflow-x: auto;
    box-sizing: content-box;
    z-index: 1000;
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
  }
}
.add-media-modal .modal-content .modal-body .tabbed-nav .nav.nav-tabs.panel-nav,
.add-media-modal .modal-content .modal-body .tabbed-nav .nav.dropdown {
  margin-top: 0;
  scroll-margin: 10px;
  margin-bottom: 30px;
}
.add-media-modal .modal-content .modal-body .tabbed-nav p {
  color: #32323b;
}
.add-media-modal .modal-content .modal-body .tabbed-nav .nav-link {
  color: #32323b;
}
.add-media-modal .modal-content .modal-body .tabbed-nav .nav-link.active {
  background-color: transparent;
}
.add-media-modal .modal-content .modal-body .tab-content > .active {
  padding: 0px;
}
.add-media-modal .modal-content .modal-body .content .title {
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 500;
}
.add-media-modal .modal-content .modal-body .content .title svg {
  height: 24px;
  margin-right: 5px;
  vertical-align: sub;
  fill: #4cb4e7;
}
@media (max-width: 767.98px) {
  .add-media-modal .modal-content .modal-body .content .title {
    font-size: 1rem;
  }
}
.add-media-modal .modal-content .modal-body .content .form-control:focus {
  box-shadow: none;
}
.add-media-modal .modal-content .modal-body .content .form-control:valid ~ .invalid-feedback {
  display: none;
}
.add-media-modal .modal-content .modal-body .content .required {
  color: #dc3545;
}
.add-media-modal .modal-content .modal-body .content .has-float-label {
  width: 100%;
  margin: 0;
  top: 0;
  background: #fff;
}
.add-media-modal .modal-content .modal-body .content .has-float-label span {
  font-size: 14px;
  font-weight: 600;
}
.add-media-modal .modal-content .modal-body .content .has-float-label input::placeholder, .add-media-modal .modal-content .modal-body .content .has-float-label input::-webkit-input-placeholder, .add-media-modal .modal-content .modal-body .content .has-float-label input::-moz-placeholder, .add-media-modal .modal-content .modal-body .content .has-float-label input:-ms-input-placeholder, .add-media-modal .modal-content .modal-body .content .has-float-label input:-moz-placeholder {
  font-size: 10pt;
}
.add-media-modal .modal-content .modal-body .content .has-float-label input::placeholder {
  font-size: 10pt;
}
.add-media-modal .modal-content .modal-body .content .form-group {
  margin-left: -15px;
  margin-bottom: 12px;
}
.add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 {
  padding-left: 15px;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 .btn-radivision {
    width: calc(100% - 15px) !important;
    margin: 3px 15px;
  }
}
.add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 button {
  width: 100%;
  margin-bottom: 0;
  white-space: nowrap;
  padding: 11px 20px;
  font-size: 13px;
  height: auto;
  color: white;
  min-height: 54px;
}
@media (min-width: 2000px) {
  .add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 button {
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 button {
    padding: 12px 8px;
  }
}
@media (max-width: 767.98px) {
  .add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 button {
    padding: 12px 6px;
    font-size: 11px;
    min-height: unset;
  }
}
.add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 button .spinner-border {
  margin-right: 2px;
  width: 1rem;
  height: 1rem;
}
.add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 div {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 {
    padding-left: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 576px) {
  .add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 {
    padding-left: 0px;
    margin-top: 0px;
  }
}
.add-media-modal .modal-content .modal-body .content .form-group .last-item {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.add-media-modal .modal-content .modal-body .content .form-group .media-image-section {
  padding: 35px 0 0 0;
  border-top: 2px solid #f2f4f4;
  padding: 0;
}
.add-media-modal .modal-content .modal-body .content .form-group .media-image-section .form-group .col-sm-6 {
  padding: 0;
}
.add-media-modal .modal-content .modal-body .content .form-group .media-image-section .form-group .col-sm-6 button {
  width: 100%;
  margin-bottom: 0;
}
.add-media-modal .modal-content .modal-body .content .form-group .media-image-section .col-sm-7.col-lg-6 div {
  padding: 0;
}
.add-media-modal .modal-content .modal-body .content .form-group .media-image-section .col-form-label {
  padding-top: calc(1rem + 1px);
}
.add-media-modal .modal-content .modal-body .content .modal-footer .add-media-btn {
  color: #fafafa;
}
.add-media-modal .modal-content .modal-body .content .modal-footer .btn-radivision.outline {
  width: 100%;
  margin-bottom: 10px;
}
.add-media-modal .modal-content .modal-body .modal-footer {
  padding: 20px 0;
  padding-bottom: 0;
}
.add-media-modal .modal-content .modal-body .modal-footer .row {
  margin-right: -15px;
  margin-left: -15px;
}
.add-media-modal .modal-content .modal-body .modal-footer .col-sm-6 {
  width: 50%;
}
.add-media-modal .modal-content .modal-body .modal-footer .col-sm-6 button {
  width: 100%;
}
.add-media-modal .modal-content .modal-body .modal-footer .submit-btn {
  background-color: #4cb4e7;
  border-color: #4cb4e7;
  padding: 12px 64px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.add-media-modal .modal-content .modal-body .modal-footer .revert-btn {
  margin-top: 0;
  padding: 12px 68px;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
.add-media-modal .modal-content .modal-body .modal-body .modal-footer {
  display: block;
  margin-top: 20px;
}
.add-media-modal .modal-content .modal-body .or {
  position: relative !important;
  background-color: transparent !important;
  right: auto !important;
  left: auto !important;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.add-media-modal .modal-content .modal-body .or span {
  display: inline-block;
  background-color: #fff;
  padding: 0px 15px;
}
.add-media-modal .modal-content .modal-body .or:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: grey;
  left: 50%;
  top: 11px;
  z-index: -1;
  transform: translateX(-50%);
}
.add-media-modal .modal-content .modal-body .results-container hr {
  display: none;
}
.add-media-modal .modal-content .modal-body .add-entity {
  margin: 0px -40px;
}
.add-media-modal .modal-content .modal-body .add-entity .add-company-padd {
  padding: 0px 40px;
}
.add-media-modal .modal-content .modal-body .add-entity .add-company-padd .col-sm-2 {
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 1537px) {
  .add-media-modal .modal-content .modal-body .add-entity .add-company-padd .col-sm-2 {
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .add-media-modal .modal-content .modal-body .add-entity .add-company-padd .col-sm-2 {
    padding-left: 0px;
  }
}
.add-media-modal .modal-content .modal-body .add-entity .add-company-padd .alert {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.add-media-modal .modal-content .modal-body .add-entity .add-company-padd .alert .invalid-feedback {
  font-size: 100%;
}
.add-media-modal .modal-content .modal-body .add-entity .add-company-padd .alert .invalid-feedback span {
  background: transparent;
}
.add-media-modal .modal-content .modal-body .add-entity .add-company-padd .alert a {
  color: #4cb4e7;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .add-media-modal .modal-content .modal-body .add-entity {
    padding: 0px 15px;
  }
}
@media (max-width: 991.98px) {
  .add-media-modal .modal-content .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.add-media-modal .modal-content .results-container hr {
  display: none;
}
.add-media-modal input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  margin-bottom: 20px;
  margin-top: 15px;
  display: inline-block;
  width: 65%;
  vertical-align: sub;
}
.add-media-modal input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.add-media-modal input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.add-media-modal input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.add-media-modal input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #4cb4e7;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: -12px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  cursor: pointer;
}
.add-media-modal input[type=range]::-moz-range-thumb {
  background: #4cb4e7;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
}
.add-media-modal input[type=range]::-ms-thumb {
  background: #4cb4e7;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
}
.add-media-modal input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
}
.add-media-modal input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
}
.add-media-modal input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
@media (max-width: 767.98px) {
  .add-media-modal .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.add-media-modal .nav-tabs .nav-item {
  width: 33.3333333333%;
}
@media (max-width: 767.98px) {
  .add-media-modal .nav-tabs .nav-item {
    width: 100%;
  }
}
.add-media-modal .nav-tabs .nav-item svg {
  width: 26px;
  margin-right: 15px;
}
.add-media-modal .nav-tabs .nav-item .articleVideo {
  width: 20px;
}
.add-media-modal .nav-tabs .nav-item .onlineCourseIcon {
  width: 30px;
  vertical-align: sub;
}
.add-media-modal .nav-tabs .nav-item .podcast-svg .st0 {
  fill: #ffffff;
}
.add-media-modal .nav-tabs .nav-item .podcast-svg .st1 {
  fill: #4cb4e7;
}
.add-media-modal div .modal-header p {
  margin: 4px auto;
  width: 100%;
  text-align: center;
}
.add-media-modal .panel-nav .nav-link.active {
  color: #4cb4e7 !important;
}
.add-media-modal .panel-nav .nav-link.active svg {
  fill: #4cb4e7;
}

@media (width: 1366px) {
  .add-media-modal .modal-content .modal-body .content .form-group .col-sm-2 {
    padding-right: 15px;
  }
}

.modal-lg .modal-body,
.modal-xl .modal-body {
  padding: 40px;
}
@media (max-width: 767.98px) {
  .modal-lg .modal-body,
  .modal-xl .modal-body {
    padding: 35px;
  }
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  margin-bottom: 15px;
  margin-top: 5px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #4cb4e7;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: -12px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  cursor: pointer;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  background: #4cb4e7;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  background: #4cb4e7;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#editProfileModal .checkbox + label span:before {
  border: 1px solid #ced4da;
}

.content .tab-content .tab-pane.active.show .nav.nav-tabs.panel-nav {
  margin-top: -15px;
  margin-bottom: 30px;
  padding: 0 50px;
}
.content .tab-content .tab-pane.active.show .panel-nav .nav-link.active {
  color: #4cb4e7;
  border-bottom: 0px solid #4cb4e7;
}
.content .tab-content .tab-pane.active.show .panel-nav .nav-link.active svg {
  fill: #4cb4e7;
}
.content .tab-content .tab-pane.active.show .tab-pane.fade:not(.show) {
  display: none;
}

textarea.form-control {
  height: 100px;
}

@media (max-width: 767.98px) {
  .adjustResponsive {
    margin-top: 1rem;
  }
}

.add-product {
  padding-top: 30px;
}
.add-product form::after {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 4% 0% 20% 0%;
}
.add-product form .form-group label {
  position: relative;
  top: 20px;
  left: 25px;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11pt;
}
.add-product form .form-group input {
  height: 50px;
  border-radius: 8px;
}
.add-product form .product-description input {
  height: 100px;
}
.add-product form button {
  margin-top: 20px;
  height: 45px;
  border-radius: 8px;
}

#confirmPasswordReset h1 {
  font-size: 2.3rem;
  font-weight: 400;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
}

#confirmPasswordReset h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
  margin-left: 9rem;
  margin-right: 9rem;
}

#confirmPasswordReset h3:nth-child(3) {
  text-align: center;
  font-size: 13pt;
  font-weight: bold;
  margin-left: 13rem;
  margin-right: 13rem;
  padding-top: 4%;
}

#confirmPasswordReset form {
  margin: 0 auto;
  width: 335px;
  margin-top: 5%;
}
#confirmPasswordReset form button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 100%;
}
#confirmPasswordReset form label.has-float-label > span {
  left: 0.5rem;
  font-size: 11pt;
  background-color: #fff;
  padding: 0 5px;
}
#confirmPasswordReset form label.has-float-label input:focus ~ span {
  color: #4cb4e7;
}
#confirmPasswordReset form .required-star {
  color: red;
  position: relative;
  top: 1px;
  left: 1px;
}

#confirmPasswordResetFooter {
  text-align: center !important;
}

#confirmPasswordResetFooter h4 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
}

#confirmPasswordResetFooter a {
  font-size: 1.3rem;
  color: #4cb4E7;
}

@media only screen and (max-width: 320px) {
  .radivisionLogo {
    width: 68%;
  }
  #confirmPasswordReset h1 {
    font-size: 1.5rem;
  }
  #confirmPasswordReset h3 {
    font-size: 0.9rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  #confirmPasswordReset h3:nth-child(3) {
    font-size: 0.8rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  #confirmPasswordReset form {
    margin: 0 auto;
    width: 257px;
  }
  #confirmPasswordReset form input {
    width: 15.6rem;
  }
  #confirmPasswordResetFooter h4,
  #confirmPasswordResetFooter a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 375px) and (max-width: 425px) {
  .radivisionLogo {
    width: 55%;
  }
  #confirmPasswordReset h1 {
    font-size: 1.8rem;
  }
  #confirmPasswordReset h3 {
    font-size: 0.9rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  #confirmPasswordReset h3:nth-child(3) {
    font-size: 0.8rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  #confirmPasswordReset form {
    margin: 0 auto;
    width: 257px;
  }
  #confirmPasswordReset form input {
    width: 15.6rem;
  }
  #confirmPasswordResetFooter h4,
  #confirmPasswordResetFooter a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 425px) and (max-width: 768px) {
  .radivisionLogo {
    width: 48%;
  }
  #confirmPasswordReset h1 {
    font-size: 2.1rem;
    font-weight: 400;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
  }
  #confirmPasswordReset h3 {
    font-size: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #confirmPasswordReset h3:nth-child(3) {
    font-size: 0.9rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }
  #confirmPasswordResetFooter h4,
  #confirmPasswordResetFooter a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #confirmPasswordReset h1 {
    font-size: 2.5rem;
  }
  #confirmPasswordReset h3 {
    font-size: 1.2rem;
    margin-left: 9rem;
    margin-right: 9rem;
  }
  #confirmPasswordReset h3:nth-child(3) {
    font-size: 1rem;
    margin-left: 15rem;
    margin-right: 15rem;
  }
  #confirmPasswordResetFooter h4,
  #confirmPasswordResetFooter a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 2560px) {
  #confirmPasswordReset h3:nth-child(3) {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 13rem;
    margin-right: 13rem;
    padding-top: 4%;
  }
}
@media only screen and (width: 2560px) {
  #confirmPasswordReset h1 {
    font-size: 3.4rem;
  }
  #confirmPasswordReset h3:nth-child(3) {
    font-size: 1.5rem;
    margin-left: 6rem;
    margin-right: 6rem;
  }
  #confirmPasswordReset form {
    margin: 0 auto;
    width: 525px;
    margin-top: 5%;
  }
  #confirmPasswordReset form input {
    width: 33rem;
    margin-bottom: 9%;
    font-size: 20pt;
  }
  #confirmPasswordResetFooter h4,
  #confirmPasswordResetFooter a {
    font-size: 1.9rem;
  }
}
#createAccount h1 {
  text-align: center;
  font-size: 19pt;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 2500px) {
  #createAccount h1 {
    font-size: 24pt;
  }
}
@media (min-width: 2500px) {
  #createAccount > p {
    font-size: 17pt !important;
  }
}
#createAccount h6:nth-child(2) {
  text-align: center;
  padding-left: 5.4rem;
  padding-right: 5rem;
}
#createAccount form label {
  background-color: white;
  font-size: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 991.98px) {
  #createAccount form label {
    padding: 0;
  }
}
@media (min-width: 2500px) {
  #createAccount form label {
    font-size: 1.5rem;
  }
}
#createAccount.claim-profile form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#createAccount.claim-profile form > div.row {
  width: 100%;
}
#createAccount.claim-profile form > div.row > div {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 2500px) {
  #createAccount.claim-profile form > div.row {
    width: 100%;
    font-size: 1.6rem;
  }
}
#createAccount.claim-profile form div.col-md-6,
#createAccount.claim-profile form div.col-md-12 {
  padding-right: 0;
}
#createAccount.claim-profile form label {
  margin-bottom: 1.5rem;
  padding-right: 0;
}
#createAccount.claim-profile form .documents-list p {
  display: flex;
  align-items: center;
  margin: 8px;
  justify-content: space-between;
}
#createAccount.claim-profile form .documents-list p span.rm-doc {
  font-size: 8px;
  line-height: 8px;
  cursor: pointer;
}
#createAccount.claim-profile form .documents-list p span.rm-doc svg {
  width: 16px;
  height: 16px;
  fill: #4a4a4f;
  transition: all 0.3s;
}
#createAccount.claim-profile form .documents-list p span.rm-doc:hover svg {
  fill: #dc3545;
}
#createAccount .infoLogin input {
  border: 1px solid #ced4da;
  border-radius: 7px;
}
#createAccount .infoLogin input:focus ~ span {
  color: #4cb4e7;
  background: #fff;
  top: -7px;
}
#createAccount .infoLogin .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  top: 16px;
}
#createAccount .infoLogin .has-float-label .form-control::placeholder {
  font-size: 14px !important;
}
#createAccount .infoLogin .has-float-label > span {
  left: 0.5rem;
  font-size: 11pt;
  background-color: #fff;
  padding: 0 5px;
}
#createAccount .infoLogin .required-star {
  color: red;
  position: relative;
  top: 1px;
  left: 1px;
}
#createAccount .infoLogin .password-trigger {
  position: relative;
  bottom: 0.5rem;
  left: 17.5rem;
  cursor: pointer;
  color: #b4b4b4;
  background-color: white;
}
#createAccount .infoLogin .Re-enter-password-field {
  margin-top: -24px;
  margin-bottom: -22px;
}
#createAccount .infoLogin .re-enter-password-trigger {
  position: relative;
  bottom: 0.5rem;
  left: 17.5rem;
  cursor: pointer;
  color: #b4b4b4;
  background-color: white;
}
#createAccount .infoLogin .checkSection {
  margin-bottom: 0rem;
}
#createAccount .infoLogin .checkSection input {
  height: 1rem;
  width: 1rem;
  margin-right: 10px;
}
#createAccount .infoLogin .checkSection h5 {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  font-size: 1rem;
}
#createAccount .infoLogin .checkSection h5 a {
  color: #4cb4e7;
}
#createAccount .infoLogin button {
  margin-bottom: 0.5rem;
  width: 100%;
  margin-top: 10px;
}
#createAccount .infoLogin h6 {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 2000px) {
  #createAccount .infoLogin h6 {
    font-size: 1.2rem;
  }
}
#createAccount .infoLogin h6 a {
  color: #4cb4e7;
}
#createAccount .upload-evedince {
  margin-bottom: 1.5rem;
}
#createAccount .upload-evedince .doc-upload-preview {
  position: relative;
  width: 100%;
  border: 1px solid #ced4da;
}
#createAccount .upload-evedince .doc-upload-preview:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
#createAccount .upload-evedince .doc-upload-preview canvas {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
}
#createAccount .upload-evedince input {
  display: none;
}
#createAccount .upload-evedince label {
  padding: 14px 30px;
  width: 100%;
  margin-bottom: 0.5rem !important;
  background-color: #f0f0f0 !important;
  background-image: none;
  border-color: #d1d1db !important;
  color: #32323b !important;
}
#createAccount .upload-evedince label:after {
  content: none;
}
#createAccount .upload-evedince .instructions {
  font-size: 14px;
}
#createAccount .upload-evedince .instructions p {
  margin-bottom: 0;
  font-weight: bold;
  color: #32323b;
}
#createAccount .upload-evedince .instructions ul {
  padding-left: 15px;
  color: #999999;
  font-weight: 600;
  margin-bottom: 30px;
}
#createAccount .socialmediaLogin div.social-login-btn {
  height: 55px;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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 (min-width: 2000px) {
  #createAccount .socialmediaLogin div.social-login-btn {
    height: 80px;
  }
}
#createAccount .socialmediaLogin div.social-login-btn div {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: center;
}
#createAccount .socialmediaLogin a {
  font-size: 0.9rem;
  margin-left: 1rem;
  color: #32323b;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 2500px) {
  #createAccount .socialmediaLogin a {
    font-size: 1.4rem;
  }
}
#createAccount .socialmediaLogin a#fb-btn {
  left: -1.2rem;
}
#createAccount .socialmediaLogin .facebookIcon {
  width: 3.2rem;
  height: 2.9rem;
  font-size: 0.5rem;
  color: white;
  text-align: center;
  margin: 0.2rem 0.2rem;
  background-color: #3b5998;
}
#createAccount .socialmediaLogin .googleIcon {
  width: 3.2rem;
  height: 2.9rem;
  font-size: 0.5rem;
  color: white;
  text-align: center;
  margin: 0.2rem 0.2rem;
  background-color: white;
}
#createAccount .socialmediaLogin .googleIcon img {
  height: 100%;
  width: auto;
}
#createAccount .socialmediaLogin .linkedinIcon {
  width: 3.2rem;
  height: 2.9rem;
  font-size: 0.5rem;
  color: white;
  text-align: center;
  margin: 0.2rem 0.2rem;
  background-color: #0077b5;
}
#createAccount .socialmediaLogin .linkedinIcon svg {
  position: relative;
  top: 3px;
}
#createAccount .socialmediaLogin .twitterIcon {
  width: 3.2rem;
  height: 2.9rem;
  font-size: 0.5rem;
  color: white;
  text-align: center;
  margin: 0.2rem 0.2rem;
  background-color: #1da1f2;
}
#createAccount .socialmediaLogin h5 {
  font-size: 1rem;
}
@media (min-width: 2500px) {
  #createAccount .socialmediaLogin h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  #createAccount .socialmediaLogin div {
    margin-bottom: 1rem;
  }
}
@media (min-width: 2500px) {
  #createAccount .socialmediaLogin div {
    height: 5rem;
    margin-bottom: 1.5rem;
  }
  #createAccount .socialmediaLogin .social-login-btn > div {
    width: 70px !important;
    height: 70px !important;
  }
  #createAccount .socialmediaLogin .social-login-btn > div > svg, #createAccount .socialmediaLogin .social-login-btn > div > img {
    width: 70px !important;
    height: 70px !important;
  }
}

#createAccount .kep-login-facebook {
  text-transform: none;
}
#createAccount .kep-login-facebook.metro {
  display: contents;
}
#createAccount p.Login-btn-text {
  font-size: 0.7rem;
  position: relative;
  top: -2.5rem;
  left: 4.5rem;
  color: #32323b;
  font-weight: 500;
}
#createAccount .socialmediaLogin .social-login-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
}
#createAccount .socialmediaLogin .social-login-btn:active a, #createAccount .socialmediaLogin .social-login-btn:focus a, #createAccount .socialmediaLogin .social-login-btn:hover a {
  text-decoration: underline;
}
#createAccount .socialmediaLogin .social-login-btn.disabled {
  cursor: inherit;
  opacity: 0.5;
}
#createAccount .socialmediaLogin .social-login-btn.disabled:active a, #createAccount .socialmediaLogin .social-login-btn.disabled:focus a, #createAccount .socialmediaLogin .social-login-btn.disabled:hover a {
  cursor: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 320px) {
  #createAccount h1 {
    font-size: 13pt;
  }
  #createAccount h6:nth-child(2) {
    padding-left: 14px;
    font-size: 10pt;
    padding-right: 29px;
  }
  #createAccount .infoLogin form .password-trigger {
    position: relative;
    top: -0.5rem;
    left: 14rem;
  }
  #createAccount .infoLogin form .checkSection h5 {
    font-size: 0.8rem;
  }
  #createAccountFooter h4,
  #createAccountFooter a {
    font-size: 12pt;
  }
}
@media only screen and (min-width: 375px) and (max-width: 425px) {
  #createAccount h1 {
    font-size: 14pt;
  }
  #createAccount h6:nth-child(2) {
    padding-left: 14px;
    font-size: 10pt;
    padding-right: 29px;
  }
  #createAccount .infoLogin form .password-trigger {
    position: relative;
    top: -0.5rem;
    left: 17rem;
  }
  #createAccountFooter h4,
  #createAccountFooter a {
    font-size: 14pt;
  }
}
@media only screen and (min-width: 425px) and (max-width: 768px) {
  #createAccount h1 {
    font-size: 17pt;
  }
  #createAccount h6:nth-child(2) {
    padding-left: 21px;
    font-size: 10pt;
    padding-right: 20px;
  }
  #createAccount .infoLogin form .password-trigger {
    position: relative;
    top: -0.5rem;
    left: 20rem;
  }
  #createAccount .infoLogin form .checkSection h5 {
    font-size: 1.1rem;
  }
  #createAccountFooter h4,
  #createAccountFooter a {
    font-size: 15pt;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #createAccount h1 {
    font-size: 18pt;
  }
  #createAccount h6:nth-child(2) {
    padding-left: 31px;
    font-size: 10pt;
    padding-right: 31px;
  }
  #createAccount .infoLogin form .password-trigger {
    position: relative;
    top: -0.5rem;
    left: 10rem;
  }
  #createAccount .infoLogin form button {
    width: 100%;
    text-transform: uppercase;
    height: 3.5rem;
    background-color: #4cb4e7;
    margin-bottom: 1rem;
    margin-top: 10px;
    font-weight: 600;
    font-size: 10pt;
    letter-spacing: 0.075rem;
  }
  #createAccount .socialmediaLogin a {
    color: #32323b;
    font-weight: 500;
    cursor: pointer;
  }
  #createAccount .socialmediaLogin a#fb-btn {
    left: 1.6rem;
    white-space: nowrap;
  }
  #createAccount .socialmediaLogin h5 {
    font-size: 10pt;
  }
  #createAccount .infoLogin form h6 {
    font-size: 9pt;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #createAccount h1 {
    font-size: 18pt;
  }
  #createAccount h6:nth-child(2) {
    padding-left: 15%;
    font-size: 10pt;
    padding-right: 14%;
  }
  #createAccount .socialmediaLogin h5 {
    font-size: 12pt;
  }
  #createAccount .socialmediaLogin a#fb-btn {
    left: 1.2rem;
  }
  #createAccount .infoLogin form h6 {
    font-size: 11pt;
  }
  #createAccount .infoLogin form .password-trigger {
    position: relative;
    top: -0.5rem;
    left: 18rem;
  }
}
#claim-profile-form .form-control:disabled,
#claim-profile-form .form-control[readonly] {
  background-color: #fff;
  cursor: not-allowed;
}

#createNewProfile h1 {
  text-align: center;
  padding-top: 3%;
  font-size: 2.8vw;
  font-weight: 100;
}

#createNewProfile h3 {
  text-align: center;
  font-size: 1.2vw;
  margin-left: 19%;
  margin-right: 19%;
  margin-bottom: 6%;
}

#createNewProfile h2 {
  text-align: center;
  margin-left: 30%;
  margin-right: 30%;
  margin-bottom: 6%;
  font-size: 1.7vw;
  font-weight: 600;
}

#createNewProfile button {
  text-align: center;
  text-transform: uppercase;
  width: 45%;
  height: 4vw;
  margin-left: 28%;
  background-color: #4bb4e8;
  font-weight: bold;
  letter-spacing: 0.075rem;
}

#createNewProfileFooter {
  text-align: center;
}

#createNewProfileFooter a {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  #createNewProfile h3 {
    font-size: 2.2vw;
  }
  #createNewProfile h3 {
    font-size: 2vw;
  }
  #createNewProfile button {
    height: 6vw;
  }
}
#createProfile h1 {
  text-align: center;
  margin-bottom: 0rem;
}

#createProfile h5 {
  text-align: center;
  font-size: 1.2rem;
  padding-left: 5rem;
  padding-right: 7rem;
  font-weight: 200;
  margin-bottom: 3rem;
}

#createProfile #addProfileImage {
  margin-left: 39%;
  margin-right: 39%;
  width: 22%;
  height: 10rem;
  text-align: center;
  padding-top: 5%;
  border: 1px solid;
  border-radius: 50%;
  background-color: #32323b;
  color: white;
  cursor: pointer;
}

#createProfile #addProfileImage:hover {
  background-color: #4cb4E7;
}

#createProfile #addProfileImage label {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

#createProfile form {
  margin-top: 4%;
  margin-right: 6%;
  margin-left: 6%;
}

#createProfile form label {
  position: relative;
  top: -2.3rem;
  left: 1rem;
  background-color: white;
  padding-left: 0.4rem;
  padding-right: 0.3rem;
}

#createProfile form input {
  height: 3.5rem;
  margin-bottom: -1.8rem;
  padding-left: 2rem;
}

#createProfile form svg {
  overflow: visible;
}

#createProfile form button {
  height: 3.5rem;
  margin-left: 27.5%;
  margin-right: 27.5%;
  width: 45%;
  background-color: #4CB4E7;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}

#createProfileFooter h6 {
  text-align: center;
  font-weight: 200;
}

@media only screen and (max-width: 320px) {
  #createProfile h1 {
    font-size: 20pt;
  }
  #createProfile h5 {
    font-size: 0.9rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  #createProfile #addProfileImage {
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
    height: 7rem;
  }
  #createProfile #addProfileImage label {
    font-size: 9pt;
  }
  #createProfile form {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 374px) {
  #createProfile h1 {
    font-size: 20pt;
  }
  #createProfile h5 {
    font-size: 0.9rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 2rem;
  }
  #createProfile #addProfileImage {
    margin-left: 33%;
    margin-right: 33%;
    width: 34%;
    height: 7.5rem;
  }
  #createProfile #addProfileImage label {
    font-size: 9pt;
  }
  #createProfile form {
    margin-top: 13%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 425px) {
  #createProfile h1 {
    font-size: 20pt;
  }
  #createProfile h5 {
    font-size: 0.9rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 2rem;
  }
  #createProfile #addProfileImage {
    margin-left: 33%;
    margin-right: 33%;
    width: 33%;
    height: 7.5rem;
  }
  #createProfile #addProfileImage label {
    font-size: 9pt;
  }
  #createProfile form {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 425px) and (max-width: 768px) {
  #createProfile h1 {
    font-size: 2rem;
  }
  #createProfile h5 {
    font-size: 1rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  #createProfile #addProfileImage {
    margin-left: 36%;
    margin-right: 36%;
    width: 28%;
    height: 8rem;
  }
  #createProfile #addProfileImage label {
    font-size: 0.8rem;
  }
  #createProfile form {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #createProfile #addProfileImage {
    margin-left: 37%;
    margin-right: 37%;
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #createProfile #addProfileImage {
    margin-left: 40%;
    margin-right: 40%;
    width: 21%;
  }
}
.error-modal p {
  font-size: 15pt;
}
.error-modal button {
  font-size: 11pt;
}

/**
* @author: Adham El Banhawy
* @copyright Copyright 2020 by Radivision Inc., CA, USA. All Rights Reserved.
* @date: 2018-09-18
* @filename: file-upload-modal.scss
*/
.file-upload-modal .modal-content {
  height: 100%;
}
.file-upload-modal .modal-content .modal-body,
.file-upload-modal .modal-content .custom-file {
  height: 100%;
}
.file-upload-modal h1 {
  font-size: 1.3rem;
}
.file-upload-modal .file-upload-drop {
  position: relative;
  width: inherit;
  height: 100%;
  border-width: 2px;
  border-color: rgb(102, 102, 102);
  border-style: dashed;
  border-radius: 5px;
  margin-bottom: 1em;
}
.file-upload-modal .file-upload-drop h2 {
  font-size: 1em;
  text-align: center;
}
.file-upload-modal .file-upload-drop li {
  list-style: none;
  margin-left: 1em;
}

.media-image-section {
  margin: 35px 0 0 0;
  padding: 0;
  border-top: 0px solid #f2f4f4;
  text-align: left;
  position: relative;
}
@media (max-width: 767.98px) {
  .media-image-section {
    margin: 0;
  }
}
.media-image-section .close-btn {
  width: 28px;
  height: 28px;
  background: #7f7f7f;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 25px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .media-image-section .close-btn {
    width: 24px;
    height: 24px;
    top: 13px;
    line-height: 21px;
  }
}
.media-image-section .close-btn svg {
  width: 10px;
  fill: #fff;
}
@media (max-width: 767.98px) {
  .media-image-section .close-btn svg {
    width: 8px;
  }
}
.media-image-section .space-divider {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .media-image-section .space-divider {
    margin-top: 0;
  }
}
.media-image-section .btn-radivision {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .media-image-section .btn-radivision {
    padding: 12px 20px;
  }
}
.media-image-section .img-header {
  font-weight: 900;
  background-color: #f0f0f0;
  background-image: none;
  border: 1px solid #d1d1db;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 15px;
  border-radius: 4px;
  text-align: left;
  width: 100%;
  padding: 15px;
}
@media (min-width: 2000px) {
  .media-image-section .img-header {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .media-image-section .img-header {
    font-size: 13px;
  }
}
.media-image-section canvas {
  max-width: 100%;
  cursor: grab;
  touch-action: none;
  width: 100% !important;
  height: inherit !important;
  border: 1px solid #ced4da;
}
.media-image-section canvas.selected {
  border: 4px solid #4cb4e7;
}
.media-image-section .img-container {
  overflow: hidden;
}
.media-image-section .img-container img {
  max-height: 240px;
  border: 1px solid #f2f4f4;
}
.media-image-section p {
  font-weight: 600;
  text-align: center;
}
.media-image-section .image-upload-header hr {
  width: 35%;
  margin: 6px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .media-image-section .image-upload-header hr {
    width: 29%;
  }
}
@media (max-width: 767.98px) {
  .media-image-section .image-upload-header hr {
    width: 33%;
  }
}
.media-image-section input[type=range] {
  margin-bottom: 25px !important;
  margin-top: 15px;
  display: inline-block;
  width: 65%;
  vertical-align: sub;
}
@media (min-width: 2000px) {
  .media-image-section input[type=range] {
    margin-bottom: 35px !important;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .media-image-section input[type=range] {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .media-image-section input[type=range] {
    width: 59%;
  }
}
.media-image-section .col-form-label {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 12px;
  width: 35%;
}
@media (min-width: 2000px) {
  .media-image-section .col-form-label {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .media-image-section .col-form-label {
    width: 41%;
    font-size: 11px;
  }
}
.media-image-section .custom-file {
  margin-bottom: 32px;
}
@media (min-width: 2000px) {
  .media-image-section .custom-file {
    margin-bottom: 65px;
  }
}
@media (max-width: 991.98px) {
  .media-image-section .custom-file {
    margin-bottom: 10px !important;
  }
}
.media-image-section .custom-file-label {
  height: auto;
  padding: 14px 10px;
  text-align: center;
  width: 100%;
}
@media (min-width: 2000px) {
  .media-image-section .custom-file-label {
    padding: 20px;
  }
}
.media-image-section .custom-file-label:after {
  display: none;
}
.media-image-section .custom-file-input {
  position: absolute;
  top: -1000px;
  z-index: -1;
}
.media-image-section .form-group .col-sm-6:first-child {
  text-align: center;
  position: relative;
}
.media-image-section .form-group .col-sm-6:first-child p.alert {
  position: absolute;
  width: calc(100% - 2.5rem);
}
@media (max-width: 767.98px) {
  .media-image-section .form-group .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .media-image-section .modal-footer .col-sm-6 {
    margin-bottom: 10px;
  }
}

#editProfileModal .media-image-section {
  margin: 0;
  padding: 0;
  border-top: 0px solid #f2f4f4;
  text-align: left;
}
#editProfileModal .media-image-section .custom-range {
  margin-bottom: 15px;
}
#editProfileModal .media-image-section .btn-radivision {
  margin-top: 0;
}
#editProfileModal .header .modal form .basic-info label {
  width: 100%;
  margin-top: 12px;
}
#editProfileModal .header .modal form .basic-info input {
  border: 1px solid #ced4da;
}
#editProfileModal .btn-radivision {
  width: 100%;
}

.add-image-btn {
  width: 100%;
  background-color: #f0f0f0 !important;
  background-image: none;
  border-color: #d1d1db !important;
  color: #32323b !important;
}

.no-padding {
  padding: 0;
}
@media (min-width: 2000px) {
  .no-padding {
    margin: 20px 0;
  }
}

.form-group > .col,
.form-group > [class*=col-] {
  display: inline-block;
}

.addImageButton {
  vertical-align: bottom;
  margin-right: 10px;
  height: 25px;
}
@media (max-width: 767.98px) {
  .addImageButton {
    height: 20px;
  }
}

.revertDefault {
  margin-top: 20px !important;
}
@media (min-width: 2000px) {
  .revertDefault {
    margin-top: 35px !important;
  }
}
@media (max-width: 991.98px) {
  .revertDefault {
    margin-top: 0px !important;
  }
}

.message-modal {
  padding: 40px;
  text-align: center;
}
.message-modal h2 {
  text-transform: capitalize;
  color: #4cb4e7;
}
.message-modal h4 {
  text-transform: capitalize;
}
.message-modal p {
  font-size: 15pt;
  margin-top: 1rem;
}
.message-modal button {
  margin-top: 1rem;
}

#requestPasswordReset h1 {
  font-size: 2.3rem;
  font-weight: 400;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
}

#requestPasswordReset h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
  margin-left: 9rem;
  margin-right: 9rem;
}
@media (min-width: 2500px) {
  #requestPasswordReset h3 {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

#requestPasswordReset h3:nth-child(3) {
  text-align: center;
  font-size: 13pt;
  font-weight: bold;
  margin-left: 13rem;
  margin-right: 13rem;
  padding-top: 4%;
}

#requestPasswordReset form {
  margin: 0 auto;
  width: 335px;
  margin-top: 5%;
}
#requestPasswordReset form input {
  border: 1px solid #ced4da;
}
#requestPasswordReset form button {
  margin-left: auto;
  margin-right: auto;
}
#requestPasswordReset form .required-star {
  color: red;
  position: relative;
  top: 1px;
  left: 1px;
}

#requestPasswordResetFooter {
  text-align: center !important;
}

#requestPasswordResetFooter h4 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
}

#requestPasswordResetFooter a {
  font-size: 1.3rem;
  color: #4cb4e7;
}

@media only screen and (max-width: 320px) {
  .radivisionLogo {
    width: 68%;
  }
  #requestPasswordReset h1 {
    font-size: 1.5rem;
  }
  #requestPasswordReset h3 {
    font-size: 0.9rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  #requestPasswordReset h3:nth-child(3) {
    font-size: 0.8rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  #requestPasswordReset form {
    margin: 0 auto;
    width: 257px;
  }
  #requestPasswordReset form input {
    width: 15.6rem;
  }
  #requestPasswordResetFooter h4,
  #requestPasswordResetFooter a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 375px) and (max-width: 425px) {
  .radivisionLogo {
    width: 55%;
  }
  #requestPasswordReset h1 {
    font-size: 1.8rem;
  }
  #requestPasswordReset h3 {
    font-size: 0.9rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  #requestPasswordReset h3:nth-child(3) {
    font-size: 0.8rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  #requestPasswordReset form {
    margin: 0 auto;
    width: 257px;
  }
  #requestPasswordReset form input {
    width: 15.6rem;
  }
  #requestPasswordResetFooter h4,
  #requestPasswordResetFooter a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 425px) and (max-width: 768px) {
  .radivisionLogo {
    width: 48%;
  }
  #requestPasswordReset h1 {
    font-size: 2.1rem;
    font-weight: 400;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
  }
  #requestPasswordReset h3 {
    font-size: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #requestPasswordReset h3:nth-child(3) {
    font-size: 0.9rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }
  #requestPasswordResetFooter h4,
  #requestPasswordResetFooter a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #requestPasswordReset h1 {
    font-size: 2.5rem;
  }
  #requestPasswordReset h3 {
    font-size: 1.2rem;
    margin-left: 9rem;
    margin-right: 9rem;
  }
  #requestPasswordReset h3:nth-child(3) {
    font-size: 1rem;
    margin-left: 15rem;
    margin-right: 15rem;
  }
  #requestPasswordResetFooter h4,
  #requestPasswordResetFooter a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 2560px) {
  #requestPasswordReset h3:nth-child(3) {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 13rem;
    margin-right: 13rem;
    padding-top: 4%;
  }
}
@media only screen and (width: 2560px) {
  #requestPasswordReset h1 {
    font-size: 3.4rem;
  }
  #requestPasswordReset h3:nth-child(3) {
    font-size: 1.5rem;
    margin-left: 6rem;
    margin-right: 6rem;
  }
  #requestPasswordReset form {
    margin: 0 auto;
    width: 525px;
    margin-top: 5%;
  }
  #requestPasswordReset form input {
    width: 33rem;
    margin-bottom: 9%;
    font-size: 20pt;
  }
  #requestPasswordResetFooter h4,
  #requestPasswordResetFooter a {
    font-size: 1.9rem;
  }
}
.did-we-miss-something #emailLogin .socialmediaLogin .social-login-btn {
  text-align: left;
}
.did-we-miss-something #emailLogin .socialmediaLogin a {
  position: static;
  margin-left: 15px;
  vertical-align: middle;
}
.did-we-miss-something #emailLogin .socialmediaLogin .facebookIcon,
.did-we-miss-something #emailLogin .socialmediaLogin .googleIcon,
.did-we-miss-something #emailLogin .socialmediaLogin .linkedinIcon,
.did-we-miss-something #emailLogin .socialmediaLogin .twitterIcon {
  display: inline-block;
}

#emailLogin,
#requestPasswordReset {
  margin-top: 0;
  color: #32323b;
}
@media (min-width: 2500px) {
  #emailLogin > p,
  #requestPasswordReset > p {
    font-size: 20px !important;
  }
}
#emailLogin p,
#emailLogin .top,
#requestPasswordReset p,
#requestPasswordReset .top {
  text-align: left;
}
#emailLogin h4,
#requestPasswordReset h4 {
  font-weight: 800;
  display: inline-block;
}
#emailLogin h1,
#requestPasswordReset h1 {
  font-size: 18pt;
  padding-left: 7rem;
  padding-right: 7rem;
  text-align: center;
}
@media (min-width: 2500px) {
  #emailLogin h1,
  #requestPasswordReset h1 {
    font-size: 24pt;
  }
}
#emailLogin h5,
#requestPasswordReset h5 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
#emailLogin form,
#requestPasswordReset form {
  margin: 0 auto;
}
#emailLogin form .has-float-label .form-control:placeholder-shown:not(:focus) + *,
#requestPasswordReset form .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  top: 47%;
  transform: translateY(-50%);
  font-size: 11pt;
}
#emailLogin form .has-float-label .form-control::placeholder,
#requestPasswordReset form .has-float-label .form-control::placeholder {
  font-size: 14px !important;
}
#emailLogin form .has-float-label > span,
#requestPasswordReset form .has-float-label > span {
  left: 0.5rem;
  font-size: 11pt;
  background-color: #fff;
  padding: 0 5px;
  width: auto;
}
@media (min-width: 2500px) {
  #emailLogin form .has-float-label > span,
  #requestPasswordReset form .has-float-label > span {
    font-size: 16pt !important;
    left: 0.75rem;
  }
}
#emailLogin form input:-webkit-autofill,
#emailLogin form input:-webkit-autofill:hover,
#emailLogin form input:-webkit-autofill:focus textarea:-webkit-autofill,
#emailLogin form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
#emailLogin form select:-webkit-autofill,
#emailLogin form select:-webkit-autofill:hover,
#emailLogin form select:-webkit-autofill:focus,
#requestPasswordReset form input:-webkit-autofill,
#requestPasswordReset form input:-webkit-autofill:hover,
#requestPasswordReset form input:-webkit-autofill:focus textarea:-webkit-autofill,
#requestPasswordReset form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
#requestPasswordReset form select:-webkit-autofill,
#requestPasswordReset form select:-webkit-autofill:hover,
#requestPasswordReset form select:-webkit-autofill:focus {
  background-color: #fff !important;
}
#emailLogin form .password-trigger,
#requestPasswordReset form .password-trigger {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #b4b4b4;
  background-color: white;
}
#emailLogin form input,
#requestPasswordReset form input {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#emailLogin form input:focus ~ span,
#requestPasswordReset form input:focus ~ span {
  color: #4cb4e7;
  background: #fff;
  top: -9px;
}
@media (min-width: 2500px) {
  #emailLogin form input,
  #requestPasswordReset form input {
    height: 5rem;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }
}
#emailLogin form div a,
#requestPasswordReset form div a {
  color: #4cb4e7;
}
@media (min-width: 2500px) {
  #emailLogin form div a,
  #requestPasswordReset form div a {
    font-size: 1.3rem;
  }
}
#emailLogin form .required-star,
#requestPasswordReset form .required-star {
  color: red;
  position: relative;
  top: 1px;
  left: 1px;
}
#emailLogin form .hide,
#requestPasswordReset form .hide {
  display: none;
}
#emailLogin form .show,
#requestPasswordReset form .show {
  display: block;
}
#emailLogin form small,
#requestPasswordReset form small {
  margin-bottom: 5px;
}
#emailLogin form button,
#requestPasswordReset form button {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}
#emailLogin .socialmediaLogin div.social-login-btn,
#requestPasswordReset .socialmediaLogin div.social-login-btn {
  height: 55px;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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 (min-width: 2000px) {
  #emailLogin .socialmediaLogin div.social-login-btn,
  #requestPasswordReset .socialmediaLogin div.social-login-btn {
    height: 80px;
  }
}
#emailLogin .socialmediaLogin div.social-login-btn div,
#requestPasswordReset .socialmediaLogin div.social-login-btn div {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: center;
}
#emailLogin .socialmediaLogin .social-login-btn,
#requestPasswordReset .socialmediaLogin .social-login-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
}
#emailLogin .socialmediaLogin .social-login-btn:active a, #emailLogin .socialmediaLogin .social-login-btn:focus a, #emailLogin .socialmediaLogin .social-login-btn:hover a,
#requestPasswordReset .socialmediaLogin .social-login-btn:active a,
#requestPasswordReset .socialmediaLogin .social-login-btn:focus a,
#requestPasswordReset .socialmediaLogin .social-login-btn:hover a {
  cursor: inherit;
  text-decoration: underline;
}
#emailLogin .socialmediaLogin .social-login-btn.disabled,
#requestPasswordReset .socialmediaLogin .social-login-btn.disabled {
  cursor: inherit;
  opacity: 0.5;
}
#emailLogin .socialmediaLogin .social-login-btn.disabled:active a, #emailLogin .socialmediaLogin .social-login-btn.disabled:focus a, #emailLogin .socialmediaLogin .social-login-btn.disabled:hover a,
#requestPasswordReset .socialmediaLogin .social-login-btn.disabled:active a,
#requestPasswordReset .socialmediaLogin .social-login-btn.disabled:focus a,
#requestPasswordReset .socialmediaLogin .social-login-btn.disabled:hover a {
  text-decoration: none;
}
#emailLogin .socialmediaLogin a,
#requestPasswordReset .socialmediaLogin a {
  font-size: 0.9rem;
  margin-left: 1rem;
  color: #32323b;
  font-weight: 500;
}
@media (min-width: 2500px) {
  #emailLogin .socialmediaLogin a,
  #requestPasswordReset .socialmediaLogin a {
    font-size: 1.4rem;
  }
}
#emailLogin .socialmediaLogin .facebookIcon,
#requestPasswordReset .socialmediaLogin .facebookIcon {
  width: 3.2rem;
  height: 2.9rem;
  font-size: 0.5rem;
  color: white;
  text-align: center;
  margin: 0.2rem 0.2rem;
  background-color: #3b5998;
}
@media (min-width: 2000px) {
  #emailLogin .socialmediaLogin .facebookIcon,
  #requestPasswordReset .socialmediaLogin .facebookIcon {
    width: 73px;
    height: 73px;
  }
  #emailLogin .socialmediaLogin .facebookIcon svg,
  #requestPasswordReset .socialmediaLogin .facebookIcon svg {
    width: 60px;
    height: 73px;
  }
}
#emailLogin .socialmediaLogin .googleIcon,
#requestPasswordReset .socialmediaLogin .googleIcon {
  width: 3.2rem;
  height: 2.9rem;
  font-size: 0.5rem;
  color: white;
  text-align: center;
  margin: 0.2rem 0.2rem;
  background-color: white;
}
@media (min-width: 2000px) {
  #emailLogin .socialmediaLogin .googleIcon,
  #requestPasswordReset .socialmediaLogin .googleIcon {
    width: 73px;
    height: 73px;
  }
  #emailLogin .socialmediaLogin .googleIcon svg,
  #requestPasswordReset .socialmediaLogin .googleIcon svg {
    width: 60px;
    height: 73px;
  }
}
#emailLogin .socialmediaLogin .googleIcon img,
#requestPasswordReset .socialmediaLogin .googleIcon img {
  height: 100%;
  width: auto;
}
#emailLogin .socialmediaLogin .linkedinIcon,
#requestPasswordReset .socialmediaLogin .linkedinIcon {
  width: 3.2rem;
  height: 2.9rem;
  font-size: 0.5rem;
  color: white;
  text-align: center;
  margin: 0.2rem 0.2rem;
  background-color: #0077b5;
}
@media (min-width: 2000px) {
  #emailLogin .socialmediaLogin .linkedinIcon,
  #requestPasswordReset .socialmediaLogin .linkedinIcon {
    width: 73px;
    height: 73px;
  }
  #emailLogin .socialmediaLogin .linkedinIcon svg,
  #requestPasswordReset .socialmediaLogin .linkedinIcon svg {
    width: 60px;
    height: 73px;
  }
}
#emailLogin .socialmediaLogin .twitterIcon,
#requestPasswordReset .socialmediaLogin .twitterIcon {
  width: 3.2rem;
  height: 2.9rem;
  font-size: 0.5rem;
  color: white;
  text-align: center;
  margin: 0.2rem 0.2rem;
  background-color: #1da1f2;
}
@media (min-width: 2000px) {
  #emailLogin .socialmediaLogin .twitterIcon,
  #requestPasswordReset .socialmediaLogin .twitterIcon {
    width: 73px;
    height: 73px;
  }
  #emailLogin .socialmediaLogin .twitterIcon svg,
  #requestPasswordReset .socialmediaLogin .twitterIcon svg {
    width: 60px;
    height: 73px;
  }
}

.modal-footer {
  margin-top: 25px;
  padding: 2rem;
  padding-bottom: 0;
}
.modal-footer h4 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 2500px) {
  .modal-footer h4 {
    font-size: 1.8rem;
  }
}
.modal-footer a {
  font-size: 1.3rem;
  color: #4cb4e7;
  margin-left: 5px;
}
@media (min-width: 2500px) {
  .modal-footer a {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 320px) {
  #emailLogin h1 {
    font-size: 10pt;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #emailLogin h5 {
    font-size: 9pt;
    font-weight: 700;
  }
  #emailLogin form .password-trigger {
    position: relative;
    top: -0.5rem;
    left: 12rem;
  }
  #emailLoginFooter h4,
  #emailLoginFooter a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 321px) and (max-width: 374px) {
  #emailLogin h1 {
    font-size: 13pt;
    padding-left: 0rem;
    padding-right: 0rem;
    text-align: center;
  }
}
@media only screen and (min-width: 375px) and (max-width: 425px) {
  #emailLogin h1 {
    font-size: 12pt;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #emailLogin h5 {
    font-size: 0.9rem;
    font-weight: 700;
  }
  #emailLogin form .password-trigger {
    position: relative;
    top: -0.5rem;
    left: 14.5rem;
  }
  #emailLoginFooter h4,
  #emailLoginFooter a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 425px) and (max-width: 768px) {
  #emailLogin h1 {
    font-size: 13pt;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #emailLogin h5 {
    font-size: 0.9rem;
    font-weight: 700;
  }
  #emailLoginFooter h4,
  #emailLoginFooter a {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #emailLogin h1 {
    font-size: 16pt;
  }
  #emailLogin form .password-trigger {
    position: relative;
    top: -0.5rem;
    left: 10.5rem;
  }
  #emailLogin form .alert h6 {
    font-size: 9pt;
    font-size: 8pt;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #emailLogin h1 {
    font-size: 19pt;
  }
  #emailLogin h5 {
    font-size: 1.1rem;
    font-weight: 700;
  }
  #emailLogin form {
    margin: 0 auto;
  }
  #emailLogin form input,
  #emailLogin form button {
    width: 100%;
  }
  #emailLogin form .password-trigger {
    position: relative;
    top: -0.5rem;
    left: 18rem;
  }
}
@media only screen and (min-width: 2560px) {
  #emailLogin h1 {
    font-size: 23pt;
    padding-left: 1rem;
    padding-right: 3rem;
    text-align: center;
  }
  #emailLogin h5 {
    font-size: 1.6rem;
  }
  #emailLogin form {
    margin: 0 auto;
    margin-top: 4%;
  }
  #emailLogin form input {
    width: 100%;
    height: 5rem;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
  #emailLogin form button {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }
  #emailLogin form label {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  #emailLogin form .password-trigger {
    position: relative;
    top: -1rem;
    left: 15rem;
    font-size: 1.5rem;
  }
  #emailLogin form .alert h6 {
    font-size: 9pt;
    position: relative;
  }
  #emailLogin .socialmediaLogin div {
    height: 5rem;
    margin-bottom: 1.5rem;
  }
  #emailLoginFooter h4,
  #emailLoginFooter a {
    font-size: 2rem;
  }
  .socialmediaLogin .social-login-btn > div {
    width: 70px !important;
    height: 70px !important;
  }
  .socialmediaLogin .social-login-btn > div > svg, .socialmediaLogin .social-login-btn > div > img {
    width: 70px !important;
    height: 70px !important;
  }
}
@media (min-width: 1025px) {
  .radivision-post {
    max-width: 1200px;
  }
}
@media (max-width: 991.98px) {
  .radivision-post {
    max-width: none;
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .radivision-post {
    max-width: none;
    width: auto;
  }
}
.radivision-post .modal-header {
  padding: 25px;
  border-bottom: none;
}
.radivision-post .modal-header p {
  margin: 0;
}
.radivision-post .modal-header button.close {
  position: absolute;
  top: 5px;
  right: 13px;
  z-index: 1;
}
.radivision-post .modal-header button.close span svg {
  fill: #4cb4e7;
}
.radivision-post .modal-body {
  padding: 0px;
  margin-top: -1px;
}
@media (max-width: 991.98px) {
  .radivision-post .tab-container {
    flex-direction: column-reverse;
  }
}
.radivision-post .tab-container img {
  max-width: 400px;
  border-left: 1px solid #ededed;
}
@media (max-width: 991.98px) {
  .radivision-post .tab-container img {
    border-left: 0px solid #ededed;
  }
}
.radivision-post .tab-container > div.text-block {
  flex: 1;
  padding: 24px 0;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.radivision-post .tab-container > div.text-block h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 70px;
  padding-right: 70px;
  font-weight: bold;
}
.radivision-post .tab-container > div.text-block div.radivision-content {
  position: relative;
  flex: 1;
  align-self: flex-start;
  width: 100%;
  overflow: hidden;
}
.radivision-post .tab-container > div.text-block div.radivision-content p {
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding-left: 70px;
  padding-right: 70px;
}
.radivision-post .tab-container > div.text-block .item_description {
  display: flex;
  padding-left: 70px;
  padding-right: 70px;
}
@media (width: 1024px) {
  .radivision-post .tab-container > div.text-block h3 {
    font-size: 1.3rem;
    padding-left: 35px;
    padding-right: 35px;
  }
  .radivision-post .tab-container > div.text-block div.radivision-content p {
    font-size: 0.8rem;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    max-height: 360px;
  }
  .radivision-post .tab-container > div.text-block .item_description {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 991.98px) {
  .radivision-post .tab-container > div.text-block h3 {
    font-size: 1.3rem;
    padding-left: 35px;
    padding-right: 35px;
  }
  .radivision-post .tab-container > div.text-block div.radivision-content p {
    font-size: 0.8rem;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    max-height: 360px;
  }
  .radivision-post .tab-container > div.text-block .item_description {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767.98px) {
  .radivision-post .tab-container > div.text-block h6 {
    font-size: 0.85rem;
  }
  .radivision-post .tab-container > div.text-block .item_description {
    padding-left: 0;
    padding-right: 35px;
  }
}

@media (min-width: 2000px) {
  .add-org-portfolio {
    max-width: 1600px !important;
  }
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-dialog.modal-dialog-centered {
    max-width: 1600px !important;
  }
}
.add-org-portfolio div .modal-header p {
  color: #fafafa;
  font-size: 12pt;
  font-weight: 400;
  margin: 4px auto;
  width: 100%;
  text-align: center;
}
.add-org-portfolio .modal-body {
  background-color: #fff;
  overflow: hidden;
}
.add-org-portfolio .modal-body .nav.nav-tabs.panel-nav,
.add-org-portfolio .modal-body .nav.dropdown {
  margin-top: 0px;
  position: relative;
  margin-left: -35px;
  margin-right: -35px;
  display: flex;
  width: calc(100% + 70px);
  background-color: #fff;
  border-bottom: 0px;
  margin-bottom: 35px;
}
.add-org-portfolio .modal-body .nav.nav-tabs.panel-nav li.nav-item,
.add-org-portfolio .modal-body .nav.dropdown li.nav-item {
  flex: 1;
  border-bottom: 4px solid #c7c7c7;
  padding: 14px 0;
}
.add-org-portfolio .modal-body .nav.nav-tabs.panel-nav li.nav-item a.nav-link,
.add-org-portfolio .modal-body .nav.dropdown li.nav-item a.nav-link {
  line-height: 26px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #9fa1b1;
  width: 100%;
  border-right: 1px solid #9fa1b1;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0px;
  padding: 0;
  text-transform: capitalize !important;
  margin: 0;
}
.add-org-portfolio .modal-body .nav.nav-tabs.panel-nav li.nav-item a.nav-link.active,
.add-org-portfolio .modal-body .nav.dropdown li.nav-item a.nav-link.active {
  border-bottom: none;
}
.add-org-portfolio .modal-body .nav.nav-tabs.panel-nav li.nav-item:last-of-type a,
.add-org-portfolio .modal-body .nav.dropdown li.nav-item:last-of-type a {
  border-right: none;
}
.add-org-portfolio .modal-body .nav.nav-tabs.panel-nav li.nav-item.done, .add-org-portfolio .modal-body .nav.nav-tabs.panel-nav li.nav-item.active,
.add-org-portfolio .modal-body .nav.dropdown li.nav-item.done,
.add-org-portfolio .modal-body .nav.dropdown li.nav-item.active {
  border-bottom-color: #4cb4e7;
}
.add-org-portfolio .modal-body .nav.nav-tabs.panel-nav li.nav-item.done a.nav-link, .add-org-portfolio .modal-body .nav.nav-tabs.panel-nav li.nav-item.active a.nav-link,
.add-org-portfolio .modal-body .nav.dropdown li.nav-item.done a.nav-link,
.add-org-portfolio .modal-body .nav.dropdown li.nav-item.active a.nav-link {
  color: #32323b;
}
@media (max-width: 991.98px) {
  .add-org-portfolio .modal-body .nav.nav-tabs.panel-nav,
  .add-org-portfolio .modal-body .nav.dropdown {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.add-org-portfolio .modal-body > .content {
  overflow: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 300px);
}
.add-org-portfolio .modal-body > .content .org-portfolio-lists {
  position: relative;
}
.add-org-portfolio .modal-body > .content .modal-body .content {
  overflow: auto;
  overflow-x: hidden;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body > .content .modal-body .content {
    overflow: auto;
    overflow-x: hidden;
    margin-left: -71px;
  }
}
.add-org-portfolio .modal-body h3.section-title {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #9fa1b1;
  cursor: not-allowed;
  letter-spacing: 0.075rem;
}
.add-org-portfolio .modal-body .org-portfolio-lists h2 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-family: "MuliBold";
  margin-bottom: 25px;
  color: #32323b;
  display: flex;
  align-items: center;
  font-size: 2rem;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists h2 {
    font-size: 3rem !important;
    margin-bottom: 50px;
  }
  .add-org-portfolio .modal-body .org-portfolio-lists h2 span {
    font-size: 3rem;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists h2 .toast {
  position: relative;
  flex: 1;
  top: unset;
  left: unset;
  right: unset;
  margin-left: 25px;
  max-width: none;
  color: #721c24;
  background-color: #f8d7da !important;
  border-color: #f5c6cb;
  box-shadow: none;
}
.add-org-portfolio .modal-body .org-portfolio-lists h2 .toast .toast-body {
  position: relative;
  display: flex;
  align-items: center;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 2px 15px;
}
.add-org-portfolio .modal-body .org-portfolio-lists h2 .toast .toast-body > span {
  flex: 1;
  text-align: center;
  color: #721c24;
  text-transform: none;
  font-size: 13px;
  line-height: 12px;
}
.add-org-portfolio .modal-body .org-portfolio-lists h2 svg {
  height: 24px;
  width: auto;
  margin-right: 15px;
  opacity: 0.5;
  transition: all 0.3s;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists h2 svg {
    height: 32px;
    margin-right: 30px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists h2.goBack {
  cursor: pointer;
}
.add-org-portfolio .modal-body .org-portfolio-lists h2.goBack:hover svg {
  opacity: 1;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists {
  padding: 0;
  margin: 0;
  list-style: none;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists.two-cols {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: -132px;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists.two-cols {
    margin-top: -220px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists.two-cols.empty {
  margin-top: 0;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists.two-cols li:first-child {
  margin-left: calc(50% + 15px);
}
@media (max-width: 767.98px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists.two-cols li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists.two-cols {
    margin-top: 0;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: rgb(153, 153, 153);
  line-height: 35px;
  padding: 10px 12px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  margin-bottom: 12px;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li {
    font-size: 32px;
    line-height: 48px;
    padding: 16px 20px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.invalid {
  background-color: rgb(255, 226, 226);
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .drag {
  cursor: move;
  margin-right: 20px;
  margin-left: 15px;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .drag svg {
  width: auto;
  height: 22.5px;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .drag svg {
    height: 40px !important;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li span.list-title {
  flex: 1;
  padding-right: 5px;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li span.list-title {
    font-size: 32px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li span.list-title input {
  width: 100%;
  padding: 0 10px;
  margin: 0;
  background-color: transparent;
  border: none;
  color: rgb(153, 153, 153);
  font-size: 20px;
  font-weight: 400;
  border-radius: 4px;
  transition: all 0.3s;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li span.list-title input {
    font-size: 32px;
    padding: 5px 20px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li span.list-title input:hover {
  background-color: rgb(255, 245, 223);
  color: rgb(37, 37, 37);
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li span.list-title input:focus {
  background-color: rgb(255, 235, 191);
  color: #32323b;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls {
  background-color: #f0f0f0 !important;
  background-image: none;
  border-color: #d1d1db !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  margin-left: 5px;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls {
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls span {
  cursor: pointer;
  margin-right: 2px;
  border-radius: 50%;
  transition: all 0.3s;
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls span:last-child {
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls span {
    width: 60px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls span svg {
  height: 14px;
  width: 14px;
  fill: rgb(153, 153, 153);
  vertical-align: middle;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls span svg {
    width: 28px;
    height: 28px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls span:hover {
  background-color: #4cb4e7;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls span:hover.delete {
  background-color: #dc3545;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .controls span:hover svg {
  fill: #fff;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .plus {
  background-color: rgb(153, 153, 153) !important;
  margin-right: 20px;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .plus svg {
  fill: #fff !important;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li .plus span:hover {
  background: none;
  cursor: default;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item {
  position: relative;
  line-height: normal;
  padding: 0;
  font-size: 18px;
  width: calc(50% - 15px);
  margin-right: 30px;
  height: 120px;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item {
    height: 200px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item:nth-child(2n+1) {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item {
    width: 100%;
    margin-right: 0;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item img {
  width: 120px;
  height: 120px;
  margin-right: 12px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #ced4da;
  border-left: 0;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item img {
    height: 200px;
    width: 200px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  background-image: none;
  border-color: transparent !important;
  width: auto;
  height: auto;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) {
    top: 15px;
    right: 15px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) .listItemDrag,
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) .listItemDelete {
  background-color: #f0f0f0 !important;
  background-image: none;
  border-color: #d1d1db !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  /* margin-left: -5px; */
  padding: 6px;
  text-align: center;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) .listItemDrag,
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) .listItemDelete {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) .listItemDelete:hover {
  background-color: #dc3545 !important;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) .drag {
  margin-right: 5px;
}
.add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) .drag svg {
  height: 16px;
  vertical-align: middle;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists ul.portfolio-lists li.list-item .controls:not(.drag) .drag svg {
    height: 32px !important;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list ul.portfolio-lists {
  padding-right: 0;
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list ul.portfolio-lists.left {
  padding-right: 12px;
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list ul.portfolio-lists li .drag {
  cursor: default;
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list ul.portfolio-lists li .drag span {
  cursor: default;
  background-color: rgb(153, 153, 153);
  padding: 6px;
  width: inherit;
  height: inherit;
  margin: 0 auto;
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list ul.portfolio-lists li .drag span svg {
  fill: #fff;
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list ul.portfolio-lists li .drag span:hover {
  background-color: rgb(153, 153, 153);
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list ul.portfolio-lists li.list-item {
  cursor: pointer;
  justify-content: center;
  width: calc(50% - 6px);
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list ul.portfolio-lists li.list-item span.list-title {
  flex: none;
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list.floated {
  position: absolute;
  width: 50%;
  right: 3px;
  margin-top: -132px;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .org-portfolio-lists .add-list.floated {
    margin-top: -220px;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list.floated ul.portfolio-lists li.list-item {
  width: calc(100% - 6px);
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list.two-cols {
  width: calc(50% - 15px);
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .add-org-portfolio .modal-body .org-portfolio-lists .add-list.two-cols {
    width: 100%;
  }
}
.add-org-portfolio .modal-body .org-portfolio-lists .add-list.two-cols ul.portfolio-lists li.list-item {
  width: 100%;
}
@media (max-width: 767.98px) {
  .add-org-portfolio .modal-body .org-portfolio-lists .add-list.two-cols ul.portfolio-lists li.list-item {
    width: 100%;
  }
}
.add-org-portfolio .modal-body .orgAddEntity {
  margin: 0 -40px;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .orgAddEntity {
    margin: 0 -71px;
  }
}
.add-org-portfolio .modal-body .orgAddEntity .background-section {
  margin: 0 40px;
}
@media (min-width: 2000px) {
  .add-org-portfolio .modal-body .orgAddEntity .background-section {
    margin: 0 71px;
  }
}
.add-org-portfolio .modal-body .add-entity {
  margin: 0px !important;
}

.portfolio-lists.two-cols span.list-title {
  padding-top: 20px;
}

.overview-tab .companies-entities-section .story-icon svg {
  display: none;
}
.overview-tab .companies-entities-section .six-by-one-grid .grid-item .grid-details .story-icon:not(:empty) ~ * {
  margin-left: 0px;
}

.confirmation-modal.show {
  background-color: rgba(0, 0, 0, 0.4);
}
.confirmation-modal.show .modal-dialog {
  width: 80%;
  max-width: 600px;
}
.confirmation-modal .modal-body {
  padding: 14px 35px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.confirmation-modal .modal-body span {
  flex: 1;
  font-size: 18px;
  font-weight: 800;
}
.confirmation-modal .modal-body button {
  margin: 0;
  margin-left: 12px;
  padding: 8px 22px;
  font-size: 13px;
}
.confirmation-modal .fat-title .modal-body {
  display: block;
  text-align: right;
}
.confirmation-modal .fat-title .modal-body span {
  width: 100%;
  display: block;
  text-align: left;
  padding: 8px 0 18px 0;
}

.ugc-modal {
  color: #32323b;
}
.ugc-modal .modal-content .modal-body .content .form-group {
  margin-left: 0;
}
.ugc-modal a {
  display: inline-block;
  text-decoration: underline;
  color: #4cb4e7;
}
.ugc-modal a:hover {
  color: #4cb4e7;
}
.ugc-modal a span {
  display: flex;
  align-items: center;
}
.ugc-modal a span svg {
  margin-left: 4px;
  width: auto;
  height: 13px;
  fill: #4cb4e7;
}
.ugc-modal .checkSection {
  font-size: 14px;
  color: #4cb4e7;
  display: flex;
  align-items: center;
}
.ugc-modal .checkSection input[type=checkbox] {
  height: 14px;
  width: auto;
  margin-right: 8px;
}
.ugc-modal .checkSection h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.ugc-modal .form-sep {
  display: flex;
}
.ugc-modal .section-nav {
  display: flex;
  justify-content: space-around;
  margin: 25px 0;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .ugc-modal .section-nav {
    margin-top: 10px;
    overflow-x: auto;
    box-sizing: content-box;
    z-index: 5;
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
  }
}
.ugc-modal .section-nav > a {
  display: flex;
  flex-direction: column;
  color: #32323b;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  max-width: 100px;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  width: 80px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .ugc-modal .section-nav > a {
    max-width: 150px;
    width: 125px;
    display: inline-block;
  }
}
.ugc-modal .section-nav > a > i, .ugc-modal .section-nav > a > span {
  flex: 1;
}
.ugc-modal .section-nav > a > span {
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .ugc-modal .section-nav > a > span {
    text-align: center;
    display: block;
  }
}
.ugc-modal .section-nav > a i + i {
  display: none;
}
.ugc-modal .section-nav > a:hover {
  text-decoration: none;
}
.ugc-modal .section-nav > a svg {
  width: auto;
  height: 32px;
  margin-bottom: 2px;
  fill: #32323b;
}
.ugc-modal .section-nav > a.lg-icon svg {
  transform: scale(1.2);
}
.ugc-modal .section-nav > a.has-done {
  color: #4cb4e7;
}
.ugc-modal .section-nav > a.has-done i {
  display: none;
}
.ugc-modal .section-nav > a.has-done i + i {
  display: block;
}
.ugc-modal .section-nav > a.has-done svg {
  fill: #4cb4e7;
}
.ugc-modal .ugc-sec-content {
  margin-bottom: 24px;
}
.ugc-modal .ugc-sec-content > p {
  margin-bottom: 16px;
  color: #32323b;
}
.ugc-modal .ugc-sec-content .ugc-document {
  display: flex;
  margin-bottom: 16px;
}
.ugc-modal .ugc-sec-content .ugc-document .preview {
  position: relative;
  border: 1px solid #ced4da;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ugc-modal .ugc-sec-content .ugc-document .preview:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ugc-modal .ugc-sec-content .ugc-document .preview svg {
  position: absolute;
  width: 28px;
  max-width: 28px;
  fill: #4cb4e7;
}
.ugc-modal .ugc-sec-content .ugc-document .preview canvas {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
}
.ugc-modal .ugc-sec-content .ugc-document .preview.has-media canvas {
  visibility: visible;
}
.ugc-modal .ugc-sec-content .ugc-document .preview.has-media svg {
  display: none;
}
.ugc-modal .ugc-sec-content .ugc-document .preview.has-media .video-preview {
  display: none;
}
.ugc-modal .ugc-sec-content .ugc-document .media-input {
  flex: 1;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
}
.ugc-modal .ugc-sec-content .ugc-document .media-input input[type=text] {
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 7px;
  padding: 12px 24px;
}
.ugc-modal .ugc-sec-content .ugc-document .media-input input[type=file] {
  display: none;
}
.ugc-modal .ugc-sec-content .ugc-document .media-input label {
  padding: 14px 30px;
  width: 100%;
}
.ugc-modal .ugc-sec-content .ugc-document .media-input label:after {
  content: none;
}
.ugc-modal .ugc-sec-content.audio .media-input {
  padding-left: 0;
}
.ugc-modal .ugc-sec-content.video .ugc-document {
  flex-direction: column;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview {
  width: 100%;
  flex-direction: column;
  border-color: #b1b1b1;
  border-radius: 7px;
  margin-bottom: 24px;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview:before {
  padding-top: 28.125%;
}
@media (max-width: 767.98px) {
  .ugc-modal .ugc-sec-content.video .ugc-document .preview:before {
    padding-top: 56.25%;
  }
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview .video-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview .video-preview * {
  pointer-events: none;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview .video-preview p {
  color: #4a4a4f;
  position: absolute;
  top: 15%;
  max-width: 95%;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .ugc-modal .ugc-sec-content.video .ugc-document .preview .video-preview p {
    top: 5%;
    max-width: 100%;
    font-size: 12px;
  }
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview .video-preview svg {
  position: relative;
  width: 86px;
  max-width: 86px;
  fill: #4a4a4f;
  opacity: 0.8;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview .video-preview.heighlight::before {
  content: "";
  display: block;
  position: absolute;
  background: #f5e7ef;
  width: 0;
  height: 0;
  border-radius: 50%;
  animation: bounceIn 0.3s ease-out forwards;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview .video-preview.heighlight p {
  opacity: 0;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview .video-preview.heighlight svg {
  animation: bounceOut 0.3s ease-out forwards;
}
@keyframes bounceIn {
  0% {
    width: 0;
    height: 0;
  }
  85% {
    width: 186px;
    height: 186px;
  }
  100% {
    width: 148px;
    height: 148px;
  }
}
@keyframes bounceOut {
  0% {
    width: 86px;
    height: 86px;
  }
  15% {
    width: 110px;
    height: 110px;
  }
  100% {
    width: 64px;
    height: 64px;
  }
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview video {
  width: auto;
  position: absolute;
  height: 100%;
  visibility: hidden;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview svg.play-video {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 64px;
  height: 64px;
  max-width: 64px;
  top: auto;
  left: auto;
  fill: #4cb4e7;
  transition: all 0.3s;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview svg.play-video:hover {
  fill: #fff;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview.has-media video {
  visibility: visible;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview.has-media svg {
  display: none;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview.has-media svg.play-video {
  display: block;
}
.ugc-modal .ugc-sec-content.video .ugc-document .preview.has-media .video-preview {
  display: none;
}
.ugc-modal .ugc-sec-content.video .media-input {
  padding-left: 0;
}
.ugc-modal .ugc-sec-content .documents-list {
  margin-bottom: 16px;
}
.ugc-modal .ugc-sec-content .documents-list p {
  display: flex;
  align-items: center;
  margin: 8px;
  justify-content: space-between;
  color: #32323b;
}
.ugc-modal .ugc-sec-content .documents-list p span.rm-doc {
  font-size: 8px;
  line-height: 8px;
  cursor: pointer;
}
.ugc-modal .ugc-sec-content .documents-list p span.rm-doc svg {
  width: 16px;
  height: 16px;
  fill: #4a4a4f;
  transition: all 0.3s;
}
.ugc-modal .ugc-sec-content .documents-list p span.rm-doc:hover svg {
  fill: #dc3545;
}

.ugc-sec-grip {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 7px;
  margin-bottom: 15px;
  padding: 12px 24px;
  padding-left: 16px;
}
.ugc-sec-grip svg {
  width: auto;
  height: 32px;
  fill: #32323b;
}
@media (max-width: 767.98px) {
  .ugc-sec-grip svg {
    height: 28px;
  }
}
.ugc-sec-grip > svg + span {
  padding-left: 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  color: #32323b;
  flex: 1;
}
@media (max-width: 767.98px) {
  .ugc-sec-grip > svg + span {
    font-size: 14px;
  }
}
.ugc-sec-grip span.arrow {
  transition: all 0.3s;
}
.ugc-sec-grip span.arrow.collapsed {
  transform: rotate(-180deg);
}
.ugc-sec-grip .progress {
  width: 100%;
  height: 0.5rem;
  display: none;
  margin-top: 15px;
}
.ugc-sec-grip .progress .progress-bar {
  height: 0.5rem;
  background-color: #4cb4e7;
}
.ugc-sec-grip.uploading .progress {
  display: block;
}

.section-nav::-webkit-scrollbar {
  display: none;
}

.section-nav::-webkit-scrollbar-thumb {
  display: none;
}

@media (max-width: 767.98px) {
  .saveForLater {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cover-img .iframe {
  width: 100%;
  border: 0;
}
@media (min-width: 1025px) {
  .cover-img .iframe {
    height: 91vh;
  }
}
@media (max-width: 1024px) {
  .cover-img .iframe {
    height: 100%;
    min-height: 70vh;
  }
}
@media (min-width: 1025px) {
  .cover-img {
    max-height: 91vh;
  }
}
@media (max-width: 991.98px) {
  .cover-img {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .cover-img {
    height: 100%;
  }
}
.cover-img .video iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .cover-img .video iframe {
    height: 91vh;
  }
}
.cover-img video {
  width: 100%;
  height: 100%;
  position: unset !important;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .cover-img video {
    max-height: 91vh;
  }
}
.cover-img .video-js .vjs-big-play-button {
  display: none;
}
.cover-img img {
  width: 100%;
  height: 100%;
}
.cover-img .btn-radivision.about-video {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  background: none;
}
.cover-img .btn-radivision.about-video svg {
  width: 85px;
  height: 85px;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cover-img .btn-radivision.about-video svg {
    width: 65px;
    height: 65px;
  }
}
.cover-img .btn-radivision.about-video .playSvg .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.cover-img .btn-radivision.about-video .playSvg .cls-2 {
  fill: #4cb4e7;
}
.cover-img .about-video:focus:not(:disabled),
.cover-img .about-video:hover:not(:disabled),
.cover-img .about-video:active:not(:disabled) {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}
.cover-img .pauseSvg .cls-1,
.cover-img .pauseSvg .cls-2 {
  fill: none;
  stroke-miterlimit: 10;
}
.cover-img .pauseSvg .cls-1 {
  stroke: #fff;
  stroke-width: 2px;
}
.cover-img .pauseSvg .cls-2 {
  stroke: #4cb4e7;
  stroke-linecap: round;
  stroke-width: 7px;
}
.cover-img .volume-control {
  cursor: pointer;
  max-width: 60px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  transform: translate(-50%, -70%);
  border: 0px solid #fff;
  background: none;
}
@media (max-width: 767.98px) {
  .cover-img .volume-control {
    max-width: 50px;
  }
}

.text-content h1 {
  font-size: 20pt;
  color: white;
}
.text-content h2 {
  font-size: 15pt;
  color: white;
}
.text-content h3 {
  font-size: 24px;
  font-family: "MuliBold";
  color: #32323b;
  line-height: unset;
  float: left;
}
@media (min-width: 1921px) {
  .text-content h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .text-content h3 {
    font-size: 19px;
  }
}
@media (max-width: 1199.98px) {
  .text-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .text-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .text-content h3 {
    font-size: 12pt;
  }
}
.text-content h3:after {
  content: " ";
  display: block;
  border: 2px solid #4cb4e7;
}
.text-content .row {
  padding: 40px 0;
  padding-left: 70px;
  padding-right: 60px;
  margin: 0;
}
@media (width: 1440px) {
  .text-content .row {
    padding-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .text-content .row {
    padding: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1359px) {
  .text-content .row {
    padding: 35px;
  }
}
.text-content .row div {
  padding-right: 30px;
  padding-left: 30px;
  border-left: 2px solid #4cb4e7;
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .text-content .row div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .text-content .row div {
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-left: 1px solid #4cb4e7;
  }
}
@media (max-width: 991.98px) {
  .text-content .row div {
    border-left: 0px solid #4cb4e7;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 767.98px) {
  .text-content .row div {
    border-left: 0px solid #4cb4e7;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.text-content .row div svg {
  float: left;
  margin-right: 15px;
}
.text-content .row div .we-are {
  width: 57px;
}
.text-content .row div .we-are .are.cls-1 {
  fill: #4cb4e7;
}
@media (max-width: 991.98px) {
  .text-content .row div .we-are {
    width: 52px;
  }
}
@media (max-width: 767.98px) {
  .text-content .row div .we-are {
    width: 50px;
  }
}
.text-content .row div .we-beleive {
  width: 20px;
}
.text-content .row div .we-beleive .beleive.cls-1 {
  fill: none;
  stroke: #4cb4e7;
  stroke-miterlimit: 10;
  stroke-width: 10.22px;
}
@media (max-width: 991.98px) {
  .text-content .row div .we-beleive {
    width: 18px;
  }
}
.text-content .row div .we-do {
  width: 46px;
}
.text-content .row div .we-do .do.cls-1,
.text-content .row div .we-do .do.cls-2 {
  fill: none;
  stroke: #4cb4e7;
  stroke-miterlimit: 10;
}
.text-content .row div .we-do .do.cls-1 {
  stroke-width: 9.1px;
}
.text-content .row div .we-do .do.cls-2 {
  stroke-width: 8.99px;
}
@media (max-width: 991.98px) {
  .text-content .row div .we-do {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .text-content .row div .we-do {
    width: 38px;
  }
}
.text-content .row div p {
  color: #fafafa;
  margin-top: 0rem;
  text-align: left;
  font-size: 1rem;
  font-family: "MuliSemiBold";
  line-height: normal;
  color: #32323b;
  display: inline-block;
}
@media (min-width: 1921px) {
  .text-content .row div p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .text-content .row div p {
    font-size: 14.5px;
  }
}
@media (max-width: 1199.98px) {
  .text-content .row div p {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .text-content .row div p {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .text-content .row div p {
    font-size: 9pt;
    text-align: left;
  }
}
.text-content .row :first-child {
  border-left: 0px solid #4cb4e7;
}
@media (max-width: 767.98px) {
  .text-content {
    text-align: left;
  }
}

.from-the-founder {
  text-align: left;
  padding: 3% 20%;
}
@media (min-width: 768px) and (max-width: 1359px) {
  .from-the-founder {
    padding: 35px;
  }
}
@media (max-width: 991.98px) {
  .from-the-founder {
    padding: 35px;
  }
}
@media (max-width: 767.98px) {
  .from-the-founder {
    font-size: 10pt;
  }
}
.from-the-founder img {
  float: right;
  width: 315px;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .from-the-founder img {
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .from-the-founder img {
    width: 150px;
  }
}
.from-the-founder h2 {
  font-weight: bold;
  font-size: 18pt;
}
@media (max-width: 767.98px) {
  .from-the-founder h2 {
    font-size: 12pt;
    white-space: nowrap;
  }
}
.from-the-founder .signature h2 {
  font-size: 14pt;
}
@media (max-width: 767.98px) {
  .from-the-founder .signature h2 {
    font-size: 12pt;
  }
}
.from-the-founder .signature h4 {
  font-size: 12pt;
}
@media (max-width: 767.98px) {
  .from-the-founder .signature h4 {
    font-size: 10pt;
  }
}

.north-star-vision {
  color: white;
  text-align: left;
}
.north-star-vision p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 21px;
  font-family: "MuliSemiBold";
}
@media (min-width: 1921px) {
  .north-star-vision p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .north-star-vision p {
    font-size: 14.5px;
  }
}
@media (max-width: 1199.98px) {
  .north-star-vision p {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .north-star-vision p {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .north-star-vision {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .north-star-vision {
    padding: 0;
    margin: 0 35px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .north-star-vision {
    padding: 0;
    margin: 0 15px;
  }
}
.north-star-vision .row h3 {
  font-weight: bold;
  font-size: 24px;
  font-family: "MuliBold";
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .north-star-vision .row h3 {
    font-size: 19px;
  }
}
@media (max-width: 1199.98px) {
  .north-star-vision .row h3 {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .north-star-vision .row h3 {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .north-star-vision .row h3 {
    display: inline-block;
    font-size: 13pt;
  }
}
@media (max-width: 767.98px) {
  .north-star-vision .row svg {
    width: 35px;
    margin-right: 15px;
  }
}
.north-star-vision .row .northStar {
  background-color: #43494f;
  padding: 32px 0px;
  padding-left: 70px;
  padding-right: 60px;
  border-right: 2px solid #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  .north-star-vision .row .northStar {
    padding: 35px 45px;
    border-right: 2px solid #fff;
    border-bottom: 0px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .north-star-vision .row .northStar {
    border-right: 0px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: left;
  }
}
.north-star-vision .row .northStar .northStarSvg {
  width: 77px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .north-star-vision .row .northStar .northStarSvg {
    width: 74px;
  }
}
@media (max-width: 767.98px) {
  .north-star-vision .row .northStar .northStarSvg {
    width: 55px;
  }
}
.north-star-vision .row .northStar .northStarSvg .st0 {
  fill: #4cb4e7;
}
.north-star-vision .row .northStar .northStarSvg .st1 {
  fill: #ffffff;
}
.north-star-vision .row .northStar .northStarSvg .st2 {
  fill: #a7a9ac;
}
.north-star-vision .row .vision {
  background-color: #43494f;
  padding: 32px 70px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .north-star-vision .row .vision {
    padding: 35px 35px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .north-star-vision .row .vision {
    text-align: left;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.north-star-vision .row .vision .ourVision {
  width: 73px;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .north-star-vision .row .vision .ourVision {
    width: 67px;
  }
}
@media (max-width: 767.98px) {
  .north-star-vision .row .vision .ourVision {
    width: 55px;
  }
}
.north-star-vision .row .vision .ourVision .st0 {
  fill: #4cb4e7;
}
.north-star-vision .row .vision .ourVision .st1 {
  fill: #ffffff;
}
.north-star-vision .row .vision .ourVision .st2 {
  fill: #a7a9ac;
}

.team {
  padding: 50px 60px 0 70px;
}
@media (min-width: 1170px) and (max-width: 1536px) {
  .team {
    padding-left: 70px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .team {
    padding: 35px;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .team {
    padding: 35px;
    padding-bottom: 0;
  }
}
.team .col-3 {
  padding-left: 2px;
  padding-right: 2px;
}
.team .col-4 {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 15px;
}
.team .name {
  font-size: 18px;
  font-family: "MuliBold";
}
.team .title {
  font-family: "MuliBold";
  font-size: 16px;
}
.team .name,
.team .title,
.team .linkedProfile {
  padding-left: 0;
}
.team h3 {
  font-size: 32px;
  text-align: left;
  margin-bottom: 30px;
  color: #32323b;
  font-family: "MuliBold";
}
@media (min-width: 1921px) {
  .team h3 {
    font-size: 2.5rem;
  }
}
.team .img-thumbnail {
  border: none;
}
.team .row {
  margin-right: 0;
  margin-left: 0;
}
.team .row .profileImage {
  border: 1px solid #ededed;
  width: 100%;
}
.team .row .col-12 div {
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .team .row .col-12 div {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .team .row .col-12 div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .team .row .five-cols {
    flex: 100%;
    max-width: 100%;
  }
}
.team .row .five-cols div {
  flex: 20%;
  max-width: 20%;
}
@media (max-width: 1199.98px) {
  .team .row .five-cols div {
    flex: 25%;
    max-width: 25%;
    padding: 0 5px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .team .row .five-cols div {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .team .row .advisor {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .team .row .advisor div {
    flex: 100%;
    max-width: 100%;
  }
}
.team .row div,
.team .row a {
  text-align: left;
  margin-bottom: 15px;
  padding: 0;
  display: inline-table;
}
.team .row div .name,
.team .row a .name {
  font-family: "MuliBold";
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1921px) {
  .team .row div .name,
  .team .row a .name {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .team .row div .name,
  .team .row a .name {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .team .row div .name,
  .team .row a .name {
    font-size: 16px;
    font-weight: normal;
  }
}
@media (max-width: 991.98px) {
  .team .row div .name,
  .team .row a .name {
    font-size: 11pt;
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .team .row div .name,
  .team .row a .name {
    font-size: 11pt;
    font-weight: 800;
  }
}
.team .row div .title,
.team .row a .title {
  font-size: 16px;
  font-family: "Muli";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  line-height: normal;
  margin-bottom: 3px;
}
@media (min-width: 1921px) {
  .team .row div .title,
  .team .row a .title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .team .row div .title,
  .team .row a .title {
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
  .team .row div .title,
  .team .row a .title {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (max-width: 991.98px) {
  .team .row div .title,
  .team .row a .title {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .team .row div .title,
  .team .row a .title {
    font-size: 12px;
    font-weight: normal;
  }
}

@media (max-width: 991.98px) {
  .work-with-us .row .careers.col-6 {
    padding-right: 0;
  }
}
.work-with-us .row .careers .careers-background {
  margin-top: 30px;
  background-color: #424c4f;
  color: white;
  padding: 35px 15%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1359px) {
  .work-with-us .row .careers .careers-background {
    padding: 35px 40px;
  }
}
@media (max-width: 991.98px) {
  .work-with-us .row .careers .careers-background {
    margin-top: 0px;
  }
}
.work-with-us .row .careers .careers-background h3 {
  font-size: 34px;
  font-family: "MuliBold";
}
@media (min-width: 1921px) {
  .work-with-us .row .careers .careers-background h3 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .work-with-us .row .careers .careers-background h3 {
    font-size: 27px;
  }
}
@media (max-width: 1199.98px) {
  .work-with-us .row .careers .careers-background h3 {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .work-with-us .row .careers .careers-background h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .work-with-us .row .careers .careers-background h3 {
    font-size: 20px;
  }
}
.work-with-us .row .careers .careers-background p {
  font-size: 24px;
  font-family: "MuliBold";
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .work-with-us .row .careers .careers-background p {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .work-with-us .row .careers .careers-background p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .work-with-us .row .careers .careers-background p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .work-with-us .row .careers .careers-background p {
    font-size: 9pt;
  }
}
.work-with-us .row .careers .careers-background .btn-radivision {
  margin: 10px 0;
}
.work-with-us .row .careers p {
  font-weight: lighter;
  font-size: 15pt;
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .work-with-us .row .careers p {
    font-size: 12pt;
    z-index: 100;
  }
  .work-with-us .row .careers p h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .work-with-us .row .image.col-6 {
    padding-left: 0;
  }
}
.work-with-us .row .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.locations {
  padding: 0px 0px;
  padding-left: 70px;
  padding-right: 60px;
}
@media (min-width: 1170px) and (max-width: 1536px) {
  .locations {
    padding-left: 70px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .locations {
    padding: 35px;
  }
}
@media (max-width: 767.98px) {
  .locations {
    padding: 0;
  }
}
.locations h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 25px;
}
.locations .row {
  margin: 0;
}
.locations .row .col-md-4 {
  padding: 10px 10px;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .locations .row .col-md-4 {
    margin-bottom: 5px;
    flex: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1359px) {
  .locations .row .col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.locations .row:last-child {
  padding-right: 0;
}
.locations .row div img {
  width: 100%;
  height: 100%;
  cursor: default;
  transition: 0.6s ease-in-out;
}
.locations .row div figcaption {
  position: inherit;
  bottom: 45px;
  text-align: center;
  color: white;
  font-size: 24px;
}
@media (min-width: 1921px) {
  .locations .row div figcaption {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .locations .row div figcaption {
    font-size: 19px;
  }
}
@media (max-width: 1199.98px) {
  .locations .row div figcaption {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .locations .row div figcaption {
    font-size: 10pt;
  }
}

.about-danger {
  margin: 35px 70px;
}
@media (max-width: 991.98px) {
  .about-danger {
    margin: 35px;
  }
}
@media (max-width: 767.98px) {
  .about-danger {
    margin: 35px;
  }
}

@keyframes ytp-bezel-fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.pbAnimation {
  z-index: 19;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: rgb(0, 0, 0) !important;
  transform: translate(0, 0) !important;
}
.pbAnimation svg {
  width: 24px !important;
  height: 24px !important;
  vertical-align: middle;
  text-align: center;
  fill: #fff !important;
}

.In {
  -moz-animation: ytp-bezel-fadeout 0.7s linear 1 normal forwards;
  -webkit-animation: ytp-bezel-fadeout 0.7s linear 1 normal forwards;
  animation: ytp-bezel-fadeout 0.7s linear 1 normal forwards;
  pointer-events: none;
}

.cover-Image {
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0 auto;
  background: #32323b;
}
@media (min-width: 1024px) {
  .cover-Image {
    height: 91vh;
  }
}

.item_description {
  margin: 20px 70px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .item_description {
    margin: 35px;
  }
}
@media (max-width: 991.98px) {
  .item_description {
    margin: 20px 35px;
  }
}
@media (max-width: 575.98px) {
  .item_description {
    margin: 20px 35px;
  }
}
@media (min-width: 2000px) {
  .item_description {
    margin: 40px 70px;
  }
}
.item_description .list_disc {
  width: 100%;
}
.item_description .list_disc .list_info {
  margin-bottom: 10px;
}
.item_description .list_disc .list_info span {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 100;
}
.item_description .list_disc .list_info span:first-child {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 2500px) {
  .item_description .list_disc .list_info span:first-child {
    font-size: 28px;
  }
}
@media (min-width: 2500px) {
  .item_description .list_disc .list_info span {
    font-size: 24px;
  }
}
@media (min-width: 2500px) {
  .item_description .list_disc .list_info {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .item_description .list_disc .list_info {
    display: none;
  }
}
.item_description .upcoming-show-details {
  padding-left: 0;
}
.item_description .upcoming-show-details h3 {
  font-weight: bold;
  font-family: "MuliExtraBold";
  font-size: 1.9rem;
}
@media (min-width: 1921px) {
  .item_description .upcoming-show-details h3 {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1537px) {
  .item_description .upcoming-show-details h3 {
    font-size: 2.2rem;
  }
}
.item_description .upcoming-show-details p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 1921px) {
  .item_description .upcoming-show-details p {
    font-size: 22px;
  }
}
.item_description .rdv-sep {
  width: 100%;
}
.item_description .row {
  margin-left: 0;
  margin-right: 0;
}
.item_description .row .extend_responsive {
  display: inline-block;
  padding-right: 75px;
  padding-left: 0;
}
@media (min-width: 1024px) and (max-width: 1367px) {
  .item_description .row .extend_responsive {
    padding-right: 38px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .item_description .row .extend_responsive {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
}
@media (max-width: 991.98px) {
  .item_description .row .extend_responsive {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
}
.item_description .row .extend_responsive:nth-child(odd) {
  padding-right: 0px;
  padding-left: 75px;
  border-left: 1px solid #ededed;
}
@media (min-width: 1024px) and (max-width: 1367px) {
  .item_description .row .extend_responsive:nth-child(odd) {
    padding-left: 38px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .item_description .row .extend_responsive:nth-child(odd) {
    padding: 0px;
    border-left: 0px solid #ededed;
  }
}
@media (max-width: 991.98px) {
  .item_description .row .extend_responsive:nth-child(odd) {
    padding: 0px;
    border-left: 0px solid #ededed;
  }
}
.item_description .row .extend_media {
  padding: 0;
}
@media (max-width: 991.98px) {
  .item_description .row .extend_media {
    margin-bottom: 20px;
    text-align: center;
  }
}
.item_description p {
  margin-top: 20px;
  font-size: 12px;
  margin-bottom: 35px;
}
@media (min-width: 2500px) {
  .item_description p {
    font-size: 22px;
    margin-bottom: 45px;
  }
}
.item_description .location {
  color: #4cb4e7;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 2000px) {
  .item_description .location {
    font-size: 17px;
  }
}
.item_description .location svg {
  width: 26px;
  vertical-align: bottom;
}
@media (min-width: 2000px) {
  .item_description .location svg {
    width: 30px;
  }
}
.item_description .location .cls-1 {
  fill: #4cb4e7;
}
.item_description .episode-guests {
  display: flex;
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .item_description .episode-guests {
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }
}
.item_description .episode-guests .guest-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.item_description .episode-guests .guest-details h3 {
  margin-bottom: 6px;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .item_description .episode-guests .guest-details h3 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .item_description .episode-guests .guest-details h3 {
    font-size: 20px;
  }
}
@media (min-width: 2500px) {
  .item_description .episode-guests .guest-details h3 {
    font-size: 36px;
  }
}
.item_description .episode-guests .guest-details h4 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .item_description .episode-guests .guest-details h4 {
    font-size: 16px;
  }
}
@media (min-width: 2500px) {
  .item_description .episode-guests .guest-details h4 {
    font-size: 28px;
  }
}
.item_description .episode-guests .guest-details a {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
@media (min-width: 2500px) {
  .item_description .episode-guests .guest-details a {
    font-size: 24px;
  }
}
.item_description .episode-guests .guest-details span {
  color: #c0c0c0;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .item_description .episode-guests .guest-details span {
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .item_description .episode-guests .guest-details span {
    font-size: 11px;
    text-align: center;
  }
}
@media (min-width: 2500px) {
  .item_description .episode-guests .guest-details span {
    font-size: 20px;
  }
}
.item_description .episode-guests img.desc-image {
  width: 160px;
  height: 160px;
  border: 1px solid #ededed;
  margin-bottom: 20px;
}
@media (min-width: 2500px) {
  .item_description .episode-guests img.desc-image {
    width: 240px;
    height: 240px;
  }
}
@media (width: 1024px) {
  .item_description .episode-guests img.desc-image {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575.98px) {
  .item_description .episode-guests img.desc-image {
    width: 100%;
    height: 100%;
  }
}
.item_description .socialMedia {
  float: right;
}
.item_description .socialMedia svg {
  margin-left: 7px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
@media (min-width: 2500px) {
  .item_description .socialMedia svg {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .item_description .socialMedia svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .item_description .socialMedia svg {
    width: 40px;
    height: 40px;
  }
}
.item_description .socialMedia .facebookProfile .cls-1 {
  fill: url(#radial-gradient);
}
.item_description .socialMedia .facebookProfile .cls-2 {
  fill: #fff;
}
.item_description .socialMedia .twitterProfile .cls-1 {
  fill: #1da1f2;
}
.item_description .socialMedia .twitterProfile .cls-2 {
  fill: #fff;
}
.item_description .socialMedia .linkedProfile .cls-1 {
  fill: #007bb5;
}
.item_description .socialMedia .linkedProfile .cls-2 {
  fill: #fff;
}
.item_description .socialMedia .redditProfile .cls-1 {
  fill: #ff4500;
}
.item_description .socialMedia .redditProfile .cls-2,
.item_description .socialMedia .redditProfile .cls-3 {
  fill: #eeeff0;
}
.item_description .socialMedia .redditProfile .cls-2 {
  fill-rule: evenodd;
}

.default_image {
  margin-bottom: 20px;
}

.back {
  position: absolute;
  left: 12px;
  top: 75px;
  font-size: 18px !important;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  z-index: 9999;
}
.back svg {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .back svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 2500px) {
  .back span {
    font-size: 26px;
  }
  .back svg {
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
  }
}
@media (max-width: 991.98px) {
  .back {
    top: 60px;
    font-size: 13px !important;
  }
}

#contact-us {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #contact-us {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  #contact-us {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  #contact-us {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  #contact-us {
    padding: 35px;
    width: 100%;
  }
}
#contact-us .row {
  margin: 0;
}
#contact-us div:not(.alert) {
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  #contact-us {
    padding: 0 35px;
  }
}
@media (max-width: 991.98px) {
  #contact-us {
    padding: 0 35px;
  }
}
#contact-us p {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #contact-us p {
    margin-bottom: 10px;
  }
}
#contact-us p a {
  margin-left: 5px;
  color: #4cb4e7 !important;
}
#contact-us h1 {
  font-size: 2rem;
  padding-top: 5rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  #contact-us h1 {
    font-size: 1.7rem;
    padding-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  #contact-us h1 {
    font-size: 1.4rem;
    padding-top: 1rem;
  }
}
#contact-us h4 {
  font-size: 16pt;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #contact-us h4 {
    font-size: 14pt;
  }
}
@media (max-width: 991.98px) {
  #contact-us h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #contact-us h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199.98px) {
  #contact-us form {
    margin: 9% 0% 0% 0%;
  }
}
#contact-us form .required-text {
  margin-bottom: 15px;
}
#contact-us form .required-star {
  color: red;
  position: relative;
  top: 1px;
  left: 1px;
}
#contact-us form h3 {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #contact-us form h3 {
    font-size: 17pt;
  }
}
@media (max-width: 767.98px) {
  #contact-us form h3 {
    font-size: 16pt;
  }
}
#contact-us form h6 {
  margin-bottom: 10%;
  margin-top: 4%;
  font-weight: 600;
  max-width: 88%;
}
@media (max-width: 991.98px) {
  #contact-us form h6 {
    max-width: 100%;
    font-size: 10pt;
  }
}
#contact-us form input {
  padding-top: 15px;
}
#contact-us form .hide {
  display: none;
}
#contact-us form .show {
  display: block;
  top: 0;
  color: red;
  font-weight: bold;
  font-style: italic;
  font-size: 11pt;
}
#contact-us form .padding-top {
  color: #b8bdc3;
}
#contact-us form textarea {
  min-height: 6rem;
}
@media (max-width: 991.98px) {
  #contact-us form textarea {
    margin-bottom: 15px;
  }
}
#contact-us form textarea:focus {
  box-shadow: none;
}
#contact-us form button {
  width: 100%;
}
@media (max-width: 767.98px) {
  #contact-us .right-section {
    margin-left: 4%;
  }
}
#contact-us .right-section div h3 {
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #contact-us .right-section div h3 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  #contact-us .right-section div h3 {
    font-size: 17pt;
  }
}
@media (max-width: 767.98px) {
  #contact-us .right-section div h3 {
    font-size: 16pt;
    margin-top: 15px;
  }
}
#contact-us .right-section div p {
  font-weight: 600;
  font-size: 11pt;
}
@media (max-width: 991.98px) {
  #contact-us .right-section div p {
    font-size: 10pt;
  }
}
@media (max-width: 767.98px) {
  #contact-us .right-section div p {
    font-size: 9pt;
  }
}
#contact-us .right-section div a {
  color: #4cb4e7;
  margin-left: 5px;
}
#contact-us .right-section div a:hover {
  text-decoration: underline;
}
#contact-us .right-section .branch-one {
  margin-top: 40px;
}
#contact-us .right-section .branch-one h3 {
  font-weight: 600;
  font-size: 15pt;
}
#contact-us .right-section .branch-one h5 {
  font-weight: 400;
  font-size: 13pt;
  margin-bottom: 30px;
}
#contact-us .right-section .branch-two h3 {
  font-weight: 600;
  margin-top: 24px;
  font-size: 15pt;
}
#contact-us .right-section .branch-two h5 {
  font-weight: 400;
  margin-top: -5px;
  margin-bottom: 30px;
  font-size: 13pt;
}
#contact-us .right-section .branch-three h3 {
  font-weight: 600;
  margin-top: 23px;
  font-size: 15pt;
}
#contact-us .right-section .branch-three h5 {
  font-weight: 400;
  font-size: 13pt;
  margin-top: -5px;
}

.FAQS {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .FAQS {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .FAQS {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  .FAQS {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  .FAQS {
    padding: 35px;
    width: 100%;
  }
}
.FAQS h1 {
  font-size: 2rem;
  padding-top: 5rem;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .FAQS h1 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .FAQS h1 {
    padding-top: 3rem;
    font-size: 16pt;
  }
}
@media (max-width: 767.98px) {
  .FAQS h1 {
    font-size: 1.7rem;
    padding-top: 2rem;
  }
}
@media (min-width: 2500px) {
  .FAQS h1 {
    font-size: 2.6rem;
    padding-top: 10rem;
  }
}
.FAQS h4 {
  font-size: 16pt;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .FAQS h4 {
    font-size: 12pt;
  }
}
@media (max-width: 767.98px) {
  .FAQS h4 {
    font-size: 0.9rem;
  }
}
.FAQS h4::after {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 3% 0%;
}
.FAQS .question-and-answer div {
  margin-top: 4%;
  border-bottom: 2px solid #edeaea;
  position: relative;
}
.FAQS .question-and-answer div h3 {
  font-size: 13pt;
}
@media (max-width: 991.98px) {
  .FAQS .question-and-answer div h3 {
    font-size: 12pt;
  }
}
@media (max-width: 767.98px) {
  .FAQS .question-and-answer div h3 {
    font-size: 11pt;
  }
}
.FAQS .question-and-answer div h3:hover {
  color: #4cb4e7;
  cursor: pointer;
}
@media (min-width: 2500px) {
  .FAQS .question-and-answer div h3 {
    font-size: 22pt;
  }
}
@keyframes topFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.FAQS .question-and-answer div svg {
  width: 17px;
  fill: #4cb4e7;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .FAQS .question-and-answer div svg {
    width: 10px;
  }
}
.FAQS .question-and-answer div .hide {
  display: none;
}
.FAQS .question-and-answer div .show {
  margin-top: 0px;
  animation-name: topFadeIn;
  animation-duration: 1.5s;
}
.FAQS .question-and-answer div .answer {
  position: relative;
  bottom: 22px;
  margin-left: 23px;
}
@media (max-width: 991.98px) {
  .FAQS .question-and-answer div .answer {
    font-size: 10pt;
  }
}
@media (max-width: 767.98px) {
  .FAQS .question-and-answer div .answer {
    font-size: 10pt;
  }
}
.FAQS .question-and-answer div .answer a {
  color: #4cb4e7;
  margin-right: 2px;
  margin-left: 4px;
  font-size: 11pt;
}
@media (min-width: 2500px) {
  .FAQS .question-and-answer div .answer a {
    font-size: 18pt;
  }
}
.FAQS .question-and-answer div .answer a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.FAQS .question-and-answer div .noImageIcon {
  position: relative;
  left: 1px;
  top: 3px;
  width: 18px;
  border: 0.7px solid;
  border-radius: 50%;
  padding: 2px;
  cursor: auto;
}
.FAQS .question-and-answer div span {
  font-weight: bold;
  color: #4cb4e7;
}
.FAQS .right-side .right-side-content {
  border-left: 6px solid #edeaea;
  border-left-width: 3px;
  margin-left: 175px;
  padding-left: 36px;
}
@media (max-width: 1199.98px) {
  .FAQS .right-side .right-side-content {
    margin-left: 100px;
  }
}
@media (max-width: 991.98px) {
  .FAQS .right-side .right-side-content {
    margin-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .FAQS .right-side .right-side-content {
    border-left: none;
    margin-left: -35px;
    padding-top: 50px;
    margin-top: -25px;
  }
}
.FAQS .right-side .right-side-content div {
  margin-bottom: 30px;
}
.FAQS .right-side .right-side-content div h3 {
  margin-bottom: 3%;
  font-size: 12pt;
  font-weight: 900;
}
@media (min-width: 2500px) {
  .FAQS .right-side .right-side-content div h3 {
    font-size: 18pt;
  }
}
@media (max-width: 991.98px) {
  .FAQS .right-side .right-side-content div h3 {
    font-size: 10pt;
  }
}
.FAQS .right-side .right-side-content div a {
  color: #4cb4e7;
}
.FAQS .right-side .right-side-content div a:hover {
  color: #4cb4e7;
  cursor: pointer;
}
.FAQS .right-side .right-side-content .email-link {
  color: #4cb4e7;
  text-decoration: underline;
}
.FAQS .right-side .right-side-content .or {
  margin-top: -5px;
  margin-bottom: 4px;
}

.footer-controller .main-nav {
  position: fixed;
  width: 100%;
  justify-content: center;
  background-color: #46464e;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .footer-controller .main-nav {
    display: flex !important;
  }
}
@media (max-width: 767.98px) {
  .footer-controller .main-nav {
    position: unset;
    margin-top: 0px;
    width: 100%;
    overflow-x: auto;
    box-sizing: content-box;
    z-index: 1000;
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
    scrollbar-width: auto;
    scrollbar-width: thin;
    scrollbar-width: none;
  }
  .footer-controller .main-nav:-webkit-scrollbar {
    display: none;
  }
  .footer-controller .main-nav::-webkit-scrollbar-thumb {
    display: none;
  }
}
.footer-controller .main-nav li {
  text-align: center;
}
@media (min-width: 2500px) {
  .footer-controller .main-nav li {
    font-size: 16pt;
  }
}
@media (max-width: 991.98px) {
  .footer-controller .main-nav li {
    display: table-cell;
    position: relative;
  }
}
.footer-controller .main-nav li .nav-link {
  color: white;
  height: 100% !important;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  border-top: none;
  border-radius: 0;
  font-weight: bold;
  white-space: nowrap;
  border: 0;
  display: flex;
  align-items: center;
  align-content: center;
}
@media (max-width: 991.98px) {
  .footer-controller .main-nav li .nav-link {
    padding: 15px 18px;
  }
}
.footer-controller .main-nav .section-Name {
  font-size: 14pt;
  margin-right: 50px;
  color: white;
  /* line-height: 50px; */
  /* line-height: normal !important; */
  height: 100% !important;
  vertical-align: middle;
  padding: 1rem 0.5rem;
}
@media (min-width: 2500px) {
  .footer-controller .main-nav .section-Name {
    font-size: 18pt;
  }
}
@media (max-width: 767.98px) {
  .footer-controller .main-nav .section-Name {
    font-size: 11pt;
    margin-right: 50px;
  }
}
@media (max-width: 575.98px) {
  .footer-controller .main-nav .section-Name {
    font-size: 10pt;
    margin-right: 25px;
    display: none;
  }
}
.footer-controller .main-nav a {
  height: 100%;
  color: white;
}
.footer-controller .main-nav .active {
  background-color: #4cb4e7 !important;
  border-radius: 0;
}

#Footer {
  background-color: #46464e;
  color: white;
  padding: 45px 55px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #Footer {
    padding: 35px;
  }
}
@media (min-width: 2500px) {
  #Footer img.img-fluid {
    position: relative;
    margin-top: -20px;
    width: 320px;
  }
}
@media (max-width: 991.98px) {
  #Footer {
    padding: 35px;
  }
  #Footer .col-xs-6.col-md-5 {
    padding: 0;
  }
  #Footer .col-xs-6.col-md-5 .col-4 {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #Footer {
    padding: 35px;
  }
  #Footer .col-xs-6.col-md-5 {
    padding: 0;
  }
  #Footer .col-xs-6.col-md-5 .col-4 {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #Footer img {
    margin-top: 5%;
    width: 25%;
  }
}
#Footer .row {
  margin: 0;
}
#Footer .row .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
#Footer h5 {
  margin-bottom: 0.5rem !important;
  font-size: 13pt;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
@media (min-width: 2500px) {
  #Footer h5 {
    margin-bottom: 1rem;
    font-size: 20pt;
  }
}
@media (max-width: 991.98px) {
  #Footer h5 {
    font-size: 8px;
  }
}
@media (max-width: 767.98px) {
  #Footer h5 {
    font-size: 9pt;
  }
}
@media (max-width: 991.98px) {
  #Footer ul {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  #Footer ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 0px;
  }
}
@media (max-width: 767.98px) {
  #Footer ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    font-size: 11px;
  }
}
#Footer ul li a {
  line-height: 2;
  font-size: 11pt;
  font-weight: 300;
  color: white;
  cursor: pointer;
}
@media (min-width: 2500px) {
  #Footer ul li a {
    font-size: 16pt;
  }
}
@media (max-width: 991.98px) {
  #Footer ul li a {
    font-size: 12px;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  #Footer ul li a {
    font-size: 7pt;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #Footer ul li a {
    font-size: 9px;
  }
}
#Footer ul li a:hover {
  text-decoration: underline;
}
#Footer .socialMedia ul {
  padding: 0;
  text-align: right;
}
@media (max-width: 991.98px) {
  #Footer .socialMedia ul {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #Footer .socialMedia ul {
    display: flex;
  }
}
#Footer .socialMedia ul li {
  margin-left: 15px;
  display: inline;
}
@media (max-width: 991.98px) {
  #Footer .socialMedia ul li {
    margin-left: 5px;
  }
}
#Footer .socialMedia ul li button {
  border-radius: 50%;
  justify-content: center;
  background: white;
  border: 1px;
  cursor: pointer;
}
@media (min-width: 2500px) {
  #Footer .socialMedia ul li button {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991.98px) {
  #Footer .socialMedia ul li button {
    width: 40px;
    height: 40px;
    justify-content: center;
    display: flex;
  }
}
#Footer .socialMedia ul li button svg {
  margin: -5px;
  vertical-align: inherit;
}
@media (min-width: 2500px) {
  #Footer .socialMedia ul li button svg {
    width: 37px;
    height: 56px;
  }
}
@media (max-width: 991.98px) {
  #Footer .socialMedia ul li button svg {
    margin: -6px;
    width: 20px;
    height: 31px;
  }
}
@media (max-width: 767.98px) {
  #Footer .copyrights {
    font-size: 7pt;
  }
}
#Footer #facebookIcon :hover {
  fill: #3b5999;
}
#Footer #instagramIcom :hover {
  fill: #e4405f;
}
#Footer #twitterIcon :hover {
  fill: #55acee;
}
#Footer #linkedinIcon :hover {
  fill: #0077b5;
}
#Footer #youtubeIcon :hover {
  fill: #cd201f;
}

.main-navbar.navbar {
  background-color: #32323b;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background linear 1s;
}
@media (min-width: 2500px) {
  .main-navbar.navbar {
    height: 100px;
  }
}
@media (min-width: 1500px) and (max-width: 2499px) {
  .main-navbar.navbar {
    height: 80px;
  }
}
@media (width: 1500px) {
  .main-navbar.navbar {
    height: 85px;
  }
}
@media (max-width: 1499px) {
  .main-navbar.navbar {
    height: 92px;
  }
}
@media (max-width: 991.98px) {
  .main-navbar.navbar {
    height: 82px;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar {
    height: 66px;
  }
}
@media (min-width: 768px) {
  .main-navbar.navbar.transparent {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(10%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0));
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0));
  }
}
.main-navbar.navbar.transparent.highIndex {
  z-index: 0;
}
.main-navbar.navbar.darkBlue {
  background: #32323b !important;
}
@media (min-width: 768px) {
  .main-navbar.navbar.nigntyOpacity {
    background-color: rgba(50, 50, 50, 0.9);
    background-image: none;
  }
}
.main-navbar.navbar.nigntyOpacity.highIndex {
  z-index: 0;
}
@media (min-width: 768px) {
  .main-navbar.navbar.thertyOpacity {
    background-color: rgba(50, 50, 50, 0.3);
  }
}
.main-navbar.navbar.thertyOpacity.highIndex {
  z-index: 0;
}
.main-navbar.navbar.dark-background {
  background-color: #32323b;
}
.main-navbar.navbar .search-form {
  width: 100%;
  right: unset;
}
.main-navbar.navbar .search-form.search-form-shown {
  top: 100%;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar {
    padding: 0;
  }
}
.main-navbar.navbar.search-toggled .nav-item:not(.hamburger-dropdown),
.main-navbar.navbar.search-toggled .profile-img {
  display: none;
}
.main-navbar.navbar .tagline {
  width: 50%;
  position: absolute;
  bottom: 6px;
  left: 53%;
  height: auto;
}
@media (width: 1366px) {
  .main-navbar.navbar .tagline {
    width: 42%;
  }
}
@media (max-width: 991.98px) {
  .main-navbar.navbar .tagline {
    top: auto;
    bottom: -6px;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .tagline {
    width: 88%;
    top: 85%;
    left: 26%;
  }
}
.main-navbar.navbar .navbar-brand {
  position: relative;
  margin-left: 70px;
  order: 1;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.main-navbar.navbar .navbar-brand h5 {
  font-size: 17px;
  font-family: "MuliBold";
  color: #4cb4e7;
  margin: 0;
  margin-left: 12px;
  margin-top: 5px;
  padding-bottom: 0.3125rem;
  text-align: right;
}
@media (min-width: 2000px) {
  .main-navbar.navbar .navbar-brand h5 {
    font-size: 25.5px;
  }
}
@media (max-width: 1500px) {
  .main-navbar.navbar .navbar-brand h5 {
    width: 297.5px;
    margin-left: 0;
  }
}
@media (min-width: 999px) and (max-width: 1300px) {
  .main-navbar.navbar .navbar-brand h5 {
    width: 247.5px;
    margin: 0;
  }
}
@media (max-width: 997px) {
  .main-navbar.navbar .navbar-brand h5 {
    width: 190px;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .main-navbar.navbar .navbar-brand h5 {
    font-size: 14px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .navbar-brand h5 {
    margin-left: 0;
    font-size: 0.85rem;
  }
}
@media (max-width: 1500px) {
  .main-navbar.navbar .navbar-brand {
    flex-direction: column;
    align-items: normal;
  }
}
@media (min-width: 999px) and (max-width: 1024px) {
  .main-navbar.navbar .navbar-brand {
    margin-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-navbar.navbar .navbar-brand {
    margin-left: 35px;
  }
}
.main-navbar.navbar .navbar-brand img {
  width: auto;
  padding-top: 0.3125rem;
}
@media (max-width: 1500px) {
  .main-navbar.navbar .navbar-brand img {
    width: 313px;
    max-width: 313px;
  }
}
@media (min-width: 999px) and (max-width: 1300px) {
  .main-navbar.navbar .navbar-brand img {
    width: 260px;
  }
}
@media (max-width: 997px) {
  .main-navbar.navbar .navbar-brand img {
    width: 200px;
    max-width: 200px;
  }
}
.main-navbar.navbar .nav-item.dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  transform: scale(0);
  z-index: -1;
  background-color: transparent;
  transition: all 0.3s;
}
.main-navbar.navbar .nav-item:focus.dropdown, .main-navbar.navbar .nav-item:hover.dropdown, .main-navbar.navbar .nav-item:active.dropdown {
  color: white;
  background: #4cb4e7;
}
.main-navbar.navbar .nav-item:focus.dropdown:after, .main-navbar.navbar .nav-item:hover.dropdown:after, .main-navbar.navbar .nav-item:active.dropdown:after {
  transform: scale(1);
  background-color: #4cb4e7;
}
.main-navbar.navbar .nav-item:focus.dropdown .arrow-down, .main-navbar.navbar .nav-item:hover.dropdown .arrow-down, .main-navbar.navbar .nav-item:active.dropdown .arrow-down {
  fill: white !important;
}
.main-navbar.navbar .nav-item:focus .dropdown-menu, .main-navbar.navbar .nav-item:hover .dropdown-menu, .main-navbar.navbar .nav-item:active .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .nav-item:focus .dropdown-menu, .main-navbar.navbar .nav-item:hover .dropdown-menu, .main-navbar.navbar .nav-item:active .dropdown-menu {
    display: block;
  }
}
.main-navbar.navbar .nav-item:focus .newIcone, .main-navbar.navbar .nav-item:hover .newIcone, .main-navbar.navbar .nav-item:active .newIcone {
  fill: white;
}
.main-navbar.navbar .nav-item .nav-link {
  color: white;
  margin: auto 15px;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  text-align: center;
  height: 100%;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  align-content: center;
  font-family: "MuliBold";
}
@media (min-width: 2000px) {
  .main-navbar.navbar .nav-item .nav-link {
    font-size: 22.5px;
  }
}
@media (max-width: 1440px) {
  .main-navbar.navbar .nav-item .nav-link {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
@media (max-width: 1024px) {
  .main-navbar.navbar .nav-item .nav-link {
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .main-navbar.navbar .nav-item .nav-link {
    font-size: 11px;
    margin: auto 0px;
    padding: 1.9rem 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .nav-item .nav-link {
    font-size: 13px;
    color: #32323b;
    text-align: left;
    padding: 0.5rem 35px;
    padding-right: 35px;
    padding-left: 35px;
  }
}
.main-navbar.navbar .nav-item .nav-link.join {
  font-size: 14px;
  font-family: "Muli";
  display: flex;
}
@media (min-width: 2000px) {
  .main-navbar.navbar .nav-item .nav-link.join {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .main-navbar.navbar .nav-item .nav-link.join {
    min-width: 30px;
    font-size: 11px;
  }
}
.main-navbar.navbar .nav-item .nav-link.join:hover {
  background-color: transparent;
  color: #4cb4e7;
}
@media (min-width: 768px) {
  .main-navbar.navbar .nav-item .nav-link.join {
    padding-right: 0;
    padding-left: 5px;
    margin-right: 0;
    margin-left: 5px;
  }
}
.main-navbar.navbar .nav-item .nav-link.sign-in {
  display: flex;
  font-size: 14px;
  font-family: "Muli";
}
@media (min-width: 2000px) {
  .main-navbar.navbar .nav-item .nav-link.sign-in {
    font-size: 21px;
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .main-navbar.navbar .nav-item .nav-link.sign-in {
    font-size: 11px;
  }
}
.main-navbar.navbar .nav-item .nav-link.sign-in:hover {
  background-color: transparent;
  color: #4cb4e7;
}
.main-navbar.navbar .nav-item .nav-link::after {
  content: none;
  border: 0;
}
@media (min-width: 768px) {
  .main-navbar.navbar .nav-item .nav-link.semibold {
    font-weight: 300;
  }
}
.main-navbar.navbar .nav-item .nav-link:focus, .main-navbar.navbar .nav-item .nav-link:hover {
  color: white;
}
.main-navbar.navbar .nav-item .nav-link:focus.profile-picture, .main-navbar.navbar .nav-item .nav-link:hover.profile-picture {
  background-color: transparent;
}
.main-navbar.navbar .nav-item .nav-link:focus .arrow-down, .main-navbar.navbar .nav-item .nav-link:hover .arrow-down {
  fill: white;
}
@media (min-width: 768px) {
  .main-navbar.navbar .nav-item .nav-link.active {
    border-bottom: 3px solid #4cb4e7;
    padding-bottom: 1rem;
  }
  .main-navbar.navbar .nav-item .nav-link.active.profile-picture {
    border-bottom: 0;
  }
}
.main-navbar.navbar .nav-item .nav-link.arrow-menu {
  border: none;
}
.main-navbar.navbar .nav-item .nav-link .arrow-down {
  fill: #4cb4e7;
  width: 10px;
  min-width: 10px;
  height: 16px;
  margin-top: 6px;
  vertical-align: middle;
  margin-left: 6px;
}
@media (min-width: 2000px) {
  .main-navbar.navbar .nav-item .nav-link .arrow-down {
    width: 13px;
    min-width: 13px;
    margin-left: 12px;
  }
}
.main-navbar.navbar .dropdown.show {
  color: white;
  background-color: #4cb4e7;
}
.main-navbar.navbar .dropdown-menu {
  border-radius: 0;
  left: 0;
  top: 150%;
  padding: 0;
  width: 100%;
  border: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
  display: block;
  visibility: hidden;
  min-width: 12rem;
  color: #32323b !important;
}
@media (min-width: 2000px) {
  .main-navbar.navbar .dropdown-menu {
    min-width: 18rem;
  }
}
@media (max-width: 575.98px) {
  .main-navbar.navbar .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.main-navbar.navbar .dropdown-menu .insideList {
  list-style-type: none;
  padding: 0.5rem 1.5rem;
  color: #4cb3e7;
  font-size: 14px;
  margin: 7px 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
@media (min-width: 2000px) {
  .main-navbar.navbar .dropdown-menu .insideList {
    font-size: 22.5px;
  }
}
@media (max-width: 1024px) {
  .main-navbar.navbar .dropdown-menu .insideList {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .dropdown-menu .insideList {
    padding-left: 3rem;
    font-size: 12px;
    font-weight: 600;
  }
}
.main-navbar.navbar .dropdown-menu .insideList ~ a {
  background-color: white;
}
.main-navbar.navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  background-color: #f2f4f4;
  font-size: 15px;
}
.main-navbar.navbar .dropdown-menu .dropdown-item:first-child {
  font-family: "MuliBold";
}
.main-navbar.navbar .dropdown-menu .dropdown-item:focus, .main-navbar.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #4cb4e7;
  color: white;
}
.main-navbar.navbar .dropdown-menu .dropdown-item:focus svg, .main-navbar.navbar .dropdown-menu .dropdown-item:hover svg {
  color: white !important;
}
@media (min-width: 2000px) {
  .main-navbar.navbar .dropdown-menu .dropdown-item {
    font-size: 22.5px;
  }
}
@media (max-width: 1024px) {
  .main-navbar.navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .dropdown-menu .dropdown-item {
    padding-left: 3rem;
    font-size: 12px;
    font-weight: 600;
  }
}
.main-navbar.navbar .dropdown-menu .dropdown-item.disable {
  pointer-events: none;
  cursor: default;
}
.main-navbar.navbar .dropdown-menu.hamburger {
  left: auto;
  right: 0;
  min-width: 10rem;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .dropdown-menu.hamburger {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.main-navbar.navbar .dropdown-menu.hamburger .dropdown-item {
  padding-left: 0.5rem;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .dropdown-menu.hamburger .dropdown-item {
    font-size: 13px;
  }
  .main-navbar.navbar .dropdown-menu.hamburger .dropdown-item:first-child {
    font-weight: 800;
  }
}
@media (min-width: 2500px) {
  .main-navbar.navbar .dropdown-menu.hamburger {
    width: auto;
  }
}
.main-navbar.navbar .showdropdown-menu {
  min-width: 18rem;
}
@media (min-width: 2000px) {
  .main-navbar.navbar .showdropdown-menu {
    min-width: 24rem;
  }
}
.main-navbar.navbar .search-btn {
  background-color: transparent;
  transition: background-color linear 0.3s;
  order: 3;
  width: 60px;
  align-self: stretch;
}
@media (min-width: 2000px) {
  .main-navbar.navbar .search-btn {
    width: 80px;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .search-btn {
    order: 2;
  }
}
.main-navbar.navbar .search-btn svg {
  fill: white;
  width: 24px;
}
@media (max-width: 991.98px) {
  .main-navbar.navbar .search-btn svg {
    width: 21px;
  }
}
.main-navbar.navbar .search-btn svg:hover {
  fill: #4cb4e7;
}
.main-navbar.navbar .search-btn.btn-close {
  background-color: #4cb4e7;
  border-radius: 0;
  position: relative;
}
.main-navbar.navbar .search-btn.btn-close svg {
  width: 16px;
}
.main-navbar.navbar .search-btn.btn-close svg.close {
  margin: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-navbar.navbar .search-btn.btn-close svg:hover {
  fill: white;
}
@media (min-width: 2500px) {
  .main-navbar.navbar .search-btn {
    width: 100px;
  }
  .main-navbar.navbar .search-btn svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .main-navbar.navbar .hamburger-dropdown {
    background-color: #4cb4e7;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .hamburger-dropdown {
    margin-right: 30px;
    margin-left: 30px;
  }
  .main-navbar.navbar .hamburger-dropdown .dropdown-toggle {
    display: none;
  }
  .main-navbar.navbar .hamburger-dropdown .hamburger {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
  }
}
.main-navbar.navbar .hamburger-dropdown .nav-link {
  padding: 0;
  margin: 0;
  min-width: 0;
}
.main-navbar.navbar .hamburger-dropdown svg {
  width: 60px;
  fill: white;
  height: 100%;
}
@media (min-width: 2000px) {
  .main-navbar.navbar .hamburger-dropdown svg {
    width: 70px;
  }
}
@media (min-width: 999px) and (max-width: 1024px) {
  .main-navbar.navbar .hamburger-dropdown svg {
    width: 65px;
  }
}
.main-navbar.navbar .navbar-toggler {
  border: none;
  border-radius: 0;
  background-color: #4cb4e7;
  height: 59px;
  width: 60px;
  order: 3;
}
@media (min-width: 1024px) and (max-width: 1170px) {
  .main-navbar.navbar .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .navbar-toggler {
    height: 66px;
  }
}
@media (min-width: 576px) {
  .main-navbar.navbar .navbar-toggler {
    display: block;
    order: 4;
    visibility: hidden;
  }
}
.main-navbar.navbar .navbar-toggler .animated-icon3 {
  width: 26px;
  height: 22px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.main-navbar.navbar .navbar-toggler .animated-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #fff;
}
.main-navbar.navbar .navbar-toggler .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.main-navbar.navbar .navbar-toggler .animated-icon3 span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.main-navbar.navbar .navbar-toggler .animated-icon3 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.main-navbar.navbar .navbar-collapse {
  order: 2;
  flex: none;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .navbar-collapse {
    background-color: #f2f4f4;
    padding-top: 20px;
    order: 4;
    width: 100%;
  }
}
.main-navbar.navbar .picture-dropdown {
  width: 80px;
}
@media (max-width: 991.98px) {
  .main-navbar.navbar .picture-dropdown {
    width: auto;
  }
}
.main-navbar.navbar .picture-dropdown .profile-picture {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  align-content: center;
  align-self: center;
  /* top: 50%; */
  height: 100%;
}
.main-navbar.navbar .picture-dropdown .profile-picture .lazyload-placeholder {
  height: auto !important;
}
.main-navbar.navbar .picture-dropdown .profile-picture .arrow-down {
  left: 40px;
  right: auto;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .picture-dropdown .profile-picture .arrow-down {
    margin-top: 0;
  }
}
.main-navbar.navbar .picture-dropdown .profile-picture img,
.main-navbar.navbar .picture-dropdown .profile-picture .lazyload-placeholder {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid white;
}
@media (min-width: 2500px) {
  .main-navbar.navbar .picture-dropdown .profile-picture {
    height: 55px;
    width: 55px;
    margin: 0 40px;
    line-height: initial;
    transform: translateY(-50%);
  }
}
.main-navbar.navbar .picture-dropdown .dropdown-menu {
  left: 0;
  min-width: 13rem;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .picture-dropdown .dropdown-menu {
    left: 40px;
    min-width: 10rem;
    display: inline-block;
    top: -30px;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .picture-dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-navbar.navbar .picture-dropdown .dropdown-menu .dropdown-item:first-of-type {
    border-right: 0px solid #7c7c7c;
  }
  .main-navbar.navbar .picture-dropdown .dropdown-menu .dropdown-item:last-of-type {
    padding-left: 3rem;
  }
}
@media (min-width: 2500px) {
  .main-navbar.navbar .picture-dropdown {
    width: 160px;
    position: relative;
  }
  .main-navbar.navbar .picture-dropdown .dropdown-menu {
    width: 15rem;
  }
}
.main-navbar.navbar .picture-dropdown .companyProfiles svg {
  fill: #7c7c7c !important;
  width: 10px;
  margin-top: 5px;
  vertical-align: middle;
  margin-left: 6px;
}
.main-navbar.navbar .picture-dropdown #companyProfiles .card {
  background-color: #f2f4f4;
  border-left: 0;
  border-right: 0;
  padding: 0;
  min-height: 50px;
}
.main-navbar.navbar .picture-dropdown #companyProfiles .card a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-navbar.navbar .profile-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  left: 34%;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 767.98px) {
  .main-navbar.navbar .profile-img {
    width: 35px;
    height: 35px;
  }
}

.newIcone {
  width: 16px;
  height: auto;
  fill: white;
  margin-right: 10px;
}
@media (min-width: 2000px) {
  .newIcone {
    width: 22.5px;
  }
}
@media (max-width: 1024px) {
  .newIcone {
    display: none;
  }
}

.featured {
  width: 12px;
}
@media (min-width: 2000px) {
  .featured {
    width: 19.5px;
  }
}

.addTopMargin {
  margin-top: 45px;
}
@media (min-width: 2000px) {
  .addTopMargin {
    margin-top: 64px;
  }
}
@media (max-width: 767.98px) {
  .addTopMargin {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav .ml-auto {
    padding: 15px 0;
  }
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #4cb4e7, #0b63c1);
  box-shadow: 5px 0px #ffffff;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.press .coverImage img {
  filter: brightness(50%);
}
.press .coverImage h2 {
  position: relative;
  top: -203px;
  color: white;
  font-weight: bold;
  font-size: 20pt;
}
.press .peopleSay {
  padding: 0% 18%;
}
.press .peopleSay .title {
  font-size: 15pt;
}
.press .peopleSay .title:after {
  display: block;
  content: "";
  width: 70%;
  height: 0.1rem;
  background-color: #edeaea;
  margin: 2% 15% 4% 15%;
}
.press .peopleSay .row div {
  margin-bottom: 50px;
}
.press .peopleSay .row div h3 {
  font-weight: bold;
  font-size: 11pt;
}
.press .peopleSay .row div h2 {
  font-size: 10pt;
  font-style: italic;
  font-weight: lighter;
  margin-bottom: 10px;
}
.press .peopleSay .row div p {
  font-size: 10pt;
  font-weight: 200;
}
.press .peopleSay .row div h6 {
  color: #4cb4e7;
  font-size: 10pt;
  cursor: pointer;
}

#PrivacyPolicy {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #PrivacyPolicy {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  #PrivacyPolicy {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  #PrivacyPolicy {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  #PrivacyPolicy {
    padding: 35px;
    width: 100%;
  }
}
#PrivacyPolicy h3 {
  padding-top: 5rem;
  font-weight: bold;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #PrivacyPolicy h3 {
    font-size: 22px;
  }
}
@media (min-width: 2500px) {
  #PrivacyPolicy h3 {
    padding-top: 10rem;
  }
}
@media (max-width: 991.98px) {
  #PrivacyPolicy h3 {
    padding-top: 3rem;
    font-size: 16pt;
  }
}
@media (max-width: 767.98px) {
  #PrivacyPolicy h3 {
    padding-top: 2rem;
  }
}
#PrivacyPolicy h3::after {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 3% 0%;
}
#PrivacyPolicy .introduction h5 {
  font-size: 0.9rem;
  font-weight: 600;
}
@media (min-width: 2500px) {
  #PrivacyPolicy .introduction h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 991.98px) {
  #PrivacyPolicy .introduction h5 {
    font-size: 9pt;
  }
}
#PrivacyPolicy .privacy-content {
  padding-top: 2.5rem;
}
#PrivacyPolicy .privacy-content ol {
  padding-left: 35px;
}
@media (max-width: 767.98px) {
  #PrivacyPolicy .privacy-content ol {
    padding-left: 10px;
  }
}
#PrivacyPolicy .privacy-content ol > li {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  #PrivacyPolicy .privacy-content ol > li {
    font-size: 13pt;
  }
}
@media (max-width: 767.98px) {
  #PrivacyPolicy .privacy-content ol > li {
    font-size: 12pt;
  }
}
#PrivacyPolicy .privacy-content ol > li span {
  font-weight: normal;
  font-size: 16px;
}
@media (min-width: 2500px) {
  #PrivacyPolicy .privacy-content ol > li span {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  #PrivacyPolicy .privacy-content ol > li span {
    font-size: 10pt;
  }
}
@media (max-width: 767.98px) {
  #PrivacyPolicy .privacy-content ol > li span {
    text-align: justify;
    font-size: 9pt;
  }
}
#PrivacyPolicy .privacy-content h5 {
  font-weight: bold;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #PrivacyPolicy .privacy-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  #PrivacyPolicy .privacy-content h5 {
    font-size: 13pt;
  }
}
@media (max-width: 767.98px) {
  #PrivacyPolicy .privacy-content h5 {
    font-size: 12pt;
  }
}
#PrivacyPolicy .privacy-content h6 {
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  #PrivacyPolicy .privacy-content h6 {
    font-size: 10pt;
  }
}
#PrivacyPolicy .privacy-content a {
  color: #4cb4e7;
}
#PrivacyPolicy .privacy-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#PrivacyPolicy .privacy-content .links {
  margin: 3px;
}
@media (max-width: 767.98px) {
  #PrivacyPolicy .privacy-content .links {
    font-size: 7pt;
  }
}

#report-bug {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #report-bug {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  #report-bug {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  #report-bug {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  #report-bug {
    padding: 35px;
    width: 100%;
  }
}
#report-bug h1 {
  font-size: 2rem;
  padding-top: 5rem;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #report-bug h1 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  #report-bug h1 {
    font-size: 26px;
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  #report-bug h1 {
    font-size: 24px;
    padding-top: 2rem;
  }
}
#report-bug h4 {
  font-size: 16pt;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #report-bug h4 {
    font-size: 12pt;
  }
}
@media (max-width: 991.98px) {
  #report-bug h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #report-bug h4 {
    font-size: 0.9rem;
  }
}
#report-bug h4::after {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 3% 0%;
}
#report-bug form {
  width: 100%;
  text-align: left;
}
#report-bug form .title {
  margin-bottom: 30px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #report-bug form .title {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  #report-bug form .title {
    margin-bottom: 22px;
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  #report-bug form .title {
    font-size: 12pt;
    margin-bottom: 20px;
  }
}
#report-bug form .required-text {
  margin-bottom: 15px;
}
#report-bug form .required-star {
  color: red;
  position: relative;
  top: 1px;
  left: 1px;
}
#report-bug form textarea {
  min-height: 6rem;
}
#report-bug form textarea:focus {
  box-shadow: none;
}
#report-bug form button {
  width: 100%;
}
#report-bug form .issue-types {
  margin-bottom: 2%;
  font-weight: 700;
  font-size: 10pt;
}
#report-bug form .issue-types input {
  margin-right: 10px;
  margin-bottom: 0.6rem;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#report-bug form #device-type-label {
  position: relative;
  top: 20px;
  left: 13px;
  background-color: white;
  padding-left: 3px;
  padding-right: 10px;
  font-weight: 200;
}
#report-bug form .show {
  position: relative;
  top: -30px;
  display: block;
  color: red;
  font-weight: bold;
  font-style: italic;
  font-size: 11pt;
  margin-bottom: 20px;
}
#report-bug form .hide {
  display: none;
}
#report-bug form .row {
  position: relative;
  top: -20px;
}
#report-bug form #report-bug-email-label,
#report-bug form #report-bug-name {
  position: relative;
  bottom: 62px;
  left: 13px;
  background-color: white;
  padding-left: 3px;
  padding-right: 10px;
  font-weight: 200;
}
@media (max-width: 767.98px) {
  #report-bug form .email-input {
    position: relative;
    top: -25px;
  }
}
#report-bug form .email-input #report-bug-email-label {
  padding-right: 20px;
}
#report-bug form .email-input span {
  color: red;
  font-size: 21px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 5px;
}
#report-bug form button {
  width: 100%;
}
#report-bug .right-side .right-side-content {
  border-left: 6px solid #edeaea;
  border-left-width: 3px;
  margin-left: 175px;
  padding-left: 36px;
}
@media (max-width: 1199.98px) {
  #report-bug .right-side .right-side-content {
    margin-left: 100px;
  }
}
@media (max-width: 991.98px) {
  #report-bug .right-side .right-side-content {
    margin-left: 50px;
  }
}
@media (max-width: 767.98px) {
  #report-bug .right-side .right-side-content {
    border-left: none;
    margin-left: -35px;
    padding-top: 20px;
  }
}
#report-bug .right-side .right-side-content div {
  margin-bottom: 30px;
}
#report-bug .right-side .right-side-content div h3 {
  margin-bottom: 3%;
  font-size: 12pt;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  #report-bug .right-side .right-side-content div h3 {
    font-size: 11pt;
  }
}
#report-bug .right-side .right-side-content div a {
  color: #4cb4e7;
  font-weight: 800;
}
#report-bug .right-side .right-side-content div a:hover {
  cursor: pointer;
}
#report-bug .right-side .right-side-content .support-email {
  color: #4cb4e7;
  text-decoration: underline;
}
#report-bug .right-side .right-side-content .or {
  margin-top: -5px;
  margin-bottom: 4px;
}

.scroll-to-top-button {
  border: none;
  bottom: 1.5rem;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: fixed;
  right: -1%;
  transform: scale(1, -1);
  z-index: 99;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  background-color: white;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
}
@media (min-width: 2500px) {
  .scroll-to-top-button {
    width: 75px;
    height: 75px;
  }
}
.scroll-to-top-button.visible {
  opacity: 1;
  right: 1rem;
}
@media (min-width: 2500px) {
  .scroll-to-top-button.visible {
    right: 2rem;
  }
}
.scroll-to-top-button:hover {
  background-color: #4cb4e7;
}
.scroll-to-top-button:hover svg {
  fill: #fff;
}
.scroll-to-top-button svg {
  fill: #4cb4e7;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(53%, -22%);
  width: 1.5rem;
}
@media (min-width: 2500px) {
  .scroll-to-top-button svg {
    width: 2rem;
  }
}
@media (min-width: 768px) {
  .scroll-to-top-button {
    bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .scroll-to-top-button {
    bottom: 2rem;
  }
}
.btn-radivision {
  border-radius: 6px;
  font-size: 14px;
  padding: 14px 30px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.075rem;
  color: #fafafa;
  background-color: #4cb4e7;
  border-color: #4cb4e7;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "MuliExtraBold";
}
.btn-radivision:focus:not(:disabled), .btn-radivision:hover:not(:disabled) {
  cursor: pointer;
  color: #fafafa;
  background-color: rgba(76, 180, 231, 0.8);
  border-color: rgba(76, 180, 231, 0.8);
}
.btn-radivision:active:not(:disabled) {
  cursor: pointer;
  color: #fafafa;
  background-color: rgba(76, 180, 231, 0.9);
  background-image: none;
  border-color: rgba(76, 180, 231, 0.9);
}
@media (min-width: 1300px) and (max-width: 1536px) {
  .btn-radivision {
    padding: 12px 15px;
  }
}
@media (max-width: 1366px) {
  .btn-radivision {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 1290px) {
  .btn-radivision {
    font-size: 11px;
    padding: 14px 30px;
    position: relative;
  }
}
@media (min-width: 2000px) {
  .btn-radivision {
    font-size: 20px !important;
    padding: 18px 35px;
  }
}
@media (max-width: 575.98px) {
  .btn-radivision {
    padding: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .btn-radivision {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.btn-radivision.outline {
  background-color: transparent;
  color: white;
}
.btn-radivision.outline.outline-light {
  color: #32323b;
  border-width: 2px;
}
.btn-radivision.outline:active:not(:disabled), .btn-radivision.outline:focus:not(:disabled), .btn-radivision.outline:hover:not(:disabled) {
  color: #fafafa;
  background-color: #4cb4e7;
  border-color: #4cb4e7;
}
.btn-radivision.outline:disabled {
  border-color: #f2f4f4;
}
.btn-radivision.multiple {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .btn-radivision.multiple {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.toast {
  position: fixed;
  top: 28%;
  z-index: 99999999999999;
  right: -20%;
  background: transparent;
  opacity: 0;
  transition: all 0.4s;
}
.toast.show {
  right: 2%;
}
.toast.danger {
  background: red;
}
.toast.danger .toast-header {
  background: red;
}
.toast.danger .toast-body {
  background: #ef5353;
}
.toast.success {
  background: #06d306;
}
.toast.success .toast-header {
  background: #04a804;
}
.toast.success .toast-body {
  background: #30ce30;
}
.toast .toast-header strong {
  color: #fff;
  flex: 1;
}
.toast .toast-header button {
  color: #fff;
  opacity: 1;
}
.toast .toast-body {
  color: #fff;
}

.panel-nav .search-form {
  right: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}
.panel-nav .search-form .gray-div {
  height: 43px;
  background-color: transparent;
  transition: background-color linear 0.4s;
}
@media (min-width: 2500px) {
  .panel-nav .search-form .gray-div {
    height: 74px;
  }
}
.panel-nav .search-form.search-form-shown .gray-div {
  background-color: #32323b;
}

.search-form {
  position: absolute;
  z-index: -1;
  max-height: 0;
  width: calc(100% - 61px);
  right: 60px;
  top: 100%;
  overflow: hidden;
  background-color: white;
  transition: max-height linear 0.6s;
}
.search-form.search-form-shown {
  max-height: 600px;
  z-index: 100;
  padding-bottom: 20px;
}
.search-form.search-form-shown input:focus::-webkit-input-placeholder {
  color: transparent;
}
@media (max-width: 767.98px) {
  .search-form.search-form-shown {
    z-index: 1059;
    width: 100%;
    left: 0;
    overflow: auto;
    top: 59px;
  }
}
.search-form input {
  background-color: #f2f4f4;
  width: 100%;
  height: 80px;
  border: none;
  font-size: 24px;
  color: #25252a;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 2500px) {
  .search-form input {
    font-size: 30px !important;
    height: 125px;
  }
}
.search-form .results-container {
  width: 100%;
}
@media (max-width: 767.98px) {
  .search-form .results-container {
    padding-left: 0px;
  }
}
.search-form .results-container .results-count {
  color: #4a4a4f;
}
@media (min-width: 2500px) {
  .search-form .results-container p {
    font-size: 1.8rem;
  }
}
@-moz-document url-prefix() {
  .search-form .suggestions .list-group {
    display: block;
  }
}
.search-form .suggestions .list-group-item {
  border: none;
  font-weight: 700;
  color: #32323b;
  cursor: pointer;
}
.search-form .suggestions .list-group-item a {
  max-width: 96%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 2500px) {
  .search-form .suggestions .list-group-item a {
    font-size: 1.8rem;
  }
}
.search-form .suggestions .list-group-item:hover {
  color: #4cb4e7;
}
.search-form .suggestions .list-group-item .filter-source {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .search-form .suggestions .list-group-item a {
    max-width: 100%;
    white-space: normal;
  }
}
.search-form hr {
  width: 100%;
  float: left;
}
.search-form .btn-radivision {
  font-size: 10pt;
  clear: both;
  display: block;
}
@media (max-width: 767.98px) {
  .search-form .btn-radivision {
    padding: 14px 18px;
    height: auto;
  }
}

.search-results-component {
  min-height: 400px;
  padding: 0 60px 0 70px;
}
.search-results-component h6.title {
  font-size: 10pt;
}
@media (min-width: 2500px) {
  .search-results-component h6.title {
    font-size: 20pt;
  }
}
@media (max-width: 991.98px) {
  .search-results-component {
    padding: 0 35px;
  }
}
@media (width: 1024px) {
  .search-results-component {
    padding: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .search-results-component {
    padding: 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .search-results-component {
    padding: 0 35px;
  }
}
.search-results-component .row:first-child {
  margin: 0;
}
.search-results-component .row:first-child .filter-div {
  padding-left: 0;
}
.search-results-component .row:first-child .filter-div .list-group-item {
  padding-left: 0;
}
@media (min-width: 2500px) {
  .search-results-component .row:first-child .filter-div .list-group-item {
    font-size: 18px;
  }
}
.search-results-component .row:first-child .filter-div .filters-container {
  padding-left: 1.2rem;
}
@media (width: 1367px) {
  .search-results-component .row:first-child .filter-div .filters-container {
    padding-left: 0;
  }
}
.search-results-component .row:first-child .filter-div .filters-container .list-group-item {
  padding-left: 1.2rem;
}
.search-results-component .suggestions-section {
  padding: 20px 35px;
  color: #32323b;
}
.search-results-component .suggestions-section span {
  font-weight: 200;
}
.search-results-component .suggestions-section span .suggestion {
  font-weight: 600;
  cursor: pointer;
  padding: 5px 10px;
}
.search-results-component .suggestions-section span .suggestion.selected {
  color: #4cb4e7;
  text-decoration: underline;
}
.search-results-component .suggestions-section span .suggestion:hover {
  color: #4cb4e7;
}
.search-results-component .search-phrase-section {
  padding: 20px 0;
}
.search-results-component .search-phrase-section p {
  font-weight: 700;
  border-bottom: 1px solid #f2f4f4;
  padding-bottom: 20px;
  margin: 20px 0;
  font-size: 18px;
}
@media (min-width: 2500px) {
  .search-results-component .search-phrase-section p {
    font-size: 32px;
  }
}
.search-results-component .search-phrase-section p span {
  font-weight: 300;
}
.search-results-component .sort-by {
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 2500px) {
  .search-results-component .sort-by {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .search-results-component .sort-by {
    margin: 0 20px 20px 0px;
  }
}
@media (max-width: 767.98px) {
  .search-results-component .sort-by {
    padding-left: 0px;
    padding-right: 0;
  }
}
.search-results-component .sort-by .result {
  font-size: 18px;
}
@media (min-width: 2500px) {
  .search-results-component .sort-by .result {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .search-results-component .sort-by .result {
    display: block;
  }
}
.search-results-component .sort-by .sort-type {
  font-weight: 700;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12PX;
}
@media (min-width: 2500px) {
  .search-results-component .sort-by .sort-type {
    font-size: 28px;
  }
}
.search-results-component .sort-by .sort-type.active, .search-results-component .sort-by .sort-type:hover {
  color: #4cb4e7;
}
@media (max-width: 767.98px) {
  .search-results-component .sort-by .sort-type {
    padding-left: 0;
  }
}
.search-results-component .search-results-grid .linked-preview {
  height: 250px !important;
}
@media (max-width: 575.98px) {
  .search-results-component .search-results-grid .linked-preview {
    height: 200px !important;
  }
}
.search-results-component .search-results-grid .wide-carousel .slick-slider {
  padding-left: 20px;
  padding-right: 0px;
}
@media (max-width: 991.98px) {
  .search-results-component .search-results-grid .wide-carousel .slick-slider {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .search-results-component .search-results-grid .wide-carousel .slick-slider {
    padding-left: 0px;
    padding-right: 0;
  }
}
.search-results-component .search-results-grid .wide-carousel .slick-slider .slick-slide {
  max-width: 25%;
}
.search-results-component .search-results-grid .wide-carousel .slick-slider .slick-slide .episode-details {
  max-height: 170px;
  overflow: hidden;
  height: auto;
}
.search-results-component .search-results-grid .wide-carousel .slick-slider .slick-slide .episode-details .episode-title {
  font-size: 12px;
  text-transform: capitalize !important;
}
.search-results-component .search-results-grid .wide-carousel .slick-slider .slick-slide .episode-details .episode-subtitle {
  margin-top: 5px;
}
.search-results-component .load-more {
  text-align: center;
  margin-bottom: 30px;
}
.search-results-component .load-more hr {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .search-results-component .load-more hr {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .search-results-component .load-more hr {
    width: 15%;
  }
}
.search-results-component .load-more button {
  margin-left: 15px;
  margin-right: 15px;
}
.search-results-component .no-results {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin: 50px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-results-component .filters .filters-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.search-results-component .filters .list-group-item {
  border: none;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 14px;
  color: #32323b;
  color: #32323b;
}
@media (max-width: 1199.98px) {
  .search-results-component .filters .list-group-item {
    padding: 0.5rem 0.6rem;
  }
}
.search-results-component .filters .list-group-item.active {
  color: #4cb4e7;
  background-color: transparent;
  position: relative;
}
.search-results-component .filters .list-group-item.active:before {
  display: inline-block;
  content: "";
  background: url("/tick.b263a414.png") no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.search-form.search-form-shown ~ div {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6588235294);
  z-index: 90;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn.search-btn.btn-close {
  z-index: 2;
}

.list-group {
  flex-direction: initial;
  margin: 0;
}
.list-group.filters {
  border-left: 0px solid #f2f4f4;
  padding-left: 0px;
}
.list-group.filters .list-group-item {
  font-size: 12px;
  cursor: default;
  padding-right: 0px;
}
.list-group.filters .filters-container .list-group-item {
  font-size: 10px;
  cursor: pointer;
}
.list-group.filters .filters-container .list-group-item .count {
  float: right;
}
@media (max-width: 1280px) and (min-width: 1200px) {
  .list-group.filters .filters-container .list-group-item .count {
    display: none;
  }
}

.no-hover .wide-carousel .slick-slider .slick-slide .carousel-slide:hover {
  transform: scale(1);
}
.no-hover .wide-carousel .slick-slider .slick-slide:hover ~ .slick-slide {
  transform: translate3d(0, 0, 0);
}
.no-hover .wide-carousel .slick-slider .slick-list.list-hover {
  transform: translate3d(0, 0, 0);
}

.other-icons svg {
  width: 12px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  margin-right: 2px;
}

.search-results-grid {
  position: relative;
  padding: 0;
  padding-left: 35px;
}
@media (max-width: 991.98px) {
  .search-results-grid {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .search-results-grid {
    padding-left: 0px;
    padding-right: 0;
  }
}
.search-results-grid .slick-slider {
  padding-right: 0;
}

.search-loader {
  position: absolute;
  top: 35%;
  left: 50%;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.no-hover {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .no-hover {
    margin-bottom: 0px;
  }
}
.no-hover .six-by-one-grid {
  padding-left: 0px;
  padding-right: 0px;
}
.no-hover .six-by-one-grid .col-sm-4.col-lg-2 {
  flex: 25%;
  max-width: 25%;
}
@media (max-width: 991.98px) {
  .no-hover .six-by-one-grid .col-sm-4.col-lg-2 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .no-hover .six-by-one-grid .col-sm-4.col-lg-2 {
    flex: 100%;
    max-width: 100%;
  }
}
.no-hover .six-by-one-grid .grid-item img {
  border: 1px solid #f0f0f0;
}
.no-hover .six-by-one-grid .duration {
  display: none;
}

.search-filters .tags {
  padding: 0;
  margin: 5px 0;
}
.search-filters .tags .tag,
.search-filters .tags .clear {
  margin: 10px;
  margin-left: 0;
}
.search-filters .title {
  margin-left: 0px;
  font-weight: 800;
}
.search-filters .close-svg {
  fill: white;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
}
.search-filters .dropdown {
  margin: 0 0px 10px;
  width: 22%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .search-filters .dropdown {
    width: calc(25% - 10px);
  }
}
@media (max-width: 991.98px) {
  .search-filters .dropdown {
    width: calc(25% - 10px);
  }
}
@media (max-width: 576px) {
  .search-filters .dropdown {
    width: 91%;
    margin: 2px 15px;
  }
}
@media (max-width: 767.98px) {
  .search-filters .dropdown {
    width: 100%;
    margin: 2px 0px;
  }
}
.search-filters .dropdown.trending {
  width: 90%;
}
.search-filters .dropdown.trending label:hover {
  color: #4cb4e7;
}
.search-filters .dropdown.trending .dropdown-menu {
  padding-bottom: 10px;
}
.search-filters .dropdown.trending .checkbox + label:before {
  border: none;
}
.search-filters .dropdown.trending .checkbox:hover + label:before {
  background-color: transparent;
}
.search-filters .dropdown.trending .checkbox:focus + label:before {
  box-shadow: none;
}
.search-filters .dropdown .dropdown-button,
.search-filters .dropdown .dropdown-menu {
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 12px;
  font-weight: 800;
}
.search-filters .dropdown .dropdown-button {
  width: 100%;
  background-color: #fafafa;
  color: #32323b;
  border-color: #dddfe2;
  padding: 0.6rem 0.7rem;
  font-size: 14px;
  text-align: left;
  font-family: "MuliExtraBold";
  letter-spacing: 0.075rem;
}
@media (min-width: 800px) and (max-width: 1280px) {
  .search-filters .dropdown .dropdown-button {
    font-size: 12px;
  }
}
.search-filters .dropdown .dropdown-button::after {
  background: url("/down-arrow.59fc4cc6.png") center center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 100%;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
}
.search-filters .dropdown .dropdown-menu {
  background-color: #32323b;
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  transform: none !important;
  top: 96% !important;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 58px;
  width: 100%;
  min-width: 285px;
}
@media (min-width: 768px) {
  .search-filters .dropdown .dropdown-menu.wide-dropdown-menu {
    padding-top: 40px;
    padding-left: 20px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 750px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .search-filters .dropdown .dropdown-menu.wide-dropdown-menu {
    column-count: 2;
    width: 450px;
  }
}
.search-filters .dropdown .dropdown-menu .dropdown-item,
.search-filters .dropdown .dropdown-menu .dropdown-item:focus,
.search-filters .dropdown .dropdown-menu .dropdown-item:hover {
  color: white;
  background-color: transparent;
  padding-right: 12px;
}
.search-filters .dropdown .dropdown-menu .clear-filter {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  height: 44px;
  padding-left: 50px;
  border-top: 1px solid white;
  cursor: pointer;
  line-height: 34px;
  letter-spacing: 0.075rem;
}
.search-filters .dropdown .dropdown-menu .clear-filter .close-svg {
  right: auto;
  left: 30px;
  fill: #4cb4e7;
  top: 16px;
}
.search-filters .dropdown.show .dropdown-button, .search-filters .dropdown:focus .dropdown-button, .search-filters .dropdown:hover .dropdown-button {
  background-color: #32323b;
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0.96;
}
.search-filters .dropdown.show .dropdown-menu, .search-filters .dropdown:focus .dropdown-menu, .search-filters .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 0.96;
}
.search-filters .dropdown .checkbox {
  opacity: 0;
}
.search-filters .dropdown .checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 800;
  letter-spacing: 0.075rem;
  color: #fff;
  min-width: 100%;
}
.search-filters .dropdown .checkbox + label span {
  position: relative;
}
.search-filters .dropdown .checkbox + label span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid white;
}
.search-filters .dropdown .checkbox:hover + label span:before {
  background: #4cb4e7;
}
.search-filters .dropdown .checkbox:focus + label span:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.search-filters .dropdown .checkbox:checked + label span:before {
  background: transparent;
  border: none;
}
.search-filters .dropdown .checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.search-filters .dropdown .checkbox:disabled + label span:before {
  box-shadow: none;
  background: #ddd;
}
.search-filters .dropdown .checkbox:checked + label span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #4cb4e7;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #4cb4e7, 4px 0 0 #4cb4e7, 4px -2px 0 #4cb4e7, 4px -4px 0 #4cb4e7, 4px -6px 0 #4cb4e7, 4px -8px 0 #4cb4e7, 4px -10px 0 #4cb4e7, 4px -12px 0 #4cb4e7;
  transform: rotate(45deg);
}
.search-filters .tags .tag {
  min-width: 160px;
  letter-spacing: 0.075rem;
  background-color: #4cb4e7;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 8px 26px 8px 12px;
  border: 1px solid #4cb4e7;
  border-radius: 4px;
  color: white;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1280px) and (min-width: 997px) {
  .search-filters .tags .tag {
    font-size: 11px;
    margin-bottom: 7px;
  }
}
@media (max-width: 991.98px) {
  .search-filters .tags .tag {
    font-size: 11px;
  }
}
.search-filters .tags .tag.clear {
  cursor: pointer;
  background-color: white;
  color: #32323b;
  border-color: #dddfe2;
  font-weight: 800;
}
.search-filters .tags .tag.clear .close-svg {
  fill: #4cb4e7;
}
.search-filters .dropdown-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.for_tags {
  padding-left: 0;
  padding-right: 10px;
}

.TechnicalIssues {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .TechnicalIssues {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .TechnicalIssues {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  .TechnicalIssues {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  .TechnicalIssues {
    padding: 35px;
    width: 100%;
  }
}
.TechnicalIssues .title::after {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 3% 0%;
}
.TechnicalIssues .title h3 {
  font-size: 2rem;
  padding-top: 5rem;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .TechnicalIssues .title h3 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .TechnicalIssues .title h3 {
    font-size: 1.6rem;
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .TechnicalIssues .title h3 {
    font-size: 1.4rem;
    padding-top: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .TechnicalIssues .title h5 {
    font-size: 12pt;
  }
}
@media (max-width: 991.98px) {
  .TechnicalIssues .title h5 {
    font-size: 12pt;
  }
}
@media (max-width: 767.98px) {
  .TechnicalIssues .title h5 {
    font-size: 10pt;
  }
}
.TechnicalIssues .question-and-answer div {
  margin-top: 4%;
}
.TechnicalIssues .question-and-answer div h3 {
  font-size: 15pt;
}
@media (max-width: 991.98px) {
  .TechnicalIssues .question-and-answer div h3 {
    font-size: 12pt;
  }
}
@media (max-width: 767.98px) {
  .TechnicalIssues .question-and-answer div h3 {
    font-size: 10pt;
  }
}
.TechnicalIssues .question-and-answer div ol li {
  margin-bottom: 0.7rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .TechnicalIssues .question-and-answer div ol li {
    font-size: 11pt;
  }
}
@media (max-width: 767.98px) {
  .TechnicalIssues .question-and-answer div ol li {
    font-size: 9pt;
  }
}
.TechnicalIssues .question-and-answer div ol li span {
  font-weight: normal;
}
.TechnicalIssues h2 {
  font-size: 13pt;
}
@media (max-width: 767.98px) {
  .TechnicalIssues h2 {
    font-size: 10pt;
  }
}
.TechnicalIssues p {
  margin-left: 42px;
}
@media (max-width: 991.98px) {
  .TechnicalIssues p {
    margin-left: 0px;
    font-size: 10pt;
  }
}
@media (max-width: 767.98px) {
  .TechnicalIssues p {
    font-size: 8pt;
  }
}

#TermsAndConditions {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #TermsAndConditions {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  #TermsAndConditions {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  #TermsAndConditions {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  #TermsAndConditions {
    padding: 35px;
    width: 100%;
  }
}
#TermsAndConditions .title {
  padding-top: 5rem;
  font-weight: bold;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #TermsAndConditions .title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  #TermsAndConditions .title {
    padding-top: 3rem;
    font-size: 16pt;
  }
}
@media (max-width: 767.98px) {
  #TermsAndConditions .title {
    padding-top: 2rem;
  }
}
#TermsAndConditions .title::after {
  display: block;
  content: "";
  height: 0.2rem;
  background-color: #edeaea;
  margin: 3% 0%;
}
#TermsAndConditions .introduction {
  margin-bottom: 2.5rem;
}
#TermsAndConditions .introduction h5 {
  font-size: 0.9rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #TermsAndConditions .introduction h5 {
    font-size: 9pt;
  }
}
#TermsAndConditions .content ol {
  padding-left: 35px;
}
@media (max-width: 767.98px) {
  #TermsAndConditions .content ol {
    padding-left: 10px;
  }
}
#TermsAndConditions .content ol > li {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  #TermsAndConditions .content ol > li {
    font-size: 13pt;
  }
}
@media (max-width: 767.98px) {
  #TermsAndConditions .content ol > li {
    font-size: 12pt;
  }
}
#TermsAndConditions .content ol > li > h5 {
  font-weight: bold;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #TermsAndConditions .content ol > li > h5 {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  #TermsAndConditions .content ol > li > h5 {
    font-size: 13pt;
  }
}
@media (max-width: 767.98px) {
  #TermsAndConditions .content ol > li > h5 {
    font-size: 12pt;
  }
}
#TermsAndConditions .content ol > li span {
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  #TermsAndConditions .content ol > li span {
    text-align: justify;
    font-size: 10pt;
  }
}
@media (max-width: 767.98px) {
  #TermsAndConditions .content ol > li span {
    text-align: justify;
    font-size: 9pt;
  }
}
@media (max-width: 991.98px) {
  #TermsAndConditions .content ol > li span h5 {
    font-size: 11pt;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  #TermsAndConditions .content ol > li span h5 {
    font-size: 8pt;
    font-weight: bold;
  }
}
#TermsAndConditions .content ol > li span a {
  color: #4cb4e7;
  cursor: pointer;
  margin-left: 4px;
}
#TermsAndConditions .content ol > li span a:hover {
  text-decoration: underline;
}
#TermsAndConditions .content ol > li span ul {
  margin-bottom: 15px;
}

.did-we-miss-something {
  padding: 2rem 0;
  width: 100%;
  background-color: #f2f4f4;
}
@media (min-width: 768px) {
  .did-we-miss-something {
    padding: 2rem 35px;
  }
}
.did-we-miss-something h4 {
  font-weight: 800;
  display: block;
}
@media (min-width: 2500px) {
  .did-we-miss-something h4 {
    font-size: 1.8rem;
  }
}
.did-we-miss-something .info-text {
  font-weight: 600;
  font-style: italic;
  color: #4a4a4f;
}
@media (min-width: 2500px) {
  .did-we-miss-something .info-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .did-we-miss-something .info-text {
    font-size: 12px;
    padding: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .did-we-miss-something .info-text {
    font-size: 12px;
    padding: 0 35px;
  }
}
@media (max-width: 991.98px) {
  .did-we-miss-something button {
    padding: 1.1rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .did-we-miss-something button {
    width: 225px;
  }
}
.did-we-miss-something .modal-body h1 {
  font-size: 19pt;
  margin-bottom: 20px;
}
.did-we-miss-something .modal-body form input,
.did-we-miss-something .modal-body form textarea {
  font-size: 15pt;
}
.did-we-miss-something .modal-body form input:focus,
.did-we-miss-something .modal-body form textarea:focus {
  box-shadow: none;
}
.did-we-miss-something .modal-body form input::-webkit-input-placeholder,
.did-we-miss-something .modal-body form textarea::-webkit-input-placeholder {
  font-size: 12pt;
}
.did-we-miss-something .modal-body form .required-star {
  color: red;
  position: relative;
  top: 1px;
  left: 1px;
  margin-right: 2px;
}
.did-we-miss-something .modal-body form textarea {
  padding-top: 30px;
}
.did-we-miss-something .modal-body form .has-float-label span {
  background-color: white;
  text-align: left;
  vertical-align: middle;
}
.did-we-miss-something .modal-body form button {
  margin-right: 20px;
}

#suggest-resource-form .alert-success,
#suggestList .alert-success {
  z-index: 99;
  display: none;
}
#suggest-resource-form .alert-danger,
#suggestList .alert-danger {
  z-index: 99;
  margin: 0rem auto;
}

#onPanel {
  text-align: center;
  padding-top: 0px;
}
@media (max-width: 767.98px) {
  #onPanel {
    padding: 35px;
  }
}
#onPanel img {
  text-align: center;
  width: 12%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media (min-width: 2500px) {
  #onPanel img {
    width: 15%;
  }
}
#onPanel h3 {
  font-size: 18pt;
  width: 50%;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 15px;
}
@media (min-width: 1537px) {
  #onPanel h3 {
    font-size: 22pt;
  }
}
@media (min-width: 2500px) {
  #onPanel h3 {
    font-size: 26pt;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  #onPanel h3 {
    font-size: 14pt !important;
  }
}
@media (max-width: 1199.98px) {
  #onPanel h3 {
    font-size: 14pt;
  }
}
@media (max-width: 991.98px) {
  #onPanel h3 {
    font-size: 12pt;
  }
}
@media (max-width: 767.98px) {
  #onPanel h3 {
    width: 80%;
    font-size: 11pt;
  }
}
#onPanel h6 {
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 2500px) {
  #onPanel h6 {
    font-size: 18pt;
  }
}
@media (max-width: 767.98px) {
  #onPanel h6 {
    font-size: 10pt;
    padding: 0 25px;
  }
}
#onPanel .btn-radivision {
  margin-left: 0px;
  margin-top: 5px;
  max-height: 50px;
}
@media (min-width: 2500px) {
  #onPanel .btn-radivision {
    font-size: 24px;
    max-height: none;
    padding: 0 50px;
    margin-left: 10px;
  }
}
@media (min-width: 576px) {
  #onPanel .btn-radivision {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 0px;
  }
}
#onPanel input {
  height: 50px;
  width: 236px;
  border: 1px solid #e5e2e2;
  border-radius: 6px;
  padding-left: 6px;
}
@media (min-width: 2500px) {
  #onPanel input {
    width: 436px;
    height: 70px;
    padding-left: 12px;
    border-radius: 12px;
    border-width: 2px;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  #onPanel input {
    font-size: 10pt;
  }
}
#onPanel p {
  max-width: 100% !important;
  margin-top: 20px;
  font-weight: 600;
  font-size: 9pt;
}
@media (min-width: 2500px) {
  #onPanel p {
    font-size: 14pt;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  #onPanel p {
    text-align: center;
    padding: 0 25px;
  }
}

.panel-nav {
  margin-bottom: 10px;
  position: relative;
}
.panel-nav .nav-items {
  max-width: 80%;
}
.panel-nav .nav-items .nav-item {
  display: inline-block;
}
.panel-nav .nav-link {
  border: none;
  color: #32323b;
  font-size: 14px;
  padding: 0.75rem 0;
  letter-spacing: 0.075rem;
  margin-right: 13px;
  margin-left: 13px;
  text-align: center;
  font-family: "MuliBold";
  height: 100%;
}
@media (min-width: 1921px) {
  .panel-nav .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  .panel-nav .nav-link {
    font-size: 22px;
    padding: 1.4rem 0;
  }
}
@media (max-width: 1440px) and (min-width: 1280px) {
  .panel-nav .nav-link {
    font-size: 12px;
    margin-right: 13px;
    margin-left: 13px;
  }
}
@media (max-width: 1280px) {
  .panel-nav .nav-link {
    font-size: 12px;
    margin-left: 0px;
  }
}
.panel-nav .nav-link.active {
  color: #32323b;
  border-bottom: 3px solid #4cb4e7;
}
.panel-nav .nav-link.dimmed {
  color: #adadad !important;
  cursor: not-allowed;
}
@media (max-width: 767.98px) {
  .panel-nav .nav-link {
    margin-left: 0;
  }
}
.panel-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}
.panel-nav .search-container {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .panel-nav .search-container {
    float: right;
    display: inline-block;
  }
  .panel-nav .search-container .panel-search-bar {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .panel-nav .search-container {
    display: inline-block;
  }
  .panel-nav .search-container .panel-search-bar {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .panel-nav .search-container {
    float: unset;
    display: inline-block;
  }
  .panel-nav .search-container .panel-search-bar {
    display: flex;
  }
}
.panel-nav .search-container input {
  border: none;
  text-overflow: ellipsis;
}
@media (min-width: 2000px) {
  .panel-nav .search-container input {
    font-size: 1.5rem;
    line-height: 2.5;
    height: calc(2.5em + 0.75rem + 2px);
  }
}
.panel-nav .search-container button {
  background-color: #4cb4e7;
  border: none;
  padding: 9.5px 14px;
  border-radius: 0;
}
@media (min-width: 2000px) {
  .panel-nav .search-container button {
    padding: 18.5px 22px;
  }
}
.panel-nav .search-container button.close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 100;
  bottom: 0;
  margin: 0 auto;
  height: 43px;
}
@media (min-width: 2000px) {
  .panel-nav .search-container button.close-btn {
    height: 74px;
  }
}
.panel-nav .search-container button svg {
  fill: white;
  display: inline-block;
  vertical-align: middle;
}
.panel-nav .search-container button svg.close {
  width: 16px;
}
@media (min-width: 2000px) {
  .panel-nav .search-container button svg.close {
    width: 35px;
  }
}
@media (min-width: 2000px) {
  .panel-nav .search-container button svg {
    width: 35px;
  }
}
.panel-nav .resources {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 2500px) {
  .panel-nav .resources {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .panel-nav .resources {
    display: none;
  }
}
.panel-nav.dropdown-panel {
  border-bottom: 1px solid #f2f4f4;
}
.panel-nav.dropdown-panel .dropdown {
  padding-left: 0;
  width: 300px;
}
.panel-nav.dropdown-panel .dropdown a:hover {
  text-decoration: none;
}
.panel-nav.dropdown-panel .dropdown .dropdown-toggle {
  border: 1px solid #f2f4f4;
  max-width: 230px;
  color: #32323b;
  padding: 10px 30px 10px 15px;
  border-radius: 3px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  background-color: white;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 0;
}
.panel-nav.dropdown-panel .dropdown .dropdown-toggle::after {
  background: url("/down-arrow.59fc4cc6.png") center center no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 8px;
  background-size: 100%;
}
.panel-nav.dropdown-panel .dropdown.show .dropdown-toggle, .panel-nav.dropdown-panel .dropdown:hover .dropdown-toggle {
  background-color: #32323b;
  opacity: 0.9;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: white;
}
.panel-nav.dropdown-panel .dropdown.show .dropdown-menu, .panel-nav.dropdown-panel .dropdown:hover .dropdown-menu {
  display: block;
  background-color: #32323b;
  opacity: 0.9;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: none !important;
  top: 43px !important;
}
.panel-nav.dropdown-panel .dropdown .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 4px;
  width: 100%;
}
.panel-nav.dropdown-panel .dropdown .dropdown-menu.show, .panel-nav.dropdown-panel .dropdown .dropdown-menu:hover {
  opacity: 0.9;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-nav.dropdown-panel .dropdown .dropdown-item {
  padding: 10px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.panel-nav.dropdown-panel .dropdown .dropdown-item a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: white;
  width: 100%;
}
.panel-nav.dropdown-panel .dropdown .dropdown-item:focus, .panel-nav.dropdown-panel .dropdown .dropdown-item:hover {
  cursor: pointer;
  background-color: #32323b;
}
.panel-nav.dropdown-panel .dropdown .dropdown-item:focus a, .panel-nav.dropdown-panel .dropdown .dropdown-item:hover a {
  color: #4cb4e7;
}
.panel-nav.dropdown-panel .search-container {
  position: absolute;
  right: 0;
  top: 0;
}
.panel-nav.dropdown-panel .search-container.search-container-shown {
  width: 100%;
}
.panel-nav.dropdown-panel .search-container .close-btn {
  margin: 0;
  height: 43px;
}

.on-control {
  background-color: #46464e;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .on-control {
    padding: 30px 0;
    padding-bottom: 20px;
  }
}
.on-control .marketing-item:hover svg {
  fill: #fff;
}
.on-control .marketing-item:hover h6 {
  color: #fff;
}
.on-control .action {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .on-control .action {
    background-color: #3c3c45;
    border-radius: 8px;
    padding: 15px 3px;
  }
}
@media (max-width: 767.98px) {
  .on-control .on-star {
    display: none;
  }
}
.on-control .on-star img {
  padding-top: 0.5rem;
  width: 150px;
  padding-bottom: 1rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .on-control .row {
    margin: 0;
  }
}
.on-control .cls-1 {
  fill: #a6a8ab;
}
.on-control .cls-2 {
  fill: #4fb4e6;
}
.on-control .cls-3 {
  fill: #fff;
}
.on-control .padding-top {
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .on-control .padding-top {
    padding-top: 0;
    /* height: 65px; */
    padding-bottom: 10px;
  }
}
.on-control .intro-text {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 2000px) {
  .on-control .intro-text {
    font-size: 20px;
  }
}
.on-control .title {
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .on-control .title {
    font-size: 12px;
  }
}
.on-control .sub-title {
  font-weight: 700;
  color: #4cb4e7;
  font-size: 0.8rem;
}
@media (max-width: 767.98px) {
  .on-control .sub-title {
    font-size: 0.6rem;
    margin-bottom: 0;
  }
}
.on-control svg {
  fill: #4cb4e7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 85px;
  transform: scale(1) rotate(0deg);
  transition: all 0.3s;
}
.on-control .sub-svg {
  top: 12px;
  height: 43px;
}
@media (max-width: 767.98px) {
  .on-control .sub-svg {
    width: 30px;
    position: inherit;
    float: left;
    margin-left: 16px;
  }
}

.navigationBar {
  background-color: #46464e;
  color: white;
  padding: 15px 70px;
  margin-bottom: 35px;
  padding-bottom: 11px;
}
@media (max-width: 991.98px) {
  .navigationBar {
    padding: 0px 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .navigationBar {
    padding: 0 35px;
    margin-bottom: 30px;
  }
}
.navigationBar .navigationIcons {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin: 0 auto;
}
.navigationBar .navigationIcons .navigationText {
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .navigationBar .navigationIcons .navigationText {
    width: 25%;
    margin: 8px 10px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
@media (max-width: 767.98px) {
  .navigationBar .navigationIcons .navigationText {
    width: 70%;
    margin: 8px 0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
.navigationBar .navigationIcons .navigationText .action {
  width: 100%;
  margin: 0;
}
.navigationBar .navigationIcons .navigationText .action img {
  vertical-align: top;
  margin-bottom: 10px;
}
@media (min-width: 1921px) {
  .navigationBar .navigationIcons .navigationText .action img {
    height: 55px;
  }
}
@media (min-width: 1537px) and (max-width: 1920px) {
  .navigationBar .navigationIcons .navigationText .action img {
    height: 37px;
  }
}
@media (min-width: 1366px) and (max-width: 1536px) {
  .navigationBar .navigationIcons .navigationText .action img {
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .navigationBar .navigationIcons .navigationText .action img {
    height: 28px;
  }
}
@media (max-width: 991.98px) {
  .navigationBar .navigationIcons .navigationText .action img {
    height: 28px;
  }
}
.navigationBar .navigationIcons .navigationText .action .title {
  font-size: 15px;
  font-weight: unset;
  margin-bottom: 0;
  margin-top: 0px;
}
@media (min-width: 2500px) {
  .navigationBar .navigationIcons .navigationText .action .title {
    font-size: 1.6rem;
  }
}
@media (min-width: 1366px) and (max-width: 1540px) {
  .navigationBar .navigationIcons .navigationText .action .title {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .navigationBar .navigationIcons .navigationText .action .title {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .navigationBar .navigationIcons .navigationText .action .title {
    font-size: 12px;
  }
}
.navigationBar .navigationIcons .navigationText .action .subTitle {
  font-size: 15px;
  font-weight: unset;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 2500px) {
  .navigationBar .navigationIcons .navigationText .action .subTitle {
    font-size: 1.6rem;
  }
}
@media (min-width: 1366px) and (max-width: 1540px) {
  .navigationBar .navigationIcons .navigationText .action .subTitle {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .navigationBar .navigationIcons .navigationText .action .subTitle {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .navigationBar .navigationIcons .navigationText .action .subTitle {
    font-size: 12px;
  }
}
.navigationBar .navigationIcons :hover {
  cursor: pointer;
}
@media (min-width: 2500px) {
  .navigationBar .navigationIcons {
    width: 90%;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .navigationBar .navigationIcons {
    width: 66% !important;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .navigationBar .navigationIcons {
    width: 100% !important;
  }
}
@media (max-width: 1170px) and (min-width: 1024px) {
  .navigationBar .navigationIcons {
    width: 75% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .navigationBar .navigationIcons {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navigationBar .navigationIcons {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.navigationIcons::-webkit-scrollbar {
  display: none;
}

.navigationIcons::-webkit-scrollbar-thumb {
  display: none;
}

.sixContainer {
  width: 75%;
}
@media (min-width: 1366px) and (max-width: 1441px) {
  .sixContainer {
    width: 82%;
  }
}
.sixContainer .sixColums {
  width: 16.6666666667%;
}

.threeContainer {
  width: 60%;
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .threeContainer {
    width: 65%;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .threeContainer {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .threeContainer {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .threeContainer {
    width: 100%;
  }
}
.threeContainer .threeColums {
  width: 33.3333333333%;
  padding: 10px 0;
  margin: 0 auto;
  padding-bottom: 25px;
}
.threeContainer .threeColums .action {
  width: 100%;
  margin: 0;
}
.threeContainer .threeColums .action img {
  vertical-align: top;
  margin-bottom: 15px !important;
}
@media (min-width: 1921px) {
  .threeContainer .threeColums .action img {
    height: 80px !important;
  }
}
@media (min-width: 1537px) and (max-width: 1920px) {
  .threeContainer .threeColums .action img {
    height: 55px !important;
  }
}
@media (min-width: 1366px) and (max-width: 1536px) {
  .threeContainer .threeColums .action img {
    height: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .threeContainer .threeColums .action img {
    height: 33px !important;
  }
}
@media (max-width: 991.98px) {
  .threeContainer .threeColums .action img {
    height: 30px !important;
  }
}
.threeContainer .threeColums .action .title {
  font-size: 22px !important;
  white-space: pre;
  line-height: normal !important;
}
@media (min-width: 1921px) {
  .threeContainer .threeColums .action .title {
    font-size: 2.1rem !important;
  }
}
@media (width: 1536px) {
  .threeContainer .threeColums .action .title {
    font-size: 19px !important;
  }
}
@media (max-width: 1440px) and (min-width: 1360px) {
  .threeContainer .threeColums .action .title {
    font-size: 17px !important;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .threeContainer .threeColums .action .title {
    font-size: 17px !important;
    text-align: center !important;
  }
}
@media (max-width: 1170px) and (min-width: 768px) {
  .threeContainer .threeColums .action .title {
    font-size: 15px !important;
  }
}
@media (max-width: 991.98px) {
  .threeContainer .threeColums .action .title {
    font-size: 14px !important;
    width: 100%;
    text-align: center !important;
  }
}
@media (max-width: 575.98px) {
  .threeContainer .threeColums .action .title {
    font-size: 13px !important;
    width: 100%;
    line-height: 1.7;
  }
}

#changeBG .modal-header {
  background-color: white;
}
#changeBG .modal-header svg {
  fill: #32323b;
}
#changeBG .modal-header h4 {
  font-weight: bold;
  font-size: 20px;
}
#changeBG .modal-body {
  background-color: #ececec;
}
#changeBG .modal-body .row div {
  border: 2px solid whitesmoke;
  margin-right: 8%;
  margin-bottom: 2%;
  height: 150px;
}
#changeBG .modal-footer {
  text-align: center;
  padding: 4%;
}
#changeBG .modal-footer button {
  background-color: transparent;
  border: 1px solid lightgray;
  padding: 15px 55px;
  margin-top: 2%;
  margin-right: 26px;
}
#changeBG .modal-footer button:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  color: white;
  background-color: #d0d0d0;
}
@media (max-width: 767.98px) {
  #changeBG .modal-footer button {
    width: 100%;
  }
}

.header {
  padding: 0px 70px;
  position: relative;
  min-height: 180px;
  margin-bottom: 0px;
  margin-top: -1px;
}
@media (max-width: 1199.98px) {
  .header {
    padding: 0px 35px;
  }
}
@media (max-width: 991.98px) {
  .header {
    padding: 0px 35px;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding: 35px;
  }
}
.header .pageData {
  display: flex;
}
.header .pageData .personImage {
  display: inline-block;
  width: 13%;
}
@media (min-width: 1537px) {
  .header .pageData .personImage {
    width: 12%;
  }
}
@media (max-width: 767.98px) {
  .header .pageData .social-tab {
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    flex-direction: column;
  }
}
.header .pageData .personData {
  width: 87%;
  padding: 0 0 0 60px;
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
}
@media (min-width: 2000px) {
  .header .pageData .personData {
    padding: 0 0 0 80px;
  }
}
@media (min-width: 1537px) {
  .header .pageData .personData {
    width: 88%;
  }
}
.header .header-image {
  border-radius: 50%;
  background-color: #fff;
  object-fit: contain;
  position: relative;
  top: 35px;
  z-index: 1;
  box-shadow: 0 0 0 8px rgba(204, 204, 204, 0.5);
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .header .header-image {
    top: 45px;
  }
}
@media (width: 1366px) {
  .header .header-image {
    top: 35px;
  }
}
.header .header-image .col-xs-10,
.header .header-image .col-xs-2 {
  width: auto;
  padding: 0 10px;
  display: inline-block;
}
.header .header-background {
  border-radius: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -100;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .header .header-background {
    object-fit: unset;
  }
}
.header .person-background {
  background: rgb(74, 26, 162);
  background: -moz-linear-gradient(left, rgb(74, 26, 162) 0%, rgb(172, 33, 52) 100%);
  background: -webkit-linear-gradient(left, rgb(74, 26, 162) 0%, rgb(172, 33, 52) 100%);
  background: linear-gradient(to right, rgb(74, 26, 162) 0%, rgb(172, 33, 52) 100%);
}
.header .entity-background {
  background: rgb(35, 57, 116);
  background: -moz-linear-gradient(left, rgb(35, 57, 116) 0%, rgb(35, 57, 116) 21%, rgb(35, 57, 116) 21%, rgb(15, 105, 123) 50%, rgb(11, 31, 49) 79%, rgb(11, 31, 49) 99%);
  background: -webkit-linear-gradient(left, rgb(35, 57, 116) 0%, rgb(35, 57, 116) 21%, rgb(35, 57, 116) 21%, rgb(15, 105, 123) 50%, rgb(11, 31, 49) 79%, rgb(11, 31, 49) 99%);
  background: linear-gradient(to right, rgb(35, 57, 116) 0%, rgb(35, 57, 116) 21%, rgb(35, 57, 116) 21%, rgb(15, 105, 123) 50%, rgb(11, 31, 49) 79%, rgb(11, 31, 49) 99%);
}
.header .img-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.header .img-container img {
  background-color: #32323b;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.header .img-container svg {
  width: 2rem;
  fill: white;
  position: absolute;
  top: 50%;
  bottom: -150px;
  left: 0;
  right: 0;
  margin: auto;
}
.header .img-container label {
  text-align: center;
  cursor: pointer;
  font-size: 0.8rem;
  position: absolute;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50%;
  font-weight: bold;
  color: white;
}
.header .img-container #upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.header .profile-info {
  color: white;
  position: relative;
  top: 0;
  margin-left: 0px;
  width: 75%;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .header .profile-info {
    width: 68%;
  }
}
@media (max-width: 991.98px) {
  .header .profile-info {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .header .profile-info {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .header .profile-info {
    left: 0px;
  }
}
.header .profile-info ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.header .profile-info ul li {
  list-style-type: none;
  padding-right: 1rem;
  display: flex;
  align-items: flex-end;
}
.header .profile-info ul li svg {
  fill: white;
  width: 17px;
  height: 17px;
}
@media (min-width: 2500px) {
  .header .profile-info ul li svg {
    width: 23px;
    height: 23px;
    margin-top: 5px;
  }
}
.header .profile-info ul li .active svg {
  fill: white;
  cursor: pointer;
}
.header .profile-info ul li > svg {
  opacity: 0.4;
}
.header .profile-info ul li:empty {
  padding-right: 0;
}
.header .profile-info .name {
  font-size: 30px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media (min-width: 1537px) {
  .header .profile-info .name {
    margin-bottom: 2.5px;
  }
}
@media (min-width: 2500px) {
  .header .profile-info .name {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1440px) and (max-width: 1550px) {
  .header .profile-info .name {
    font-size: 26px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .header .profile-info .name {
    font-size: 22px !important;
  }
}
@media (max-width: 1199.98px) {
  .header .profile-info .name {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .header .profile-info .name {
    width: 100%;
  }
}
.header .profile-info .title {
  font-size: 21px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
@media (min-width: 1537px) {
  .header .profile-info .title {
    margin-bottom: 2.5px;
  }
}
@media (min-width: 2500px) {
  .header .profile-info .title {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1440px) and (max-width: 1550px) {
  .header .profile-info .title {
    font-size: 16px;
  }
}
@media (width: 1024px) {
  .header .profile-info .title {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header .profile-info .title {
    font-size: 10pt;
  }
}
@media (max-width: 767.98px) {
  .header .profile-info .title {
    width: 100%;
  }
}
.header .profile-info .websiteURL,
.header .profile-info .location {
  color: #4fb4e6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 2500px) {
  .header .profile-info .websiteURL,
  .header .profile-info .location {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .header .profile-info .websiteURL,
  .header .profile-info .location {
    font-size: 8pt;
  }
}
@media (max-width: 767.98px) {
  .header .profile-info .websiteURL,
  .header .profile-info .location {
    width: 100%;
  }
}
.header .profile-info .description {
  color: white;
  font-size: 13px;
  font-weight: 500;
  width: 45%;
  white-space: nowrap;
}
@media (min-width: 2000px) {
  .header .profile-info .description {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0;
  }
}
@media (min-width: 1537px) {
  .header .profile-info .description {
    margin-top: 10px;
  }
}
@media (min-width: 1366px) and (max-width: 1550px) {
  .header .profile-info .description {
    width: 60%;
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  .header .profile-info .description {
    width: 75%;
    font-size: 11px;
  }
}
@media (max-width: 991.98px) {
  .header .profile-info .description {
    font-size: 8pt;
    width: 55%;
    white-space: normal;
  }
}
@media (max-width: 767.98px) {
  .header .profile-info .description {
    width: 100%;
  }
}
.header .profile-info-edit {
  display: inline-grid;
}
@media (max-width: 767.98px) {
  .header .profile-info-edit {
    margin-top: 200px;
  }
}
.header .profile-info-edit input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fafafa;
  color: white;
}
.header .profile-info-edit .name {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .header .profile-info-edit .name {
    font-size: 0.8rem;
  }
}
.header .profile-info-edit svg {
  width: 1.5rem;
  position: relative;
  bottom: 30px;
  left: 370px;
  fill: white;
  margin-left: 5%;
}
@media (max-width: 767.98px) {
  .header .profile-info-edit svg {
    left: 11rem;
  }
}
.header .follow-svg {
  width: 25px;
  fill: white;
  margin-right: 8px;
  stroke: white;
}
@media (max-width: 991.98px) {
  .header .follow-svg {
    width: 17px;
  }
}
.header .btn-radivision {
  margin: auto auto;
}
@media (max-width: 1199.98px) {
  .header .btn-radivision {
    border-radius: 0.5rem;
    padding: 14px 20px;
  }
}
@media (max-width: 767.98px) {
  .header .btn-radivision {
    padding: 10px 20px;
    border-radius: 4px;
  }
}
.header .edit-btn {
  margin-top: 0.5rem;
  min-width: 17rem;
}
@media (max-width: 767.98px) {
  .header .edit-btn {
    min-width: 15rem;
  }
}
.header .btn-extra {
  padding: 13px 25px;
  margin-left: 11px;
}
@media (max-width: 767.98px) {
  .header .btn-extra {
    padding: 13px 7px;
  }
}
.header .more-menu-toggle {
  margin-left: 10px;
}
.header .more-menu-toggle::after {
  content: none;
  display: none;
}
.header .more-menu-toggle svg {
  width: 24px;
  max-height: 51px;
  fill: #4cb4e7;
}
.header .more-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  margin: 0;
  right: 0 !important;
  left: auto !important;
  transform: translateX(0) !important;
  top: 36px !important;
}
.header .more-menu .dropdown-item {
  padding: 0.45rem 1.5rem;
  cursor: pointer;
  background-color: #f2f4f4;
}
.header .more-menu .dropdown-item:focus, .header .more-menu .dropdown-item:hover {
  background-color: #4cb4e7;
  color: white;
}
@media (max-width: 991.98px) {
  .header .modal .modal-body {
    padding: 35px !important;
  }
}
.header .modal form {
  /* IMAGE STYLES */
  /* CHECKED STYLES */
}
.header .modal form .separator {
  background-color: #ececec;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 3%;
  text-align: left;
  width: 100%;
}
@media (min-width: 2000px) {
  .header .modal form .separator {
    font-size: 22px;
    padding: 18px;
  }
}
.header .modal form .media-image-section {
  padding: 0;
}
.header .modal form .basic-info .form-group {
  margin-bottom: 0.5rem;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .header .modal form .basic-info .form-group {
    padding: 0;
  }
}
@media (min-width: 2000px) {
  .header .modal form .basic-info .form-group {
    margin-bottom: 1.5rem;
  }
}
.header .modal form .basic-info label {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .header .modal form .basic-info label {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .header .modal form .basic-info label {
    font-size: 24px;
  }
}
.header .modal form .basic-info label .penSvg {
  width: 20px;
  position: relative;
  bottom: 35px;
}
.header .modal form .basic-info input {
  font-size: 15px;
}
.header .modal form .basic-info input::placeholder {
  font-size: 15px;
}
.header .modal form .basic-info input.warn {
  border-color: #dc3545;
}
.header .modal form .changeBG {
  padding-top: 2%;
}
@media (max-width: 991.98px) {
  .header .modal form .changeBG {
    padding-left: 0;
  }
}
.header .modal form .changeBG .row {
  margin-right: 0;
  margin-left: -5px;
}
.header .modal form .changeBG .row .background-section {
  padding: 0;
}
.header .modal form .changeBG .row .background-section .background {
  display: flex;
  padding: 0;
}
.header .modal form .changeBG .row .background-section .background canvas {
  width: 100% !important;
  height: 150px !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.header .modal form .changeBG .row .background-section .background canvas.selected {
  border: 4px solid #4cb4e7;
}
.header .modal form .changeBG .row div {
  cursor: pointer;
  padding: 0 5px;
}
@media (max-width: 767.98px) {
  .header .modal form .changeBG .row div {
    margin-bottom: 10px;
  }
}
.header .modal form .changeBG .row div .bg-img {
  margin-bottom: 10px;
  padding: 0;
  height: 150px;
}
@media (max-width: 767.98px) {
  .header .modal form .changeBG .row div .bg-img {
    height: 100%;
    width: 100%;
  }
}
.header .modal form .changeBG .row div .bg-img img {
  object-fit: cover;
  height: 100%;
  border: transparent;
  transition: all 0.3s;
  width: 100%;
}
.header .modal form .changeBG .row div .bg-img img.selected {
  border: 4px solid #4cb4e7;
}
.header .modal form .changeBG .row div .img-options {
  width: 45px;
  height: 45px;
  background-color: #4cb4e7;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 5px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  display: none;
}
.header .modal form .changeBG .row div .img-options svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.header .modal form .changeBG .row div:hover .img-options {
  display: flex;
}
.header .modal form .changeBG .row div.add-img {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 150px;
}
.header .modal form .changeBG .row div.add-img .selected img {
  border: 4px solid #4cb4e7;
}
.header .modal form .changeBG .row div.add-img input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.header .modal form .changeBG .row div.add-img svg {
  fill: white;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #4cb4e7;
  border-radius: 50%;
  margin-bottom: 5px;
}
.header .modal form .changeBG .row div.add-img span {
  display: block;
}
.header .modal form .changeBG .row div.add-img span.delete-file {
  background: #e40505;
  color: #fff;
  margin-bottom: 5px;
}
.header .modal form .changeBG .row div.add-img span.select-file {
  background: #007bff;
  color: #fff;
}
.header .modal form .changeBG .row div.add-img .img-options {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header .modal form .changeBG .row div.add-img:hover .img-options {
  opacity: 1;
  visibility: visible;
}
.header .modal form [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.header .modal form [type=radio] + img {
  cursor: pointer;
}
.header .modal form [type=radio]:checked + img {
  outline: 2px solid #f00;
}
@media (max-width: 767.98px) {
  .header .modal form .btn-radivision {
    width: 70%;
  }
}

#editProfileModal .modal-footer,
#edit-social-links .modal-footer {
  padding: 0;
  margin-top: 0;
}
#editProfileModal .modal-footer .row,
#edit-social-links .modal-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#editProfileModal .rightPadding,
#edit-social-links .rightPadding {
  padding-right: 0;
}
#editProfileModal .leftPadding,
#edit-social-links .leftPadding {
  padding-left: 0;
}

.allow-reset {
  position: relative;
}
.allow-reset input {
  padding-right: 36px;
}
.allow-reset .reset-input {
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 2px;
  height: calc(100% - 0.7rem);
  display: flex;
  align-items: center;
}
.allow-reset .reset-input svg {
  width: 24px;
  height: 24px;
  margin: 0 !important;
  margin-top: -6.6px !important;
}
.allow-reset.rightPadding .reset-input {
  right: 5px;
}

#tabs {
  padding: 0;
}
@media (max-width: 991.98px) {
  #tabs {
    padding: 0;
  }
}
#tabs ul {
  background-color: #fff;
  border-bottom: none;
  margin-top: 0px;
}
@media (max-width: 767.98px) {
  #tabs ul {
    margin-top: -6px;
  }
}
#tabs ul .nav-my-media-tab svg {
  width: 40px;
  height: 28px;
}
@media (width: 1366px) {
  #tabs ul .nav-my-media-tab svg {
    width: 35px;
    height: 24px;
  }
}
@media (min-width: 2500px) {
  #tabs ul .nav-my-media-tab svg {
    width: auto;
    height: 40px;
  }
}
#tabs ul .nav-my-media-tab .my-media-l1 {
  fill: none;
  stroke: #3b3b3e;
  stroke-width: 5.0555;
  stroke-miterlimit: 10;
}
#tabs ul .nav-my-media-tab .my-media-l2 {
  fill: none;
  stroke: #4cb4e7;
  stroke-width: 5.0555;
  stroke-miterlimit: 10;
}
#tabs ul .nav-my-media-tab .my-media-l3 {
  fill: #4cb4e7;
}
#tabs ul .nav-my-media-tab .active .my-media-l1 {
  stroke: white;
}
#tabs ul .nav-overview-tab .active .cls-2 {
  fill: white;
}
#tabs ul .nav-northstar-tab .active .star-1 {
  fill: darkgray;
}
#tabs ul .dna-tab svg {
  position: relative;
  top: 7px;
}
#tabs ul .dna-tab .active .dna-1 {
  fill: white;
}
#tabs ul li {
  background: #f2f4f4;
  width: 25%;
  list-style-type: none;
  color: #32323b;
  text-align: center;
  margin-right: 5px;
}
@media (min-width: 2000px) {
  #tabs ul li {
    border-bottom: 3px solid transparent;
  }
}
@media (max-width: 767.98px) {
  #tabs ul li {
    margin-right: 3px;
  }
}
#tabs ul li:hover {
  background-color: #32323b;
  border-bottom-color: #4cb4e7;
  border-radius: 0;
}
#tabs ul li a {
  color: black;
  width: 100%;
  height: 100%;
  border-top: none;
  border-radius: 0;
  font-size: 9pt;
  font-weight: bold;
  white-space: nowrap;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-bottom: 3px solid transparent;
  line-height: normal !important;
  height: 100% !important;
  vertical-align: middle;
  padding: 20px;
  letter-spacing: 0.075rem;
}
@media (min-width: 2000px) {
  #tabs ul li a {
    font-size: 18px;
    padding: 24px 20px;
  }
}
@media (max-width: 991.98px) {
  #tabs ul li a {
    padding: 15px 10px;
    white-space: unset;
    font-size: 7pt;
  }
}
#tabs ul li a:hover {
  background-color: #32323b;
  color: whitesmoke;
  border-bottom-color: #4cb4e7;
}
#tabs ul li a:hover h6 {
  color: white;
}
#tabs ul li a.active {
  background-color: #32323b;
  border-bottom-color: #4cb4e7;
  color: whitesmoke;
  border-radius: 0;
}
#tabs ul li .active {
  background-color: #32323b;
  color: whitesmoke;
  border-bottom-color: #4cb4e7;
}
@media (min-width: 2000px) {
  #tabs ul li .active {
    border-bottom-color: #4cb4e7;
  }
}
#tabs ul li .active h6 {
  color: white;
}
#tabs ul li h6 {
  color: #32323b;
  font-size: 9pt;
}
@media (max-width: 767.98px) {
  #tabs ul li h6 {
    font-size: 6pt;
  }
}
#tabs ul li svg {
  width: 28px;
  height: 28px;
  margin: -5px 5px;
}
@media (max-width: 1199.98px) {
  #tabs ul li svg {
    display: none;
  }
}
@media (min-width: 2500px) {
  #tabs ul li svg {
    width: auto;
    height: 40px;
    margin-right: 10px;
    vertical-align: text-top;
  }
}
#tabs ul li:last-child {
  margin-right: 0px;
}
#tabs ul .empty-tab:hover {
  background-color: #f2f4f4;
  border-bottom: 0 #f2f4f4;
}
#tabs ul .my-media-2 {
  fill: #4cb4e7;
}
#tabs ul .my-media:hover .my-media-l1,
#tabs ul .my-media:focus .my-media-l1,
#tabs ul .my-media:active .my-media-l1 {
  stroke: white;
}
#tabs ul .dna-2 {
  fill: #4cb4e7;
}
#tabs ul .dna:hover .dna-1,
#tabs ul .dna:focus .dna-1 {
  fill: white;
}
#tabs ul .star .star-1 {
  fill: #32323b;
}
#tabs ul .star .star-2 {
  fill: #4cb4e7;
}
#tabs ul .star .star-0 {
  fill: white;
}
#tabs ul .star:hover .star-0, #tabs ul .star:focus .star-0 {
  fill: white;
}
#tabs ul .star:hover .star-1, #tabs ul .star:focus .star-1 {
  fill: darkgray;
}
#tabs ul .star:hover .star-2, #tabs ul .star:focus .star-2 {
  fill: #4cb4e7;
}
#tabs ul #overview-icon .cls-1 {
  fill: #4cb4e7;
}
#tabs ul .overview:hover .cls-2,
#tabs ul .overview:focus .cls-2,
#tabs ul .overview .active .cls-2 {
  fill: white;
}
#tabs ul .account-settings:hover .setting-icon,
#tabs ul .account-settings:focus .setting-icon,
#tabs ul .account-settings:active .setting-icon {
  fill: white;
}
#tabs ul .notification:hover svg,
#tabs ul .notification:focus svg,
#tabs ul .notification:active svg {
  fill: #4cb4e7;
}

#dnaTab .dna-upload {
  padding-right: 2px;
  padding-left: 2px;
  margin-bottom: 20px;
}
#dnaTab .dna-upload .plusIconDiv {
  border-radius: 50%;
  background-color: #4cb4e8;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
}
#dnaTab .dna-upload .plusIconDiv #Plus {
  fill: white;
  width: 29px;
  height: 44px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  margin-top: -22px;
}
#dnaTab .dna-upload label {
  position: relative;
  top: 50%;
  margin-top: 100px;
  cursor: pointer;
}

#EntityNorthStarEditableTab {
  padding: 55px 0;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #EntityNorthStarEditableTab {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  #EntityNorthStarEditableTab {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  #EntityNorthStarEditableTab {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  #EntityNorthStarEditableTab {
    padding: 0;
    width: 100%;
    padding-bottom: 40px;
  }
}
#EntityNorthStarEditableTab::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #f1f1f1;
}
#EntityNorthStarEditableTab .star-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 17px;
  width: 100%;
}
#EntityNorthStarEditableTab .star-icon svg {
  width: 10%;
  height: 85px;
}
@media (max-width: 767.98px) {
  #EntityNorthStarEditableTab .star-icon svg {
    width: 25%;
  }
}
#EntityNorthStarEditableTab .star-icon svg .cls-1 {
  fill: #a6a8ab;
}
#EntityNorthStarEditableTab .star-icon svg .cls-2 {
  fill: #4fb4e6;
}
#EntityNorthStarEditableTab .star-icon svg .cls-3 {
  fill: #fff;
}
#EntityNorthStarEditableTab .star-icon::after {
  display: block;
  content: "";
  width: 95%;
  height: 0.1rem;
  background-color: #f1f1f1;
  position: absolute;
  z-index: -1;
}
#EntityNorthStarEditableTab .ON {
  margin-bottom: 20px;
}
#EntityNorthStarEditableTab .ON div {
  text-align: right;
  width: 60%;
}
@media (max-width: 767.98px) {
  #EntityNorthStarEditableTab .ON div {
    width: 70%;
    text-align: right;
  }
}
#EntityNorthStarEditableTab .ON img {
  width: 40px;
}
#EntityNorthStarEditableTab .ON h4 {
  display: inline-block;
  position: relative;
  top: 5px;
  font-weight: 700;
  color: #a9a7a7;
}
@media (max-width: 767.98px) {
  #EntityNorthStarEditableTab p {
    font-size: 9pt;
    text-align: justify;
  }
}
#EntityNorthStarEditableTab .questions-answers {
  position: relative;
}
#EntityNorthStarEditableTab .questions-answers h6 {
  margin-bottom: 24px;
  padding-right: 24px;
}
@media (max-width: 767.98px) {
  #EntityNorthStarEditableTab .questions-answers h6 {
    font-size: 10pt;
  }
}
@media (min-width: 2000px) {
  #EntityNorthStarEditableTab .questions-answers h6 {
    font-size: 1.4rem;
    margin-right: 48px;
    margin-bottom: 48px;
  }
}
#EntityNorthStarEditableTab .questions-answers .edit-svg {
  fill: #a6a8ab;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 2000px) {
  #EntityNorthStarEditableTab .questions-answers .edit-svg {
    width: 36px;
    height: 36px;
  }
}
#EntityNorthStarEditableTab .questions-answers .edit-svg:hover {
  fill: black;
  cursor: pointer;
}
#EntityNorthStarEditableTab .questions-answers em {
  margin-top: -15px;
  position: relative;
  margin-bottom: 35px;
  display: block;
  color: #4a4a4f;
}
#EntityNorthStarEditableTab .questions-answers label span {
  color: #4cb4e7;
  font-weight: bold;
}
#EntityNorthStarEditableTab .questions-answers textarea {
  background-color: #f9f9f4;
}
#EntityNorthStarEditableTab .questions-answers textarea:focus {
  box-shadow: none;
}
@keyframes topFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#EntityNorthStarEditableTab .questions-answers .show {
  display: block;
  animation-name: topFadeIn;
  animation-duration: 0.7s;
  margin-bottom: 25px;
}
#EntityNorthStarEditableTab .questions-answers .hide {
  display: none;
}
#EntityNorthStarEditableTab .questions-answers button {
  margin-top: 8px;
}
#EntityNorthStarEditableTab .questions-answers button .check-icon {
  width: 13px;
  height: 13px;
  position: relative;
  left: 30%;
  bottom: 3px;
}
#EntityNorthStarEditableTab .questions-answers label {
  font-weight: bold;
}
#EntityNorthStarEditableTab .questions-answers .extra-questions h4 {
  font-weight: bold;
  cursor: pointer;
}

#EntityNorthStarTab {
  width: 70%;
  margin: 0 auto;
  padding: 55px 0;
}
@media (max-width: 1280px) {
  #EntityNorthStarTab {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  #EntityNorthStarTab {
    width: 100%;
    padding: 35px;
  }
}
@media (min-width: 2000px) {
  #EntityNorthStarTab {
    width: 62%;
  }
}
@media (max-width: 991.98px) {
  #EntityNorthStarTab {
    width: 100%;
  }
}
#EntityNorthStarTab .section-margin {
  margin-bottom: 70px;
}
#EntityNorthStarTab .intro {
  color: #4fb4e7;
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 50px;
}
@media (min-width: 2000px) {
  #EntityNorthStarTab .intro {
    font-size: 2.1rem;
  }
}
@media (max-width: 991.98px) {
  #EntityNorthStarTab .intro {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  #EntityNorthStarTab .intro {
    font-size: 12px;
  }
}
#EntityNorthStarTab .section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 17px;
  width: 100%;
}
#EntityNorthStarTab .section-icon img {
  /* width: 10%; */
  /* margin-right: 45%; */
  /* margin-left: 45%; */
  position: relative;
  background-color: white;
  margin: 0 auto;
  height: 52px;
  padding: 0 10px;
}
@media (min-width: 2500px) {
  #EntityNorthStarTab .section-icon img {
    height: 80px;
  }
}
#EntityNorthStarTab .section-icon::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #f1f1f1;
  position: absolute;
  z-index: -1;
}
#EntityNorthStarTab svg {
  width: 10%;
  background-color: white;
}
#EntityNorthStarTab svg .cls-1 {
  fill: #a6a8ab;
}
#EntityNorthStarTab svg .cls-2 {
  fill: #4fb4e6;
}
#EntityNorthStarTab svg .cls-3 {
  fill: #fff;
}
#EntityNorthStarTab .questions-answers .question {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (min-width: 2500px) {
  #EntityNorthStarTab .questions-answers .question {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  #EntityNorthStarTab .questions-answers .question {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  #EntityNorthStarTab .questions-answers .question {
    font-size: 11px;
  }
}
#EntityNorthStarTab .questions-answers .answer {
  font-size: 13px;
  font-size: 14px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  #EntityNorthStarTab .questions-answers .answer {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  #EntityNorthStarTab .questions-answers .answer {
    font-size: 10px;
  }
}

.my-media-tab {
  margin-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .my-media-tab {
    padding: 4% 2%;
  }
}
@media (max-width: 767.98px) {
  .my-media-tab {
    padding: 4% 6%;
  }
}
.my-media-tab .title {
  font-weight: bold;
  font-size: 11px;
  max-width: 95%;
}
@media (min-width: 2000px) {
  .my-media-tab .title {
    font-size: 18px;
  }
}
.my-media-tab .padding-left-right {
  padding-right: 15px;
  padding-left: 0;
}
.my-media-tab .padding-left-right .card {
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
}
.my-media-tab .padding-left-right .card .card-body {
  padding: 15px;
}
@media (max-width: 991.98px) {
  .my-media-tab .padding-left-right .card {
    margin: 55px 30px;
  }
}
@media (max-width: 767.98px) {
  .my-media-tab .padding-left-right .card {
    margin: 55px 0;
  }
}

.bg-gray {
  padding: 25px 70px 25px 25px;
}
.bg-gray .nav-tabs .nav-item .nav-link.active {
  padding: 0.65rem 0;
  max-height: 44.5px;
}
@media (min-width: 2500px) {
  .bg-gray .nav-tabs .nav-item .nav-link {
    padding: 1.2rem 0 !important;
    max-height: 75.5px !important;
  }
}
@media (min-width: 1282px) and (max-width: 1366px) {
  .bg-gray {
    padding: 25px 70px 25px 15px;
  }
}
@media (min-width: 997px) and (max-width: 1280px) {
  .bg-gray {
    padding: 25px 35px 25px 15px;
  }
}
.bg-gray .social-content {
  margin-top: 0px;
}
@media (min-width: 2500px) {
  .bg-gray .social-content .tab-pane h4 {
    font-size: 1.25rem;
  }
}

.padding-left-right {
  padding-right: 15px;
  padding-left: 0;
}

.auto-fill:disabled {
  background-color: #f0f0f0;
  border-color: #d1d1db;
  color: #32323b !important;
  cursor: not-allowed;
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 800px) {
  .mediaContainer {
    flex: 0 0 62%;
    max-width: 62%;
  }
  .bg-gray {
    flex: 0 0 38%;
    max-width: 38%;
  }
}
@media (min-width: 996px) and (max-width: 1170px) {
  .mediaContainer {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .bg-gray {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.overview-tab > ul.nav:first-child .nav-item .nav-link {
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 1537px) {
  .overview-tab > ul.nav:first-child .nav-item .nav-link {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .overview-tab > ul.nav:first-child .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1359px) {
  .overview-tab > ul.nav:first-child .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (min-width: 2000px) {
  .overview-tab > ul.nav:first-child .nav-item .nav-link {
    font-size: 36px;
  }
}
.overview-tab .section-header {
  display: flex;
  margin-top: 25px;
}
.overview-tab .section-header h3.section-title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-family: "MuliBold";
  flex: 1;
}
.overview-tab .section-header .controls a {
  cursor: pointer;
  font-size: 18px;
  line-height: 33px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #36373f;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-weight: 900;
  transition: all 0.3s;
}
@media (min-width: 2000px) {
  .overview-tab .section-header .controls a {
    font-size: 30px;
  }
}
.overview-tab .section-header .controls a span {
  padding: 1px 6px;
  margin-right: 4px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: transparent;
}
.overview-tab .section-header .controls a span svg {
  height: 14px;
  width: 14px;
  fill: #36373f;
  vertical-align: baseline;
}
@media (min-width: 2000px) {
  .overview-tab .section-header .controls a span svg {
    height: 26px;
    width: auto;
    vertical-align: sub;
  }
}
.overview-tab .section-header .controls a:hover {
  color: #4cb4e7;
}
.overview-tab .section-header .controls a:hover span {
  background-color: #4cb4e7;
}
.overview-tab .section-header .controls a:hover span svg {
  fill: #fff;
}
.overview-tab .section-header.action-nav {
  margin-top: 0;
}
.overview-tab .section-header.action-nav .section-navbar {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.overview-tab .section-header.action-nav .section-navbar .controls {
  position: absolute;
  right: 0;
  line-height: 48px;
  z-index: 1;
  margin-top: 10px;
  margin-right: 15px;
}
.overview-tab .section-header.action-nav .section-navbar .nav.nav-tabs.panel-nav {
  flex: 1;
}
.overview-tab .plus-icon {
  width: 13px;
  fill: #4cb4e7;
  stroke: #4cb4e7;
  cursor: pointer;
}
.overview-tab .modal-plus-icon {
  width: 16px;
  fill: white;
  stroke: white;
  float: right;
  margin-left: 25px;
}
.overview-tab .panels-padding.container-fluid > *:not(.tab-content), .overview-tab .panels-padding.container-sm > *:not(.tab-content), .overview-tab .panels-padding.container-md > *:not(.tab-content), .overview-tab .panels-padding.container-lg > *:not(.tab-content), .overview-tab .panels-padding.container-xl > *:not(.tab-content) {
  margin: 0 !important;
}
.overview-tab .panels-padding.container-fluid > h3.panel-title, .overview-tab .panels-padding.container-sm > h3.panel-title, .overview-tab .panels-padding.container-md > h3.panel-title, .overview-tab .panels-padding.container-lg > h3.panel-title, .overview-tab .panels-padding.container-xl > h3.panel-title {
  margin-bottom: 20px !important;
}
.overview-tab .panels-padding .tab-content {
  position: relative;
  margin-left: -70px;
  margin-right: -70px;
}
.overview-tab .panels-padding .tab-content .rdv-slide-desc {
  display: none;
}
@media (max-width: 991.98px) {
  .overview-tab .panels-padding .tab-content {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (width: 1024px) {
  .overview-tab .panels-padding .tab-content {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (max-width: 767.98px) {
  .overview-tab .panels-padding .tab-content {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.overview-tab div.portfolio-people .panels-padding .tab-content .rdv-slide-desc {
  display: block;
  font-size: 14px;
  line-height: 16px !important;
  max-height: 36px !important;
  padding-top: 4px;
}
.overview-tab .companies-entities-section {
  background: transparent;
}
.overview-tab .companies-entities-section .search-filters .title {
  margin-top: 0;
}
.overview-tab .companies-entities-section hr {
  border-width: 2px;
  border-color: #dee2e6;
  margin-bottom: 35px;
}
.overview-tab .companies-entities-section .six-by-one-grid .grid-item:hover h6.title {
  padding-left: 0;
}
.overview-tab .companies-entities-section .tab-content .six-by-one-grid .col-sm-4.col-lg-2 {
  border: none;
}
.overview-tab .companies-entities-section .panel-nav .nav-link {
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .overview-tab .companies-entities-section .panel-nav .nav-link {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1359px) {
  .overview-tab .companies-entities-section .panel-nav .nav-link {
    font-size: 20px;
  }
}
.overview-tab .companies-entities-section .search-filters {
  align-items: flex-end;
}
.overview-tab .companies-entities-section .search-filters > div {
  display: inline-block;
  width: auto;
}
.overview-tab .companies-entities-section .search-filters > div:first-child {
  flex: 0;
  align-self: flex-start;
  position: absolute;
  z-index: 10;
}
.overview-tab .companies-entities-section .search-filters > div:first-child .filters .dropdown {
  width: 100%;
}
.overview-tab .companies-entities-section .search-filters > div:first-child .filters .dropdown > button {
  padding-right: 2rem;
}
.overview-tab .companies-entities-section .search-filters > div:last-child {
  margin-top: 14px;
  align-self: flex-start;
  padding-right: 190px;
  min-height: 75px;
}
@media (max-width: 767.98px) {
  .overview-tab .companies-entities-section .search-filters > div:last-child {
    margin-top: 75x;
    padding-right: 0;
  }
}
.overview-tab .companies-entities-section .tab-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.overview-tab .tab-content {
  padding-top: 20px;
}
.overview-tab .tab-content p {
  padding-top: 12px;
  font-size: 11pt;
}
@media (min-width: 2500px) {
  .overview-tab .tab-content p {
    font-size: 24px;
  }
}
.overview-tab .tab-content p .show {
  display: block;
}
.overview-tab .tab-content p .hide {
  display: none;
}
.overview-tab .tab-content button:not(.btn-radivision):not(.dropdown-button) {
  background-color: transparent;
  color: #4cb4e7;
  font-weight: bold;
  font-size: 10pt;
  padding: 0 0 50px 0;
}
@media (min-width: 2500px) {
  .overview-tab .tab-content h3 {
    font-size: 2.3rem;
  }
}
.overview-tab .tab-content h5 {
  font-weight: bold;
  font-size: 11pt;
}
@media (min-width: 2500px) {
  .overview-tab .tab-content h5 {
    font-size: 18pt;
  }
}
.overview-tab .tab-content h6 {
  font-size: 10pt;
}
@media (min-width: 2500px) {
  .overview-tab .tab-content h6 {
    font-size: 18pt;
  }
}
.overview-tab .tab-content .company-info {
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .overview-tab .tab-content .company-info {
    padding-left: 15px;
  }
}
.overview-tab .tab-content .company-info h6 {
  max-width: 140px;
  margin-bottom: 24px;
}
@media (min-width: 2500px) {
  .overview-tab .tab-content .company-info h6 {
    max-width: 260px;
    line-height: 32px;
  }
}
@media (max-width: 991.98px) {
  .overview-tab .tab-content .company-info h6 {
    max-width: 100%;
  }
}
.overview-tab .tab-content .product-info {
  margin-bottom: 20px;
}
.overview-tab .tab-content .product-info h6 {
  font-weight: 600;
}
.overview-tab .tab-content .product-info p {
  padding-top: 0;
  text-align: justify;
  max-width: 88%;
}
@media (max-width: 767.98px) {
  .overview-tab .tab-content .product-info p {
    max-width: 100%;
  }
}
.overview-tab .tab-content .product-info a {
  color: #4fb9d2;
}
.overview-tab .tab-content #people div {
  border: 1px solid #4cb4e7;
  display: inline-flex;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
}
.overview-tab .tab-content #people div a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.overview-tab .tab-content #people div a img {
  border: 1px solid #4cb4e7;
  border-radius: 50%;
  padding: 2px;
  width: 48px;
  height: 48px;
  margin: 7px;
}
.overview-tab .tab-content #people div a label {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-weight: bold;
  font-size: 9pt;
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5px;
}
.overview-tab .tab-content #people div a label span {
  flex: 1;
}
.overview-tab .tab-content #people div a label span.res {
  color: #4a4a4f;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8pt;
  font-weight: normal;
}
.overview-tab .tab-content #people div a:hover {
  text-decoration: none;
}
.overview-tab .tab-content #people div a:hover img {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.modal.fade.show {
  padding-right: 0 !important;
}

.mediaContainer .tab-content > .active {
  padding: 35px 70px;
}
@media (max-width: 1199.98px) {
  .mediaContainer .tab-content > .active {
    padding: 35px 35px;
  }
}
.mediaContainer .tab-content > .active .no-content-to-show {
  text-align: center;
  font-size: 20px;
  color: lightgrey;
  font-weight: 700;
}
.mediaContainer .tab-content > .active .six-by-one-grid {
  padding-left: 15px;
  padding-right: 5px;
}
.mediaContainer .tab-content > .active .container-fluid .six-by-one-grid, .mediaContainer .tab-content > .active .container-sm .six-by-one-grid, .mediaContainer .tab-content > .active .container-md .six-by-one-grid, .mediaContainer .tab-content > .active .container-lg .six-by-one-grid, .mediaContainer .tab-content > .active .container-xl .six-by-one-grid {
  padding: 0;
}
.mediaContainer .tab-content > .active .tab-content > .active {
  padding: 0;
}

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

.hunLeftPadding {
  padding: 0;
}

.account-person {
  padding: 14px 12.75px;
}

.top-class {
  padding: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.top-class .grid-item {
  margin-bottom: 0;
}

h6.title {
  font-weight: bold;
  margin-top: 15px;
}
h6.title::first-letter {
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
h6.title .tab-pane.active .btn-radivision {
  margin-top: 0px;
  margin-bottom: 50px;
}

.careers.col-6,
.col-6.image {
  padding: 0;
}

.has-float-label label,
.has-float-label > span {
  left: 0.5rem;
  padding: 0 5px;
  color: #b8bdc3;
}

@media (min-width: 1501px) and (max-width: 1536px) {
  .header .pageData .personData {
    padding: 0 0 0 38px;
  }
  .main-navbar.navbar .navbar-brand {
    width: 31%;
  }
  #account-settings .row,
  #my-saved-items .row,
  #contact-us .row {
    margin-left: 0;
    margin-right: 0;
  }
  #account-settings .row .not-Modal,
  #my-saved-items .row .not-Modal,
  #contact-us .row .not-Modal {
    padding: 0;
  }
  #account-settings .form-group,
  #my-saved-items .form-group,
  #contact-us .form-group {
    margin-bottom: 0.5rem;
  }
  #account-settings .form-group div:not(.col-sm-2),
  #my-saved-items .form-group div:not(.col-sm-2),
  #contact-us .form-group div:not(.col-sm-2) {
    padding: 0;
  }
  #account-settings .modal .form-group {
    margin-bottom: 12px;
  }
  #about-us .text-content .row div p,
  #about-us .north-star-vision p {
    font-size: 17px;
  }
  #about-us .work-with-us .row .careers .careers-background p {
    font-size: 20px;
  }
  .account-settings .col-md-4 {
    padding-right: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .search-results-grid {
    padding-left: 35px !important;
  }
  .mediaContainer {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .mediaContainer .tab-content > .active {
    padding: 35px 70px;
  }
  .bg-gray {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 25px 70px 25px 15px;
  }
  .header {
    padding: 0px 60px;
  }
}
@media (min-width: 1281px) and (max-width: 1500px) {
  .search-results-component .row:first-child .filter-div .filters-container {
    padding-left: 0.5rem;
  }
  .cofig_card .config_card--title {
    font-size: 16px;
  }
  .cofig_card .cofig_card--header span {
    font-size: 11px;
  }
  .header .profile-info .name {
    font-size: 28px;
  }
  .header .pageData .personImage {
    width: 14%;
  }
  .header .pageData .personData {
    width: 84%;
    padding: 0 0 0 45px;
  }
  .header .header-image {
    top: 35px;
  }
  .header {
    min-height: auto;
  }
  .feeds-list .feed {
    margin: 10px 0;
  }
  .hamburger-dropdown a.d-md-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.5rem !important;
  }
  .search-form {
    right: 60px;
  }
  .nav-justified .nav-item {
    flex-basis: unset;
  }
  #tabs ul li:first-child {
    width: 28%;
  }
  #tabs ul li {
    width: 23.3333333333%;
  }
  #account-settings .img-container img {
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    background-color: #bdbbbb;
  }
  #account-settings .col-md-4 {
    padding-right: 15px;
  }
  #account-settings .company-pages button svg {
    margin-left: 10px;
  }
  #account-settings #account-settings-title h3 {
    font-size: 1.5rem;
  }
  .company-pages .btn-radivision {
    font-size: 12px;
    padding: 14px 25px;
  }
  .company-pages .btn-radivision svg {
    margin-left: 5px;
  }
  .row .not-Modal {
    padding-right: 0;
  }
}
@media (min-width: 999px) and (max-width: 1281px) {
  .search-results-grid {
    padding-left: 0;
  }
  .search-results-component .row:first-child .filter-div .filters-container {
    padding-left: 0rem;
  }
  .col-xs-12.col-lg-8 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .feeds-list .feed .feed-content__text h6 {
    font-size: 0.75rem;
  }
  .header .pageData .personImage {
    width: 14%;
  }
  .header .pageData .personData {
    width: 86%;
    padding: 0 0 0 50px;
  }
  .header .header-image {
    top: 30px;
  }
  .header {
    min-height: auto;
  }
  .modal-body {
    padding-left: 35px;
    padding-right: 35px;
  }
  .feeds-list .feed {
    margin: 10px 0;
  }
  .header .header-image {
    top: 0px;
    margin: 25px 0;
  }
  .empty-tab {
    display: none !important;
  }
  .my-media-tab {
    padding: 0;
  }
  .mediaContainer .tab-content > .active .padding-left-right {
    width: 33.333%;
  }
  .top-class,
  .optional-div {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .social-media-feeds-tabs ul li a svg {
    fill: white !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 0rem !important;
  }
  #Footer h5 {
    font-size: 12pt;
  }
  .main-navbar.navbar .nav-item .nav-link {
    font-size: 0.9rem;
  }
  .hamburger-dropdown a.d-md-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.5rem !important;
  }
  .adding-left-right {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #Footer .socialMedia ul li {
    display: inline-block;
  }
  #account-settings,
  #my-saved-items {
    padding: 0 35px;
  }
  #account-settings .row .not-Modal,
  #my-saved-items .row .not-Modal {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .my-saved-items {
    padding: 0;
  }
  #account-settings .col-md-9 {
    width: 100%;
  }
  .feeds-list .feed .feed-content__text a {
    display: inline-block;
  }
  .img-fluid {
    width: auto;
  }
  .social-media-feeds-tabs ul li a svg {
    fill: #32323b;
  }
  .header .header-image {
    top: 30px;
  }
  .modal-body {
    padding-left: 35px;
    padding-right: 35px;
  }
  .header {
    padding: 10px 35px;
    min-height: auto;
  }
  .feeds-list .feed {
    margin: 10px 0;
  }
  .header .header-image {
    top: 0px;
    margin: 10px 0;
  }
  .empty-tab {
    display: none !important;
  }
  .my-media-tab {
    padding: 0;
  }
  .mediaContainer .tab-content > .active {
    padding: 35px;
  }
  .bg-gray {
    padding: 15px 35px;
    padding-left: 15px;
  }
  .mt-3,
  .my-3 {
    margin-top: 0rem !important;
  }
  #Footer h5 {
    font-size: 11pt;
    margin-bottom: 0 !important;
  }
  .hamburger-dropdown a.d-md-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.5rem !important;
  }
  #Footer .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
  }
  .adding-left-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header .pageData .personImage {
    width: 20%;
  }
  .header .pageData .personData {
    width: 85%;
    padding: 0 0 0 35px;
  }
  #Footer .socialMedia ul li {
    display: inline-block;
  }
  .socialMedia.content-left {
    padding: 0;
  }
  .main-navbar.navbar .navbar-brand {
    margin-left: 35px;
  }
  .footer-controller .main-nav .section-Name {
    margin-right: 10px;
    text-align: center;
  }
  .footer-controller .main-nav li {
    font-size: 13px;
    line-height: 26px;
  }
  .account-settings .company-pages::after {
    margin: 1% 0%;
  }
  .account-settings .company-set {
    padding-bottom: 0;
    padding-right: 0;
  }
  #account-settings,
  #my-saved-items {
    padding: 60px 20px;
  }
  #account-settings .row,
  #my-saved-items .row {
    margin: 0;
  }
  #account-settings .row .not-Modal,
  #my-saved-items .row .not-Modal {
    padding: 0;
  }
  #account-settings .row .forRes,
  #my-saved-items .row .forRes {
    flex: 100%;
    max-width: 100%;
  }
  #account-settings .form-group,
  #my-saved-items .form-group {
    padding: 0;
  }
  #account-settings .form-group div:not(.col-sm-2),
  #my-saved-items .form-group div:not(.col-sm-2) {
    padding: 0;
  }
  #account-settings .company-set .row div,
  #my-saved-items .company-set .row div {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #account-settings #subscription-notification .col-md-4,
  #my-saved-items #subscription-notification .col-md-4 {
    width: 45%;
  }
  #account-settings .col-sm-6.col-md-3,
  #my-saved-items .col-sm-6.col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #account-settings .account-settings .title h4,
  #my-saved-items .account-settings .title h4 {
    margin-bottom: 10px;
  }
  #account-settings .account-settings .form-group,
  #my-saved-items .account-settings .form-group {
    margin-bottom: 0.4rem;
  }
  #account-settings .account-settings .has-float-label .form-control:placeholder-shown:not(:focus) + *,
  #my-saved-items .account-settings .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    top: 15px;
  }
  #account-settings .account-settings .company-pages button svg,
  #my-saved-items .account-settings .company-pages button svg {
    margin-left: 10px;
  }
  #account-settings .account-settings #account-settings-title h3,
  #my-saved-items .account-settings #account-settings-title h3 {
    font-size: 1.25rem;
  }
  #account-settings .account-settings h4,
  #account-settings .account-settings .title h4,
  #account-settings .account-settings #subscription-notification h4,
  #my-saved-items .account-settings h4,
  #my-saved-items .account-settings .title h4,
  #my-saved-items .account-settings #subscription-notification h4 {
    font-size: 16px;
  }
  #account-settings .account-settings #subscription-notification .switch,
  #my-saved-items .account-settings #subscription-notification .switch {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #account-settings .account-settings #subscription-notification .switch label,
  #my-saved-items .account-settings #subscription-notification .switch label {
    font-size: 13px;
  }
  #account-settings .footer-controller .main-nav li,
  #my-saved-items .footer-controller .main-nav li {
    font-size: 8pt;
  }
  #account-settings form .form-group input,
  #my-saved-items form .form-group input {
    height: 50px;
    border: 1px solid #ced4da;
    border-radius: 7px;
  }
  .col-md-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .socialMedia.content-left {
    padding: 0;
  }
  #onPanel img {
    width: 50%;
  }
  #onPanel {
    padding: 0;
  }
  .content-right {
    float: none !important;
    margin-left: 20px;
  }
  .social-media-feeds-tabs ul li a svg {
    fill: #32333b;
  }
  .six-by-one-grid .grid-item img {
    width: 100%;
    height: 100%;
  }
  .header .pageData {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .header .header-image {
    top: 30px;
  }
  .bg-gray {
    padding: 0px 35px;
  }
  .feeds-list .feed {
    margin: 10px 0;
  }
  .header .header-image {
    top: 0px;
    margin: 10px 0;
  }
  .empty-tab {
    display: none !important;
  }
  .my-media-tab {
    padding: 0;
  }
  .mediaContainer .tab-content > .active {
    padding: 35px;
  }
  .bg-gray {
    padding: 0px 35px;
    padding-bottom: 10px;
  }
  .mt-3,
  .my-3 {
    margin-top: 0rem !important;
  }
  #Footer h5 {
    font-size: 12pt;
  }
  .hamburger-dropdown a.d-md-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.5rem !important;
  }
  .main-navbar.navbar .navbar-brand {
    width: 45%;
    padding-left: 35px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
  .adding-left-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header .pageData .personImage {
    width: 55%;
    display: block;
    margin: 0 auto;
  }
  .header .pageData .personData {
    width: 100%;
    padding: 0;
    display: inline-block;
  }
  #Footer .socialMedia ul li {
    display: inline-block;
  }
  #Footer img {
    display: none;
  }
  .footer-controller .main-nav .section-Name {
    font-size: 12pt;
  }
  .account-settings .company-pages::after {
    margin: 1% 0%;
  }
  .account-settings .company-set {
    padding-bottom: 0;
    padding-right: 0;
  }
  #contact-us {
    width: 100%;
  }
  #account-settings,
  #my-saved-items {
    padding: 0 20px;
  }
  #account-settings .text-center,
  #my-saved-items .text-center {
    width: 100%;
    margin-bottom: 10px;
  }
  #account-settings .col-sm-6.col-md-3,
  #my-saved-items .col-sm-6.col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #account-settings .account-settings .title h4,
  #my-saved-items .account-settings .title h4 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #account-settings .form-group,
  #my-saved-items .form-group {
    margin-bottom: 0.4rem;
  }
  #account-settings label,
  #my-saved-items label {
    padding: 0;
  }
  #account-settings label.btn-radivision,
  #my-saved-items label.btn-radivision {
    padding: 14px 10px;
  }
  .company-set .row .switch input:checked + .slider:before {
    height: 13px;
  }
  .col-md-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .col-md-4 .text-center {
    padding: 0 !important;
  }
  .account-settings .col-md-4 .btn-radivision {
    font-size: 12px;
  }
  .bg-gray .social-content {
    margin-top: 10px;
  }
  .main-navbar.navbar .navbar-collapse {
    padding-top: 0;
  }
  .on-control .action {
    margin-right: 20px;
    margin-left: 20px;
    min-height: 60px;
  }
  .text-uppercase {
    letter-spacing: 0.075rem;
  }
  .mobile-carousel .slick-slide .row {
    margin-right: 0;
    margin-left: 0;
    min-height: 165px;
  }
  #about-us .text-content .row,
  .from-the-founder,
  .northStar,
  #about-us .team,
  #about-us .work-with-us .row .careers .careers-background,
  #about-us .locations,
  #about-us .north-star-vision .row .vision {
    padding: 35px !important;
  }
  #about-us .text-content .row .col-md-4,
  .from-the-founder .col-md-4,
  .northStar .col-md-4,
  #about-us .team .col-md-4,
  #about-us .work-with-us .row .careers .careers-background .col-md-4,
  #about-us .locations .col-md-4,
  #about-us .north-star-vision .row .vision .col-md-4 {
    padding: 0 !important;
  }
  #about-us .text-content h2 {
    font-size: 12pt;
  }
  .careers.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-6.image {
    display: none;
  }
  .work-with-us.container-fluid, .work-with-us.container-sm, .work-with-us.container-md, .work-with-us.container-lg, .work-with-us.container-xl {
    padding: 0;
  }
  .divideToTwo {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
  #subscription-notification #yes-label,
  #subscription-notification #no-label {
    bottom: 55px !important;
  }
  .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    top: 0.9rem;
    left: 0.75rem !important;
  }
  .company-pages .btn-radivision {
    font-size: 12px;
  }
  .account-settings form .form-group input {
    margin-bottom: 0;
  }
  .nav .section-Name {
    display: none;
  }
  .my-saved-items {
    padding: 0;
  }
  .my-saved-items h3 {
    font-size: 1.2rem !important;
  }
  .my-saved-items h5 {
    font-size: 1rem !important;
  }
  .my-saved-items .no-content-to-show {
    font-size: 14px !important;
  }
}
#AddProfile .media-image-section {
  margin: 0;
  padding: 0;
  border-top: 0px solid #f2f4f4;
}
#AddProfile .media-image-section .img-header {
  display: none;
}

#overview .companies-entities-section .six-by-one-grid {
  padding-left: 0;
  padding-right: 0;
}
#overview .companies-entities-section .six-by-one-grid .grid-item {
  margin-top: 0;
}
#overview .companies-entities-section .six-by-one-grid .grid-item img {
  border: 1px solid #f0f0f0;
}
#overview .companies-entities-section .tags {
  width: 81%;
  margin-left: 170px;
}
@media (max-width: 1366px) {
  #overview .companies-entities-section .tags {
    overflow: auto;
    white-space: nowrap;
    width: calc(100% - 180px);
    display: flex;
    margin-left: 175px;
    margin-right: auto;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  #overview .companies-entities-section .tags {
    width: 100%;
    margin: 0 auto;
    display: unset;
    overflow: hidden;
  }
}
#overview .companies-entities-section .tags .tag {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  min-width: auto;
  margin-left: 5px;
  margin-right: 5px;
}
#overview .companies-entities-section .tags .tag.clear {
  position: absolute;
  top: 5px;
  right: 0;
}
@media (max-width: 767.98px) {
  #overview .companies-entities-section .tags .tag.clear {
    position: unset;
    top: 0;
    right: 0;
    margin-left: 0;
  }
}
#overview .companies-entities-section .tags::-webkit-scrollbar {
  display: none;
}
#overview .companies-entities-section .tags::-webkit-scrollbar-thumb {
  display: none;
}

.required {
  color: #dc3545;
  font-weight: bold;
}

.fieldRequired {
  color: #dc3545;
  border: 1px solid #dc3545;
}
.fieldRequired span {
  color: #dc3545;
}

#PersonNorthStarTab {
  padding: 4% 7%;
}
#PersonNorthStarTab .tab-title {
  font-size: 15pt;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
}
#PersonNorthStarTab .tab-title::after {
  display: block;
  content: "";
  width: 165px;
  height: 0.2rem;
  background-color: #70b4d6;
  margin-top: 1%;
}
#PersonNorthStarTab .row {
  margin-top: 35px;
}
#PersonNorthStarTab .row p {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #PersonNorthStarTab .row p {
    text-align: justify;
  }
}
@media (max-width: 767.98px) {
  #PersonNorthStarTab .row .ON {
    display: none;
  }
}
#PersonNorthStarTab .row img {
  width: 42px;
}
#PersonNorthStarTab .row h4 {
  display: inline-block;
  position: relative;
  top: 7px;
  font-weight: 700;
  color: #a9a7a7;
}
#PersonNorthStarTab .questions-answers {
  margin-top: 10px;
}
#PersonNorthStarTab .questions-answers::after {
  display: block;
  content: "";
  width: 95%;
  height: 0.1rem;
  background-color: #f1f1f1;
  margin: 5% 2.5%;
}
#PersonNorthStarTab .questions-answers p {
  font-size: 11pt;
  margin-top: 8px;
  margin-bottom: 40px;
}
#PersonNorthStarTab .questions-answers p span {
  color: #4cb4e7;
  font-size: 15pt;
  margin-right: 12px;
}

#spectatorAccountSettings {
  padding: 7% 0 0 13%;
}
#spectatorAccountSettings .edit-icon {
  background-color: white;
  width: 60px;
  padding-top: 20px;
  position: relative;
  bottom: 15px;
  float: right;
}
#spectatorAccountSettings .edit-icon svg {
  width: 30px;
}
#spectatorAccountSettings .tab-content {
  padding-left: 20%;
  padding-right: 20%;
}
@media (max-width: 991.98px) {
  #spectatorAccountSettings .tab-content {
    padding-left: 2%;
    padding-right: 2%;
    margin: auto;
  }
}
#spectatorAccountSettings .tab-content .change-profile {
  margin: auto;
}
#spectatorAccountSettings .tab-content .change-profile img {
  border: 3px solid #32323b;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  display: inline-flex;
  margin-right: 90px;
}
@media (max-width: 767.98px) {
  #spectatorAccountSettings .tab-content .change-profile img {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#spectatorAccountSettings .tab-content .setion-btn {
  padding: 13px 53px;
  font-size: 14px;
  border: 1px solid #a4d3eb;
  font-weight: 700;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  #spectatorAccountSettings .tab-content .setion-btn {
    margin-top: 10px;
  }
}
#spectatorAccountSettings .tab-content form {
  margin-bottom: 65px;
}
#spectatorAccountSettings .tab-content form input {
  border-radius: 7px;
  height: 45px;
  border-color: #32323b;
}
#spectatorAccountSettings .tab-content form label {
  position: relative;
  top: 20px;
  left: 20px;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}
#spectatorAccountSettings .tab-content form #location {
  padding-left: 35px;
}
#spectatorAccountSettings .tab-content form svg {
  width: 30px;
  height: 20px;
  fill: gray;
  position: relative;
  bottom: 30px;
  background-color: white;
  margin-left: 5px;
}
#spectatorAccountSettings .tab-content #password-reset {
  padding-left: 15%;
  padding-right: 15%;
}
#spectatorAccountSettings .tab-content #password-reset button {
  width: 100%;
  margin-top: 15px;
}
#spectatorAccountSettings .content .toggle-btns {
  padding-left: 5%;
}
#spectatorAccountSettings .content .toggle-btns h6 {
  padding-top: 15px;
}
#spectatorAccountSettings .content .toggle-btns .switch input {
  position: absolute;
  opacity: 0;
}
#spectatorAccountSettings .content .toggle-btns .switch {
  height: 45px;
  width: 300px;
  background: white;
  border: 1px solid #32323b;
  border-radius: 5px;
  cursor: pointer;
}
#spectatorAccountSettings .content .toggle-btns .switch div {
  height: 44px;
  width: 150px;
  border-radius: 5px;
  background: #b1b1b1;
  /* box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3); */
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
#spectatorAccountSettings .content .toggle-btns .switch input:checked + div {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
#spectatorAccountSettings .content .toggle-btns .off {
  position: relative;
  bottom: 35px;
  left: 57px;
}
#spectatorAccountSettings .content .toggle-btns .on {
  position: relative;
  bottom: 36px;
  left: 190px;
}

.spectator-notification {
  padding: 4% 7%;
}
.spectator-notification .notification-tab .active {
  background-color: #f2f4f4;
}
.spectator-notification .tab-content {
  padding: 5% 25%;
  position: relative;
  bottom: 10px;
}
@media (max-width: 767.98px) {
  .spectator-notification .tab-content {
    padding: 5% 7%;
  }
}
.spectator-notification .tab-content h2 {
  font-size: 29pt;
  font-weight: 100;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .spectator-notification .tab-content h2 {
    font-size: 20pt;
    margin-bottom: 45px;
  }
}
.spectator-notification .tab-content h6 {
  font-size: 13pt;
  font-weight: 6s00;
}
@media (max-width: 767.98px) {
  .spectator-notification .tab-content h6 {
    text-align: justify;
  }
}

.share {
  position: relative;
}
@media (max-width: 575.98px) {
  .share {
    margin-top: 20px;
  }
}
.share.multiple {
  margin-right: 10px;
}
.share .share-list {
  display: none;
  position: absolute;
  top: -180px;
  /* -300 with sms, mail, and whats */
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  background: #32323b;
  border-radius: 6px;
  border: 1px solid #4cb4e7;
  padding: 24px;
  padding-top: 32px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
  letter-spacing: 0.075rem;
}
@media (min-width: 2500px) {
  .share .share-list {
    width: 230px;
  }
}
.share .share-list.visible {
  display: block;
  top: -300px;
  opacity: 0;
  animation: share-list-in 0.3s ease-out;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
.share .share-list:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #32323b;
  border: 1px solid #4cb4e7;
  border-width: 0 1px 1px 0;
  bottom: -11px;
  left: calc(50% - 10px);
  position: absolute;
  z-index: 2;
  transform: rotate(45deg);
}
.share .share-list .close-btn {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 10px;
  height: 10px;
  top: 20px;
  right: 15px;
}
@media (min-width: 2500px) {
  .share .share-list .close-btn {
    width: 15px;
    height: 15px;
  }
}
.share .share-list .close-btn path {
  fill: #4a4a4f;
  transition: all 0.3s;
}
.share .share-list .close-btn:hover path {
  fill: #f2f4f4;
}
.share .share-list .rad-s-item {
  cursor: pointer;
  text-align: left;
  margin: 24px 0;
  transition: all 0.3s;
  color: #fff;
  outline: 0;
}
.share .share-list .rad-s-item:last-child {
  margin-bottom: 0;
}
.share .share-list .rad-s-item:active, .share .share-list .rad-s-item:visited {
  outline: 0;
  border: 0;
}
.share .share-list .rad-s-item div {
  font-size: 12px;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
@media (min-width: 2500px) {
  .share .share-list .rad-s-item div {
    font-size: 18px;
  }
}
.share .share-list .rad-s-item div:hover {
  text-decoration: none;
  color: #4cb4e7;
  border: 0;
  outline: none;
}
.share .share-list .rad-s-item svg {
  vertical-align: sub;
  margin-right: 15px;
  height: 18px;
  width: 18px;
}
@media (min-width: 2500px) {
  .share .share-list .rad-s-item svg {
    width: 24px;
    height: 24px;
  }
}
.share .share-list .rad-s-item svg path {
  transition: all 0.3s;
}
.share .share-list .rad-s-item:hover {
  color: #5AB5E8;
}
.share .share-list .rad-s-item:hover path {
  fill: #5AB5E8;
}
.share .share-list .close-btn + .rad-s-item {
  margin-top: 0;
}
.share .share-list .share-count {
  color: #4a4a4f;
  margin-top: 16px;
}
.share .share-list .share-count .rad-s-count {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 4px;
  display: block;
  line-height: 24px;
}

@keyframes share-list-in {
  0% {
    opacity: 0;
    top: -180px;
    /* -300 with sms, mail, and whats */
  }
  100% {
    opacity: 1;
    top: -210px;
    /* -320 with sms, mail, and whats */
  }
}
.display_InlineBlock {
  display: inline-block;
}
.display_InlineBlock .share.multiple button {
  margin-bottom: 0;
}
.display_InlineBlock .landingPages {
  display: flex;
}

.inline-loader,
.inline-loader:before,
.inline-loader:after {
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.inline-loader {
  color: #4cb4e7;
  font-size: 10px;
  margin-right: 25px;
  margin-top: -5em;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.inline-loader:before, .inline-loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.inline-loader:before {
  left: -1.3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.inline-loader:after {
  left: 1.3em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  src: url("/Muli-Regular.8e45989d.woff") format("woff");
}
@font-face {
  font-family: "MuliLight";
  font-style: normal;
  src: url("/Muli-Light.f7e3c992.woff") format("woff");
}
@font-face {
  font-family: "MuliBold";
  font-style: normal;
  src: url("/Muli-Bold.99dc1fe9.woff") format("woff");
}
@font-face {
  font-family: "MuliSemiBold";
  font-style: normal;
  src: url("/Muli-SemiBold.2ac8ddc9.woff") format("woff");
}
@font-face {
  font-family: "MuliExtraBold";
  font-style: normal;
  src: url("/Muli-ExtraBold.fa619a7d.woff") format("woff");
}
@font-face {
  font-family: "MuliBlack";
  font-style: normal;
  src: url("/Muli-Black.5fc5ee2e.woff") format("woff");
}
@font-face {
  font-family: "ITC";
  font-style: normal;
  src: url("/ITCAvantGardeStd-Bold.32b5a0d0.woff") format("woff");
}
.the-shows {
  position: relative;
}
@media (max-width: 767.98px) {
  .the-shows {
    background-color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .the-shows .wide-carousel .slick-slider .episode-details .episode-subtitle span:after {
    background-color: #f2f4f4;
  }
}

.MuiContainer-root {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 0px) {
  .MuiContainer-root {
    max-width: 444px;
  }
}
@media (min-width: 960px) {
  .MuiContainer-root {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 600px) {
  .MuiContainer-root {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.makeStyles-paper-1 {
  display: flex;
  margin-top: 64px;
  align-items: center;
  flex-direction: column;
}

.makeStyles-avatar-2 {
  width: 180px;
  margin: 8px;
  background-color: #fff;
}

.MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #bdbdbd;
}

.MuiAvatar-root {
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  user-select: none;
  border-radius: 50%;
  justify-content: center;
}

.makeStyles-form-3 {
  width: 100%;
  margin-top: 24px;
}

.makeStyles-stepper-5 {
  padding: 24px 0px 40px;
}

.MuiStepper-horizontal {
  align-items: center;
  flex-direction: row;
}

.MuiStepper-root {
  display: flex;
  padding: 24px;
}

.MuiPaper-elevation0 {
  box-shadow: none;
}

.MuiPaper-root {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}

.btn-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 24px 0px 16px;
  display: inline-flex;
  outline: 0;
  padding: 0;
  padding: 6px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  background-color: #3f51b5;
  width: 100%;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.hero-container.xxtra #heroCarousel.xxtra .carousel-item .image-slide .overlay {
  display: none;
}
.hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block {
  height: 100%;
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block {
    padding-top: 70px;
    width: 100%;
  }
}
.hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .list-logo {
  width: 55%;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .list-logo {
    width: 45% !important;
  }
}
@media (max-width: 991.98px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .list-logo {
    width: 50% !important;
  }
}
@media (max-width: 575.98px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .list-logo {
    width: 35%;
  }
}
.hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .subtitle {
  font-family: "ITC", "Muli", sans-serif;
  font-size: 110px;
  color: #fff;
  text-transform: capitalize !important;
  margin: 0;
  overflow: visible;
  margin-bottom: 0;
  white-space: normal;
  text-align: center;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
@media (max-width: 1536px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .subtitle {
    font-size: 85px;
  }
}
@media (max-width: 1440px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .subtitle {
    font-size: 80px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .subtitle {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .subtitle {
    font-size: 2.5rem !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .subtitle {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
.hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .description {
  font-family: "BarlowCondensed", "Muli", sans-serif;
  font-style: italic;
  color: #32323b;
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1536px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .description {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .description {
    font-size: 35px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .description {
    font-size: 24px !important;
  }
}
@media (max-width: 991.98px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .description {
    font-size: 22px !important;
  }
}
@media (max-width: 575.98px) {
  .hero-container.xxtra #heroCarousel.xxtra .carousel-item .text-block .description {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hero-container.xxtra {
    max-height: 91vh !important;
  }
}
@media (max-width: 1023px) {
  .hero-container.xxtra {
    max-height: 100% !important;
  }
}

.on-control.xxtra {
  background: none;
  color: #32323b;
}
.on-control.xxtra .flex-center {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 10px 70px;
}
@media (width: 768px) {
  .on-control.xxtra .flex-center {
    align-items: unset;
  }
}
@media (max-width: 991.98px) {
  .on-control.xxtra .flex-center {
    align-items: unset;
  }
}
.on-control.xxtra .flex-center .campain-Intro {
  width: 72%;
  margin: 15px auto;
}
@media (width: 1440px) {
  .on-control.xxtra .flex-center .campain-Intro {
    width: 68%;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .on-control.xxtra .flex-center .campain-Intro {
    width: 73%;
  }
}
@media (max-width: 991.98px) {
  .on-control.xxtra .flex-center .campain-Intro {
    width: 82%;
    justify-content: left;
  }
}
.on-control.xxtra .flex-center .campain-Intro p {
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  font-family: "MuliSemiBold";
}
@media (min-width: 1921px) {
  .on-control.xxtra .flex-center .campain-Intro p {
    font-size: 2.1rem;
    line-height: 38px !important;
  }
}
@media (width: 1536px) {
  .on-control.xxtra .flex-center .campain-Intro p {
    font-size: 19px;
  }
}
@media (width: 1440px) {
  .on-control.xxtra .flex-center .campain-Intro p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .on-control.xxtra .flex-center .campain-Intro p {
    font-size: 17px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .on-control.xxtra .flex-center .campain-Intro p {
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .on-control.xxtra .flex-center .campain-Intro p {
    font-size: 13px;
    width: 100%;
    line-height: 1.7;
  }
}
.on-control.xxtra .flex-center .campain-Intro ul {
  margin: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  font-family: "MuliSemiBold";
}
@media (width: 1536px) {
  .on-control.xxtra .flex-center .campain-Intro ul {
    font-size: 19px;
  }
}
@media (width: 1440px) {
  .on-control.xxtra .flex-center .campain-Intro ul {
    font-size: 17px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .on-control.xxtra .flex-center .campain-Intro ul {
    font-size: 17px;
    margin: 10px;
  }
}
@media (max-width: 991.98px) {
  .on-control.xxtra .flex-center .campain-Intro ul {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .on-control.xxtra .flex-center .campain-Intro ul {
    font-size: 13px;
  }
}
.on-control.xxtra .flex-center .campain-Intro ul li {
  margin-left: 60px;
}
@media (max-width: 991.98px) {
  .on-control.xxtra .flex-center .campain-Intro ul li {
    margin-left: 30px;
  }
}
.on-control.xxtra .flex-center .campain-Intro .statistics {
  margin: 30px 0;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .on-control.xxtra .flex-center .campain-Intro .statistics {
    margin: 30px 5px;
  }
}
.on-control.xxtra .flex-left {
  width: 100%;
  display: inline-block;
  padding: 40px 70px;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .on-control.xxtra .flex-left {
    margin: 35px;
  }
}
@media (width: 1024px) {
  .on-control.xxtra .flex-left {
    margin: 35px;
  }
}
@media (max-width: 767.98px) {
  .on-control.xxtra .flex-left {
    margin: 35px;
  }
}
.on-control.xxtra .flex-left .campain-Intro {
  width: 60%;
}
@media (width: 1440px) {
  .on-control.xxtra .flex-left .campain-Intro {
    width: 68%;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .on-control.xxtra .flex-left .campain-Intro {
    width: 73%;
  }
}
@media (max-width: 991.98px) {
  .on-control.xxtra .flex-left .campain-Intro {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .on-control.xxtra .flex-left .campain-Intro {
    width: 100%;
  }
}
.on-control.xxtra .flex-left .campain-Intro p {
  margin: 0;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  font-family: "MuliSemiBold";
}
@media (min-width: 1921px) {
  .on-control.xxtra .flex-left .campain-Intro p {
    font-size: 2.1rem;
    line-height: 38px !important;
  }
}
@media (width: 1536px) {
  .on-control.xxtra .flex-left .campain-Intro p {
    font-size: 19px;
  }
}
@media (width: 1440px) {
  .on-control.xxtra .flex-left .campain-Intro p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .on-control.xxtra .flex-left .campain-Intro p {
    font-size: 17px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .on-control.xxtra .flex-left .campain-Intro p {
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .on-control.xxtra .flex-left .campain-Intro p {
    font-size: 13px;
    width: 100%;
    line-height: 1.7;
  }
}
.on-control.xxtra .flex-left .monaIntro {
  width: 25%;
  display: inline-block;
  position: relative;
  right: -15%;
}
@media (max-width: 767.98px) {
  .on-control.xxtra > div {
    width: 100%;
  }
}
.on-control.xxtra > div .compaign-logo {
  width: 100%;
  max-width: 90%;
  margin-bottom: 0px;
}
@media (width: 1440px) {
  .on-control.xxtra > div .compaign-logo {
    max-width: 85%;
  }
}
@media (max-width: 991.98px) {
  .on-control.xxtra > div .compaign-logo {
    max-width: 100%;
  }
}

.awards.xxtra {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .awards.xxtra {
    position: relative;
  }
}
.awards.xxtra .award {
  width: 150px;
}
@media (min-width: 2000px) {
  .awards.xxtra .award {
    width: 175px;
  }
}
@media (width: 1440px) {
  .awards.xxtra .award {
    width: 140px;
  }
}
@media (width: 1024px) {
  .awards.xxtra .award {
    width: 125px;
    margin-left: 3px;
  }
}
@media (max-width: 991.98px) {
  .awards.xxtra .award {
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .awards.xxtra .award {
    width: 80px;
    margin-left: 3px;
  }
}

.details-panel .video-tab .logo-img.xxtra {
  width: auto;
  max-width: 450px;
}
@media (width: 1440px) {
  .details-panel .video-tab .logo-img.xxtra {
    width: 33%;
  }
}
@media (width: 1024px) {
  .details-panel .video-tab .logo-img.xxtra {
    width: 35%;
  }
}

.details-panel .video-tab .text-content.xxtra {
  font-weight: 100;
  font-size: 20px !important;
  line-height: 21px;
  color: #f2f4f4;
  width: 60%;
}
@media (min-width: 2000px) {
  .details-panel .video-tab .text-content.xxtra {
    font-size: 22px !important;
    width: 55%;
    margin-top: 10px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .details-panel .video-tab .text-content.xxtra {
    width: 100%;
    font-size: 14px !important;
    margin: 15px 0;
  }
}

.details-panel .video-tab .text-block.xxtra {
  max-width: 100%;
}

.gradient.xxtra {
  width: 75% !important;
}
.gradient.xxtra img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
.gradient.xxtra .modal-open {
  overflow: hidden;
  overflow-y: auto;
}
.gradient.xxtra .modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.gradient.xxtra::after {
  width: 30% !important;
}

.compain-logo {
  width: 40px;
  margin-right: 10px;
  vertical-align: baseline;
}
@media (min-width: 1366px) and (max-width: 1536px) {
  .compain-logo {
    width: 35px;
  }
}
@media (width: 1024px) {
  .compain-logo {
    width: 30px;
  }
}
@media (max-width: 991.98px) {
  .compain-logo {
    width: 22px;
  }
}

.blackBGWhiteText {
  background-color: #46464e;
  color: white;
  padding: 0 !important;
}
.blackBGWhiteText .campain-Intro {
  width: 60% !important;
  margin: 0 auto !important;
  padding: 40px 70px 25px !important;
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .blackBGWhiteText .campain-Intro {
    width: 65% !important;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .blackBGWhiteText .campain-Intro {
    width: 66% !important;
    padding: 40px 35px 25px !important;
  }
}
@media (max-width: 1170px) and (min-width: 1024px) {
  .blackBGWhiteText .campain-Intro {
    width: 75% !important;
    padding: 30px 70px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 991.98px) {
  .blackBGWhiteText .campain-Intro {
    width: 80% !important;
  }
}
@media (max-width: 767.98px) {
  .blackBGWhiteText .campain-Intro {
    padding: 35px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 575.98px) {
  .blackBGWhiteText .campain-Intro {
    width: 100% !important;
  }
}
.blackBGWhiteText .campain-Intro p {
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: unset !important;
  line-height: 26px !important;
  font-family: "Muli" !important;
  color: white;
}
@media (min-width: 1921px) {
  .blackBGWhiteText .campain-Intro p {
    font-size: 2.1rem;
    line-height: 38px !important;
  }
}
@media (width: 1536px) {
  .blackBGWhiteText .campain-Intro p {
    font-size: 19px !important;
  }
}
@media (max-width: 1440px) and (min-width: 1360px) {
  .blackBGWhiteText .campain-Intro p {
    font-size: 17px !important;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .blackBGWhiteText .campain-Intro p {
    font-size: 17px !important;
    width: 100%;
    text-align: center !important;
  }
}
@media (max-width: 1170px) and (min-width: 768px) {
  .blackBGWhiteText .campain-Intro p {
    font-size: 15px !important;
    width: 100%;
    text-align: center !important;
  }
}
@media (max-width: 991.98px) {
  .blackBGWhiteText .campain-Intro p {
    font-size: 14px !important;
    width: 100%;
    text-align: center !important;
  }
}
@media (max-width: 575.98px) {
  .blackBGWhiteText .campain-Intro p {
    font-size: 13px !important;
    width: 100%;
    line-height: 19px !important;
    text-align: center !important;
  }
}
.blackBGWhiteText .campain-Intro:empty {
  padding: 0 !important;
}

.craySection {
  padding: 0;
  margin-top: 0;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #4cb4e7;
}

::-webkit-scrollbar-thumb {
  background-color: #4cb4e7;
}

body {
  font-family: "Muli", sans-serif;
  overflow-x: hidden;
}

#root {
  overflow-x: hidden;
}

.table_wrapper {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.alert {
  text-align: left;
  display: flex;
  align-items: center;
}
.alert a {
  margin-left: 5px;
}
.alert span:first-child {
  flex: 1;
}
.alert span.dismiss-alert {
  cursor: pointer;
}
.alert span.dismiss-alert svg {
  width: 12px;
  height: 12px;
  fill: #32323b;
  transition: all 0.3s;
}
.alert span.dismiss-alert:hover svg {
  fill: #32323b;
}
@media (max-width: 767.98px) {
  .alert {
    font-size: 0.8rem;
  }
}
.alert.hide {
  display: none;
}
.alert.floating {
  position: fixed;
  width: 90%;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 720px;
  z-index: 100;
  top: -50px;
  animation: slideDown 0.3s ease-out;
  animation-fill-mode: forwards;
}
@keyframes slideDown {
  0% {
    top: -50px;
  }
  100% {
    top: 70px;
  }
}

.upcoming-shows-alert {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.upcoming-shows-alert .alert-success {
  z-index: 99;
  display: none;
  margin: 0rem auto;
}
.upcoming-shows-alert .alert-danger {
  z-index: 99;
  margin: 0rem auto;
}
.upcoming-shows-alert .be-block {
  display: block;
}

#change-password-form .alert-success {
  z-index: 99;
  display: none;
  margin: 1rem auto;
}
#change-password-form .alert-danger {
  z-index: 99;
  margin: 1rem auto;
}

.nominate-panel .alert-success {
  z-index: 99;
  display: none;
  margin: 0;
}
.nominate-panel .alert-danger {
  margin: 0;
}
.nominate-panel .be-block {
  display: inline-block;
}

.story-icon svg {
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
@media (min-width: 1537px) {
  .story-icon svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 2500px) {
  .story-icon svg {
    height: 28px;
    width: 28px;
  }
}

button:focus,
input:focus {
  outline: none;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

#unsupported {
  display: none;
}

.unsupported {
  background: #f0f2f4;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.unsupported .rdv-logo {
  width: 100%;
  padding: 8px 0;
  padding-left: 45px;
  background: #32323b;
}
.unsupported .rdv-logo img {
  height: 46px;
  width: auto;
  margin-right: 2px;
}
.unsupported .rdv-logo span {
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.075rem;
  color: #4cb4e7;
  vertical-align: bottom;
  display: inline-block;
}
.unsupported .unsupported-msg {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.unsupported .unsupported-msg .unsupported-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .unsupported .unsupported-msg .unsupported-img-container {
    justify-content: flex-end;
  }
}
.unsupported .unsupported-msg .unsupported-img-container .unsupported-img {
  padding: 24px 18px 24px 32px;
  width: 260px;
  height: 260px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dddee1;
  border-radius: 50%;
}
.unsupported .unsupported-msg .unsupported-img-container .unsupported-img img {
  height: auto;
  width: 320px;
}
.unsupported .unsupported-msg .unsupported-msg-info {
  align-self: flex-start;
}
@media (min-width: 576px) {
  .unsupported .unsupported-msg .unsupported-msg-info {
    align-self: center;
  }
}
.unsupported .unsupported-msg .unsupported-msg-info span.old-browser,
.unsupported .unsupported-msg .unsupported-msg-info span#browser-recommended {
  display: none;
}
.unsupported .unsupported-msg .unsupported-msg-info span#browser-recommended {
  padding-left: 24px;
}
.unsupported .unsupported-msg .unsupported-msg-info svg {
  width: 14px;
  height: 14px;
}

body.ie-edge #unsupported {
  display: flex;
}
body.ie-edge #unsupported .unsupported-msg-info span.no-js {
  display: none !important;
}
body.ie-edge #unsupported .unsupported-msg-info span.old-browser,
body.ie-edge #unsupported .unsupported-msg-info span#browser-recommended {
  display: block;
}

body.ie #unsupported {
  display: block;
}
body.ie #unsupported #ie-sep {
  display: block !important;
  height: 5%;
  width: 100%;
}
@media (min-width: 576px) {
  body.ie #unsupported #ie-sep {
    height: 15%;
  }
}
body.ie #unsupported .unsupported-msg > div {
  float: left;
}
body.ie #unsupported .unsupported-msg .unsupported-img-container .unsupported-img {
  padding: 0;
  position: relative;
  margin: auto;
}
@media (min-width: 576px) {
  body.ie #unsupported .unsupported-msg .unsupported-img-container .unsupported-img {
    float: right;
    margin-right: 24px;
  }
}
body.ie #unsupported .unsupported-msg .unsupported-img-container .unsupported-img img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 18px;
  width: 210px;
  height: auto;
}
body.ie #unsupported .unsupported-msg-info {
  margin-top: 24px;
  padding-left: 48px;
}
@media (min-width: 576px) {
  body.ie #unsupported .unsupported-msg-info {
    padding-left: 0;
    margin-top: 64px;
  }
}
body.ie #unsupported .unsupported-msg-info span.no-js {
  display: none !important;
}
body.ie #unsupported .unsupported-msg-info span.old-browser,
body.ie #unsupported .unsupported-msg-info span#browser-recommended {
  display: block;
}
body.ie #unsupported .unsupported-msg-info svg {
  width: 14px;
  height: 14px;
}

.graphiql-container {
  height: 91vh;
}
.graphiql-container .doc-explorer-title-bar {
  height: 40px;
}
.graphiql-container .topBar {
  height: 40px;
}
.graphiql-container ::-webkit-scrollbar-thumb {
  background-color: fixed;
}
.graphiql-container ::-webkit-scrollbar-track {
  background-color: fixed;
}

.panels-padding {
  padding-top: 0px;
  padding-right: 0;
  padding-left: 0 !important;
  margin-bottom: 0px;
}
.panels-padding .tab-content {
  width: 100%;
  max-width: 100%;
}

.panels-padding.container-fluid > *:not(.tab-content), .panels-padding.container-sm > *:not(.tab-content), .panels-padding.container-md > *:not(.tab-content), .panels-padding.container-lg > *:not(.tab-content), .panels-padding.container-xl > *:not(.tab-content) {
  margin: 0 70px;
  margin-top: 0px;
}
@media (max-width: 991.98px) {
  .panels-padding.container-fluid > *:not(.tab-content), .panels-padding.container-sm > *:not(.tab-content), .panels-padding.container-md > *:not(.tab-content), .panels-padding.container-lg > *:not(.tab-content), .panels-padding.container-xl > *:not(.tab-content) {
    margin: 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .panels-padding.container-fluid > *:not(.tab-content), .panels-padding.container-sm > *:not(.tab-content), .panels-padding.container-md > *:not(.tab-content), .panels-padding.container-lg > *:not(.tab-content), .panels-padding.container-xl > *:not(.tab-content) {
    margin: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .panels-padding.container-fluid > *:not(.tab-content), .panels-padding.container-sm > *:not(.tab-content), .panels-padding.container-md > *:not(.tab-content), .panels-padding.container-lg > *:not(.tab-content), .panels-padding.container-xl > *:not(.tab-content) {
    margin: 0 35px;
  }
}

.panels-padding:not(.on-curated-section) > *:not(.tab-content) > ul {
  margin-left: 70px;
  margin-right: 70px;
}

.panels-padding.on-curated-section > *:not(.tab-content) > ul {
  margin-left: 70px;
  margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .panels-padding.on-curated-section > *:not(.tab-content) > ul {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (max-width: 991.98px) {
  .panels-padding.on-curated-section > *:not(.tab-content) > ul {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (max-width: 767.98px) {
  .panels-padding.on-curated-section > *:not(.tab-content) > ul {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (width: 1024px) {
  .panels-padding.on-curated-section > *:not(.tab-content) > ul {
    margin-left: 35px;
    margin-right: 35px;
  }
}

#growth_marketing_guide .tab-content .six-by-one-grid,
#equity_iq .tab-content .six-by-one-grid,
#unicorns_of_north_america .tab-content .six-by-one-grid {
  padding-left: 70px;
  padding-right: 70px;
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  #growth_marketing_guide .tab-content .six-by-one-grid,
  #equity_iq .tab-content .six-by-one-grid,
  #unicorns_of_north_america .tab-content .six-by-one-grid {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.panels-padding > *:not(.tab-content) {
  margin: 0;
}

@media (max-width: 991.98px) {
  .img-fluid {
    width: 80%;
  }
}

.nav.dropdown {
  margin: 0 !important;
}

.nav.nav-tabs.panel-nav,
.nav.dropdown {
  margin-top: 10px;
}
@media (max-width: 997px) {
  .nav.nav-tabs.panel-nav,
  .nav.dropdown {
    margin-top: 10px;
    overflow-x: auto;
    box-sizing: content-box;
    z-index: 5;
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
    scrollbar-width: auto;
    scrollbar-width: thin;
    scrollbar-width: none;
  }
}

.nav.nav-tabs.panel-nav::-webkit-scrollbar {
  display: none;
}

.nav.nav-tabs.panel-nav::-webkit-scrollbar-thumb {
  display: none;
}

.nav-tabs .nav-item {
  margin-bottom: 0px;
}
@media (max-width: 997px) {
  .nav-tabs .nav-item {
    display: inline-block;
    position: relative;
  }
}
.nav-tabs .nav-item .nav-link.active {
  height: 100%;
}
@media (min-width: 2000px) {
  .nav-tabs .nav-item .nav-link.active {
    padding: 1.4rem 0;
  }
}

.hollow-btn {
  padding: 15px 50px;
  font-weight: bold;
  color: white;
  margin-right: 10px;
  border-color: #4cb4e7;
  background-color: transparent;
}
.hollow-btn:focus, .hollow-btn:hover {
  background-color: #4cb4e7;
  color: white;
}

.view-more-btn {
  margin: auto;
  display: block;
}
@media (min-width: 2500px) {
  .view-more-btn {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .view-more-btn {
    font-size: 12px;
  }
}
@media (min-width: 1100px) and (max-width: 1440px) {
  .view-more-btn {
    margin-bottom: 15px;
  }
}

.episode-info span {
  margin-right: 8px;
  font-weight: 100;
  font-size: 12px;
}
.episode-info span:first-child {
  font-weight: 600;
}
@media (min-width: 2000px) {
  .episode-info span {
    font-size: 20px;
  }
}

.panel-title {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 32px;
  letter-spacing: 0.075rem !important;
  font-family: "MuliExtraBold";
}
@media (width: 1536px) {
  .panel-title {
    font-size: 28px;
  }
}
@media (max-width: 1440px) and (min-width: 1400px) {
  .panel-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .panel-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1359px) {
  .panel-title {
    font-size: 22px;
  }
}
@media (min-width: 2500px) {
  .panel-title {
    font-size: 50px;
  }
}

.panel-title-padding {
  padding-left: 20px;
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .panel-title-padding {
    padding-top: 0;
  }
}

.panel-subtitle {
  padding-left: 0;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 22px;
  margin-top: 10px;
}
@media (min-width: 2000px) {
  .panel-subtitle {
    font-size: 26px;
    max-width: 55% !important;
  }
}
@media (min-width: 1500px) and (max-width: 1536px) {
  .panel-subtitle {
    max-width: 55%;
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .panel-subtitle {
    font-size: 17px;
    max-width: 55%;
  }
}
@media (width: 1024px) {
  .panel-subtitle {
    max-width: 50%;
  }
}
@media (min-width: 1360px) and (max-width: 1366px) {
  .panel-subtitle {
    max-width: 55%;
  }
}
@media (max-width: 991.98px) {
  .panel-subtitle {
    font-size: 14px;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .panel-subtitle {
    font-size: 13px;
    margin-bottom: 5px !important;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .panel-subtitle {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .grid-description {
    max-width: 56%;
  }
}

#the-shows-section .main-divider {
  position: relative;
  padding-top: 0px;
  padding-bottom: 45px;
  margin: 0 70px;
}
@media (max-width: 991.98px) {
  #the-shows-section .main-divider {
    margin: 0 35px;
  }
}
@media (max-width: 575.98px) {
  #the-shows-section .main-divider {
    margin: 0 35px;
  }
}

.main-divider {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0;
  margin: 0 70px;
}
@media (max-width: 991.98px) {
  .main-divider {
    margin: 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .main-divider {
    margin: 0 35px;
  }
}
.main-divider hr {
  border-width: 4px;
  border-color: #f2f4f4;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: -2;
}
.main-divider hr:last-child {
  right: 0;
  left: auto;
}
.main-divider .subtitle {
  color: #a5a8ac;
  font-size: 25px;
  font-family: "MuliExtraBold";
  letter-spacing: 0.075rem;
}
@media (max-width: 767.98px) {
  .main-divider .subtitle {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 2500px) {
  .main-divider .subtitle {
    font-size: 36px;
  }
}
.main-divider span {
  font-size: 40px;
  letter-spacing: 0.075rem;
  font-family: "MuliExtraBold";
  background: #fff;
  z-index: 99;
  padding: 0 35px;
  background: #fff;
}
.main-divider span:after {
  content: "";
  width: 100%;
  border-bottom: solid 4px #f2f4f4;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -3;
}
@media (min-width: 2500px) {
  .main-divider span {
    font-size: 50px;
  }
}
@media (min-width: 1537px) and (max-width: 2499px) {
  .main-divider span {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .main-divider span {
    font-size: 22px;
    padding: 0 6px;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767.98px) {
  .main-divider.ecosystem-title {
    margin-left: 35px;
  }
  .main-divider.ecosystem-title hr:first-child {
    display: none;
  }
  .main-divider.ecosystem-title span {
    display: block;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .main-divider .on-curated-header {
    padding: 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .main-divider span {
    font-size: 24px !important;
  }
  .main-divider .subtitle {
    font-size: 16px !important;
  }
}

.main-divider div:first-child {
  position: relative;
  margin: 30px 0;
}

.main-divider > hr.sub-divider {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .main-divider > hr.sub-divider {
    margin-bottom: 30px;
  }
}

#show-new-members.has-sep {
  padding-bottom: 0;
}

.multiline-ellipsis {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  margin: 0 auto;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.multiline-ellipsis span:after {
  content: " ";
  position: absolute;
  width: 1000px;
  z-index: 1;
}

.gray-header {
  background-color: #4a4a4f;
  padding: 40px 40px 0;
  color: white;
}
.gray-header .title {
  font-weight: 800;
}
.gray-header .subtitle {
  line-height: 22px;
  font-weight: 100;
}
@media (min-width: 992px) {
  .gray-header .subtitle {
    max-width: 50%;
  }
}
.gray-header .panel-nav {
  border-color: #32323b;
  margin-bottom: 0;
  margin-left: 20px;
  margin-top: 60px;
}
.gray-header .panel-nav .nav-item {
  margin-bottom: -2px;
}
.gray-header .panel-nav .nav-link {
  color: white;
}
.gray-header .panel-nav .nav-link.active {
  background-color: transparent;
  padding: 0.8rem 0;
}
.gray-header .panel-nav .search-container input {
  background-color: transparent;
}

.gradient img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 560px) {
  .gradient img {
    width: 100%;
  }
}
.gradient::after {
  background: linear-gradient(to right, #32323b 12.5%, transparent);
  background: linear-gradient(to right, #32323b 12.5%, transparent);
  display: inline-block;
  height: 100%;
  width: 13%;
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
}
@media (max-width: 560px) {
  .gradient::after {
    left: 0;
  }
}

.loader {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  margin: 0 auto;
}
.loader .overlay {
  flex: 1;
  background: #f3f3f3;
  height: 100%;
}
.loader .spinner {
  width: auto;
  position: absolute;
  margin: 0 auto;
}

.moving-clouds {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 250.625em;
  height: 43.75em;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 80s linear infinite;
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
#breathing-image {
  width: 512px;
  padding: 20px;
  margin: 50px auto;
  -webkit-animation: breathing 7s ease-out infinite normal;
  animation: breathing 7s ease-out infinite normal;
  font-size: 24px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  text-align: center;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.dk-gray {
  color: #32323b;
}

.bg-dk-gray {
  background-color: #32323b;
}

.gray {
  color: #f2f4f4;
}

.bg-gray {
  background-color: #f2f4f4;
}

.lt-gray {
  color: #fafafa;
}

.bg-lt-gray {
  background-color: #fafafa;
}

.blue {
  color: #4cb4e7;
}

.bg-blue {
  background-color: #4cb4e7;
}

.bg-transparent {
  background: transparent;
}

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

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

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.content-right {
  position: absolute;
  right: 0px;
  bottom: 40%;
  margin: 0 auto;
}
.content-right a {
  margin-right: 10px !important;
}
@media (min-width: 2500px) {
  .content-right.copyrights {
    font-size: 1.5rem;
  }
}
.content-right .btn-radivision {
  margin-top: 0px;
  margin-bottom: 0px;
}
.content-right .handleButton {
  background: #4cb4e7 !important;
}
@media (max-width: 991.98px) {
  .content-right .display_InlineBlock .share {
    display: inline-block !important;
  }
}
.content-right .display_InlineBlock .btn-radivision {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #4cb4e7 !important;
}
.content-right .display_InlineBlock .btn-radivision svg {
  display: none;
}
.content-right .display_InlineBlock .share .share-list {
  bottom: -225px;
  top: auto;
}
@media (min-width: 2500px) {
  .content-right .display_InlineBlock .share .share-list {
    bottom: -255px;
  }
}
.content-right .display_InlineBlock .share .share-list:after {
  content: "";
  border-width: 1px 0 0 1px;
  top: -11px;
}
.content-right .display_InlineBlock .visible {
  display: block;
  top: auto;
  bottom: 0;
  opacity: 1;
  animation: none;
}
@media (max-width: 991.98px) {
  .content-right {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .content-right {
    position: unset;
  }
}

.btn-outline {
  color: #32323b;
  background-color: transparent;
  background-image: none;
  border-color: #4cb4e7;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
  color: #ffffff;
  background-color: #4cb4e7;
  border-color: #4cb4e7;
}

.cookie-consent-container {
  position: fixed;
  z-index: 100;
  color: white;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(50, 50, 59, 0.9);
  padding: 20px 70px;
}
@media (max-width: 767.98px) {
  .cookie-consent-container {
    padding: 20px 35px;
  }
}
@media (max-width: 767.98px) {
  .cookie-consent-container .position-relative {
    padding-left: 0px;
  }
}
.cookie-consent-container p {
  margin: 0;
  max-width: 70%;
  padding-left: 70px;
}
@media (max-width: 767.98px) {
  .cookie-consent-container p {
    max-width: 100%;
    font-size: 11px;
    margin-top: 15px;
  }
}
.cookie-consent-container a {
  color: #4cb4e7;
  padding-left: 70px;
}
@media (max-width: 767.98px) {
  .cookie-consent-container a {
    font-size: 11px;
  }
}
.cookie-consent-container .ginger {
  position: absolute;
  width: 45px;
  height: 55px;
  left: 0;
}
@media (max-width: 767.98px) {
  .cookie-consent-container .ginger {
    position: relative;
    width: 42px;
    height: 55px;
    margin-top: 0;
    float: left;
    margin-right: 20px;
  }
}
.cookie-consent-container .ginger .ginger-inner {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cookie-consent-container .close-icon {
  width: 15px;
  height: 15px;
  fill: white;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .cookie-consent-container .close-icon {
    margin-top: -20px;
    width: 12px;
    height: 12px;
  }
}
.cookie-consent-container .btn-radivision {
  right: 18%;
  position: ABSOLUTE;
  top: 50%;
  margin: -21px 0 0;
  padding: 10px 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .cookie-consent-container .btn-radivision {
    right: 10%;
  }
}
@media (max-width: 767.98px) {
  .cookie-consent-container .btn-radivision {
    right: 0;
    font-size: 10px;
    position: relative;
    margin: 0 auto;
    float: right;
    margin-top: 10px;
  }
}

.error-msg {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  background: #f0f2f4;
}
.error-msg .rdv-logo {
  width: 100%;
  padding: 0;
  padding-left: 45px;
  background: #32323b;
  display: inline-block !important;
}
.error-msg .rdv-logo img {
  max-width: 300px;
  display: inline-block;
  vertical-align: bottom;
}
.error-msg .rdv-logo span {
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.075rem;
  color: #4cb4e7;
  vertical-align: bottom;
  display: inline-block;
}
.error-msg .error-msg-content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 85pt;
  background-color: #f2f4f4;
  text-align: center;
  line-height: 1.2em;
}
.error-msg .error-msg-content .dashed-shadow {
  position: relative;
  top: 12px;
  left: 12px;
  display: inline-block;
  color: #4cb4e7;
  font-weight: 700;
}
.error-msg .error-msg-content .dashed-shadow:before {
  content: " ";
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: 2px;
  right: 2px;
  z-index: 1;
  background-image: linear-gradient(45deg, #f2f4f4 17.5%, rgba(242, 244, 244, 0) 17.5%, rgba(242, 244, 244, 0) 32.5%, #f2f4f4 32.5%, #f2f4f4 67.5%, rgba(242, 244, 244, 0) 67.5%, rgba(242, 244, 244, 0) 82.5%, #f2f4f4 82.5%);
  background-image: linear-gradient(45deg, #f2f4f4 17.5%, rgba(242, 244, 244, 0) 17.5%, rgba(242, 244, 244, 0) 32.5%, #f2f4f4 32.5%, #f2f4f4 67.5%, rgba(242, 244, 244, 0) 67.5%, rgba(242, 244, 244, 0) 82.5%, #f2f4f4 82.5%);
  background-size: 10px 10px;
  background-attachment: fixed;
}
.error-msg .error-msg-content .dashed-shadow:after {
  z-index: 2;
  content: attr(data-text);
  position: absolute;
  left: -12px;
  top: -12px;
  color: #b85b3f;
  text-shadow: 6px 6px #f2f4f4;
}
.error-msg .error-msg-content .dashed-shadow-text {
  font-size: 140pt;
  line-height: 1.2em;
}
.error-msg .error-msg-content .shadow {
  font-size: 120pt;
  line-height: 1.28em;
  box-shadow: none !important;
}
.error-msg .error-msg-content > p {
  font-size: 14px;
  margin-top: 20px;
  line-height: normal;
  margin-bottom: 120px;
  margin-left: 2%;
}
.error-msg .error-msg-content > p a {
  cursor: pointer;
  color: #4cb4e7;
  transition: all 0.3s;
  margin: 0 4px;
  font-weight: bold;
}
.error-msg .error-msg-content > p a svg {
  width: 14px;
  height: 14px;
  fill: #4cb4e7;
  vertical-align: top;
}
.error-msg .error-msg-content > p a:hover {
  text-decoration: underline;
}

.loaderOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  cursor: default;
}

.loaderButton {
  color: #ffffff;
  font-size: 18px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  right: 20px;
  top: 18px;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
label.form-group {
  padding: 0;
}

#emailLogin .btn-radivision {
  padding: 14px 30px;
}

.video-js {
  width: 100%;
  height: 100%;
}

.card-footer small {
  margin-top: 0;
}

#rdv-carM5u4UbNgSyO9uls2TVaWDw .publisher,
#rdv-carfx4dlgUNS228FiILHy2V0w .publisher {
  display: none;
}

@media (min-width: 1023px) and (max-width: 1171px) {
  .search-container {
    display: none;
  }
}

.form-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}
.form-sep span.line {
  flex: 1;
  height: 1px;
  background-color: #32323b;
}
.form-sep span.text {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px;
  text-transform: uppercase;
  color: #32323b;
  letter-spacing: 0.075rem;
}

.not-Modal .has-float-label,
.has-float-label,
label.company-name {
  padding: 0;
}

#my-account .space-divider .form-group {
  margin-bottom: 0.5rem;
}

.sub-divider {
  width: 100% !important;
  margin-bottom: 30px;
  position: relative !important;
}

.overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .overlay {
    display: none;
  }
}

.ticker-tape {
  width: 100%;
  background: #fff;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 2000px) {
  .ticker-tape {
    height: 67px;
  }
}
.ticker-tape .ticker-tape_image {
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1040;
}
@media (min-width: 2000px) {
  .ticker-tape .ticker-tape_image {
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .ticker-tape .ticker-tape_image {
    width: 80px;
  }
}
.ticker-tape .ticker {
  height: 45px !important;
}
.ticker-tape .ticker h1 {
  margin-bottom: 0;
  line-height: 36px;
}
@media (min-width: 2000px) {
  .ticker-tape .ticker h1 {
    line-height: 59px;
  }
}
.ticker-tape .ticker h1 a {
  font-size: 18px;
  padding-left: 70px;
  color: black;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}
@media (min-width: 2000px) {
  .ticker-tape .ticker h1 a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1366px) and (max-width: 1536px) {
  .ticker-tape .ticker h1 a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ticker-tape .ticker h1 a {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .ticker-tape .ticker h1 a {
    font-size: 12px;
    padding-left: 40px;
  }
}
@media (min-width: 2000px) {
  .ticker-tape .ticker {
    height: 67px !important;
  }
}
@media (max-width: 767.98px) {
  .ticker-tape .ticker {
    height: 40px !important;
  }
}
.ticker-tape .close-ticker-tape {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 45px;
  background: #fff;
  line-height: 45px;
  cursor: pointer;
}
@media (min-width: 2000px) {
  .ticker-tape .close-ticker-tape {
    height: 64px;
    line-height: 64px;
  }
}
@media (max-width: 767.98px) {
  .ticker-tape .close-ticker-tape {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.ticker-tape .close-ticker-tape svg {
  width: 28px;
  height: 28px;
  fill: #d4d4d4;
}
@media (min-width: 2000px) {
  .ticker-tape .close-ticker-tape svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767.98px) {
  .ticker-tape .close-ticker-tape svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  .ticker-tape {
    height: 40px;
  }
}

.list-modal .modal-body {
  padding-right: 0;
}
.list-modal .modal-body .list-container {
  padding-right: 35px !important;
  overflow: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 320px);
}
.list-modal .modal-footer {
  padding-right: 35px !important;
}
.list-modal.modal-lg .modal-body .list-container, .list-modal.modal-xl .modal-body .list-container {
  padding-right: 40px !important;
}
.list-modal.modal-lg .modal-footer, .list-modal.modal-xl .modal-footer {
  padding-right: 40px !important;
}

.claimDiscription {
  font-weight: bold;
  margin-bottom: 30px;
}

input:disabled,
button:disabled {
  cursor: not-allowed;
}

.form-group.alert {
  display: flex;
  align-items: center;
}
.form-group.alert h6 {
  flex: 1;
  margin: 0;
}
.form-group.alert .hide-msg {
  width: 24px;
  height: 24px;
  margin-right: -10px;
}
.form-group.alert .hide-msg svg {
  width: 18px;
  height: 18px;
  vertical-align: unset;
}

.recoverHeight {
  height: 100%;
  width: 100%;
  background: #32323b;
}
@media (min-width: 1024px) {
  .recoverHeight {
    height: 91vh;
  }
}

.react-list-select {
  display: inline-block;
  position: relative;
  outline: none;
}

.react-list-select--item {
  padding: 0.3em 0.6em;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-list-select--item.is-selected {
  -webkit-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  -o-user-select: inherit;
  user-select: inherit;
}

.react-list-select--item.is-disabled {
  cursor: default;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.react-list-select {
  background: #fafafa;
  border: 1px solid #cacaca;
  margin-right: 0.5em;
}

.react-list-select--item.is-selected {
  background: #d7e7ff;
}

.react-list-select:focus .react-list-select--item.is-focused::before,
.react-list-select:focus .react-list-select--item.is-focused::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #79b9ff;
}

.react-list-select:focus .react-list-select--item.is-focused::before {
  left: 0;
}

.react-list-select:focus .react-list-select--item.is-focused::after {
  right: 0;
}

.react-list-select--item.is-disabled {
  color: #afafaf;
}

/*# sourceMappingURL=/livery.69b6093f.css.map */