<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">: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: #0dba4b;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff4136;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'DM Sans', system-ui, sans-serif;
  --font-family-monospace: "Noto Sans Mono", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f6f6f9;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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: #95a4c2;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #132241;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: "Noto Sans Mono", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
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;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f6f6f9;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a &gt; 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters &gt; .col,
.no-gutters &gt; [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary &gt; td,
.table-primary &gt; th {
  background-color: #baf7d9;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7fefb8;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #a3f4cc;
}
.table-secondary,
.table-secondary &gt; td,
.table-secondary &gt; th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #c8cbcf;
}
.table-success,
.table-success &gt; td,
.table-success &gt; th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #b1dfbb;
}
.table-info,
.table-info &gt; td,
.table-info &gt; th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #abdde5;
}
.table-warning,
.table-warning &gt; td,
.table-warning &gt; th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger &gt; td,
.table-danger &gt; th {
  background-color: #ffcac7;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ff9c96;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #ffb2ae;
}
.table-light,
.table-light &gt; td,
.table-light &gt; th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #ececf6;
}
.table-dark,
.table-dark &gt; td,
.table-dark &gt; th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
  background-color: #b9bbbe;
}
.table-active,
.table-active &gt; td,
.table-active &gt; th,
.table-hover .table-active:hover,
.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; 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 td,
.table-dark th,
.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: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm &gt; .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 &gt; .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 &gt; .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 &gt; .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive &gt; .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: #70f9b5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(9, 225, 118, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row &gt; .col,
.form-row &gt; [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 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-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff4136;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  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(255, 65, 54, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ff4136;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4136' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ff4136' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #ff4136;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4136' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ff4136' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ff4136;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #ff4136;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #ff4136;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #ff7169;
  background-color: #ff7169;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #ff4136;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@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(9, 225, 118, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.signupbtn-style{
  min-width: auto !important;
  /* margin-right : 1rem; */
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #08bc63;
  border-color: #07b05c;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 230, 139, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0dba4b;
  border-color: #0dba4b;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #07b05c;
  border-color: #07a456;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 230, 139, 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 {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 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 &gt; .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 &gt; .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show &gt; .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 &gt; .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 {
  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 &gt; .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 &gt; .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 {
  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 &gt; .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 &gt; .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff1d10;
  border-color: #ff1103;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 84, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1103;
  border-color: #f50d00;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 84, 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 {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 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 &gt; .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 &gt; .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 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 {
  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 &gt; .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 &gt; .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #0dba4b;
  border-color: #0dba4b;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0dba4b;
  border-color: #0dba4b;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 225, 118, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0dba4b;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show &gt; .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0dba4b;
  border-color: #0dba4b;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 225, 118, 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 hsla(208, 7%, 46%, 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 &gt; .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 &gt; .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff4136;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show &gt; .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 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 &gt; .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 &gt; .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 &gt; .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 &gt; .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: #95a4c2;
  text-decoration: none;
}
.btn-link:hover {
  color: #132241;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg &gt; .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm &gt; .btn,
.btn-sm {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  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: "";
  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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  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:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0dba4b;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical &gt; .btn,
.btn-group &gt; .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn.active,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group &gt; .btn-group:not(:first-child),
.btn-group &gt; .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group &gt; .btn:not(:first-child) {
  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,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm &gt; .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg &gt; .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn-group:not(:first-child),
.btn-group-vertical &gt; .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group-vertical &gt; .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0;
}
.btn-group-toggle &gt; .btn input[type="checkbox"],
.btn-group-toggle &gt; .btn input[type="radio"],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type="checkbox"],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group &gt; .custom-file,
.input-group &gt; .custom-select,
.input-group &gt; .form-control,
.input-group &gt; .form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group &gt; .custom-file + .custom-file,
.input-group &gt; .custom-file + .custom-select,
.input-group &gt; .custom-file + .form-control,
.input-group &gt; .custom-select + .custom-file,
.input-group &gt; .custom-select + .custom-select,
.input-group &gt; .custom-select + .form-control,
.input-group &gt; .form-control + .custom-file,
.input-group &gt; .form-control + .custom-select,
.input-group &gt; .form-control + .form-control,
.input-group &gt; .form-control-plaintext + .custom-file,
.input-group &gt; .form-control-plaintext + .custom-select,
.input-group &gt; .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group &gt; .custom-select:focus,
.input-group &gt; .form-control:focus {
  z-index: 3;
}
.input-group &gt; .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group &gt; .custom-select:not(:last-child),
.input-group &gt; .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; .custom-select:not(:first-child),
.input-group &gt; .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group &gt; .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group &gt; .custom-file:not(:last-child) .custom-file-label,
.input-group &gt; .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-append &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-append &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg &gt; .custom-select,
.input-group-sm &gt; .custom-select {
  padding-right: 1.75rem;
}
.input-group
  &gt; .input-group-append:last-child
  &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  &gt; .input-group-append:last-child
  &gt; .input-group-text:not(:last-child),
.input-group &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group
  &gt; .input-group-prepend:first-child
  &gt; .input-group-text:not(:first-child),
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #0dba4b;
  background-color: #0dba4b;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(9, 225, 118, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #70f9b5;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #a1fbcf;
  border-color: #a1fbcf;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.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 {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #0dba4b;
  background-color: #0dba4b;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(9, 225, 118, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(9, 225, 118, 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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(9, 225, 118, 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;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(9, 225, 118, 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: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #70f9b5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(9, 225, 118, 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-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 {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #70f9b5;
  box-shadow: 0 0 0 0.2rem rgba(9, 225, 118, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f6f6f9, 0 0 0 0.2rem rgba(9, 225, 118, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f6f6f9, 0 0 0 0.2rem rgba(9, 225, 118, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f6f6f9, 0 0 0 0.2rem rgba(9, 225, 118, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0dba4b;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #a1fbcf;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  border-color: transparent;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0dba4b;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #a1fbcf;
}
.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: #0dba4b;
  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: #a1fbcf;
}
.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,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f6f6f9;
  border-color: #dee2e6 #dee2e6 #f6f6f9;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #0dba4b;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
  z-index: 999;
}
.navbar,
.navbar &gt; .container,
.navbar &gt; .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand img{
  width: 205px;
}
.genie-logo .img-desk {
  width: 285px !important;
}
.genie-logo .img-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    margin: auto;
  }
  .navbar-brand img{
    width: 150px;
  }
  .genie-logo{
    margin: auto auto auto 1.2rem;
  }
  .genie-logo .img-desk {
    display: none;
  }
  .genie-logo .img-mobile {
    width: 80px !important;
    display: block;
  }
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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 &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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 &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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 &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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 &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  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 &gt; .container,
.navbar-expand &gt; .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show &gt; .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show &gt; .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck,
  .card-deck .card {
    -webkit-box-direction: normal;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group &gt; .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-header,
  .card-group &gt; .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-footer,
  .card-group &gt; .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-header,
  .card-group &gt; .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-footer,
  .card-group &gt; .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion &gt; .card {
  overflow: hidden;
}
.accordion &gt; .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion &gt; .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion &gt; .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion &gt; .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion &gt; .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #95a4c2;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #132241;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(9, 225, 118, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0dba4b;
  border-color: #0dba4b;
}
.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:focus,
a.badge:hover {
  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: #0dba4b;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #07b05c;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(9, 225, 118, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  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:focus,
a.badge-info:hover {
  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:focus,
a.badge-warning:hover {
  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: #ff4136;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #ff1103;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  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;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #05753d;
  background-color: #cef9e4;
  border-color: #baf7d9;
}
.alert-primary hr {
  border-top-color: #a3f4cc;
}
.alert-primary .alert-link {
  color: #034424;
}
.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: #85221c;
  background-color: #ffd9d7;
  border-color: #ffcac7;
}
.alert-danger hr {
  border-top-color: #ffb2ae;
}
.alert-danger .alert-link {
  color: #5b1713;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes a {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes a {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0dba4b;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.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: #0dba4b;
  border-color: #0dba4b;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #05753d;
  background-color: #baf7d9;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #05753d;
  background-color: #a3f4cc;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #05753d;
  border-color: #05753d;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  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: #85221c;
  background-color: #ffcac7;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #85221c;
  background-color: #ffb2ae;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #85221c;
  border-color: #85221c;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #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):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer &gt; :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer &gt; :not(:last-child) {
  margin-right: 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);
  }
  .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: 'DM Sans', system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  padding: 0.25rem 0.5rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] &gt; .arrow,
.bs-popover-top &gt; .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] &gt; .arrow:before,
.bs-popover-top &gt; .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] &gt; .arrow:after,
.bs-popover-top &gt; .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] &gt; .arrow,
.bs-popover-right &gt; .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] &gt; .arrow:before,
.bs-popover-right &gt; .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] &gt; .arrow:after,
.bs-popover-right &gt; .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] &gt; .arrow,
.bs-popover-bottom &gt; .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] &gt; .arrow:before,
.bs-popover-bottom &gt; .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] &gt; .arrow:after,
.bs-popover-bottom &gt; .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] &gt; .arrow,
.bs-popover-left &gt; .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] &gt; .arrow:before,
.bs-popover-left &gt; .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] &gt; .arrow:after,
.bs-popover-left &gt; .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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  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;
}
@-webkit-keyframes b {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes b {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: b 0.75s linear infinite;
  animation: b 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes c {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes c {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: c 0.75s linear infinite;
  animation: c 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #0dba4b !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #07b05c !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #ff4136 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #ff1103 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0dba4b !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: #ff4136 !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;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.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;
  }
}
.text-monospace {
  font-family: "Noto Sans Mono", 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: #0dba4b !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #06974f !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #ff4136 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #e90d00 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.badge-guvi-mark-tag:before,
.certified-courses .course .related-facts li:last-of-type:after,
.course-outcomes .earnings:before,
.course-outcomes .hike:before,
.course-outcomes .new-jobs:before,
.ma-score:before,
.milestone .milestone-header:before,
.score-board:before,
.user-score:after,
[class*=" icon-"],
[class^="icon-"] {
  background: url(../images/minified/sprite-icons.png);
  display: inline-block;
  height: 21px;
  width: 23px;
  vertical-align: middle;
  text-indent: -9999px;
}
.rank_board{
  background: url(../images/minified/rank_board.png);
  display: inline-block;
  height: 21px;
  width: 23px;
  margin-bottom: 2px;
  vertical-align: super;
  text-indent: -9999px;
}

.icon-ck-questions, .icon-ck-github{
  background: url(../images/minified/sprite-icon-4.png);
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}

.icons-courses:before,
.icons-code-kata:before,
.icons-Webkata:before,
.icons-ide:before,
.icons-Leaderboard:before,
.icons-rewards:before,
.icons-referral:before,
.icons-forum:before,
[class*=" icons-"],
[class^="icons-"] {
  background: url(../images/minified/sprite2-icons.svg);
  display: inline-block;
  height: 21px;
  width: 23px;
  vertical-align: middle;
  text-indent: -9999px;
}
.sqlkata-icons {
  background: url(../images/minified/sqlkata.png);
  display: inline-block;
  height: 21px;
  width: 23px;
  vertical-align: middle;
  text-indent: -9999px;
  background-position: center;
  background-size: cover;
}
.sqlkata-link:hover .sqlkata-icons {
  background: url(../images/minified/sqlkata-hover.png);
  background-position: center;
  background-size: cover;
}
.border-sidebar {
  border-top: 1px solid #E3E3E3;
  width: 90%;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.icons-courses {
  background-position: 0 -4px;
}
.icons-code-kata {
  background-position: 0 -46px;
}
.icons-Webkata {
  background-position: 0 -94px;
}
.icons-ide {
  background-position: 0 -142px;
}
.icons-debugging {
  background-position: 0px -188px;
}
.icons-Leaderboard {
  background-position: 0 -245px;
}
.icons-rewards {
  background-position: 0 -293px;
}
.icons-referral {
  background-position: 0 69px;
}
.icons-forum {
  background-position: 0 22px;
  margin-left: 0.2rem;
}
.beta-badge {
  background: #CDFBCC;
  color: #06854D;
  padding: 0.4rem 0.9rem;
  margin-left: 0.5rem;
  border-radius: 16px;
  font-size: 11px;
}
.goodies-modal.modal .modal-content .modal-body .artwork,
.goodies-modal.modal .modal-content .modal-body .artwork:after,
.goodies-modal.modal .modal-content .modal-body .artwork:before,
.goodies-modal.modal .modal-content .modal-body:after,
.micro-score-modal.modal .modal-content .modal-header h5:before,
.score-modal.modal .modal-content .modal-body .message .timed:before,
.wishes-modal.modal .modal-content .modal-body:after,
.wishes-modal.modal .modal-content .modal-header h5:after,
.wishes-modal.modal .modal-content .modal-header:after,
.wishes-modal.modal .modal-content .modal-header:before {
  background: transparent url(../images/sprite-modal.png) no-repeat 0 0;
}
.webp .course-banner:after,
.webp .course-banner:before {
  background: transparent url(../images/webps/sprite-courses.webp) no-repeat 0 0;
}
.no-webp .course-banner:after,
.no-webp .course-banner:before {
  background: transparent url(../images/minified/sprite-courses.png) no-repeat 0
    0;
}
.font-weight-boldest {
  font-weight: 900 !important;
}
.course-banner.course-bundle:after,
.course-banner.course-bundle:before {
  background-position-y: -2760px !important;
}

.course-banner.python-bundle:after,
.course-banner.python-bundle:before {
  background-position-y: -3360px !important;
}

.course-banner.angular-bundle:after,
.course-banner.angular-bundle:before {
  background-position-y: -3480px !important;
}

.no-webp .course-banner.python:after,
.no-webp .course-banner.python:before {
  background-image: url("../images/minified/courseList/python.png") !important;
}

.webp .course-banner.python:after,
.webp .course-banner.python:before {
  background-image: url("../images/webps/courseList/python.webp") !important;
}

.no-webp .course-banner.c-programming:after,
.no-webp .course-banner.c-programming:before {
  background-image: url("../images/minified/courseList/c-programming.png") !important;
}

.webp .course-banner.c-programming:after,
.webp .course-banner.c-programming:before {
  background-image: url("../images/webps/courseList/c-programming.webp") !important;
}

.no-webp .course-banner.cplusplus:after,
.no-webp .course-banner.cplusplus:before {
  background-image: url("../images/minified/courseList/cplusplus.png") !important;
}

.webp .course-banner.cplusplus:after,
.webp .course-banner.cplusplus:before {
  background-image: url("../images/webps/courseList/cplusplus.webp") !important;
}

.no-webp .course-banner.html-css:after,
.no-webp .course-banner.html-css:before {
  background-image: url("../images/minified/courseList/html-css.png") !important;
}

.webp .course-banner.html-css:after,
.webp .course-banner.html-css:before {
  background-image: url("../images/webps/courseList/html-css.webp") !important;
}

.no-webp .course-banner.java:after,
.no-webp .course-banner.java:before {
  background-image: url("../images/minified/courseList/java.png") !important;
}

.webp .course-banner.java:after,
.webp .course-banner.java:before {
  background-image: url("../images/webps/courseList/java.webp") !important;
}

.no-webp .course-banner.java8:after,
.no-webp .course-banner.java8:before {
  background-image: url("../images/minified/courseList/java8.png") !important;
}

.webp .course-banner.java8:after,
.webp .course-banner.java8:before {
  background-image: url("../images/webps/courseList/java8.webp") !important;
}

.no-webp .course-banner.php:after,
.no-webp .course-banner.php:before {
  background-image: url("../images/minified/courseList/php.png") !important;
}

.webp .course-banner.php:after,
.webp .course-banner.php:before {
  background-image: url("../images/webps/courseList/php.webp") !important;
}

.no-webp .course-banner.mysql:after,
.no-webp .course-banner.mysql:before {
  background-image: url("../images/minified/courseList/mysql.png") !important;
}

.webp .course-banner.mysql:after,
.webp .course-banner.mysql:before {
  background-image: url("../images/webps/courseList/mysql.webp") !important;
}

.no-webp .course-banner.ml:after,
.no-webp .course-banner.ml:before {
  background-image: url("../images/minified/courseList/ml.png") !important;
}

.webp .course-banner.ml:after,
.webp .course-banner.ml:before {
  background-image: url("../images/webps/courseList/ml.webp") !important;
}

.no-webp .course-banner.computational-thinking:after,
.no-webp .course-banner.computational-thinking:before {
  background-image: url("../images/minified/courseList/computational-thinking.png") !important;
}

.webp .course-banner.computational-thinking:after,
.webp .course-banner.computational-thinking:before {
  background-image: url("../images/webps/courseList/computational-thinking.webp") !important;
}

.no-webp .course-banner.mongodb:after,
.no-webp .course-banner.mongodb:before {
  background-image: url("../images/minified/courseList/mongodb.png") !important;
}

.webp .course-banner.mongodb:after,
.webp .course-banner.mongodb:before {
  background-image: url("../images/webps/courseList/mongodb.webp") !important;
}

.no-webp .course-banner.javascript:after,
.no-webp .course-banner.javascript:before {
  background-image: url("../images/minified/courseList/javascript.png") !important;
}

.webp .course-banner.javascript:after,
.webp .course-banner.javascript:before {
  background-image: url("../images/webps/courseList/javascript.webp") !important;
}

.no-webp .course-banner.aws:after,
.no-webp .course-banner.aws:before {
  background-image: url("../images/minified/courseList/aws.png") !important;
}

.webp .course-banner.aws:after,
.webp .course-banner.aws:before {
  background-image: url("../images/webps/courseList/aws.webp") !important;
}

.no-webp .course-banner.struts:after,
.no-webp .course-banner.struts:before {
  background-image: url("../images/minified/courseList/struts.png") !important;
}

.webp .course-banner.struts:after,
.webp .course-banner.struts:before {
  background-image: url("../images/webps/courseList/struts.webp") !important;
}

.no-webp .course-banner.webdevelopment:after,
.no-webp .course-banner.webdevelopment:before {
  background-image: url("../images/minified/courseList/webdevelopment.png") !important;
}

.webp .course-banner.webdevelopment:after,
.webp .course-banner.webdevelopment:before {
  background-image: url("../images/webps/courseList/webdevelopment.webp") !important;
}

.no-webp .course-banner.solidworks:after,
.no-webp .course-banner.solidworks:before {
  background-image: url("../images/minified/courseList/solidworks.png") !important;
}

.webp .course-banner.solidworks:after,
.webp .course-banner.solidworks:before {
  background-image: url("../images/webps/courseList/solidworks.webp") !important;
}

.no-webp .course-banner.spring:after,
.no-webp .course-banner.spring:before {
  background-image: url("../images/minified/courseList/spring.png") !important;
}

.webp .course-banner.spring:after,
.webp .course-banner.spring:before {
  background-image: url("../images/webps/courseList/spring.webp") !important;
}

.no-webp .course-banner.tqm:after,
.no-webp .course-banner.tqm:before {
  background-image: url("../images/minified/courseList/tqm.png") !important; /*change by uk*/
}

.webp .course-banner.tqm:after,
.webp .course-banner.tqm:before {
  background-image: url("../images/webps/courseList/tqm.webp") !important; /*change by uk*/
}

.no-webp .course-banner.git:after,
.no-webp .course-banner.git:before {
  background-image: url("../images/minified/courseList/git.png") !important; /*change by uk*/
}

.webp .course-banner.git:after,
.webp .course-banner.git:before {
  background-image: url("../images/webps/courseList/git.webp") !important; /*change by uk*/
}

.no-webp .course-banner.servlets-jsp:after,
.no-webp .course-banner.servlets-jsp:before {
  background-image: url("../images/minified/courseList/servlets-jsp.png") !important;
}

.webp .course-banner.servlets-jsp:after,
.webp .course-banner.servlets-jsp:before {
  background-image: url("../images/webps/courseList/servlets-jsp.webp") !important;
}

.no-webp .course-banner.autocad:after.no-webp .course-banner.autocad:before {
  background-image: url("../images/minified/courseList/autocad.png") !important;
}

.webp .course-banner.autocad:after,
.webp .course-banner.autocad:before {
  background-image: url("../images/webps/courseList/autocad.webp") !important;
}

.no-webp .course-banner.mahendra:after,
.no-webp .course-banner.mahendra:before {
  background-image: url("../images/minified/courseList/mahendra.png") !important;
}

.webp .course-banner.mahendra:after,
.webp .course-banner.mahendra:before {
  background-image: url("../images/webps/courseList/mahendra.webp") !important;
}

.no-webp .course-banner.deep-learning:after,
.no-webp .course-banner.deep-learning:before {
  background-image: url("../images/minified/courseList/deep-learning.png") !important;
}

.webp .course-banner.deep-learning:after,
.webp .course-banner.deep-learning:before {
  background-image: url("../images/webps/courseList/deep-learning.webp") !important;
}

.no-webp .course-banner.product-management:after,
.no-webp .course-banner.product-management:before {
  background-image: url("../images/minified/courseList/product-management.png") !important;
}

.webp .course-banner.product-management:after,
.webp .course-banner.product-management:before {
  background-image: url("../images/webps/courseList/product-management.webp") !important;
}

.no-webp .course-banner.azure:after,
.no-webp .course-banner.azure:before {
  background-image: url("../images/minified/courseList/azure.png") !important;
}

.webp .course-banner.azure:after,
.webp .course-banner.azure:before {
  background-image: url("../images/webps/courseList/azure.webp") !important;
}

.no-webp .course-banner.angular:after,
.no-webp .course-banner.angular:before {
  background-image: url("../images/minified/courseList/angular.png") !important;
}

.webp .course-banner.angular:after,
.webp .course-banner.angular:before {
  background-image: url("../images/webps/courseList/angular.webp") !important;
}

.no-webp .course-banner.power-bi:after,
.no-webp .course-banner.power-bi:before {
  background-image: url("../images/minified/courseList/power-bi.png") !important;
}

.webp .course-banner.power-bi:after,
.webp .course-banner.power-bi:before {
  background-image: url("../images/webps/courseList/power-bi.webp") !important;
}

.no-webp .course-banner.react:after,
.no-webp .course-banner.react:before {
  background-image: url("../images/minified/courseList/react.png") !important;
}

.webp .course-banner.react:after,
.webp .course-banner.react:before {
  background-image: url("../images/webps/courseList/react.webp") !important;
}

.no-webp .course-banner.redux:after,
.no-webp .course-banner.redux:before {
  background-image: url("../images/minified/courseList/redux.png") !important;
}

.webp .course-banner.redux:after,
.webp .course-banner.redux:before {
  background-image: url("../images/webps/courseList/redux.webp") !important;
}

.no-webp .course-banner.matlab:after,
.no-webp .course-banner.matlab:before {
  background-image: url("../images/minified/courseList/matlab.png") !important;
}

.webp .course-banner.matlab:after,
.webp .course-banner.matlab:before {
  background-image: url("../images/webps/courseList/matlab.webp") !important;
}

.no-webp .course-banner.selenium:after,
.no-webp .course-banner.selenium:before {
  background-image: url("../images/minified/courseList/selenium.png") !important;
}

.webp .course-banner.selenium:after,
.webp .course-banner.selenium:before {
  background-image: url("../images/webps/courseList/selenium.webp") !important;
}

.no-webp .course-banner.design-pattern:after,
.no-webp .course-banner.design-pattern:before {
  background-image: url("../images/minified/courseList/design-pattern.png") !important;
}

.webp .course-banner.design-pattern:after,
.webp .course-banner.design-pattern:before {
  background-image: url("../images/webps/courseList/design-pattern.webp") !important;
}

.no-webp .course-banner.dark-web:after,
.no-webp .course-banner.dark-web:before {
  background-image: url("../images/minified/courseList/dark-web.png") !important;
}

.webp .course-banner.dark-web:after,
.webp .course-banner.dark-web:before {
  background-image: url("../images/webps/courseList/dark-web.webp") !important;
}

.no-webp .course-banner.ui-path:after,
.no-webp .course-banner.ui-path:before {
  background-image: url("../images/minified/courseList/ui-path.png") !important;
}

.webp .course-banner.ui-path:after,
.webp .course-banner.ui-path:before {
  background-image: url("../images/webps/courseList/ui-path.webp") !important;
}

.no-webp .course-banner.code-igniter:after,
.no-webp .course-banner.code-igniter:before {
  background-image: url("../images/minified/courseList/code-igniter.png") !important;
}

.webp .course-banner.code-igniter:after,
.webp .course-banner.code-igniter:before {
  background-image: url("../images/webps/courseList/code-igniter.webp") !important;
}

.no-webp .course-banner.open-cart:after,
.no-webp .course-banner.open-cart:before {
  background-image: url("../images/minified/courseList/open-cart.png") !important;
}

.webp .course-banner.open-cart:after,
.webp .course-banner.open-cart:before {
  background-image: url("../images/webps/courseList/open-cart.webp") !important;
}

.no-webp .course-banner.functional:after,
.no-webp .course-banner.functional:before {
  background-image: url("../images/minified/courseList/functional.png") !important;
}

.webp .course-banner.functional:after,
.webp .course-banner.functional:before {
  background-image: url("../images/webps/courseList/functional.webp") !important;
}

.no-webp .course-banner.C_C_Java:after,
.no-webp .course-banner.C_C_Java:before {
  background-image: url("../images/minified/courseList/C_C_Java.png") !important;
}

.webp .course-banner.C_C_Java:after,
.webp .course-banner.C_C_Java:before {
  background-image: url("../images/webps/courseList/C_C_Java.webp") !important;
}

.no-webp .course-banner.Python_Selenium_Automation_with_Python:after,
.no-webp .course-banner.Python_Selenium_Automation_with_Python:before {
  background-image: url("../images/minified/courseList/pythonAutomation.png") !important;
}

.webp .course-banner.Python_Selenium_Automation_with_Python:after,
.webp .course-banner.Python_Selenium_Automation_with_Python:before {
  background-image: url("../images/webps/courseList/pythonAutomation.webp") !important;
}

.no-webp .course-banner.Javascript_Angular:after,
.no-webp .course-banner.Javascript_Angular:before {
  background-image: url("../images/minified/courseList/jsAngular.png") !important;
}

.webp .course-banner.Javascript_Angular:after,
.webp .course-banner.Javascript_Angular:before {
  background-image: url("../images/webps/courseList/jsAngular.webp") !important;
}

.no-webp .course-banner.hacking_pack:after,
.no-webp .course-banner.hacking_pack:before {
  background-image: url("../images/minified/courseList/hackPack.png") !important;
}

.webp .course-banner.hacking_pack:after,
.webp .course-banner.hacking_pack:before {
  background-image: url("../images/webps/courseList/hackPack.webp") !important;
}

.no-webp .course-banner.ds_combo:after,
.no-webp .course-banner.ds_combo:before {
  background-image: url("../images/minified/courseList/ds-combo-2.png") !important;
}

.webp .course-banner.ds_combo:after,
.webp .course-banner.ds_combo:before {
  background-image: url("../images/webps/courseList/ds-combo-2.webp") !important;
}

.no-webp .course-banner.product-thinking:after,
.no-webp .course-banner.product-thinking:before {
  background-image: url("../images/minified/courseList/product-thinking.png") !important;
}

.webp .course-banner.product-thinking:after,
.webp .course-banner.product-thinking:before {
  background-image: url("../images/webps/courseList/product-thinking.webp") !important;
}

.no-webp .course-banner.valentine:after,
.no-webp .course-banner.valentine:before {
  background-image: url("../images/minified/courseList/valentine-2.png") !important;
}

.webp .course-banner.valentine:after,
.webp .course-banner.valentine:before {
  background-image: url("../images/webps/courseList/valentine-2.webp") !important;
}

.no-webp .course-banner.api_python:after,
.no-webp .course-banner.api_python:before {
  background-image: url("../images/minified/courseList/flaskPack.png") !important;
}

.webp .course-banner.api_python:after,
.webp .course-banner.api_python:before {
  background-image: url("../images/webps/courseList/flaskPack.webp") !important;
}

.no-webp .course-banner.js_deep:after,
.no-webp .course-banner.js_deep:before {
  background-image: url("../images/minified/courseList/jsDeep.png") !important;
}

.webp .course-banner.js_deep:after,
.webp .course-banner.js_deep:before {
  background-image: url("../images/webps/courseList/jsDeep.webp") !important;
}

.no-webp .course-banner.mvc_architype:after,
.no-webp .course-banner.mvc_architype:before {
  background-image: url("../images/minified/courseList/mvc.png") !important;
}

.webp .course-banner.mvc_architype:after,
.webp .course-banner.mvc_architype:before {
  background-image: url("../images/webps/courseList/mvc.webp") !important;
}

.no-webp .course-banner.diy_tamil:after,
.no-webp .course-banner.diy_tamil:before {
  background-image: url("../images/minified/courseList/diy.png") !important;
}

.webp .course-banner.diy_tamil:after,
.webp .course-banner.diy_tamil:before {
  background-image: url("../images/webps/courseList/diy.webp") !important;
}

.no-webp .course-banner.java_kick:after,
.no-webp .course-banner.java_kick:before {
  background-image: url("../images/minified/courseList/javaPack.png") !important;
}

.webp .course-banner.java_kick:after,
.webp .course-banner.java_kick:before {
  background-image: url("../images/webps/courseList/javaPack.webp") !important;
}

.no-webp .course-banner.python_kick:after,
.no-webp .course-banner.python_kick:before {
  background-image: url("../images/minified/courseList/pythonPack.png") !important;
}

.webp .course-banner.python_kick:after,
.webp .course-banner.python_kick:before {
  background-image: url("../images/webps/courseList/pythonPack.webp") !important;
}

.no-webp .course-banner.azureOff:after,
.no-webp .course-banner.azureOff:before {
  background-image: url("../images/minified/courseList/azureOff.png") !important;
}

.webp .course-banner.azureOff:after,
.webp .course-banner.azureOff:before {
  background-image: url("../images/webps/courseList/azureOff.webp") !important;
}

.no-webp .course-banner.mlOff:after,
.no-webp .course-banner.mlOff:before {
  background-image: url("../images/minified/courseList/mlOff.png") !important;
}

.webp .course-banner.mlOff:after,
.webp .course-banner.mlOff:before {
  background-image: url("../images/webps/courseList/mlOff.webp") !important;
}

.no-webp .course-banner.powerBiOff:after,
.no-webp .course-banner.powerBiOff:before {
  background-image: url("../images/minified/courseList/powerBiOff.png") !important;
}

.webp .course-banner.powerBiOff:after,
.webp .course-banner.powerBiOff:before {
  background-image: url("../images/webps/courseList/powerBiOff.webp") !important;
}

.no-webp .course-banner.seleniumC:after,
.no-webp .course-banner.seleniumC:before {
  background-image: url("../images/minified/courseList/seleniumC.png") !important;
}

.webp .course-banner.seleniumC:after,
.webp .course-banner.seleniumC:before {
  background-image: url("../images/webps/courseList/seleniumC.webp") !important;
}

.no-webp .course-banner.seleniumJava:after,
.no-webp .course-banner.seleniumJava:before {
  background-image: url("../images/minified/courseList/seleniumJava.png") !important;
}

.webp .course-banner.seleniumJava:after,
.webp .course-banner.seleniumJava:before {
  background-image: url("../images/webps/courseList/seleniumJava.webp") !important;
}

.no-webp .course-banner.ml_bundle:after,
.no-webp .course-banner.ml_bundle:before {
  background-image: url("../images/minified/courseList/ml_bundle.png") !important;
}

.webp .course-banner.ml_bundle:after,
.webp .course-banner.ml_bundle:before {
  background-image: url("../images/webps/courseList/ml_bundle.webp") !important;
}

.no-webp .course-banner.db_bundle:after,
.no-webp .course-banner.db_bundle:before {
  background-image: url("../images/minified/courseList/db_bundle.png") !important;
}

.webp .course-banner.db_bundle:after,
.webp .course-banner.db_bundle:before {
  background-image: url("../images/webps/courseList/db_bundle.webp") !important;
}

.no-webp .course-banner.learn_datalogy:after,
.no-webp .course-banner.learn_datalogy:before {
  background-image: url("../images/minified/courseList/learn_datalogy.png") !important;
}

.webp .course-banner.learn_datalogy:after,
.webp .course-banner.learn_datalogy:before {
  background-image: url("../images/webps/courseList/learn_datalogy.webp") !important;
}

.no-webp .course-banner.g10x:after,
.no-webp .course-banner.g10x:before {
  background-image: url("../images/minified/courseList/g10x.png") !important;
}

.webp .course-banner.g10x:after,
.webp .course-banner.g10x:before {
  background-image: url("../images/webps/courseList/g10x.webp") !important;
}

.webp .course-banner.data_annotation:after,
.webp .course-banner.data_annotation:before {
  background-image: url("../images/webps/courseList/charts.webp") !important;
}

.no-webp .course-banner.data_annotation:after,
.no-webp .course-banner.data_annotation:before {
  background-image: url("../images/minified/courseList/charts.png") !important;
}

.webp .course-banner.data_collection:after,
.webp .course-banner.data_collection:before {
  background-image: url("../images/webps/courseList/filter-funnel.webp") !important;
}

.no-webp .course-banner.data_collection:after,
.no-webp .course-banner.data_collection:before {
  background-image: url("../images/minified/courseList/filter-funnel.png") !important;
}
.webp .course-banner.getting_and_cleaning_data:after,
.webp .course-banner.getting_and_cleaning_data:before {
  background-image: url("../images/webps/courseList/data_statistics.webp") !important;
}

.no-webp .course-banner.getting_and_cleaning_data:after,
.no-webp .course-banner.getting_and_cleaning_data:before {
  background-image: url("../images/minified/courseList/data_statistics.png") !important;
}
.webp .course-banner.data_science:after,
.webp .course-banner.data_science:before {
  background-image: url("../images/webps/courseList/bot.webp") !important;
}

.no-webp .course-banner.data_science:after,
.no-webp .course-banner.data_science:before {
  background-image: url("../images/minified/courseList/bot.png") !important;
}
.webp .course-banner.transcription:after,
.webp .course-banner.transcription:before {
  background-image: url("../images/webps/courseList/language.webp") !important;
}

.no-webp .course-banner.transcription:after,
.no-webp .course-banner.transcription:before {
  background-image: url("../images/minified/courseList/language.png") !important;
}

.webp .course-banner.translation_101:after,
.webp .course-banner.translation_101:before {
  background-image: url("../images/webps/courseList/language.webp") !important;
}

.no-webp .course-banner.translation_101:after,
.no-webp .course-banner.translation_101:before {
  background-image: url("../images/minified/courseList/language.png") !important;
}
.webp .course-banner.english_skill:after,
.webp .course-banner.english_skill:before {
  background-image: url("../images/webps/courseList/english.webp") !important;
}

.no-webp .course-banner.english_skill:after,
.no-webp .course-banner.english_skill:before {
  background-image: url("../images/minified/courseList/english.png") !important;
}

.webp .course-banner.ms_excel:after,
.webp .course-banner.ms_excel:before {
  background-image: url("../images/webps/courseList/excel.webp") !important;
}

.no-webp .course-banner.ms_excel:after,
.no-webp .course-banner.ms_excel:before {
  background-image: url("../images/minified/courseList/excel.png") !important;
}

.no-webp .course-banner.basics_of_bot:after,
.no-webp .course-banner.basics_of_bot:before {
  background-image: url("../images/minified/courseList/bot.png") !important;
}
.webp .course-banner.basics_of_bot:after,
.webp .course-banner.basics_of_bot:before {
  background-image: url("../images/webps/courseList/bot.webp") !important;
}

.no-webp .course-banner.software_testing:after,
.no-webp .course-banner.software_testing:before {
  background-image: url("../images/minified/courseList/settings_computer.png") !important;
}
.webp .course-banner.software_testing:after,
.webp .course-banner.software_testing:before {
  background-image: url("../images/webps/courseList/settings_computer.webp") !important;
}

.no-webp .course-banner.social_media_marketing:after,
.no-webp .course-banner.social_media_marketing:before {
  background-image: url("../images/minified/courseList/social_media.png") !important;
}
.webp .course-banner.social_media_marketing:after,
.webp .course-banner.social_media_marketing:before {
  background-image: url("../images/webps/courseList/social_media.webp") !important;
}

.no-webp .course-banner.logical_thinking:after,
.no-webp .course-banner.logical_thinking:before {
  background-image: url("../images/minified/courseList/headphones.png") !important;
}
.webp .course-banner.logical_thinking:after,
.webp .course-banner.logical_thinking:before {
  background-image: url("../images/webps/courseList/headphones.webp") !important;
}

.no-webp .course-banner.rest_api:after,
.no-webp .course-banner.rest_api:before {
  background-image: url("../images/minified/courseList/rest_api.png") !important;
}
.webp .course-banner.rest_api:after,
.webp .course-banner.rest_api:before {
  background-image: url("../images/webps/courseList/rest_api.webp") !important;
}

.no-webp .course-banner.anniversary:after,
.no-webp .course-banner.anniversary:before {
  background-image: url("../images/minified/courseList/anniversary.png") !important;
}
.webp .course-banner.anniversary:after,
.webp .course-banner.anniversary:before {
  background-image: url("../images/webps/courseList/anniversary.webp") !important;
}
.no-webp .course-banner.aiPack:after,
.no-webp .course-banner.aiPack:before {
  background-image: url("../images/minified/courseList/aiPack.png") !important;
}
.webp .course-banner.aiPack:after,
.webp .course-banner.aiPack:before {
  background-image: url("../images/webps/courseList/aiPack.webp") !important;
}
.no-webp .course-banner.blockchain:after,
.no-webp .course-banner.blockchain:before {
  background-image: url("../images/minified/courseList/blockchain.png") !important;
}
.webp .course-banner.blockchain:after,
.webp .course-banner.blockchain:before {
  background-image: url("../images/webps/courseList/blockchain.webp") !important;
}
.no-webp .course-banner.lumen:after,
.no-webp .course-banner.lumen:before {
  background-image: url("../images/minified/courseList/lumen.png") !important;
}
.webp .course-banner.lumen:after,
.webp .course-banner.lumen:before {
  background-image: url("../images/webps/courseList/lumen.webp") !important;
}
.no-webp .course-banner.hibernate:after,
.no-webp .course-banner.hibernate:before {
  background-image: url("../images/minified/courseList/hibernate.png") !important;
}
.webp .course-banner.hibernate:after,
.webp .course-banner.hibernate:before {
  background-image: url("../images/webps/courseList/hibernate.webp") !important;
}
.no-webp .course-banner.aptitude:after,
.no-webp .course-banner.aptitude:before {
  background-image: url("../images/minified/courseList/aptitude.png") !important;
}
.webp .course-banner.aptitude:after,
.webp .course-banner.aptitude:before {
  background-image: url("../images/webps/courseList/aptitude.webp") !important;
}
.no-webp .course-banner.matplotlib:after,
.no-webp .course-banner.matplotlib:before {
  background-image: url("../images/minified/courseList/matplotlib.png") !important;
}
.webp .course-banner.matplotlib:after,
.webp .course-banner.matplotlib:before {
  background-image: url("../images/webps/courseList/matplotlib.webp") !important;
}
.no-webp .course-banner.redis:after,
.no-webp .course-banner.redis:before {
  background-image: url("../images/minified/courseList/redis.png") !important;
}
.webp .course-banner.redis:after,
.webp .course-banner.redis:before {
  background-image: url("../images/webps/courseList/redis.webp") !important;
}
.no-webp .course-banner.testng:after,
.no-webp .course-banner.testng:before {
  background-image: url("../images/minified/courseList/testng.png") !important;
}
.webp .course-banner.testng:after,
.webp .course-banner.testng:before {
  background-image: url("../images/webps/courseList/testng.webp") !important;
}
.no-webp .course-banner.premium-pass:after,
.no-webp .course-banner.premium-pass:before {
  background-image: url("../images/minified/courseList/premium.png") !important;
}
.webp .course-banner.premium-pass:after,
.webp .course-banner.premium-pass:before {
  background-image: url("../images/webps/courseList/premium.webp") !important;
}
.no-webp .course-banner.cyber:after,
.no-webp .course-banner.cyber:before {
  background-image: url("../images/minified/courseList/cyber.png") !important;
}
.webp .course-banner.cyber:after,
.webp .course-banner.cyber:before {
  background-image: url("../images/webps/courseList/cyber.webp") !important;
}
.no-webp .course-banner.r:after,
.no-webp .course-banner.r:before {
  background-image: url("../images/minified/courseList/r.png") !important;
}
.webp .course-banner.r:after,
.webp .course-banner.r:before {
  background-image: url("../images/webps/courseList/r.webp") !important;
}
.no-webp .course-banner.laravel:after,
.no-webp .course-banner.laravel:before {
  background-image: url("../images/minified/courseList/larvel.png") !important;
}
.webp .course-banner.laravel:after,
.webp .course-banner.laravel:before {
  background-image: url("../images/webps/courseList/larvel.webp") !important;
}
.no-webp .course-banner.jquery:after,
.no-webp .course-banner.jquery:before {
  background-image: url("../images/minified/courseList/jquery.png") !important;
}
.webp .course-banner.jquery:after,
.webp .course-banner.jquery:before {
  background-image: url("../images/webps/courseList/jquery.webp") !important;
}
.no-webp .course-banner.google-assistant:after,
.no-webp .course-banner.google-assistant:before {
  background-image: url("../images/minified/courseList/google-assistant.png") !important;
}
.webp .course-banner.google-assistant:after,
.webp .course-banner.google-assistant:before {
  background-image: url("../images/webps/courseList/google-assistant.webp") !important;
}
.no-webp .course-banner.keras:after,
.no-webp .course-banner.keras:before {
  background-image: url("../images/minified/courseList/keras.png") !important;
}
.webp .course-banner.keras:after,
.webp .course-banner.keras:before {
  background-image: url("../images/webps/courseList/keras.webp") !important;
}
.no-webp .course-banner.sql-server:after,
.no-webp .course-banner.sql-server:before {
  background-image: url("../images/minified/courseList/sql-server.png") !important;
}
.webp .course-banner.sql-server:after,
.webp .course-banner.sql-server:before {
  background-image: url("../images/webps/courseList/sql-server.webp") !important;
}
.no-webp .course-banner.big-data:after,
.no-webp .course-banner.big-data:before {
  background-image: url("../images/minified/courseList/big-data.png") !important;
}
.webp .course-banner.big-data:after,
.webp .course-banner.big-data:before {
  background-image: url("../images/webps/courseList/big-data.webp") !important;
}
.no-webp .course-banner.dart:after,
.no-webp .course-banner.dart:before {
  background-image: url("../images/minified/courseList/dart.png") !important;
}
.webp .course-banner.dart:after,
.webp .course-banner.dart:before {
  background-image: url("../images/webps/courseList/dart.webp") !important;
}
.no-webp .course-banner.data_visualization:after,
.no-webp .course-banner.data_visualization:before {
  background-image: url("../images/minified/courseList/data_visualization.png") !important;
}
.webp .course-banner.data_visualization:after,
.webp .course-banner.data_visualization:before {
  background-image: url("../images/webps/courseList/data_visualization.webp") !important;
}
.no-webp .course-banner.home_automation:after,
.no-webp .course-banner.home_automation:before {
  background-image: url("../images/minified/courseList/home_automation.png") !important;
}
.webp .course-banner.home_automation:after,
.webp .course-banner.home_automation:before {
  background-image: url("../images/webps/courseList/home_automation.webp") !important;
}
.no-webp .course-banner.data_r:after,
.no-webp .course-banner.data_r:before {
  background-image: url("../images/minified/courseList/data_r.png") !important;
}
.webp .course-banner.data_r:after,
.webp .course-banner.data_r:before {
  background-image: url("../images/webps/courseList/data_r.webp") !important;
}
.no-webp .course-banner.go:after,
.no-webp .course-banner.go:before {
  background-image: url("../images/minified/courseList/go.png") !important;
}
.webp .course-banner.go:after,
.webp .course-banner.go:before {
  background-image: url("../images/webps/courseList/go.webp") !important;
}
.no-webp .course-banner.oracle:after,
.no-webp .course-banner.oracle:before {
  background-image: url("../images/minified/courseList/oracle.png") !important;
}
.webp .course-banner.oracle:after,
.webp .course-banner.oracle:before {
  background-image: url("../images/webps/courseList/oracle.webp") !important;
}
.no-webp .course-banner.data-science:after,
.no-webp .course-banner.data-science:before {
  background-image: url("../images/minified/courseList/data-science.png") !important;
}
.webp .course-banner.data-science:after,
.webp .course-banner.data-science:before {
  background-image: url("../images/webps/courseList/data-science.webp") !important;
}
.no-webp .course-banner.christmas-bundle:after,
.no-webp .course-banner.christmas-bundle:before {
  background-image: url("../images/minified/courseList/web_bundle.png") !important;
}
.webp .course-banner.christmas-bundle:after,
.webp .course-banner.christmas-bundle:before {
  background-image: url("../images/webps/courseList/web_bundle.webp") !important;
}
.no-webp .course-banner.vue:after,
.no-webp .course-banner.vue:before {
  background-image: url("../images/minified/courseList/vue.png") !important;
}
.webp .course-banner.vue:after,
.webp .course-banner.vue:before {
  background-image: url("../images/webps/courseList/vue.webp") !important;
}

.guvi-lazy-img:after,
.guvi-lazy-img:before,
.guvi-lazy-img {
  background-image: none !important;
  background-color: #f1f1fa;
}

.sponsor-amazon,
.sponsor-swiggy,
.sponsor-zomato {
  background: transparent url(../images/sprite-sponsors.png) no-repeat 0 0;
  width: 165px;
  height: 110px;
}
[class*=" recruiter-"],
[class^="recruiter-"] {
  background: transparent url(../images/sprite-recruiters.png) no-repeat 0 0;
  display: inline-block;
}
[class*=" artwork-"],
[class^="artwork-"] {
  display: inline-block;
}
#landing-page .learners-title h2 span:after,
#landing-page .section-subscribe .subscriber-wrap:after,
#landing-page .unique:after,
#landing-page header nav.navbar .main-links li.zen-class-link:before,
#story-page .gallery-title h2:before,
#story-page .section-corevalues .row:after,
#story-page .section-corevalues .row:before,
#story-page .section-mission .content-wrap:before,
#story-page .section-story .content-wrap h2:before,
#story-page header nav.navbar .main-links li.zen-class-link:before,
[class*=" external-design-"],
[class^="external-design-"] {
  background: transparent url(../images/sprite-external-designs.png) no-repeat 0
    0;
  display: inline-block;
}
i[class*=" league-"],
i[class^="league-"] {
  background: transparent url(../images/sprite-leagues.png) no-repeat 0 0;
  display: inline-block;
}
[class*=" content-partner-"],
[class^="content-partner-"] {
  background: transparent url(../images/sprite-content-partners.png) no-repeat 0
    0;
  display: inline-block;
}
[class*=" team-"],
[class^="team-"] {
  background: transparent url(../images/sprite-team.png) no-repeat 0 0;
  display: inline-block;
}
.recognizer-action-for-india,
.recognizer-ciie,
.recognizer-dailyhunt,
.recognizer-empower-awe,
.recognizer-gennext,
.recognizer-google-launchpad,
.recognizer-iitm,
.recognizer-inc,
.recognizer-toi,
.recognizer-yourstory {
  background: transparent url(../images/sprite-recognizers.png) no-repeat 0 0;
  display: inline-block;
}
#story-page .section-corevalues .row {
  background: transparent url(../images/bg-corevalue.png) no-repeat 0 0;
}
.league-board,
.stepper-card .card-header {
  background-color: #673bf3;
  background-image: linear-gradient(90deg, #673bf3 20%, #d90fef 80%);
  background-repeat: repeat-x;
  color: #fff;
}
#dashboard-page
  .action-plan
  .card-body
  .stepper
  .action-task
  .video-thumb-wrap:after,
.course-card.card .card-header .course-link:after,
.accordion-trigger:after,
.btn.sort:before,
.course-hightlights li:before,
.editorSet-panel-wrap .testcase-accordion .card .card-header h5 .btn:after,
.editorSet-panel-wrap .testcase-accordion .card .card-header h5 .btn:before,
.form-group small.help .question:before,
.gravatar-wrap:before,
.output-panel-wrap .testcase-accordion .card .card-header h5 .btn:after,
.output-panel-wrap .testcase-accordion .card .card-header h5 .btn:before,
.peer-submission-list .list-group-item .likes:before,
.profile-edit ul.removable li.removableElement:before,
.quiz-card.card .card-header .timer:after,
.reward-modal.modal .modal-content.redemption-completed h5:before,
.star-ratings-css .five-stars:before,
.starrating label:before,
.stepper li:before,
.stepperLock:before,
.table-of-content .toc-accordion h5 .btn:after,
.tags.removable .badge-guvi-mark-tag:before,
.tags.removable .badge:before {
  font-family: Font Awesome\5 Free;
}
#dashboard-page
  .action-plan
  .card-body
  .stepper
  .action-task
  .video-thumb-wrap:after,
.course-card.card .card-header .course-link:after {
  content: "\F144";
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
}

.number-id-wrap .number-id,
.panel-header .panel-title .number-id {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  text-align: center;
  padding-top: 6px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 50%;
}

body {
  min-width: 360px;
}
.account-box,
.notification-box,
.output-panel-wrap .btn-wrap,
main .sidebar-container .sidebar-sticky {
  z-index: 5;
}
.badge-guvi-tag {
  color: #fff;
  background-color: #95a4c2;
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
  margin-right: 0.5rem;
}
.badge-guvi-tag:hover {
  color: #fff;
}
.badge-pill {
  margin-right: 0.5rem;
}
main .width-auto {
  width: auto;
  min-width: 0;
  max-width: none;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading {
  display: none;
}
.price-wrap {
  margin: 0.5rem 0 0;
}
.price {
  text-align: right;
  color: #4c5a74;
  padding: 0.5rem 0 0;
}
.price:before {
  content: "\20B9";
  padding-right: 0.2rem;
}
.price:after {
  content: " /-";
}
.price:last-of-type {
  padding-left: 0.5rem;
}
.price .slashed {
  color: #4c5a74;
}
.visible-xs {
  display: none;
}
@media (max-width: 575.98px) {
  .visible-xs {
    display: block;
  }
}
.hidden-xs,
.hidden-xs.collapse:not(.show) {
  display: block;
}
@media (max-width: 575.98px) {
  .hidden-xs,
  .hidden-xs.collapse:not(.show) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .visible-md {
    display: block;
  }
}
@media (min-width: 768px) {
  .visible-md {
    display: none;
  }
}
.video-wrap [class*=" icon-"],
.video-wrap [class^="icon-"] {
  background: 0 0;
}
.icon-geekoin {
  background-position: 0 0;
  height: 24px;
}
.icon-geekoin-big {
  background-position-y: -375px;
  width: 48px;
  height: 48px;
}
.icon-gem {
  background-position: -50px 0;
  height: 23px;
}
.icon-gem-big {
  background-position: -75px -375px;
  width: 42px;
  height: 48px;
}
.icon-level {
  background-position: -200px 0;
  width: 36px;
  height: 36px;
}
.icon-level-sm {
  background-position: -200px -100px;
  height: 27px;
}
.icon-rank {
  background-position: -150px -250px;
}
.icon-rank-big {
  background-position: -200px -250px;
  width: 48px;
  height: 45px;
}
.icon-code-kata {
  background-position: -50px -50px;
}
.icon-code-kata.product-head {
  background-position: -150px -300px;
  width: 48px;
  height: 50px;
}
.icon-code-kata.product-brand {
  background-position: -150px -375px;
  width: 54px;
  height: 50px;
}
.icon-micro-arc {
  background-position: -50px -100px;
}
.icon-micro-arc.product-head {
  background-position: 0 -525px;
  width: 88px;
  height: 85px;
}
.icon-micro-arc.product-brand {
  background-position: 0 -300px;
  width: 50px;
  height: 50px;
}
.icon-micro-arc-sm {
  background-position: -200px -150px;
  width: 31px;
  height: 31px;
}
.icon-skill-profile.product-head {
  background-position: -141px -567px;
  width: 143px;
  height: 131px;
}
.icon-project-board {
  background-position: -150px 0;
}
.icon-leader-board {
  background-position: -150px -50px;
}
.icon-reward {
  background-position: -150px -100px;
}
.icon-ck-questions {
  background-position: top -7px left -4px;
}
.icon-ck-instructions {
  background-position: -150px -150px;
  width: 25px;
  height: 25px;
}
.icon-ck-github {
  background-position: top -42px left 0px;
  height: 25px;
  width: 25px;
}
.icon-ck-peer-submission {
  background-position: -150px -200px;
  width: 27px;
}
.icon-ck-path {
  background-position: -50px -250px;
  height: 23px;
}
.active .icon-ck-github,
.active .icon-ck-path,
.active .icon-code-kata,
.active .icon-micro-arc {
  background-position-x: 0;
}
.active .icon-ck-instructions,
.active .icon-ck-peer-submission,
.active .icon-leader-board,
.active .icon-project-board,
.active .icon-reward {
  background-position-x: -100px;
}
.icon-milestone {
  background-position: -200px -50px;
}
.icon-award-none {
  background-position: -200px -300px;
  width: 50px;
  height: 51px;
}
.icon-award-silver {
  background-position: 0 -450px;
  width: 64px;
  height: 66px;
  margin-top: -18px;
}
.icon-award-bronze {
  background-position: -75px -450px;
}
.icon-award-bronze,
.icon-award-gold {
  width: 67px;
  height: 67px;
  margin-top: -19px;
}
.icon-award-gold {
  background-position: -150px -450px;
}
.icon-google {
  background-position: -100px -250px;
}
.icon-leader-cup {
  background-position: -100px -525px;
  width: 62px;
  height: 45px;
}
.icon-exclusive-lesson {
  background-position: 0 -625px;
  width: 62px;
  height: 62px;
}
.icon-currency-rupees {
  background-position: -250px 0;
  width: 27px;
  height: 27px;
}
.icon-increase {
  background-position: -250px -50px;
  width: 38px;
  height: 23px;
}
.icon-new-jobs {
  background-position: -250px -100px;
  width: 38px;
  height: 42px;
}
.webp .course-banner {
  background-color: #000;
  height: 100px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .webp .course-banner:before {
    background-position: 100% 0;
    right: 0;
    background-size: 170% 100%;
  }
}
@media (max-width: 768px) {
  .webp .course-banner:before {
    background-position: 100% 0;
    right: 0;
    background-size: 170% 100%;
  }
}
.webp .course-banner:after,
.webp .course-banner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 323px;
  height: 100px;
}
.webp .course-banner:after {
  background-position: 0 0;
  left: 0;
}
.no-webp .course-banner {
  background-color: #000;
  height: 100px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .no-webp .course-banner:before {
    background-position: 100% 0;
    right: 0;
    background-size: 170% 100%;
  }
}
@media (max-width: 768px) {
  .no-webp .course-banner:before {
    background-position: 100% 0;
    right: 0;
    background-size: 170% 100%;
  }
}
.no-webp .course-banner:after,
.no-webp .course-banner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 342px;
  height: 100px;
}
.no-webp .course-banner:after {
  background-position: 0 0;
  left: 0;
}
.recruiter-juspay {
  background-position-y: 0;
  width: 110px;
  height: 24px;
}
.recruiter-digitalworks {
  background-position-y: -75px;
  width: 84px;
  height: 50px;
}
.recruiter-lollypop {
  background-position-y: -150px;
  width: 37px;
  height: 55px;
}
.recruiter-chargebee {
  background-position-y: -225px;
  width: 99px;
  height: 31px;
}
.recruiter-paypal {
  background-position-y: -300px;
  width: 100px;
  height: 27px;
}
.recruiter-freshworks {
  background-position-y: -375px;
  width: 100px;
  height: 27px;
}
.recruiter-dbs {
  background-position-y: -450px;
  width: 70px;
  height: 22px;
}
.recruiter-scapic {
  background-position-y: -525px;
  width: 91px;
  height: 31px;
}
.recruiter-gofrugai {
  background-position-y: -600px;
  width: 100px;
  height: 25px;
}
.sponsor-swiggy {
  background-position-y: 0;
}
.sponsor-zomato {
  background-position-y: -150px;
}
.sponsor-amazon {
  background-position-y: -300px;
}
i[class*=" league-"],
i[class^="league-"] {
  width: 157px;
  height: 94px;
}
i.league-insane-md,
i.league-rigger-md,
i.league-toddler-md {
  width: 88px;
  height: 73px;
}
i.league-insane-sm,
i.league-rigger-sm,
i.league-toddler-sm {
  width: 56px;
  height: 34px;
}
i.league-toddler {
  background-position: 0 0;
}
i.league-toddler-md {
  background-position: -200px 0;
}
i.league-toddler-sm {
  background-position: -350px 0;
}
i.league-rigger {
  background-position: 0 -100px;
}
i.league-rigger-md {
  background-position: -200px -100px;
}
i.league-rigger-sm {
  background-position: -350px -100px;
}
i.league-insane {
  background-position: 0 -200px;
}
i.league-insane-md {
  background-position: -200px -200px;
}
i.league-insane-sm {
  background-position: -350px -200px;
}
.content-partner-ciie {
  background-position-y: 0;
  width: 85px;
  height: 45px;
}
.content-partner-gennext {
  background-position-y: -75px;
  width: 125px;
  height: 30px;
}
.artwork-skillup {
  background-position-y: 0;
  background-size: 250%;
  width: 340px;
  height: 250px;
}
.artwork-native {
  background-position-y: -280px;
  background-size: 250%;
  width: 340px;
  height: 250px;
}
.artwork-zenclass {
  background-position-y: -570px;
  background-size: 250%;
  width: 340px;
  height: 250px;
}
.artwork-join {
  background-position: -900px 0;
  width: 278px;
  height: 278px;
}
.artwork-explore {
  background-position: -600px 0;
  width: 278px;
  height: 278px;
}
.artwork-personalized {
  background-position: -600px -400px;
  width: 278px;
  height: 278px;
}
.artwork-certified {
  background-position: -900px -400px;
  width: 278px;
  height: 278px;
}
.artwork-dreamjob {
  background-position: -600px -800px;
  width: 278px;
  height: 278px;
}
@media (min-width: 768px) {
  [class*=" artwork-"],
  [class^="artwork-"] {
    background-size: auto;
  }
  .artwork-skillup {
    background-position-y: 0;
    width: 495px;
    height: 370px;
  }
  .artwork-native {
    background-position-y: -400px;
    width: 495px;
    height: 370px;
  }
  .artwork-zenclass {
    background-position-y: -804px;
    width: 100%;
    height: 25%;
  }
}
.external-design-speed {
  background-position: 0 -300px;
  width: 150px;
  height: 80px;
}
.external-design-understanding {
  background-position: 0 -390px;
  width: 80px;
  height: 80px;
}
.external-design-recollect {
  background-position: 0 -480px;
  width: 80px;
  height: 80px;
}
.external-design-zenclass-big {
  background-position: 0 -150px;
  width: 80px;
  height: 80px;
}
.external-design-learners {
  background-position: -155px -400px;
  width: 84px;
  height: 105px;
}
.external-design-journey {
  background-position: 0 -1200px;
  width: 585px;
  height: 315px;
}
.external-design-passion {
  background-position: -150px -300px;
  width: 70px;
  height: 84px;
}
.external-design-creativity {
  background-position: -367px -400px;
  width: 60px;
  height: 84px;
}
.external-design-teamwork {
  background-position: -350px -300px;
  width: 105px;
  height: 84px;
}
.external-design-simplicity {
  background-position: -264px -300px;
  width: 66px;
  height: 84px;
}
.external-design-customerfocus {
  background-position: -263px -389px;
  width: 74px;
  height: 84px;
}
.product-screen-codekata {
  background-position: -61px -65px;
  width: 340px;
  height: 230px;
  background-size: 150%;
}
.product-screen-microarc {
  background-position: -61px -345px;
  width: 340px;
  height: 290px;
  background-size: 150%;
}
.product-screen-skillprofile {
  background-position: 0 -666px;
  width: 340px;
  height: 390px;
  background-size: 158%;
}
@media (min-width: 768px) {
  .product-screen-codekata {
    background-position: 0 0;
    width: 575px;
    height: 390px;
    background-size: auto;
  }
  .product-screen-microarc {
    background-position: 0 -440px;
    width: 623px;
    height: 390px;
    background-size: auto;
  }
  .product-screen-skillprofile {
    background-position: 0 -840px;
    width: 515px;
    height: 490px;
    background-size: auto;
  }
}
[class*=" team-"],
[class^="team-"] {
  width: 120px;
  height: 120px;
}
.team-bala-murugan {
  background-position-y: 0;
}
.team-arun-prakash {
  background-position-y: -150px;
}
.team-sri-devi {
  background-position-y: -300px;
}
.recognizer-iitm {
  background-position-y: 0;
  width: 127px;
  height: 66px;
}
.recognizer-ciie {
  width: 127px;
  height: 49px;
  background-position-y: -75px;
}
.recognizer-google-launchpad {
  width: 247px;
  height: 41px;
  background-position-y: -142px;
}
.recognizer-gennext {
  width: 121px;
  height: 74px;
  background-position-y: -210px;
}
.recognizer-action-for-india {
  width: 124px;
  height: 67px;
  background-position-y: -304px;
}
.recognizer-empower-awe {
  width: 277px;
  height: 63px;
  background-position-y: -388px;
}
.recognizer-yourstory {
  width: 169px;
  height: 40px;
  background-position-y: -468px;
}
.recognizer-toi {
  width: 180px;
  height: 66px;
  background-position-y: -534px;
}
.recognizer-inc {
  width: 135px;
  height: 41px;
  background-position-y: -628px;
}
.recognizer-dailyhunt {
  width: 236px;
  height: 63px;
  background-position-y: -696px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: Font Awesome\5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../fonts/9f4ce3dc689981a1b87faab0f5484f9e.woff2) format("woff2"),
    url(../fonts/9f018d1025561e96439f7c0e9026301a.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: Font Awesome\5 Brands;
}
@font-face {
  font-family: Font Awesome\5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../fonts/7980a6361c25b4665dbbe92d4488783c.woff2) format("woff2"),
    url(../fonts/7aaf5675efd6339e9aba53ecbe5f1e36.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-family: Font Awesome\5 Free;
  font-weight: 400;
}
@font-face {
  font-family: Font Awesome\5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../fonts/64b3e814a66c2719b15abf8f7998bd73.woff2) format("woff2"),
    url(../fonts/0be94a07755ba9b88f2ebcac0f23a3da.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
[class*=" devicon-"],
[class^="devicon-"] {
  font-family: devicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: devicon;
  src: url(../fonts/devicon.eot);
  src: url(../fonts/devicon.eot?#iefix-hdf3wh) format("embedded-opentype"),
    url(../fonts/0f964a72f8fbdf9c8d4e0122b8effb40.woff) format("woff"),
    url(../fonts/devicon.ttf) format("truetype"),
    url(../fonts/devicon.svg#devicon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.nav-link {
  font-family: 'DM Sans', system-ui, sans-serif;
}
.h1,
h1 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 2.75rem;
}
.h1,
.h2,
h1,
h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.h2,
h2 {
  font-size: 1.2rem;
  color: #4c5a74;
}
.h5,
h5 {
  font-size: 1.1rem;
  font-weight: 700;
}
p {
  font-size: 0.875rem;
  font-weight: 400;
}
.card {
  margin: 0 0 1.5rem;
}
.card,
.card .card-header {
  background-color: #fff;
  border: 0;
}
.card .card-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card .card-body .card-text {
  padding: 0;
  font-size: 0.875rem;
  color: #95a4c2;
}
.nav-tabs {
  margin-bottom: 1rem;
}
.nav-tabs .nav-item {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .nav-tabs .nav-item {
    margin-right: 2rem;
  }
}
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 3px solid #20fc8f;
  background-color: transparent;
  color: #132241;
}
.nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 0 0 0.5rem;
  color: #95a4c2;
  font-size: 1rem;
}
.navigator {
  background-color: #fff;
  margin-bottom: 0;
}
.navigator .previous:before {
  content: "\AB";
  padding-right: 0.5rem;
}
.navigator .next:after {
  content: "\BB";
  padding-left: 0.5rem;
}
.navigator a {
  color: #3d4a63;
  font-size: 0.875rem;
}
.navigator a:hover {
  color: #000;
}
.navigator a.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.secondary-links {
  font-size: 0.875rem;
  margin: 0.4rem 1rem;
}
.secondary-links li {
  margin-left: 1.5rem;
}
.secondary-links a {
  color: #132241;
}
.secondary-links a i {
  margin-right: 1rem;
}
.number-id-wrap {
  position: relative;
  color: #95a4c2;
  padding-left: 2.5rem;
}
.number-id-wrap .number-id {
  left: -29px;
  top: -5px;
}
.number-id-wrap .number-id.has-success {
  border-color: #2ae88a;
  background-color: #2ae88a;
  color: #fff;
}
.number-id-wrap .number-id.has-error {
  border-color: #ff0057;
  background-color: #ff0057;
  color: #fff;
}
.form-group {
  max-width: 35rem;
}
.form-group label {
  margin-bottom: 0;
  color: #999;
  font-size: 0.875rem;
}
.form-group small.help .question {
  position: relative;
  cursor: pointer;
}
.form-group small.help .question:before {
  content: "\F059";
  font-weight: 900;
  color: #95a4c2;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.form-group small.help .question:hover,
.form-group small.help .question:hover:before {
  color: #212529;
}
.form-group .custom-file {
  margin-top: 1rem;
}
.btn[data-toggle="tooltip"] {
  padding: 0;
}
.btn[data-toggle="tooltip"] i {
  font-size: 1.25rem;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.gravatar-wrap {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #f1e8f9;
  border-radius: 50%;
}
.gravatar-wrap:before {
  content: "";
  font-size: 1.4rem;
  color: #95a4c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  text-align: center;
}
.gravatar-wrap .gravatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.starrating label {
  color: transparent;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.starrating label:before {
  content: "\F005";
  margin: 2px;
  font-size: 1rem;
  font-weight: 900;
  color: #222;
}
.starrating input {
  display: none;
}
.starrating input:checked ~ label:before,
.starrating input:hover ~ label:before {
  color: #ffca08;
}
.course-rating {
  margin-bottom: 0.5rem;
}
.course-rating .average-rating {
  padding-left: 0.5rem;
  font-size: 1.25rem;
}
.course-rating .rating-count {
  font-size: 0.75rem;
  padding-left: 2.75rem;
  font-weight: 400;
  color: #312c35;
  -ms-flex-item-align: center;
  align-self: center;
}
.star-ratings-css {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.star-ratings-css:after {
  content: attr(data-rating);
  font-size: 1rem;
  position: absolute;
  right: -38px;
  width: 30px;
}
.star-ratings-css .five-stars:before {
  content: "\F005\F005\F005\F005\F005";
  color: #ffdf0c;
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.125rem;
}
.star-ratings-css .star-ratings-css-top {
  position: absolute;
  overflow: hidden;
}
.star-ratings-css .star-ratings-css-bottom .five-stars:before {
  font-weight: 400;
  color: #ffcc41;
}
.split-radio-group {
  margin-bottom: 1.5rem;
}
.split-radio-group .list-group-item {
  padding: 0;
  border-color: #4c5a74;
  width: 100%;
  max-width: 200px;
}
.split-radio-group .list-group-item:first-of-type,
.split-radio-group .list-group-item:first-of-type label {
  border-radius: 1rem 0 0 1rem;
}
.split-radio-group .list-group-item:last-of-type,
.split-radio-group .list-group-item:last-of-type label {
  border-radius: 0 1rem 1rem 0;
}
.split-radio-group label {
  color: #95a4c2;
  margin: 0;
  padding: 0.25rem 2rem;
  font-size: 0.75rem;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  cursor: pointer;
}
.split-radio-group input {
  display: none;
}
.split-radio-group input:hover ~ label {
  color: #000;
}
.split-radio-group input:checked ~ label {
  color: #fff;
  background-color: #132241;
  border-color: #4c5a74;
}
.stepper {
  margin-bottom: 0;
}
.stepper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 0 1.5rem 2.5rem;
  color: #000;
}
.stepper li:before {
  content: "\F058";
  font-size: 1.3rem;
  font-weight: 900;
  color: #c7d4ee;
  position: absolute;
  top: -0.3rem;
  left: 0;
}
.stepperLock:before {
  content: "\F023" !important;
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  color: #c7d4ee !important;
  position: absolute !important;
  top: 9px !important;
  left: -1.9rem !important;
}
.stepper li:after,
.stepperLock:after {
  content: "";
  background-color: #c7d4ee;
  position: absolute;
  top: 1.4rem;
  left: 0.5rem;
  width: 1px;
  height: 45%;
}
.stepper li.completed {
  color: #4c5a74;
}
.stepper li.completed:before {
  color: #20fc8f;
}
.stepper li:last-of-type {
  padding-top: 0;
}
.stepper li:last-of-type:after {
  width: 0;
  height: 0;
}
.progress {
  background-color: #eef1f8;
  position: relative;
  overflow: visible;
  height: 0.4rem;
}
.progress-bar {
  background-color: #a9ffa9;
  background-image: linear-gradient(90deg, #a9ffa9 0, #11ffbd);
  background-repeat: repeat-x;
  color: #444;
}
.progress-bar.danger {
  background-color: #ff8373;
  background-image: linear-gradient(90deg, #ffda83 0, #ff8373);
  background-repeat: repeat-x;
}
.progress-bar .progress-value {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}
.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}
.pagination .page-item {
  color: #95a4c2;
}
.pagination .page-item.disabled:first-of-type a {
  color: #ccc;
}
.pagination .page-item:first-of-type a,
.pagination .page-item:last-of-type a {
  border: 0;
  color: #000;
  font-size: 1rem;
  line-height: 0.75rem;
}
.pagination .page-item.active {
  color: #132241;
}
.pagination .page-item .page-link {
  background-color: transparent;
  border-width: 0 1px;
  border-color: #c7d4ee;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  color: inherit;
}
.btn-breadcrumb.btn-group {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.btn-breadcrumb.btn-group .btn {
  padding: 0.4rem 0.9rem 0.4rem 1.2rem;
  transition-duration: 0s;
}
.btn-breadcrumb.btn-group .btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #eee;
  font-size: 0.875rem;
}
.btn-breadcrumb.btn-group .btn:first-child {
  padding: 0.3rem 0.9rem 0 1.2rem;
}
.btn-breadcrumb.btn-group .btn:last-child {
  background-color: #eee;
  color: #888;
}
.btn-breadcrumb.btn-group .btn:last-child.number-id-wrap .number-id {
  left: auto;
  top: 0;
  right: -20px;
}
.btn-breadcrumb.btn-group .btn:hover {
  background-color: #ebebeb;
}
.btn-breadcrumb .btn:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn:not(:last-child):after,
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  border-left: 10px solid #ebebeb;
  margin-left: 1px;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #eee;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}
.tags {
  color: #fff;
}
.tags.removable .badge,
.tags.removable .badge-guvi-mark-tag {
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.tags.removable .badge-guvi-mark-tag:before,
.tags.removable .badge:before {
  content: "\F057";
  color: #fff;
  position: static;
  background-image: none;
  padding: 0 0.5rem 0 0;
  width: auto;
  height: auto;
  opacity: 1;
}
.tags.removable .badge-guvi-mark-tag:after,
.tags.removable .badge:after {
  display: none;
}
.badge-guvi-mark-tag {
  background-color: #7a17eb;
  color: #fff;
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
  margin: 1rem 3rem 0.5rem 0;
  cursor: pointer;
  position: relative;
}
.badge-guvi-mark-tag:before {
  content: "/10";
  position: absolute;
  right: -33px;
  top: -14px;
  color: #000;
  background-position: -200px -150px;
  width: 31px;
  height: 31px;
  text-indent: 0;
  padding: 1rem 1rem 1rem 1.3rem;
}
.badge-guvi-mark-tag:after {
  content: attr(data-achieved);
  position: absolute;
  right: -18px;
  top: -3px;
  color: #000;
  font-size: 0.875rem;
}
.badge-guvi-mark-tag:hover {
  color: #fff;
}
.badge-guvi-mark-tag.testAvailable:before {
  -webkit-filter: saturate(0);
  filter: saturate(0);
  opacity: 0.2;
}
.badge-guvi-mark-tag.testAvailable:after {
  opacity: 0.2;
}
.ma-score {
  position: relative;
  top: -20px;
}
.ma-score:before {
  content: "/10";
  position: absolute;
  right: -33px;
  top: -15px;
  color: #000;
  background-position: -75px -300px;
  width: 51px;
  height: 51px;
  text-indent: 0;
  padding: 1.3rem 0 0 1.6rem;
}
.ma-score:after {
  content: attr(data-achieved);
  position: absolute;
  right: -9px;
  top: -6px;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}
.daterangepicker .drp-buttons .applyBtn {
  color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #132241;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #b2c0dc;
}
.daterangepicker td.in-range {
  background-color: #d6e1f8;
}
.daterangepicker td.in-range.end-date {
  background-color: #132241;
}
.carousel-section {
  background-color: #7a17eb;
}
.carousel-section .carousel-wrap {
  position: relative;
  top: -3rem;
  max-width: 100rem;
}
.carousel-section .carousel-wrap .carousel {
  width: 100%;
}
.carousel-section .carousel-wrap .carousel .carousel-indicators {
  background-color: #7a17eb;
  margin: 0;
  padding: 1.5rem 0 2rem;
}
.carousel-section .carousel-wrap .carousel .carousel-indicators li {
  background-color: #d6e1f8;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
}
.carousel-section .carousel-wrap .carousel .carousel-indicators li.active {
  background-color: #2ae88a;
}
.carousel-section
  .carousel-wrap
  .carousel
  .carousel-inner
  .carousel-item
  .slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-search-form {
  position: relative;
}
.top-search-form label {
  display: none;
}
.top-search-form input {
  margin-left: auto;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .top-search-form input {
    max-width: 400px;
  }
}
.top-search-form .form-rounded {
  border-radius: 18px;
}
.top-search-form .search-btn {
  position: absolute;
  right: 3px;
  top: 0;
}
.content-search-form {
  position: relative;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .content-search-form {
    max-width: 400px;
  }
}
.content-search-form label {
  display: none;
}
.content-search-form input {
  padding-right: 3rem;
}
.content-search-form .form-rounded {
  border-radius: 18px;
}
.content-search-form .search-btn {
  position: absolute;
  right: 3px;
  top: 0;
}
.stepper-card .stepper .gems i,
.stepper-card .total-geekoin i,
.stepper-card .total-gems i {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  padding: 14px 12px;
}
.stepper-card .stepper .gems {
  white-space: nowrap;
  margin: 0 0.1rem 0 1.5rem;
}
.stepper-card .stepper li {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
}
.stepper-card .stepper li.completed {
  font-weight: 400;
}
.milestone {
  margin-top: 1rem;
}
.milestone .milestone-header {
  position: relative;
  padding-left: 2.5rem;
}
.milestone .milestone-header:before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #673bf3;
  background-position: -200px -50px;
}
.milestone li {
  display: none;
}
.milestone li:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.milestone li:first-of-type:after {
  display: none;
}
.milestone .card-body {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .milestone li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .milestone li:first-of-type:after {
    display: block;
  }
}
.product-score-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 1rem;
  background-image: linear-gradient(90deg, #020202 20%, #4d4848 80%);
  background-repeat: repeat-x;
}
.product-score-card li {
  width: 100%;
  text-align: center;
  color: #eef1f8;
  font-size: 0.875rem;
}
.product-score-card li span,
.product-score-card li strong {
  display: block;
  padding: 1rem 0;
}
.product-score-card li strong {
  border-bottom: 2px solid #242527;
}
.product-score-card li strong i {
  background-size: 440%;
  width: 20px;
  height: 20px;
  background-position: -11px -11px;
}
.assignments-card.card,
.concept-card.card,
.jobs-card.card,
.order-card.card,
.profile-card.card,
.projects-card.card,
.rewards-card.card,
.student-card.card,
.test-card.card {
  position: relative;
}
.assignments-card.card:hover .hover-links-wrap,
.concept-card.card:hover .hover-links-wrap,
.jobs-card.card:hover .hover-links-wrap,
.order-card.card:hover .hover-links-wrap,
.profile-card.card:hover .hover-links-wrap,
.projects-card.card:hover .hover-links-wrap,
.rewards-card.card:hover .hover-links-wrap,
.student-card.card:hover .hover-links-wrap,
.test-card.card:hover .hover-links-wrap {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition-duration: 0.3s;
}
.assignments-card.card:hover .recruiter,
.assignments-card.card:hover .score-board,
.concept-card.card:hover .recruiter,
.concept-card.card:hover .score-board,
.jobs-card.card:hover .recruiter,
.jobs-card.card:hover .score-board,
.order-card.card:hover .recruiter,
.order-card.card:hover .score-board,
.profile-card.card:hover .recruiter,
.profile-card.card:hover .score-board,
.projects-card.card:hover .recruiter,
.projects-card.card:hover .score-board,
.rewards-card.card:hover .recruiter,
.rewards-card.card:hover .score-board,
.student-card.card:hover .recruiter,
.student-card.card:hover .score-board,
.test-card.card:hover .recruiter,
.test-card.card:hover .score-board {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition-duration: 0.3s;
}
.assignments-card.card .hover-links-wrap,
.concept-card.card .hover-links-wrap,
.jobs-card.card .hover-links-wrap,
.order-card.card .hover-links-wrap,
.profile-card.card .hover-links-wrap,
.projects-card.card .hover-links-wrap,
.rewards-card.card .hover-links-wrap,
.student-card.card .hover-links-wrap,
.test-card.card .hover-links-wrap {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #fff;
  border-top: 0;
  border-radius: 5px 5px 0 0;
  opacity: 0;
}
.assignments-card.card .hover-links-wrap .secondary-links,
.concept-card.card .hover-links-wrap .secondary-links,
.jobs-card.card .hover-links-wrap .secondary-links,
.order-card.card .hover-links-wrap .secondary-links,
.profile-card.card .hover-links-wrap .secondary-links,
.projects-card.card .hover-links-wrap .secondary-links,
.rewards-card.card .hover-links-wrap .secondary-links,
.student-card.card .hover-links-wrap .secondary-links,
.test-card.card .hover-links-wrap .secondary-links {
  margin: 0.4rem 1rem 0;
}
.assignments-card.card .card-header i,
.concept-card.card .card-header i,
.jobs-card.card .card-header i,
.order-card.card .card-header i,
.profile-card.card .card-header i,
.projects-card.card .card-header i,
.rewards-card.card .card-header i,
.student-card.card .card-header i,
.test-card.card .card-header i {
  margin-right: 0.3rem;
  font-size: 1.7rem;
  vertical-align: middle;
}
.assignments-card.card .card-body .card-score,
.concept-card.card .card-body .card-score,
.jobs-card.card .card-body .card-score,
.order-card.card .card-body .card-score,
.profile-card.card .card-body .card-score,
.projects-card.card .card-body .card-score,
.rewards-card.card .card-body .card-score,
.student-card.card .card-body .card-score,
.test-card.card .card-body .card-score {
  margin-bottom: 2rem;
}
.assignments-card.card .card-body .card-score .list-group-item,
.concept-card.card .card-body .card-score .list-group-item,
.jobs-card.card .card-body .card-score .list-group-item,
.order-card.card .card-body .card-score .list-group-item,
.profile-card.card .card-body .card-score .list-group-item,
.projects-card.card .card-body .card-score .list-group-item,
.rewards-card.card .card-body .card-score .list-group-item,
.student-card.card .card-body .card-score .list-group-item,
.test-card.card .card-body .card-score .list-group-item {
  border: 0;
  width: 100%;
  max-width: 200px;
  border-left: 1px solid #d6e1f8;
  padding: 0;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.assignments-card.card .card-body .card-score .list-group-item:first-of-type,
.concept-card.card .card-body .card-score .list-group-item:first-of-type,
.jobs-card.card .card-body .card-score .list-group-item:first-of-type,
.order-card.card .card-body .card-score .list-group-item:first-of-type,
.profile-card.card .card-body .card-score .list-group-item:first-of-type,
.projects-card.card .card-body .card-score .list-group-item:first-of-type,
.rewards-card.card .card-body .card-score .list-group-item:first-of-type,
.student-card.card .card-body .card-score .list-group-item:first-of-type,
.test-card.card .card-body .card-score .list-group-item:first-of-type {
  border: 0;
}
.assignments-card.card .card-body .card-score .list-group-item span,
.assignments-card.card .card-body .card-score .list-group-item strong,
.concept-card.card .card-body .card-score .list-group-item span,
.concept-card.card .card-body .card-score .list-group-item strong,
.jobs-card.card .card-body .card-score .list-group-item span,
.jobs-card.card .card-body .card-score .list-group-item strong,
.order-card.card .card-body .card-score .list-group-item span,
.order-card.card .card-body .card-score .list-group-item strong,
.profile-card.card .card-body .card-score .list-group-item span,
.profile-card.card .card-body .card-score .list-group-item strong,
.projects-card.card .card-body .card-score .list-group-item span,
.projects-card.card .card-body .card-score .list-group-item strong,
.rewards-card.card .card-body .card-score .list-group-item span,
.rewards-card.card .card-body .card-score .list-group-item strong,
.student-card.card .card-body .card-score .list-group-item span,
.student-card.card .card-body .card-score .list-group-item strong,
.test-card.card .card-body .card-score .list-group-item span,
.test-card.card .card-body .card-score .list-group-item strong {
  display: block;
}
.assignments-card.card .card-body .card-score .list-group-item i,
.concept-card.card .card-body .card-score .list-group-item i,
.jobs-card.card .card-body .card-score .list-group-item i,
.order-card.card .card-body .card-score .list-group-item i,
.profile-card.card .card-body .card-score .list-group-item i,
.projects-card.card .card-body .card-score .list-group-item i,
.rewards-card.card .card-body .card-score .list-group-item i,
.student-card.card .card-body .card-score .list-group-item i,
.test-card.card .card-body .card-score .list-group-item i {
  font-size: 3rem;
  color: #95a4c2;
}
.assignments-card.card .card-body .card-score .list-group-item i.colored,
.concept-card.card .card-body .card-score .list-group-item i.colored,
.jobs-card.card .card-body .card-score .list-group-item i.colored,
.order-card.card .card-body .card-score .list-group-item i.colored,
.profile-card.card .card-body .card-score .list-group-item i.colored,
.projects-card.card .card-body .card-score .list-group-item i.colored,
.rewards-card.card .card-body .card-score .list-group-item i.colored,
.student-card.card .card-body .card-score .list-group-item i.colored,
.test-card.card .card-body .card-score .list-group-item i.colored {
  color: #0dba4b;
}
.assignments-card.card .card-body .complication,
.concept-card.card .card-body .complication,
.jobs-card.card .card-body .complication,
.order-card.card .card-body .complication,
.profile-card.card .card-body .complication,
.projects-card.card .card-body .complication,
.rewards-card.card .card-body .complication,
.student-card.card .card-body .complication,
.test-card.card .card-body .complication {
  margin-bottom: 0.2rem;
}
.page-banner {
  min-height: 10rem;
}
.page-banner.rewards {
  background-color: #f90;
  background-image: linear-gradient(180deg, #f90 10%, #ff4e0c);
  background-repeat: repeat-x;
  color: #fff;
}
.page-banner.rewards .page-banner-content {
  padding: 3rem 0;
  background: transparent url(../images/rewards-banner.png) no-repeat 100%;
}
.page-banner.project-board {
  background-color: #4a00e0;
  background-image: linear-gradient(180deg, #8e2de2 0, #4a00e0);
  background-repeat: repeat-x;
  color: #fff;
}
.page-banner.project-board h1 {
  margin: 2rem 1rem 1rem 0;
  font-size: 2rem;
}
.page-banner.project-board h1 &gt; strong {
  font-size: 1rem;
}
.page-banner.project-board p {
  font-size: 1.25rem;
}
.page-banner.project-board p strong {
  font-weight: 700;
}
.league-board {
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 0.2rem;
}
.league-board ul {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.league-board ul .list-group-item {
  background-color: transparent;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: -1rem;
}
.league-board ul .list-group-item.active {
  background-color: transparent;
  border: 0;
  z-index: 0;
}
.league-board ul .list-group-item.disabled {
  display: none;
  opacity: 0.1;
  border: 0;
}
@media (min-width: 768px) {
  .league-board ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .league-board ul .list-group-item {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
  }
  .league-board ul .list-group-item.disabled {
    display: block;
  }
}
.record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.record .academic-score {
  background-color: #673bf3;
  border-radius: 10rem 10rem 10rem 0;
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
}
.record .academic-score .marks {
  background-color: #fff;
  border-radius: 50%;
  color: #888;
  padding: 1rem 0 0;
  margin: 0.2rem 0 0 0.2rem;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 1rem;
}
.record .academic-score .marks strong {
  display: block;
  color: #673bf3;
}
.record .academic-score .class {
  display: block;
  margin: 0 0 0 0.5rem;
  font-weight: 700;
  position: absolute;
  right: 60px;
  bottom: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  background-color: #673bf3;
  color: #fff;
  border-radius: 3rem;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  white-space: nowrap;
}
.record .related-info {
  margin-right: 1.8rem;
}
.record .institution {
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .academic-records .record {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .academic-records .record .academic-score {
    width: 8rem;
    height: 8rem;
  }
  .academic-records .record .academic-score .marks {
    margin: 2rem 0 0 1.9rem;
  }
}
.productivity {
  background: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
.productivity .active-users {
  padding: 1rem;
  margin: 0;
}
.productivity .active-users strong {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.productivity .productivity-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #3d4a63;
  padding-right: 0.5rem;
}
.productivity .productivity-period {
  font-size: 0.75rem;
  font-weight: 700;
  color: #95a4c2;
  white-space: nowrap;
}
.productivity .time-duration {
  font-weight: 700;
  color: #7a17eb;
}
.modal-open main {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.slide-page-modal.modal {
  left: auto;
  right: 0;
  width: 50%;
}
.slide-page-modal.modal.fade .modal-dialog {
  -webkit-transform: translate(100%) scale(1);
  transform: translate(100%) scale(1);
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slide-page-modal.modal.fade.show .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.slide-page-modal.modal.fade.show .modal-dialog .modal-content {
  border-radius: 3px 0 0 3px;
}
.slide-page-modal.modal.fade.show .modal-dialog .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.goodies-modal.modal .modal-content {
  background-image: linear-gradient(180deg, #673bf3 0, #d90fef);
  background-repeat: repeat-x;
}
.goodies-modal.modal .modal-content .modal-header {
  border: none;
}
.goodies-modal.modal .modal-content .modal-body {
  position: relative;
  padding: 0 1rem 3rem;
}
.goodies-modal.modal .modal-content .modal-body:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 0;
  left: 5px;
  background-position: -8px -305px;
}
.goodies-modal.modal .modal-content .modal-body .artwork {
  height: 165px;
  width: 190px;
  background-position: 14px -120px;
  margin: 0 auto;
  position: relative;
}
.goodies-modal.modal .modal-content .modal-body .artwork:after {
  content: "";
  position: absolute;
  top: -11px;
  right: 7px;
  width: 90px;
  height: 90px;
  background-position: -11px -11px;
}
.goodies-modal.modal .modal-content .modal-body .artwork:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 14px;
  width: 150px;
  height: 30px;
  background-position: -2px -500px;
}
.goodies-modal.modal .modal-content .modal-body .message {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.goodies-modal.modal .modal-content .modal-body .message strong {
  display: block;
  font-size: 1.25rem;
  padding-top: 0.75rem;
}
.score-modal.modal .modal-content {
  background-image: linear-gradient(180deg, #020202 0, #4d4848);
  background-repeat: repeat-x;
}
.score-modal.modal .modal-content .modal-header {
  border: none;
}
.score-modal.modal .modal-content .modal-header h5 {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 2rem;
}
.score-modal.modal .modal-content .modal-header h5 strong {
  display: block;
  margin-top: 1rem;
  font-size: 1.5rem;
}
.score-modal.modal .modal-content .modal-body {
  position: relative;
  padding: 0 1rem 3rem;
}
.score-modal.modal .modal-content .modal-body .message {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin: 2rem 0 3rem;
}
.score-modal.modal .modal-content .modal-body .message .timed {
  position: relative;
}
.score-modal.modal .modal-content .modal-body .message .timed:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -40px;
  width: 37px;
  height: 37px;
  background-position: -210px -26px;
}
.micro-score-modal.modal .modal-content {
  background-image: linear-gradient(180deg, #020202 0, #4d4848);
  background-repeat: repeat-x;
}
.micro-score-modal.modal .modal-content .modal-header {
  border: none;
  padding-bottom: 0;
}
.micro-score-modal.modal .modal-content .modal-header h5 {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 4rem;
  position: relative;
}
.micro-score-modal.modal .modal-content .modal-header h5:before {
  content: "";
  position: absolute;
  top: -61px;
  left: -65px;
  width: 187px;
  height: 187px;
  background-position: 10px -560px;
}
.micro-score-modal.modal .modal-content .modal-header h5 .score {
  font-size: 2rem;
  margin-right: 1.5rem;
}
.micro-score-modal.modal .modal-content .modal-header h5 .score strong {
  font-size: 4rem;
}
.micro-score-modal.modal .modal-content .modal-body {
  position: relative;
  padding: 0 1rem 3rem;
}
.micro-score-modal.modal .modal-content .modal-body .message {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0 11.4rem;
}
.micro-score-modal.modal .modal-content .modal-body .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 4rem;
}
.micro-score-modal.modal .modal-content .modal-body .result p {
  padding-left: 0.5rem;
}

.wishes-modal.modal .modal-content .modal-header {
  border: none;
  position: relative;
  margin-top: 2rem;
}
.wishes-modal.modal .modal-content .modal-header:before {
  content: "";
  position: absolute;
  right: 10px;
  top: -31px;
  width: 70px;
  height: 170px;
  background-position: -278px -621px;
}
.wishes-modal.modal .modal-content .modal-header:after {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  width: 140px;
  height: 70px;
  background-position: -217px -150px;
}
@media (min-width: 576px) {
  .wishes-modal.modal .modal-content .modal-header:after {
    left: 178px;
  }
}
@media (min-width: 992px) {
  .wishes-modal.modal .modal-content .modal-header:after {
    left: 325px;
  }
}
.wishes-modal.modal .modal-content .modal-header h5 {
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 2rem;
  margin-top: 2rem;
  position: relative;
}
.wishes-modal.modal .modal-content .modal-header h5:after {
  content: "";
  position: absolute;
  left: 62px;
  top: 75px;
  width: 115px;
  height: 115px;
  background-position: -234px -284px;
}
.wishes-modal.modal .modal-content .modal-header h5 strong {
  display: block;
  margin-top: 1rem;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 9rem;
}
.wishes-modal.modal .modal-content .modal-body {
  position: relative;
  padding: 0 1rem 1.5rem;
}
.wishes-modal.modal .modal-content .modal-body:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 92px;
  background-position: -256px -465px;
}
.wishes-modal.modal .modal-content .modal-body .message {
  text-align: center;
  color: #000;
  font-size: 1rem;
  margin: 0;
}
.wishes-modal.modal .modal-content .modal-body .message strong {
  display: block;
  margin-bottom: 2rem;
}

.wishes-modal-new .modal-dialog {
  width: 500px !important;
}

.wishes-modal-new .modal-content {
  border-radius: 16px !important;
}

.wishes-modal-new .modal-body {
  padding: 192px 48px 48px;
}

.wishes-modal-new .modal-body:before {
  content: "";
  position: absolute;
  right: 7.8125rem;
  top: 1.5625rem;
  width: 17.8125rem;
  height: 12.9375rem;
  background: transparent url('../images/popup/success-geek-icon-desk.png') no-repeat 0 0;
  background-size: contain;
}

.wishes-modal-new .modal-body .message {
  font-size: 1.25rem;
  font-weight: 700;
}

.wishes-modal-new .modal-body .description {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #707070;
}

.wishes-modal-new .modal-body .description strong {
  color: #2a2a2a;
}

.wishes-modal-new .modal-body a {
  color: #0dba4b;
  border: 1px solid #0dba4b;
}

.wishes-modal-new .modal-body a:hover {
  color: white;
  background-color: #0dba4b;
}

.wishes-modal-new .modal-body .point-container {
  padding: 8px 1rem;
  background-color: #f6f7f8;
  border-radius: 1.5rem;
  border: 1px solid #e3e3e3;
  width: fit-content;
  margin-bottom: 1.25rem;
  z-index: 1;
}

.wishes-modal-new .modal-body .point-container .geek-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../images/popup/geekoin-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .wishes-modal-new .modal-dialog {
    width: 350px !important;
    margin: 1.75rem auto;
  }

  .wishes-modal-new .modal-content {
    border-radius: 16px !important;
  }

  .wishes-modal-new .modal-body {
    padding: 132px 24px 24px;
  }

  .wishes-modal-new .modal-body:before {
    right: 115px;
    top: 40px;
    width: 130px;
    height: 95px;
  }

  .wishes-modal-new .modal-body .message {
    font-size: 18px;
  }

  .wishes-modal-new .modal-body .description {
    font-size: 14px;
    line-height: 20px;
  }

  .wishes-modal-new .modal-body .btn {
    font-size: 14px;
  }
}
.rewards-weekly-modal .modal-dialog {
  width: 500px !important;
}

.rewards-weekly-modal .modal-content {
  border-radius: 16px !important;
}

.rewards-weekly-modal .modal-content .modal-body {
  padding: 260px 48px 48px;
  position: relative;
}

.rewards-weekly-modal .modal-content .modal-body:before {
  content: "";
  position: absolute;
  right: 33%;
  top: 3rem;
  width: 10.9375rem;
  height: 10.9375rem;
  background: transparent url('../images/popup/rewards-popup-icon.png') no-repeat 0 0;
  background-size: contain;
}

.rewards-weekly-modal .modal-content .modal-body strong {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.rewards-weekly-modal .modal-content .modal-body .message {
  font-size: 1rem;
  color: #707070;
  line-height: 1.5rem;
  margin-top: 8px;
  margin-bottom: 24px;
}

.rewards-weekly-modal .modal-content .modal-body button {
  color: #0dba4b;
  border: 1px solid #0dba4b;
  min-width: 160px;
}

.rewards-weekly-modal .modal-content .modal-body button:hover {
  color: white;
  background-color: #0dba4b;
}

.rewards-weekly-modal .modal-content .modal-body a {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}

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

  .rewards-weekly-modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: 340px !important;
  }

  .rewards-weekly-modal .modal-content {
    border-radius: 16px !important;
  }

  .rewards-weekly-modal .modal-content .modal-body {
    padding: 185px 24px 24px;
    position: relative;
  }

  .rewards-weekly-modal .modal-content .modal-body:before {
    right: 33%;
    top: 1.5rem;
    width: 8.125rem;
    height: 8.125rem;
  }

  .rewards-weekly-modal .modal-content .modal-body button {
    min-width: 140px;
  }

  .rewards-weekly-modal .modal-content .modal-body .btn {
    font-size: 14px;
  }

  .rewards-weekly-modal .modal-content .modal-body strong {
    font-size: 1.125rem;
  }

  .rewards-weekly-modal .modal-content .modal-body .message {
    font-size: 0.875rem;
  }
}

.reward-modal.modal .modal-content {
  background-image: linear-gradient(180deg, #020202 0, #4d4848);
  background-repeat: repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  padding: 2rem;
}
.reward-modal.modal .modal-content.loading .initiate-redemption,
.reward-modal.modal .modal-content.loading .modal-header {
  visibility: hidden;
}
.reward-modal.modal .modal-content.loading .spinner-border {
  display: block;
}
.reward-modal.modal .modal-content.redemption-completed .initiate-redemption,
.reward-modal.modal .modal-content.redemption-completed .modal-header {
  display: none;
}
.reward-modal.modal .modal-content.redemption-completed .complete-redemption {
  display: block;
  margin-left: 5rem;
}
.reward-modal.modal .modal-content.redemption-completed h5 {
  position: relative;
}
.reward-modal.modal .modal-content.redemption-completed h5:before {
  content: "\F058";
  font-size: 4rem;
  font-weight: 900;
  color: #2ae88a;
  position: absolute;
  top: -0.5rem;
  left: -5rem;
}
.reward-modal.modal .complete-redemption {
  display: none;
}
.reward-modal.modal .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
}
.reward-modal.modal button.close {
  position: absolute;
  right: 16px;
  top: 8px;
}
.reward-modal.modal .modal-header {
  border: none;
}
.reward-modal.modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #d6e1f8;
  position: relative;
}
.reward-modal.modal .modal-body.complete-redemption {
  display: none;
}
.reward-modal.modal .modal-body h5 {
  font-size: 1.5rem;
}
.reward-modal.modal .modal-body p {
  font-size: 1rem;
}
.reward-modal.modal .modal-body .btn-wrap {
  margin-top: 2rem;
}
.btn {
  color: #95a4c2;
}
.btn.sort:before {
  font-weight: 700;
  margin-right: 0.5rem;
}
.btn.sort.sort-alpha:before {
  content: "\F15D";
}
.btn.sort.sort-alpha.asc:before {
  content: "\F15E";
}
.btn.sort.sort-alpha.desc:before {
  content: "\F15D";
}
.btn.sort.sort-amount:before {
  content: "\F161";
}
.btn.sort.sort-amount.asc:before {
  content: "\F160";
}
.btn.sort.sort-amount.desc:before {
  content: "\F161";
}
.btn-primary {
  color: #fff;
  background-color: #0dba4b;
  border-color: #0dba4b;
  min-width: 9.2rem;
}
.btn-primary.btn-gradient {
  background-image: linear-gradient(90deg, #673bf3 0, #d90fef);
  background-repeat: repeat-x;
}
.btn-auto,
.btn-auto.btn-primary {
  width: auto;
  min-width: auto;
}
.btn-outline-google {
  width: 100%;
  border: 1px solid #d6e1f8;
  background-color: #fff;
  cursor: pointer;
  border-radius: 1.5rem;
}
.badge .close {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  margin-right: -0.8rem;
  font-size: inherit;
  color: inherit;
  text-shadow: none;
}
.sidebar-container {
  position: fixed;
  z-index: 998;
}
.sidebar-container .sidebar-sticky {
  position: absolute;
  top: 68px;
  left: 0;
  height: 100vh;
  min-width: 44px;
  background-color: #fff;
  white-space: nowrap;
  transition-duration: 0.5s;
  overflow: hidden;
  z-index: 1;
}
.sidebar-container .sidebar-sticky.collapse {
  display: none;
}
.sidebar-container .sidebar-sticky.collapse.show {
  display: block;
}
.sidebar-container .sidebar-sticky .navbar-brand {
  display: none;
}
/* .sidebar-container .sidebar-sticky .ck-item .ck-link{
  border-left: 4px solid #fff;
}
.sidebar-container .sidebar-sticky .ck-item .ck-link.active{
  border-left-color: #099F4E;
} */
.sidebar-container .sidebar-sticky .nav-item {
  border-left: 4px solid #fff;
}
.sidebar-container .sidebar-sticky .nav-item.active {
  border-left-color: #099F4E;
}
.sidebar-container .sidebar-sticky .nav-item.active span {
  color: #099F4E;
  font-weight: 500;
}
/* .sidebar-container .sidebar-sticky .ck-item .ck-link.active span {
  color: #099F4E;
  font-weight: 600;
}
.sidebar-container .sidebar-sticky .ck-item .ck-link span:hover{
  color: #099F4E;
  font-weight: 600;
} */
.sidebar-container .sidebar-sticky .nav-item.active i {
  background-position-x: -160px;
}
.sidebar-container .sidebar-sticky .ck-item.active i {
  background-position-x: -38px;
}
.sidebar-container .sidebar-sticky .ck-item .ck-link i:hover {
  background-position-x: -38px;
}
.sidebar-container .sidebar-sticky .nav-item:last-of-type {
  margin-bottom: 5rem;
}
.sidebar-container .sidebar-sticky .nav-link {
  padding: 1rem 1rem 1rem 1.5rem !important;
  color: #707070 !important;
}
.sidebar-container .sidebar-sticky .nav-link .material-icons {
  vertical-align: middle;
  font-size: 1.25rem;
}
.sidebar-container .sidebar-sticky .nav-link span {
  padding-left: 1.5rem;
  font-weight: 400;
}
.code-kata-inner-page .sidebar-container .main-menu,
.sidebar-container .code-kata-menu {
  display: none;
}
.code-kata-inner-page .sidebar-container .code-kata-menu {
  display: block;
}
@media (min-width: 768px) {
  /* .sidebar-container .sidebar-sticky {
    position: fixed;
  } */
  .sidebar-container .sidebar-sticky.collapse,
  .sidebar-container .sidebar-sticky.collapse:not(.show) {
    display: block;
  }
  .sidebar-container .sidebar-sticky.sidebar-collapse {
    width: 5rem;
  }
  /* .sidebar-container .sidebar-sticky.sidebar-collapse .navbar-brand {
    background: transparent url(../images/minified/guvi-logo-icon.png) no-repeat
      14px 6px;
    width: 4rem;
  } */
  .sidebar-container .sidebar-sticky.sidebar-collapse .nav-link span {
    position: absolute;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    transition-duration: 0.3s;
  }
  /* .sidebar-container .sidebar-sticky .navbar-brand {
    display: block;
    height: 58px;
    text-indent: -9999px;
    background: transparent url(../images/guvi-logo.png) no-repeat 14px 6px;
    border-bottom: 1px solid #eef1f8;
    padding: 0;
    margin: 0.2rem 0.5rem 0;
    box-sizing: border-box;
  } */
}
.user-profile {
  font-size: 0.875rem;
  color: #4c5a74;
  font-weight: 700;
  flex-direction: row;
}
.faq-border{
  position: relative;
  top: 11px;
  padding-top: 20px;
  border-bottom: 4px solid #0dba4b;
}
.faq-border img{
  position: relative;
  top: -9px;
}
header {
  min-height: 60px;
}
#mainNavDefault {
  background-color: #fff;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px;
  padding-right: 0.5rem;
}
#mainNavDefault p {
  text-align: center;
  font-size: 0.875rem;
}
.experience{
  margin-right: 0.7rem;
}
.experience, .rank_main_board{
  display: flex;
  background-color:#f6f7f8;
  margin-right:10px;
  min-width:7em;
  height: 3em;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius:1rem;
  position: relative;
  top: -5px;
  margin-bottom: 0;
  align-items: center;
}
.experience-container {
  position: relative;
}
.experience-hover-content {
  display: none;
  position: absolute;
  top: 100%;
  left: -70%;
  background-color: white;
  border: 1px solid #e3e3e3;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
  width: 275px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: start !important;
  line-height: 20px;
}
.experience-container:hover .experience {
  background-color: #e6f7e9;
}
.experience-container:hover .experience-hover-content {
  display: block;
}
.redeem-redirect-link, .redeem-redirect-link:hover {
  color: #0dba4b !important;
  text-decoration: underline;
}
.rank_main_board {
  border-right:0;
}
#mainNavDefault p.gem {
  margin-top: 3px;
}
#mainNavDefault p.gem i {
  margin: -9px 0 0;
}
#mainNavDefault p.level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  line-height: 1em;
  border-bottom:none;
}
#mainNavDefault p.level i {
  text-indent: 0;
  width: 36px;
  height: 36px;
}
#mainNavDefault p.level i span {
  margin-top: -9px;
  padding: 1rem 0 0 0.5rem;
  display: block;
  font-style: normal;
}
#mainNavDefault p.level strong {
  display: none;
}
#mainNavDefault p span {
  display: block;
}
.user-profile .account-box-toggler:after {
  bottom: 10px;
  right: -2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #95a4c2;
  border-width: 5px;
  margin-left: -5px;
}
.user-profile .account-box-toggler:hover:after {
  border-top-color: #132241;
}
.notification-box-toggler {
  display: none;
}
.notification-box {
  position: absolute;
  top: 62px;
  right: 10px;
  width: 25rem;
  max-width: 90%;
}
.notification-box:after,
.notification-box:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.notification-box:after {
  top: -17px;
  right: 87px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.notification-box:before {
  top: -19px;
  right: 86px;
  border-color: transparent;
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}
.notification-box .card-body {
  margin: 0;
}
.notification-box .gravatar-wrap {
  width: 40px;
  height: 40px;
}
.notification-box .gravatar-wrap:before {
  font-size: 1.6rem;
}
.notification-box .gravatar-wrap .gravatar {
  width: 36px;
  height: 36px;
}
.notification-box .account-info strong {
  font-weight: 700;
}
.notification-box .account-info .highlighted {
  color: #7a17eb;
}
.notification-box .account-info .timestamp {
  font-size: 0.75rem;
  color: #95a4c2;
}
.account-box-toggler {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 5px;
}
.account-box {
  position: absolute;
  top: 62px;
  right: 10px;
  width: 15rem;
  max-width: 90%;
}
.account-box:after,
.account-box:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.account-box:after {
  top: -17px;
  right: 31px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.account-box:before {
  top: -19px;
  right: 30px;
  border-color: transparent;
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}
.account-box.collapse:not(.show) {
  display: block;
  visibility: hidden;
}
.account-box .card-body {
  margin: 0;
}
.account-box .gravatar-wrap {
  width: 50px;
  height: 50px;
}
.account-box .gravatar-wrap:before {
  font-size: 2rem;
}
.account-box .gravatar-wrap .gravatar {
  width: 46px;
  height: 46px;
}
.account-box .account-links-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.account-box .account-links-group .account-links {
  list-style-type: none;
  border: 0;
  padding: 0;
  font-weight: 400;
}
.account-box .account-links-group .account-links:last-of-type {
  margin-left: auto;
}
.account-box .account-links-group .account-links.highlight a {
  color: #7a17eb;
}
@media (min-width: 768px) {
  .user-profile {
    margin-left: auto;
  }
  .collapsing {
    transition: none;
  }
  #mainNavDefault {
    position: absolute;
    top: -42px;
    right: 111px;
    border-bottom: 0;
    visibility: visible;
  }
  #mainNavDefault p.experience i,
  #mainNavDefault p.gem i,
  #mainNavDefault p.rank_main_board i {
    display: inline;
    padding: 12px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  #mainNavDefault p.level strong {
    display: inline;
    padding-right: 0.5rem;
  }
  #mainNavDefault p span {
    display: inline;
    padding-left: 1rem;
  }
  .notification-box-toggler {
    display: block;
    padding-bottom: 0;
    padding-top: 0.3rem;
  }
  .notification-box-toggler.has-notification:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 12px;
    width: 10px;
    height: 10px;
    background-color: #2ae88a;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .notification-box-toggler i {
    color: #132241;
  }
}
.bodyContainer {
  padding: 2rem 1rem 4rem;
}
.main-footer {
  background-color: #fff;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
.main-footer .logo-wrap-2 {
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.main-footer .logo-wrap-2 a {
  display: inline;
}
.google-play {
  width: 165px;
  height: 54px;
}
.greenBg {
  width: 20px;
  height: 20px;
}
.main-footer .logo-wrap {
  margin-bottom: 2rem;
}
.main-footer .logo-wrap a {
  display: inline-block;
}
.main-footer .footer-links-section {
  font-size: 0.875rem;
  color: #3d4a63;
}
.main-footer .footer-links-section h6 {
  /* text-transform: uppercase; */
  font-size: 1rem;
  font-weight: 700;
}

.main-footer .footer-links-section h2 {
  /* text-transform: uppercase; */
  font-size: 1rem;
  font-weight: 700;
  color: #3d4a63;
}
.main-footer .footer-links-section .footer-links {
  margin-bottom: 1.5rem;
}
.main-footer .footer-links-section .footer-links li {
  padding: 0.5rem 1rem 0.5rem 0;
}
.main-footer .footer-links-section .footer-links li a {
  color: #3d4a63;
}
.main-footer .footer-links-section .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main-footer .footer-links-section .social-links li {
  font-size: 1.25rem;
  padding: 0.5rem 1rem 0.5rem 0;
  margin-right: 0.5rem;
}
.main-footer .footer-links-section .social-links li a {
  color: #673bf3;
}
.main-footer .copyright {
  color: #000;
  font-size: 0.75rem;
  margin-left: 1rem;
}
.main-footer .copyright span {
  display: block;
}
@media (min-width: 768px) {
  .main-footer {
    padding-left: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-footer .footer-wrap {
    max-width: 100rem;
    width: 100%;
    position: relative;
  }
  .main-footer .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .main-footer .copyright span {
    display: inline;
  }
}
.main-footer .privacy {
  color: #757575 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
}
.main-footer .copyright-2 {
  color: #757575 !important;
  font-size: 0.75rem !important;
  font-weight: 550 !important;
}
.main-footer .privacy span {
  display: block;
}
@media (min-width: 768px) {
  .main-footer {
    padding-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-footer .footer-wrap {
    max-width: 110rem;
    width: 100%;
    position: relative;
  }
  .main-footer .privacy {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .main-footer .privacy span {
    display: inline;
  }
}
.signin-related-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.mobile-header{
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
}
.signin-related-page .welcome {
  text-align: center;
  margin-top: 1rem;
}
.signin-related-page .welcome.visible-small-screen {
  display: block;
}
.signin-related-page .welcome.hidden-small-screen {
  display: none;
}
.signin-related-page .brand.logo {
  margin: 2rem;
}
.signin-related-page h1 {
  font-size: 2rem;
  padding: 1.5rem 0 0;
}
.signin-related-page .google-sign-in {
  margin: 1.5rem 0;
  padding-bottom: 1rem;
  position: relative;
}
.signin-related-page .google-sign-in:before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #d6e1f8;
}
.signin-related-page .google-sign-in .icon-google {
  margin-top: 4px;
}
.signin-related-page .google-sign-in .alternative-login-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 1rem;
}
.signin-related-page .google-sign-in .alternative-login-message span {
  font-size: 0.75rem;
  background-color: #f6f6f9;
  padding: 0 0.5rem;
  color: #95a4c2;
}
.signin-related-page form .btn-wrap {
  text-align: center;
  margin: 2rem 0 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d6e1f8;
}
.signin-related-page form .btn-wrap .btn-primary {
  width: 100%;
}
.signin-related-page form .secondary-link {
  text-align: center;
  color: #989898;
}
@media (min-width: 768px) {
  .signin-related-page .welcome.visible-small-screen {
    display: none;
  }
  .signin-related-page .welcome.hidden-small-screen {
    display: block;
  }
}
#dashboard-page h2 {
  padding-top: 1rem;
}
#dashboard-page h2.my-courses {
  border-top: 1px solid #c7d4ee;
}
#dashboard-page .action-plan .card-header,
#dashboard-page .activity-feed-card .card-header {
  border-bottom: 8px solid #f6f6f9;
  padding: 0.6rem 1.25rem;
}
#dashboard-page .activity-feed-card .card-header {
  background-color: #020202;
  color: #d6e1f8;
  padding: 0.8rem 1.25rem;
}
#dashboard-page .activity-feed-card .card-header p {
  margin: 0;
}
#dashboard-page .activity-feed-card .card-body {
  padding-top: 0;
}
#dashboard-page .activity-feed-card .card-body li {
  padding-bottom: 0;
  margin-left: 4rem;
  border-bottom: 1px solid #eef1f8;
  color: #4d4957;
}
#dashboard-page .activity-feed-card .card-body li:last-of-type {
  border-bottom-width: 0;
}
#dashboard-page .activity-feed-card .card-body .account-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
#dashboard-page .activity-feed-card .card-body .account-info p {
  margin: 0.9rem 0 0.9rem 1rem;
}
#dashboard-page .activity-feed-card .gravatar-wrap {
  margin-left: -4rem;
  width: 40px;
  height: 40px;
  -ms-flex-item-align: center;
  align-self: center;
}
#dashboard-page .activity-feed-card .gravatar-wrap:before {
  font-size: 1.6rem;
  width: 40px;
  height: 40px;
}
#dashboard-page .activity-feed-card .gravatar-wrap .gravatar {
  width: 36px;
  height: 36px;
}
#dashboard-page .action-plan.concepts-to-cover .card-body .stepper li {
  color: #95a4c2;
}
#dashboard-page .action-plan.concepts-to-cover .card-body .stepper li.completed,
#dashboard-page
  .action-plan.concepts-to-cover
  .card-body
  .stepper
  li.completed
  + li,
#dashboard-page
  .action-plan.concepts-to-cover
  .card-body
  .stepper
  li:not(.completed):first-of-type {
  color: #132241;
}
#dashboard-page .action-plan.topics-to-practice .card-body .stepper li:after {
  width: 0;
}
#dashboard-page .action-plan .card-body {
  padding-top: 0;
}
#dashboard-page .action-plan .card-body .stepper li {
  padding-bottom: 0;
  color: #132241;
}
#dashboard-page .action-plan .card-body .stepper li:before {
  top: 35%;
}
#dashboard-page .action-plan .card-body .stepper li:after {
  top: 68%;
  left: 0.6rem;
  height: 67%;
}
#dashboard-page .action-plan .card-body .stepper li:last-of-type .action-task {
  border-bottom-width: 0;
}
#dashboard-page
  .action-plan
  .card-body
  .stepper
  li.completed
  .action-task
  .video-thumb-wrap:after,
#dashboard-page
  .action-plan
  .card-body
  .stepper
  li.completed
  + li
  .action-task
  .video-thumb-wrap:after,
#dashboard-page
  .action-plan
  .card-body
  .stepper
  li:not(.completed):first-of-type
  .action-task
  .video-thumb-wrap:after {
  content: "\F144";
}
#dashboard-page
  .action-plan
  .card-body
  .stepper
  li
  .action-task
  .video-thumb-wrap:after {
  content: "\F144";
}
#dashboard-page .action-plan .card-body .stepper .action-task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eef1f8;
  padding: 1rem 0;
  min-height: 6rem;
  cursor: pointer;
}
#dashboard-page .action-plan .card-body .stepper .action-task:hover img {
  opacity: 0.7;
}
#dashboard-page
  .action-plan
  .card-body
  .stepper
  .action-task
  .video-thumb-wrap {
  width: 120px;
  height: 56px;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #888;
  margin-right: 1rem;
  position: relative;
}
#dashboard-page
  .action-plan
  .card-body
  .stepper
  .action-task
  .video-thumb-wrap:after {
  position: absolute;
  left: 50px;
  top: 12px;
}
#dashboard-page .action-plan .card-body .stepper .action-task .product-brand {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 1rem;
}
#dashboard-page .action-plan .card-body .stepper .action-task .task-info,
#dashboard-page .action-plan .card-body .stepper .action-task .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  max-height: 20rem;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#dashboard-page .action-plan .card-body .stepper .action-task .task-info p,
#dashboard-page .action-plan .card-body .stepper .action-task .video-info p {
  margin-bottom: 0;
}
#dashboard-page
  .action-plan
  .card-body
  .stepper
  .action-task
  .video-info
  .video-description,
#dashboard-page
  .action-plan
  .card-body
  .stepper
  .action-task
  .video-info
  .video-title {
  margin: 0;
  padding: 0;
}
#dashboard-page .course-card.card .card-header .video-control p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#dashboard-page .course-card.card .card-header .video-control p i {
  font-size: 4rem;
}
#dashboard-page .course-card.card .card-header .video-control p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.course-card.card .card-header .course-link {
  position: relative;
  display: block;
}
.course-card.card .card-header .course-link:hover .course-banner:after,
.course-card.card .card-header .course-link:hover .course-banner:before {
  opacity: 0.3;
}
.course-card.card .card-header .course-link:hover:after {
  color: #fff;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  transition-duration: 0.5s;
}
.course-card.card .card-header .course-link:after {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 12px;
}
#submissionTabContent li {
  background-color: #fff;
  margin: 0 0 0.5rem;
  border: 0;
}
#submissionTabContent li.page-item {
  background-color: transparent;
}
#submissionTabContent .submission,
#submissionTabContent .submission-count-id {
  padding: 1rem;
}
#submissionTabContent .submission .content {
  padding-bottom: 0.5rem;
  display: inline-block;
}
#submissionTabContent .submission .content ~ a {
  display: inline-block;
}
#submissionTabContent .submission a {
  color: #3d4a63;
  display: block;
  padding-bottom: 0.5rem;
}
#submissionTabContent .submission a:hover {
  color: #000;
}
#submissionTabContent #project-submission-list .card {
  padding-top: 3rem;
}
#submissionTabContent #project-submission-list .company {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 2rem;
}
@media (min-width: 768px) {
  #submissionTabContent #project-submission-list .card {
    padding-top: 0;
  }
  #submissionTabContent #project-submission-list .company {
    position: static;
  }
}
.quiz-card-list {
  position: relative;
}
.quiz-card.card {
  display: none;
}
.quiz-card.card:first-of-type {
  display: block;
}
.quiz-card.card .card-header .timer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 1.25rem;
  white-space: nowrap;
  position: relative;
  top: 5px;
  margin-left: 2rem;
}
.quiz-card.card .card-header .timer:after {
  content: "\F2F2";
  font-size: 1.25rem;
  font-weight: 900;
  color: #7a17eb;
  position: absolute;
  left: -25px;
}
.quiz-card.card .card-header .timer.time-out-warning {
  color: #fc0369;
}
.quiz-card.card .card-header .view-all-questions {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 0.75rem;
  white-space: nowrap;
  position: relative;
  margin-left: 2rem;
}
.quiz-card.card .card-header .question-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 0 1.5rem;
  margin-left: 1rem;
}
.quiz-card.card .card-header .question-title .number-id {
  left: -29px;
  top: -5px;
}
.quiz-card.card .card-body {
  margin-left: 2.4rem;
  padding-top: 0;
}
.quiz-card.card .card-body .question {
  margin-bottom: 2rem;
}
.video-wrap {
  background-color: #161719;
  margin-bottom: 1.5rem;
}
.video-notes-tab textarea {
  width: 100%;
  height: 10rem;
}
.video-summary-tab .card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.video-summary-tab ol {
  margin-left: -1.5rem;
}
.video-summary-tab ol li {
  font-size: 0.875rem;
  padding: 0.2rem 0.5rem;
}
.video-activity-card-list {
  position: relative;
}
.video-activity-card.card {
  display: none;
}
.video-activity-card.card:first-of-type {
  display: block;
}
.video-activity-card.card .card-header .view-all-questions {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 0.75rem;
  white-space: nowrap;
  position: relative;
  margin-left: 2rem;
}
.video-activity-card.card .card-header .question-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 0 1.5rem;
  margin-left: 1rem;
}
.video-activity-card.card .card-header .question-title .number-id {
  left: -29px;
  top: -5px;
}
.video-activity-card.card .card-body {
  margin-left: 2.4rem;
  padding-top: 0;
}
.video-activity-card.card .card-body .question {
  margin-bottom: 2rem;
}
.video-question-tabs-content .card-body {
  padding: 0;
}
.video-question-tabs-content .questions-list li {
  border-bottom: 1px solid #eef1f8;
}
.video-question-tabs-content .questions-list li a {
  padding: 0.75rem 2rem 0.75rem 2.5rem;
  display: block;
  text-align: left;
  cursor: pointer;
}
.video-question-tabs-content .questions-list li a .number-id {
  left: 0;
  top: 8px;
}
.video-question-tabs-content .questions-list li a:hover {
  color: #000;
}
.table-of-content h4 {
  font-size: 1.25rem;
  background-color: #fff;
  padding: 1.25rem;
  margin-bottom: 0.2rem;
  border-radius: 0.25rem;
}
.table-of-content .card {
  margin-bottom: 0.2rem;
}
.table-of-content .toc-accordion h5 .btn {
  color: #3d4a63;
  font-weight: 700;
  padding: 0;
  text-align: left;
  display: block;
  width: 100%;
  text-decoration: none;
}
.table-of-content .toc-accordion h5 .btn:after {
  content: "\F107";
  right: 15px;
  position: absolute;
}

.table-of-content .toc-accordion h5 .btn:has(.module-progress-indicator.missed)::after {
  color: red;
}

.table-of-content .toc-accordion h5 .btn.collapsed:after {
  content: "\F106";
}

.table-of-content .toc-accordion .card-body {
  padding: 0 1.25rem 1rem;
}
.table-of-content .toc-accordion .card-body .progress-wrap {
  padding: 2rem 0 1.5rem;
  border-bottom: 2px solid #d6e1f8;
}
.table-of-content .toc-accordion .stepper li {
  padding: 0.75rem 2rem 0.75rem 0;
  border-bottom: 1px solid #eef1f8;
  margin-left: 2rem;
}
.table-of-content .toc-accordion .stepper li:last-of-type {
  border-bottom: none;
}
.table-of-content .toc-accordion .stepper li:before {
  top: 0.85rem;
  left: -1.9rem;
  font-size: 1rem;
}
.table-of-content .toc-accordion .stepper li:after {
  top: 2.4rem;
  left: -1.4rem;
}
.table-of-content .toc-accordion .stepper li.active a {
  color: #132241;
}
.table-of-content .toc-accordion .stepper li a {
  color: #95a4c2;
}
.table-of-content .toc-accordion .stepper li a:hover {
  color: #132241;
  text-decoration: none;
}
.table-of-content .toc-accordion .course-projects-card h5 .btn {
  color: #7a17eb;
}
.table-of-content .toc-accordion .course-projects-card li:after {
  display: none;
}
.table-of-content a.final-assessment-btn {
  background-color: #fff;
  width: 100%;
  text-align: left;
  padding: 0.75rem 1.25rem;
  color: #7a17eb;
  font-weight: 700;
}
.course-content-partners {
  margin-top: 1.5rem;
}
.course-content-partners strong {
  font-weight: 400;
}
.course-content-partners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem 0 0;
}
.course-content-partners ul li {
  margin: 0 1rem 0 0;
}
.course-hightlights li {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  position: relative;
}
.course-hightlights li:before {
  content: "\F00C";
  font-weight: 700;
  color: #20fc8f;
  position: absolute;
  left: -0.1rem;
}
.why-course h2 {
  color: #132241;
}
.why-course p {
  color: #4c5a74;
}
.course-outcomes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.course-outcomes li {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 4rem;
  font-size: 0.875rem;
}
.course-outcomes li strong {
  display: block;
}
.course-outcomes .earnings {
  position: relative;
}
.course-outcomes .earnings:before {
  content: "";
  background-position: -250px 0;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
}
.course-outcomes .hike {
  position: relative;
}
.course-outcomes .hike:before {
  content: "";
  background-position: -250px -50px;
  width: 38px;
  height: 23px;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
}
.course-outcomes .new-jobs {
  position: relative;
}
.course-outcomes .new-jobs:before {
  content: "";
  background-position: -250px -100px;
  width: 41px;
  height: 42px;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.exclusive-lesson-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.exclusive-lesson-wrap,
.exclusive-lesson-wrap .exclusive-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.exclusive-lesson-wrap .exclusive-lesson {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.25rem;
}
.exclusive-lesson-wrap .exclusive-lesson .icon-exclusive-lesson {
  margin: 0 auto 1.5rem;
}
.exclusive-lesson-wrap .exclusive-lesson p {
  margin-bottom: 0.3rem;
  text-align: center;
}
.course-structure {
  margin-bottom: 1.5rem;
}
.course-structure .course-topic {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 2rem 1.5rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.course-structure .course-topic .course-info strong {
  display: block;
}
.course-structure .course-topic .related-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin: 1.5rem 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.course-structure .course-topic .related-facts li {
  padding: 0 1rem;
  text-align: center;
  width: 100%;
  border-left: 1px solid #c7d4ee;
}
.course-structure .course-topic .related-facts li:first-of-type {
  border-width: 0;
}
.course-structure .course-topic .related-facts li:last-of-type {
  position: relative;
}
.course-structure .course-topic .related-facts li strong {
  font-weight: 400;
  display: block;
}
.course-structure .course-topic .course-topic-details {
  border-top: 1px solid #c7d4ee;
  padding: 2rem 1rem 0;
  margin-top: 2rem;
}
.course-structure .course-topic .course-topic-details .lesson {
  margin-bottom: 2rem;
}
.course-structure .course-topic h4 {
  font-size: 1rem;
  font-weight: 700;
}
.hands-on-project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hands-on-project {
  background-color: #8e2de2;
  background-image: linear-gradient(90deg, #8e2de2 0, #4a00e0);
  background-repeat: repeat-x;
  color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 0 0 1.5rem;
}
.hands-on-project:nth-of-type(2n) {
  background-color: #020202;
  background-image: linear-gradient(90deg, #020202 0, #4d4848);
  background-repeat: repeat-x;
}
.hands-on-project a {
  color: #fff;
}
.learner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}
.learner-list .learner {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.learner-list .learner .gravatar-wrap {
  width: 60px;
  height: 60px;
}
.learner-list .learner .gravatar-wrap:before {
  font-size: 1.6rem;
}
.learner-list .learner .gravatar-wrap .gravatar {
  width: 56px;
  height: 56px;
}
.learner-list .learner .learner-name {
  margin-bottom: 0;
  font-weight: 700;
  margin-left: 1rem;
  font-size: 1rem;
}
.learner-list .learner .testimonial {
  margin: 2rem 0;
  text-align: center;
}
.learner-list .learner .work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.learner-list .learner .work .package {
  border-right: 1px solid #c7d4ee;
  padding: 0.5rem 1rem;
}
.learner-list .learner .work [class*=" recruiter-"],
.learner-list .learner .work [class^="recruiter-"] {
  margin: 0.3rem 1rem;
}
.codekata-intro-section,
.skillprofile-intro-section {
  margin: 1rem 0;
}
.codekata-intro-section .intro,
.skillprofile-intro-section .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.codekata-intro-section .intro img,
.skillprofile-intro-section .intro img {
  margin-bottom: 1.5rem;
}
.main-enroll-btn-wrap {
  text-align: center;
}
.product-payment-modal .referral-section {
  margin-bottom: 2rem;
}
.product-payment-modal .form-check img {
  height: 1.3rem;
  width: auto;
  vertical-align: text-bottom;
}
@media (min-width: 768px) {
  .course-outcomes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .course-outcomes li {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .exclusive-lesson-wrap {
    margin: 2rem;
  }
  .exclusive-lesson-wrap .exclusive-lesson {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .exclusive-lesson-wrap .exclusive-lesson .icon-exclusive-lesson {
    margin: 0 2rem 0 0;
  }
  .exclusive-lesson-wrap .exclusive-lesson p {
    text-align: left;
  }
  .course-structure .course-topic {
    margin-right: 2rem;
  }
  .course-structure .course-topic .course-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .course-structure .course-topic .course-topic-details {
    padding: 3rem 3rem 0;
  }
  .course-structure .course-topic .related-facts {
    margin: 0;
  }
  .course-structure .course-topic .related-facts li:first-of-type {
    border-width: 1px;
  }
  .course-structure .course-topic .related-facts li:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course-structure .course-topic .related-facts li strong {
    display: inline-block;
  }
  .hands-on-project-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .hands-on-project-list .hands-on-project {
    margin: 0 1.5rem 1.5rem 0;
  }
  .learner-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .learner-list .learner {
    margin: 0 1.5rem 1.5rem 0;
  }
}
.accordion-trigger {
  font-weight: 700;
  color: #95a4c2;
  padding: 0 1.5rem;
  border: none;
}
.accordion-trigger.collapsed:after {
  content: "\F107";
}
.accordion-trigger:after {
  content: "\F106";
}
.assignment-question .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.assignment-question ol {
  border-top: 1px solid #d6e1f8;
  margin-top: 1rem;
  padding-top: 1.5rem;
}
.assignment-tab-content .code-editor-wrap .CodeMirror {
  margin-bottom: 1px;
  overflow-y: scroll;
  height: calc(100vh - 72px);
}
.topics-list {
  padding-left: 0;
}
.topics-list .list-group-item {
  border: 0;
  background-color: transparent;
  padding-left: 0.85rem;
  padding-right: 0.75rem;
  width: 100%;
}
.topics-list .list-group-item.extra-topics.collapse.show,
.topics-list .list-group-item.extra-topics.collapsing,
.topics-list .list-group-item.extra-topics.in {
  display: block !important;
}
.topics-list .list-group-item a {
  display: block;
  margin: 0.1rem;
  padding: 1rem 4rem 1rem 1rem;
  background-color: #181818;
  color: #eef1f8;
  white-space: nowrap;
}
.view-more {
  border-bottom: 1px solid #c7d4ee;
  text-align: center;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}
.view-more .btn {
  border: 1px solid #c7d4ee;
  margin-bottom: 1rem;
  min-width: 150px;
  font-size: 0;
}
.view-more .btn:after {
  font-size: 1rem;
  content: "View More";
}
.view-more .btn[aria-expanded="true"]:after {
  font-size: 1rem;
  content: "View Less";
}
.course-card.card .card-header .author-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.course-card.card .card-body .course-highlights li {
  font-size: 0.875rem;
  color: #95a4c2;
  border-left: 1px solid #95a4c2;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
}
.course-card.card .card-body .course-highlights li:first-of-type {
  border-left-width: 0;
  padding-left: 0;
  margin-left: 0;
}
.course-card.card .card-body .btn-wrap {
  padding: 1rem 0;
}
.code-kata-inner-page .bodyContainer {
  padding-top: 0;
}
.code-kata-inner-page .breadcrumb .number-id {
  left: auto;
  right: -30px;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 0;
  top: 0;
}
.panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.panel-header .panel-title {
  padding: 0.5rem 1.75rem;
  font-size: 0.875rem;
  color: #132241;
  margin-bottom: 0;
}
.panel-header .panel-title.number-id-wrap {
  padding-left: 2.5rem;
  top: 1px;
}
.panel-header .panel-title .number-id {
  top: -9px;
  left: -16px;
  width: 3rem;
  height: 3rem;
  padding-top: 14px;
  font-size: 1rem;
}
.panel-header .editor-filters-wrap select {
  margin: 0.3rem 0.2rem 0.2rem;
  font-size: 0.875rem;
}
.panel-content {
  margin: 0;
  height: calc(100vh - 220px);
  overflow: scroll;
  background-color: #f7f7f7;
  padding: 1rem 0.5rem;
  border: 1px solid #eee;
  border-width: 0 1px;
}
.ck-menu-tabs-content .panel-title {
  font-size: 1rem;
}
.peer-submission-list .list-group-item {
  background-color: transparent;
  border-width: 0 0 1px;
  border-color: #d6e1f8;
  margin: 0 0 0 4rem;
  padding: 0.75rem 0 0.75rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.peer-submission-list .list-group-item:last-of-type {
  border: 0;
}
.peer-submission-list .list-group-item .peer {
  display: block;
}
.peer-submission-list .list-group-item .likes {
  padding: 1rem 0.5rem;
  font-size: 0.875rem;
}
.peer-submission-list .list-group-item .likes:before {
  content: "\F164";
  font-weight: 700;
  margin-right: 0.3rem;
}
.peer-submission-list .list-group-item .gravatar-wrap {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -3.5rem;
}
.peer-submission-list .list-group-item .gravatar-wrap:before {
  font-size: 1.6rem;
}
.peer-submission-list .list-group-item .gravatar-wrap .gravatar {
  width: 46px;
  height: 46px;
}
.split-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 137px);
  overflow: hidden;
}
.split-wrap,
.split-wrap .split {
  box-sizing: border-box;
}
.split-wrap .gutter.gutter-vertical {
  cursor: ns-resize;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=);
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}
.code-editor-wrap {
  overflow: scroll;
  border-left: 1px solid #eee;
}
.code-editor-wrap .CodeMirror {
  height: 100%;
  margin-bottom: 60px;
}
.code-editor-wrap .CodeMirror pre {
  font-size: 0.875rem;
}
.output-panel-wrap {
  position: relative;
}
.output-panel-wrap .btn-wrap {
  position: absolute;
  top: -77px;
  left: 0;
}
.editorSet-panel-wrap .btn-wrap,
.output-panel-wrap .btn-wrap {
  width: 100%;
  background-color: #fff;
  border-bottom: 3px solid #f6f6f9;
  padding: 0.5rem 1rem;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.editorSet-panel-wrap .console-panel .card-body,
.output-panel-wrap .console-panel .card-body {
  height: 30rem;
  overflow: scroll;
}
.editorSet-panel-wrap .testcase-accordion .card,
.output-panel-wrap .testcase-accordion .card {
  border: 1px solid #95a4c2;
  margin-bottom: 0.3rem;
  padding: 0.5rem 0;
}
.editorSet-panel-wrap .testcase-accordion .card .card-header,
.output-panel-wrap .testcase-accordion .card .card-header {
  padding: 0;
}
.editorSet-panel-wrap .testcase-accordion .card .card-header h5 .btn,
.output-panel-wrap .testcase-accordion .card .card-header h5 .btn {
  position: relative;
  color: #3d4a63;
  font-weight: 700;
  padding: 0;
  text-align: left;
  display: block;
  padding-left: 2.8rem;
  width: 100%;
  text-decoration: none;
}
.editorSet-panel-wrap .testcase-accordion .card .card-header h5 .btn:after,
.output-panel-wrap .testcase-accordion .card .card-header h5 .btn:after {
  content: "\F107";
  right: 15px;
  position: absolute;
}
.editorSet-panel-wrap
  .testcase-accordion
  .card
  .card-header
  h5
  .btn.collapsed:after,
.output-panel-wrap
  .testcase-accordion
  .card
  .card-header
  h5
  .btn.collapsed:after {
  content: "\F106";
}
.editorSet-panel-wrap .testcase-accordion .card .card-header h5 .btn:before,
.output-panel-wrap .testcase-accordion .card .card-header h5 .btn:before {
  content: "\F058";
  font-weight: 900;
  color: #c7d4ee;
  font-size: 1.25rem;
  position: absolute;
  left: 18px;
  top: -2px;
}
.editorSet-panel-wrap
  .testcase-accordion
  .card
  .card-header
  h5
  .btn.has-success:before,
.output-panel-wrap
  .testcase-accordion
  .card
  .card-header
  h5
  .btn.has-success:before {
  color: #20fc8f;
}
.editorSet-panel-wrap
  .testcase-accordion
  .card
  .card-header
  h5
  .btn.has-error:before,
.output-panel-wrap
  .testcase-accordion
  .card
  .card-header
  h5
  .btn.has-error:before {
  color: #ff0057;
}
.micro-arc-test-tabs-content .card-body {
  padding: 0;
}
.micro-arc-test-tabs-content .questions-list li {
  border-bottom: 1px solid #eef1f8;
}
.micro-arc-test-tabs-content .questions-list li a {
  padding: 0.75rem 2rem 0.75rem 2.5rem;
  display: block;
  text-align: left;
}
.micro-arc-test-tabs-content .questions-list li a .number-id {
  left: 0;
  top: 8px;
}
.micro-arc-test-tabs-content .questions-list li a:hover {
  color: #000;
}
.product-tagline {
  position: relative;
  margin: 2rem 1rem 1rem 4.5rem;
  display: block;
}
.product-tagline i {
  position: absolute;
  left: -76px;
  top: -50px;
}
.score-board {
  color: #ccc;
  position: relative;
  top: 9px;
}
.score-board.has-result {
  color: #000;
}
.score-board.has-result:before {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  opacity: 1;
}
.score-board:before {
  content: "";
  position: absolute;
  top: -16px;
  right: 19px;
  width: 51px;
  height: 51px;
  background-position: -75px -300px;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  opacity: 0.2;
}
.score-board strong {
  font-size: 1.2rem;
}
.ma-test-list .btn-primary {
  min-width: auto;
}
.ma-test-list .card-header {
  padding-bottom: 2rem;
}
.rewards-card.card .card-img-top {
  padding: 1rem 0.75rem 0;
}
.rewards-card.card .card-text {
  color: #132241;
}
.rewards-card.card .card-text i {
  margin-right: 0.2rem;
}
.jobs-card.card .card-header {
  padding-bottom: 0;
}
.jobs-card.card .card-body {
  padding-top: 0;
}
.jobs-card.card .package-offered {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 1rem;
}
.jobs-card.card .recruiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jobs-card.card .recruiter .recruiterLink {
  padding: 1rem 0 0;
}
.jobs-card.card .skillsets {
  border-top: 1px solid #eef1f8;
  padding-top: 1rem;
}
.jobs-card.card .skillsets .skillset-title {
  display: block;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.jobs-card.card .card-text {
  color: #132241;
  padding-top: 1rem;
}
.jobs-card.card .card-text i {
  margin-right: 0.2rem;
}
.jobs-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 1.5rem;
}
.jobs-company [class*=" recruiter-"],
.jobs-company [class^="recruiter-"] {
  margin-right: 1rem;
}
.jobs-company .company-name {
  font-size: 1.25rem;
  padding-right: 1.5rem;
}
.banner-wrap {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 1rem;
}
.projects-card.card .card-header {
  padding-bottom: 0;
}
.projects-card.card .card-body [class*=" recruiter-"],
.projects-card.card .card-body [class^="recruiter-"] {
  margin-left: auto;
}
.projects-card.card .card-body .solution {
  border-top: 1px solid #d6e1f8;
  margin-top: 1rem;
  padding-top: 1rem;
}
.projects-card.card .card-body .recruiter {
  padding: 1rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.projects-card.card .card-footer {
  border-top: 1px solid #d6e1f8;
  background-color: #fff;
}
.projects-card.card .card-footer .btn:after {
  content: " less";
}
.projects-card.card .card-footer .btn.collapsed:after {
  content: " more";
}
.projects-card.card .tags .tags-title {
  padding: 0 2rem 0.5rem 0;
  display: block;
}
.projects-card.card .card-text {
  color: #132241;
  padding-top: 1rem;
}
.projects-card.card .card-text i {
  margin-right: 0.2rem;
}
@media (min-width: 768px) {
  .banner-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .projects-card.card .card-body .recruiter {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
}
.leaders {
  background-image: linear-gradient(90deg, #020202 20%, #4d4848 80%);
  background-repeat: repeat-x;
  border-radius: 0.25rem;
  color: #fff;
}
.leaders .leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
}
.leaders .leader.first {
  padding-bottom: 2.5rem;
}
.leaders .leader.third {
  border: 0;
}
.leaders .leader .gravatar-wrap {
  width: 80px;
  height: 80px;
  position: relative;
}
.leaders .leader .gravatar-wrap:before {
  font-size: 1.6rem;
}
.leaders .leader .gravatar-wrap .gravatar {
  width: 76px;
  height: 76px;
}
.leaders .leader .gravatar-wrap .level,
.leaders .leader .gravatar-wrap .rank {
  position: absolute;
}
.leaders .leader .gravatar-wrap .level strong,
.leaders .leader .gravatar-wrap .rank strong {
  display: none;
}
.leaders .leader .gravatar-wrap .level {
  bottom: -19px;
  left: -10px;
}
.leaders .leader .gravatar-wrap .level i span {
  margin-top: -13px;
  padding: 1rem 0 0 0.5rem;
  display: block;
  font-style: normal;
  font-size: 0.75rem;
  color: #000;
  text-indent: -3px;
}
.leaders .leader .gravatar-wrap .rank {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  padding: 0.2rem 0.5rem;
  bottom: -14px;
  right: -4px;
  font-size: 0.75rem;
}
.leaders .leader .geekoins {
  margin: 1rem 0 0.5rem;
}
.leaders .leader .geekoins i {
  height: 24px;
  margin-left: 0.3rem;
}
.leaders .leader .leader-name {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.leaders .leader .leader-institution-name {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.leaders .leader .leader-profile-link a {
  color: #2ae88a;
}
table.leader-board-table {
  background-color: #fff;
  font-size: 1rem;
}
table.leader-board-table th {
  border-color: #f6f6f9;
  border-bottom-width: 5px;
  display: none;
}
table.leader-board-table th.rank {
  width: 65px;
}
table.leader-board-table th.geekoins {
  width: 125px;
}
table.leader-board-table th.geekoins i {
  margin-left: 1rem;
  margin-left: 0.5rem;
  height: 25px;
}
table.leader-board-table td {
  border-color: #d6e1f8;
}
table.leader-board-table td.geekoins,
table.leader-board-table td.rank {
  display: none;
}
table.leader-board-table td.profile .account-info p {
  margin-bottom: 0;
}
table.leader-board-table td.profile .account-info .username {
  font-weight: 700;
  margin-top: 0.3rem;
}
table.leader-board-table td.profile .account-info .user-institute {
  color: #95a4c2;
}
table.leader-board-table td.profile .account-info .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 0.2rem;
}
table.leader-board-table td.profile .account-info .score .rank {
  margin-right: 1rem;
}
table.leader-board-table td.profile .account-info .score .rank strong {
  margin-right: 0.3rem;
  color: #95a4c2;
}
table.leader-board-table td.profile .account-info .score .geekoins i {
  height: 24px;
  margin-right: 0.3rem;
  margin-left: 0rem;
}
table.leader-board-table td .gravatar-wrap {
  width: 54px;
  height: 54px;
}
table.leader-board-table td .gravatar-wrap:before {
  font-size: 1.6rem;
}
table.leader-board-table td .gravatar-wrap .gravatar {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .leaders .leader {
    border: 0;
  }
  .leaders .leader.first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .leaders .leader.second {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .leaders .leader.third {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  table.leader-board-table td.geekoins,
  table.leader-board-table td.rank,
  table.leader-board-table th {
    display: table-cell;
  }
  table.leader-board-table td.profile .account-info .score {
    display: none;
  }
}
.profile-card.skills .tags .badge-guvi-tag {
  margin: 1rem 0.5rem 0.5rem 0;
}
.profile-card.portfolio-links .links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-card.portfolio-links .links-list li a {
  font-size: 1.25rem;
  color: #666;
  margin-right: 1rem;
  padding: 0.5rem;
}
.profile-card.portfolio-links .links-list li a:hover {
  color: #000;
}
.profile-card p {
  font-size: inherit;
}
.profile-card .user-profile-details .hover-links-wrap {
  top: 100px;
  right: 5px;
}
.profile-card .user-profile-details .hover-links-wrap .secondary-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.profile-card .user-profile-details .hover-links-wrap .secondary-links li {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.user-profile-details {
  padding-top: 5rem;
}
.user-profile-details .personal-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.user-profile-details .gravatar-wrap {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 100px;
}
.user-profile-details .gravatar-wrap:before {
  font-size: 1.6rem;
}
.user-profile-details .gravatar-wrap .gravatar {
  width: 116px;
  height: 116px;
}
.user-profile-details .gravatar-wrap .level,
.user-profile-details .gravatar-wrap .rank {
  position: absolute;
}
.user-profile-details .gravatar-wrap .level strong,
.user-profile-details .gravatar-wrap .rank strong {
  display: none;
}
.user-profile-details .gravatar-wrap .level {
  top: 74px;
  left: -16px;
}
.user-profile-details .gravatar-wrap .level i span {
  margin-top: -12px;
  padding: 1rem 0 0 0.5rem;
  display: block;
  font-style: normal;
  color: #000;
  text-indent: 0;
}
.user-profile-details .gravatar-wrap .rank {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  padding: 0.2rem 0.5rem;
  bottom: -14px;
  right: -4px;
  font-size: 0.75rem;
}
.user-profile-details .geekoins {
  border: 1px solid #d6e1f8;
  border-width: 0 1px;
}
.user-profile-details .fullname {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.user-profile-details .contact,
.user-profile-details .qualification {
  font-size: 0.875rem;
  color: #95a4c2;
  margin-bottom: 0;
}
.user-profile-details .email {
  border-right: 1px solid #95a4c2;
  padding-right: 0.5rem;
  margin-right: 0.3rem;
}
.user-profile-details .intro {
  padding: 1rem;
  text-align: center;
}
.user-profile-details .score {
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.user-profile-details .score,
.user-profile-details .score p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.user-profile-details .score p {
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.user-profile-details .score p i {
  margin: 0 auto 0.5rem;
}
.user-profile-details .score p strong {
  color: #132241;
}
.user-profile-details .score p span {
  color: #95a4c2;
}
.certified-courses {
  margin-bottom: 1.5rem;
}
.certified-courses .course {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.certified-courses .course span[class*=" devicon-"],
.certified-courses .course span[class^="devicon-"] {
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  font-size: 2.5rem;
}
.certified-courses .course .course-info {
  margin-left: 3.5rem;
}
.certified-courses .course .course-info strong {
  display: block;
}
.certified-courses .course .related-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin: 1.5rem 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.certified-courses .course .related-facts li {
  padding: 0 1rem;
  text-align: center;
  width: 100%;
  border-left: 1px solid #c7d4ee;
}
.certified-courses .course .related-facts li:first-of-type {
  border-width: 0;
}
.certified-courses .course .related-facts li:last-of-type {
  position: relative;
  margin-right: 5rem;
}
.certified-courses .course .related-facts li:last-of-type:after {
  content: "";
  position: absolute;
  right: -5rem;
  top: -20px;
  background-position: 0 -625px;
  width: 62px;
  height: 62px;
}
.certified-courses .course .related-facts li strong {
  font-weight: 400;
  display: block;
}
.graph-container {
  min-height: 477px;
  text-align: center;
}
.user-concepts-list {
  margin-bottom: 0.75rem;
}
.user-concepts-list .user-concept {
  background-color: #fff;
  margin-bottom: 0.75rem;
  position: relative;
  padding: 1rem 1rem 1rem 5.5rem;
}
.user-concepts-list .user-concept p {
  margin-bottom: 0;
}
.user-concepts-list .user-concept p span,
.user-concepts-list .user-concept p strong {
  display: block;
}
.user-concepts-list .user-concept i {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}
.user-concepts-list .user-concept i.icon-award-none {
  top: 0.7rem;
}
.user-profile-related-content {
  margin-bottom: 1.5rem;
}
.user-score {
  color: #000;
  position: absolute;
  top: 68px;
  right: -70px;
}
.user-score:after {
  content: "";
  position: absolute;
  top: -11px;
  right: 10px;
  width: 51px;
  height: 51px;
  background-position: -75px -300px;
}
.user-score strong {
  font-size: 1.5rem;
}
.user-score strong:before {
  content: "";
  position: absolute;
  top: 41px;
  right: -61px;
  width: 51px;
  height: 51px;
  background-color: #fff;
  border-radius: 50%;
}
.profile-edit .card {
  min-height: calc(100% - 1.5rem);
}
.profile-edit .form-group {
  max-width: none;
}
.profile-edit .form-group .multi-select {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  height: 6rem;
  overflow-y: scroll;
}
.profile-edit .form-group .multi-select label {
  width: 100%;
}
.profile-edit .form-group .multi-select label:hover {
  background-color: #f6f6f9;
  color: #3d4a63;
}
.profile-edit fieldset legend {
  font-size: 1rem;
}
.profile-edit fieldset .form-group,
.profile-edit fieldset .form-row {
  margin-bottom: 0.5rem;
}
.profile-edit ul.removable {
  padding: 0;
}
.profile-edit ul.removable.tags li {
  display: inline;
}
.profile-edit ul.removable li.removableElement {
  position: relative;
  margin: 0 0 0.5rem;
  padding-left: 2rem;
}
.profile-edit ul.removable li.removableElement:before {
  content: "\F057";
  color: red;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .certified-courses .course .related-facts {
    margin: 0;
  }
  .certified-courses .course .related-facts li:first-of-type {
    border-width: 1px;
  }
  .certified-courses .course .related-facts li strong {
    display: inline-block;
  }
  .profile-card .user-profile-details .hover-links-wrap {
    top: 165px;
    right: 0;
  }
  .profile-card .user-profile-details .hover-links-wrap .secondary-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .profile-card .user-profile-details .hover-links-wrap .secondary-links li {
    margin-bottom: 0;
    margin-left: 1.5rem;
  }
}
#placement-office-dashboard-page h2 {
  margin: 1rem 0;
}
#placement-office-dashboard-page .activation-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0 1rem;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
}
#placement-office-dashboard-page .activation-date p {
  margin: 1rem 0 0;
  color: #95a4c2;
}
#placement-office-dashboard-page .graph-container {
  margin: 1rem;
  border: 1px solid #eee;
}
#placement-office-dashboard-page .form-row,
#placement-office-dashboard-page .form-row .btn-wrap,
#placement-office-dashboard-page .form-row .form-control {
  margin-bottom: 1rem;
}
#placement-office-dashboard-page .list-button-group .btn {
  margin: 0 1rem 1rem 0;
}
.graph-card .related-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.graph-card .related-data li {
  text-align: center;
  border-bottom: 1px solid #d6e1f8;
  padding: 1.5rem;
  font-size: 1rem;
}
.graph-card .related-data li:last-of-type {
  border: none;
}
.graph-card .related-data li strong {
  display: block;
}
.student-card.card p {
  margin-bottom: 0;
}
.student-card.card .fullname {
  font-weight: 700;
}
.student-card.card .email {
  color: #95a4c2;
}
.student-card.card .geekoins {
  margin: 0.5rem 0;
}
.student-card.card .geekoins i {
  margin-right: 0.2rem;
}
@media (min-width: 768px) {
  #placement-office-dashboard-page .form-row .btn-wrap,
  #placement-office-dashboard-page .form-row .form-control,
  #placement-office-dashboard-page .list-button-group .btn {
    margin: 0;
  }
}
#orders-page h1 {
  font-size: 1.25rem;
}
.order-card.card .card-header {
  border-bottom: 1px solid #d6e1f8;
}
.order-card.card .card-header p {
  font-size: 1rem;
  color: #3d4a63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0;
}
.order-card.card .card-header p span {
  padding: 0 0 0.5rem;
}
.order-card.card .course-info {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.order-card.card .course-info h5,
.order-card.card .course-info p {
  margin: 0;
}
.order-card.card .payment-id {
  color: #1d1a1a;
  margin-bottom: 1rem;
}
.order-card.card .order-payment p {
  font-size: 1rem;
  color: #132241;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.2rem;
}
.order-card.card .order-payment p.grand-total {
  background-color: #d6e1f8;
  padding: 1rem 0.2rem;
  margin-top: 1rem;
}
.order-card.card .order-payment p strong {
  font-weight: 400;
}
@media (min-width: 768px) {
  .order-card.card .card-header p {
    width: 100%;
  }
  .order-card.card .card-body,
  .order-card.card .card-header p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-card.card .card-body .order-course,
  .order-card.card .card-body .order-payment {
    min-width: 350px;
  }
  .order-card.card .card-body .course-info {
    margin-bottom: 0;
  }
  .order-card.card .card-body .order-info,
  .order-card.card .card-body .order-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.payment-related-page h1 {
  border-top: 1px solid #d6e1f8;
  padding: 2rem 0 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 4rem;
}
.payment-related-page h1 .result {
  margin-top: -3.5rem;
  background-color: #f6f6f9;
  padding: 0 4rem;
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
}
.payment-related-page h1 .result.success {
  color: #2ae88a;
}
.payment-related-page h1 .result.failed {
  color: #e41c59;
}
.payment-related-page .order-card.card .card-body,
.payment-related-page .order-details {
  width: 100%;
}
.payment-related-page .order-details p strong {
  display: block;
}
.payment-related-page .btn-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .payment-related-page .order-details p strong {
    display: inline-block;
    width: 30%;
    min-width: 10rem;
  }
}
#landing-page {
  max-width: 100%;
  overflow-x: hidden;
}
#landing-page.container-fluid {
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
}
.headerNav {
  max-width: 100%;
  overflow-x: hidden;
}
.headerNav.container-fluid {
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
}
#landing-page [class*=" section-"],
#landing-page [class^="section-"] {
  margin: 3rem 1.5rem 4rem;
}
#landing-page .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#landing-page .content-wrap p {
  font-size: 1rem;
}
#landing-page h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #312c35;
}
@media (min-width: 768px) {
  #landing-page [class*=" section-"],
  #landing-page [class^="section-"] {
    margin: 3rem 4rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #landing-page [class*=" section-"] .content-wrap,
  #landing-page [class*=" section-"] .figure-wrap,
  #landing-page [class^="section-"] .content-wrap,
  #landing-page [class^="section-"] .figure-wrap {
    max-width: 32rem;
    margin: 0 4rem;
  }
}
#landing-page header,
#story-page header {
  box-shadow: 0 2px 13px 5px rgba(214, 225, 248, 0.5);
}
#landing-page header nav.navbar,
#story-page header nav.navbar {
  padding: 1rem;
  max-width: 100rem;
  margin: 0 auto;
}
#landing-page header nav.navbar .main-links li.zen-class-link,
#story-page header nav.navbar .main-links li.zen-class-link {
  position: relative;
}
#landing-page header nav.navbar .main-links li.zen-class-link:before,
#story-page header nav.navbar .main-links li.zen-class-link:before {
  content: "";
  background-position: -150px -150px;
  width: 31px;
  height: 31px;
  position: absolute;
  top: -18px;
  left: 0;
}
#landing-page header nav.navbar .main-links li a,
#story-page header nav.navbar .main-links li a {
  font-weight: 700;
  padding: 0.5rem 1rem;
}
#landing-page header nav.navbar .navbar-collapse.show .zen-class-link,
#story-page header nav.navbar .navbar-collapse.show .zen-class-link {
  margin-top: 1rem;
}
#landing-page header nav.navbar .links-groups-wrap,
#story-page header nav.navbar .links-groups-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#landing-page header nav.navbar li,
#story-page header nav.navbar li {
  padding: 0 0.5rem;
}
#landing-page header nav.navbar li a,
#story-page header nav.navbar li a {
  text-transform: uppercase;
  font-size: 0.875rem;
}
#landing-page header nav.navbar .account-links-group,
#story-page header nav.navbar .account-links-group {
  border-left: 1px solid #d6e1f8;
  margin-left: 0.5rem;
}
#landing-page header nav.navbar .account-links-group li,
#story-page header nav.navbar .account-links-group li {
  padding: 0 0.5rem;
}
#landing-page header nav.navbar .account-links-group a,
#story-page header nav.navbar .account-links-group a {
  padding: 0.5rem;
  font-weight: 700;
  color: #28a745;
}
#landing-page .section-skillup .content-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (min-width: 768px) {
  #landing-page .section-skillup .content-wrap .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #landing-page .section-skillup .content-wrap .btn-wrap .btn {
    margin-right: 1.5rem;
  }
}
#landing-page .unique {
  font-size: 1.7rem;
  font-weight: 700;
  text-indent: -130px;
  margin-top: 4rem;
  position: relative;
}
#landing-page .unique:after {
  content: "";
  background-position: 0 0;
  width: 127px;
  height: 111px;
  position: absolute;
  bottom: 0;
  right: -130px;
}
#landing-page .unique span {
  display: block;
}
#landing-page .unique strong {
  color: #7a17eb;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  #landing-page .unique span {
    display: inline;
  }
}
#landing-page .fact-highlights,
#landing-page .fact-highlights li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#landing-page .fact-highlights li {
  padding: 1rem;
  text-align: center;
}
#landing-page .fact-highlights li strong {
  font-size: 1.25rem;
}
#landing-page .fact-highlights li span {
  display: block;
}
@media (min-width: 768px) {
  #landing-page .fact-highlights {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #landing-page .fact-highlights li {
    padding: 1rem 2rem;
    max-width: 32rem;
  }
}
#landing-page .section-zenclass h2 {
  position: relative;
}
#landing-page .section-zenclass h2 span {
  border: 5px solid #132241;
  padding: 0 1rem;
}
#landing-page .section-zenclass h2 .external-design-zenclass-big {
  position: absolute;
  top: -98px;
  left: -14px;
}
#landing-page .section-zenclass .highlight {
  color: #7a17eb;
}
#landing-page .section-skillprofile h2 span {
  display: block;
}
#landing-page .howitworks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-bottom: 4rem;
}
#landing-page .howitworks-list h2 {
  text-align: center;
}
#landing-page .howitworks-list h2 strong {
  color: #7a17eb;
}
#landing-page .howitworks-list h3 {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
#landing-page .howitworks-list h3:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -36px;
  width: 18px;
  height: 18px;
  background-color: #7a17eb;
}
#landing-page .howitworks-list .section-howitworks {
  margin: 0 1.5rem;
  padding: 3rem 0 1rem 2rem;
  position: relative;
}
#landing-page .howitworks-list .section-howitworks:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: #d6e1f8;
}
#landing-page .howitworks-list .section-howitworks:last-of-type:before {
  display: none;
}
#landing-page .howitworks-list .section-howitworks .figure-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  #landing-page .howitworks-list .section-howitworks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 1rem;
  }
  #landing-page .howitworks-list .section-howitworks:before {
    top: 116px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 13px solid #fff;
  }
  #landing-page
    .howitworks-list
    .section-howitworks:nth-child(odd)
    .content-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #landing-page
    .howitworks-list
    .section-howitworks:nth-child(odd)
    .content-wrap
    h3:after {
    position: absolute;
    top: 3px;
    left: -41px;
  }
  #landing-page .howitworks-list .section-howitworks .content-wrap,
  #landing-page .howitworks-list .section-howitworks .figure-wrap {
    margin: 2rem;
    width: 40%;
    max-width: 22rem;
  }
  #landing-page .howitworks-list .section-howitworks h3:after {
    position: absolute;
    left: auto;
    right: -41px;
  }
}
#landing-page .section-learners {
  margin-left: 0;
  margin-right: 0;
}
#landing-page .section-learners .learner-list {
  padding: 0 3rem 4rem;
  margin-bottom: 0;
}
#landing-page .section-learners .learner-list .learner:last-of-type {
  margin-right: 0;
}
#landing-page .learners-title h2 {
  text-align: center;
}
#landing-page .learners-title h2 span {
  position: relative;
}
#landing-page .learners-title h2 span:after {
  content: "";
  background-position: -155px -400px;
  width: 84px;
  height: 105px;
  position: absolute;
  top: -67px;
  right: -130px;
}
#landing-page .section-hiringpartners {
  margin: 3rem 0 0;
  padding-bottom: 0;
}
#landing-page .section-hiringpartners .hiring-partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1.5rem 4rem;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#landing-page .section-hiringpartners .hiring-partners-list li {
  padding: 0 3rem 1rem;
}
#landing-page .hiringpartners-title h2 {
  text-align: center;
}
@media (min-width: 768px) {
  #landing-page .section-hiringpartners .hiring-partners-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#landing-page .section-journey {
  margin: 0;
  padding: 3rem 0 4rem;
  background-color: #f9faff;
}
#landing-page .section-journey h2 {
  text-align: center;
}
#landing-page .section-journey .journey-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 550px;
  margin: 2rem auto;
}
#landing-page .section-journey .journey-facts li {
  border: 1px solid #132241;
  border-radius: 0.25rem;
  color: #7a17eb;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  width: 10rem;
}
#landing-page .section-journey .journey-facts li:nth-child(2),
#landing-page .section-journey .journey-facts li:nth-child(3) {
  width: 15rem;
}
#landing-page .section-journey .journey-facts li strong {
  font-weight: 700;
  font-size: 2rem;
  display: block;
}
#landing-page .section-journey .journey-facts li span {
  font-size: 1rem;
}
#landing-page .section-journey .figure-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#landing-page .journey-title {
  background-color: #f9faff;
}
#landing-page .journey-title h2 {
  text-align: center;
  padding-top: 3rem;
}
#landing-page .section-subscribe {
  margin: 0;
  padding: 3rem 3rem 6rem;
  background-color: #f9faff;
}
#landing-page .section-subscribe .subscriber-wrap {
  background-color: #673bf3;
  border-radius: 10px;
  padding: 2rem;
  position: relative;
  padding-bottom: 5rem;
}
#landing-page .section-subscribe .subscriber-wrap:after {
  content: "";
  background-position: -350px 0;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#landing-page .section-subscribe .subscriber-wrap h2 {
  font-size: 1.25rem;
  color: #d6e1f8;
}
#landing-page .section-subscribe .subscriber-wrap .form-inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0;
}
#landing-page .section-subscribe .subscriber-wrap .form-group {
  width: 60%;
  max-width: 30rem;
  min-width: 12rem;
}
#landing-page .section-subscribe .subscriber-wrap .form-group input {
  width: 100%;
}
@media (min-width: 768px) {
  #landing-page .section-subscribe .subscriber-wrap {
    padding-bottom: 2rem;
    width: 70%;
    max-width: 100rem;
  }
  #landing-page .section-subscribe .subscriber-wrap .form-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
#story-page.container-fluid {
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
  overflow-x: hidden;
}
#story-page [class*=" section-"],
#story-page [class^="section-"] {
  margin: 3rem 0 4rem;
}
#story-page .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#story-page .content-wrap p {
  font-size: 1rem;
}
#story-page .figure-wrap span {
  max-width: 100%;
}
#story-page h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #312c35;
}
#story-page .section-story {
  padding: 3rem 1rem;
  margin-top: 7rem;
}
#story-page .section-story .content-wrap {
  text-align: center;
}
#story-page .section-story .content-wrap h2 {
  font-size: 2rem;
}
#story-page .section-story .content-wrap h2:before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: -150px -212px;
  width: 73px;
  height: 62px;
}
#story-page .section-mission {
  padding: 0 1rem 12rem;
  margin-bottom: 0;
}
#story-page .section-mission .content-wrap {
  text-align: center;
  min-height: 150px;
  position: relative;
}
#story-page .section-mission .content-wrap:before {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: -350px -492px;
  width: 85px;
  height: 186px;
}
@media (min-width: 768px) {
  #story-page [class*=" section-"],
  #story-page [class^="section-"] {
    margin: 3rem 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #story-page [class*=" section-"] .content-wrap,
  #story-page [class*=" section-"] .figure-wrap,
  #story-page [class^="section-"] .content-wrap,
  #story-page [class^="section-"] .figure-wrap {
    max-width: 100rem;
  }
  #story-page .section-story {
    padding: 0 5rem;
    margin-top: 12rem;
  }
  #story-page .section-story .content-wrap {
    max-width: 60rem;
  }
  #story-page .section-mission {
    padding: 0 8rem 1rem;
  }
  #story-page .section-mission .content-wrap:before {
    left: auto;
    bottom: 0;
    right: -100px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #story-page .section-founders {
    margin: 3rem 1rem 4rem;
  }
}
#story-page .section-corevalues {
  background-color: #7a17eb;
  margin: 0;
}
#story-page .section-corevalues .row {
  position: relative;
  background-position: 125px 0;
  background-repeat-y: repeat;
}
#story-page .section-corevalues .row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  background-position: 0 -800px;
  background-color: #7a17eb;
  border-top: 7rem solid #7a17eb;
  width: 283px;
  height: 378px;
}
#story-page .section-corevalues .row:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  background-position: 0 -607px;
  width: 264px;
  height: 155px;
}
#story-page .section-corevalues h2 {
  color: #fff;
  font-size: 2.5rem;
  margin: 3rem 0 0 3rem;
}
#story-page .section-corevalues .content-wrap {
  padding: 19rem 3rem 10rem;
  height: auto;
}
#story-page .section-corevalues .content-wrap .card-columns,
#story-page .section-corevalues .content-wrap .card-wrap {
  padding: 3rem 0 11rem;
}
#story-page .section-corevalues .content-wrap .card-title {
  position: relative;
  margin: 2rem 0;
}
#story-page .section-corevalues .content-wrap .card-title span {
  position: absolute;
  right: 0;
  top: -2rem;
}
#story-page .section-corevalues .content-wrap .card-body {
  padding-bottom: 4rem;
}
#story-page .section-corevalues .content-wrap .value-teamwork .card-title span {
  top: -1.5rem;
}
@media (min-width: 768px) {
  #story-page .section-corevalues {
    padding-bottom: 0;
  }
  #story-page .section-corevalues .row:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #story-page .section-corevalues .row:after {
    left: 265px;
  }
  #story-page .section-corevalues .content-wrap {
    padding-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 1rem;
  }
  #story-page .section-corevalues .content-wrap .card-columns,
  #story-page .section-corevalues .content-wrap .card-wrap {
    padding-left: 21rem;
  }
  #story-page .section-corevalues .content-wrap .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 35%;
    margin-right: 1.5rem;
  }
  #story-page .section-corevalues .content-wrap .column:first-of-type {
    margin-top: 1rem;
  }
  #story-page .section-corevalues .content-wrap .column:last-of-type {
    margin-top: -6rem;
  }
}
#story-page .section-founders h2 {
  margin-bottom: 2rem;
}
#story-page .section-founders .content-wrap {
  width: 100%;
  text-align: center;
}
#story-page .section-founders .founder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}
#story-page .section-founders .founder .founder-data {
  text-align: left;
  margin-left: 1rem;
}
#story-page .section-founders .founder .founder-name {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0;
}
#story-page .section-founders .founder .founder-designation {
  color: #707070;
  font-size: 1rem;
}
@media (min-width: 768px) {
  #story-page .section-founders .founders-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #story-page .section-founders .founders-list .founder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 8rem;
  }
  #story-page .section-founders .founders-list .founder .founder-data {
    text-align: center;
    margin: 1rem 0 0;
  }
}
#story-page .section-recognitions .recognizers-list {
  padding: 3rem 0;
}
#story-page .section-recognitions .content-wrap {
  width: 100%;
  text-align: center;
}
#story-page .section-recognitions .recognizer {
  padding: 0 3rem 2rem;
}
#story-page .section-recognitions .recognizer .recognizer-name {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0;
}
#story-page .section-recognitions .recognizer .recognizer-desc {
  color: #707070;
  font-size: 1rem;
}
#story-page .new-stories li {
  padding: 1rem 0 2rem;
}
@media (min-width: 768px) {
  #story-page .section-recognitions .recognizers-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #story-page .section-recognitions .recognizers-list:after,
  #story-page .section-recognitions .recognizers-list:before {
    content: "";
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #story-page .section-recognitions .recognizers-list .recognizer {
    width: 25rem;
    padding: 0 2rem 3rem;
  }
  #story-page .section-recognitions .new-stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 2rem;
  }
}
#story-page .section-gallery {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#story-page .section-gallery .slide-box img {
  width: auto;
  height: 250px;
  margin: 0 1rem;
}
#story-page .gallery-title {
  background-color: #7a17eb;
  margin-bottom: 7rem;
}
#story-page .gallery-title h2 {
  text-align: center;
  padding: 0 0 4rem;
  color: #fff;
  position: relative;
}
#story-page .gallery-title h2:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 60px;
  background-position: -462px -462px;
  width: 32px;
  height: 180px;
}
@media (min-width: 768px) {
  #story-page .gallery-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #story-page .gallery-title h2 {
    width: 100%;
    max-width: 100rem;
  }

  .desktop-mobile-hide {
    display: block;
  }
}
@media (max-width: 410px) {
  .modal.show .modal-dialog {
    width: 90%;
  }
  #landing-page .unique {
    text-indent: 0;
  }
  #landing-page .unique:after {
    bottom: 63px;
    right: 0;
  }
  #landing-page .learners-title h2 span:after {
    top: 3px;
    right: -70px;
  }
  #landing-page .section-subscribe {
    padding: 3rem 1rem 6rem;
  }
}
.text-highlight {
  font-weight: 700;
  color: #7a17eb !important;
  padding-left: 1em;
  font-size: 1.1em;
}
.usd-price {
  text-align: right;
  color: #7a17eb;
  padding: 0.5rem 0 0;
}
.usd-price:before {
  content: "$";
  padding-right: 0.2rem;
}
.account-box-list li {
  border: 0;
  border-top: 2px solid #dfdfdf;
}
.account-box-list a:hover {
  text-decoration: none;
}
.account-box-list li:first-child {
  border: 0;
}
.locked:after {
  color: #e65247 !important;
  content: "\F023" !important;
  font-weight: 600 !important;
}
.video-height iframe {
  max-height: 76%;
  max-height: 75vh;
}
.plyr:fullscreen .video-height iframe {
  max-height: unset;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.dropdown.show .dropdown-menu {
  max-height: 300px;
  opacity: 1;
}
.webp .course-banner.concept-image:before {
  content: "";
  position: absolute;
  top: 0;
  width: 125px;
  height: 56px;
  background-size: 180% 100%;
}
.webp .course-banner.concept-image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 220px;
  height: 56px;
  background-size: 200% 100%;
}
.webp .course-banner.concept-image {
  height: 56px !important;
  width: 120px;
  vertical-align: middle;
}
.text-green {
  color: #0b9a3e !important;
}

.debugging-link {
  position: relative;
}
.debugging-link #debuggingcircle {
  position: absolute;
  top: 23px;
  left: 41px;
  font-size: 8px;
  color: #ff354d;
  background: #fff;
}

.scrollupdown {
  top: 0 !important;
  position: fixed;
  background: #fff;
  width: 100%;
}

.static-height {
  height: 4rem;
}

.loginbtn {
  margin-right: 1rem;
}

.guvi-navheade-fixed {
  position: fixed;
  z-index: 999 !important;
  background: #fff;
}
@media (max-width: 640px) {
  .navbar-nav {
    flex-direction: row;
  }
  .navbar-nav .nav-link {
    min-width: auto !important;
  }

  .signupbtn {
    padding: 5px 8px !important;
  }

  .loginbtn {
    margin-right: 14px;
  }
}
@media (max-width: 768px) {
  #mainNavDefault {
    display: none !important;
  }
}

@font-face {
  font-family: 'Jones';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jones/Jones-Light.otf') format('woff2');
}

@font-face {
  font-family: 'Jones';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jones/Jones-Medium.otf') format('woff2');
}

@font-face {
  font-family: 'Jones';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jones/Jones-Bold.otf') format('woff2');
}

.guvi-guide-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;

  #guvi-guide {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
  }

  .tooltip-arrow {
    display: none;
    position: absolute;
    top: 75%;
    margin-top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e3e3e3;
  }

  #guvi-guide-hover-content {
    display: none;
    position: absolute;
    top: 100%;
    padding: 1rem;
    width: 160px;
    right: -4rem;
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
    z-index: 100;
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.guvi-guide-wrapper:hover {
  .guvi-guide-hover {
    display: block !important;
  }

  .guvi-guide {
    display: none !important;
  }
}

/* .guvi-guide-wrapper:hover #guvi-guide-hover-content {
  display: block;
  margin-top: 1.5rem;
}

.guvi-guide-wrapper:hover .tooltip-arrow {
  display: block;
  margin-top: 1.5rem;
} */

#GuviGuideModal {
  font-family: 'Jones', serif, sans-serif;

  .modal-dialog {
    height: 75vh;
    margin: auto;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 900px;
    max-width: 1000px !important;
  }

  .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 2rem !important;
    background-color: #fff;
    border-radius: 1rem;
  }

  .modal-header {
    .close {
      padding-right: 1.75rem;
      padding-bottom: 1.5rem;
      font-size: 2rem;
      color: #0a0f14;
      outline: none;
    }
  }

  .modal-body {
    display: flex;
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
    padding-top: 0 !important;

    #section-1 {
      overflow-y: auto;
      border-radius: 1rem;
    }

    #section-1-inner {
      width: 100%;
      position: sticky;
      top: 0;
      background: linear-gradient(145.06deg, #f5fcff 1.21%, #f0ebff 93.72%);
      border-radius: 1rem;
      padding: 1rem 0;

      .active-nav-tab {
        background-color: #ebe2ff;
        font-weight: 700;
        color: #0a0f14 !important;
      }

      .close {
        display: none;
      }

      #guvi-guide-slider {
        display: none;
      }

      .desktop-nav-links {
        display: block;
        color: #707172;
        font-size: 18px;
      }

      .desktop-nav-links:hover {
        text-decoration: none;
      }
    }

    #section-2 {
      width: 75%;
      max-height: 100%;
      overflow-y: auto;
      padding: 0 1rem;

      .section2-header {
        color: #0a0f14;
        font-size: 1.875rem;
      }

      .text {
        font-size: 1.125rem;
        color: #3a434b;
      }

      .explore-btn {
        display: inline-block;
        background: linear-gradient(88.5deg, #56f68f 0.11%, #0ae056 99.28%);
        border-radius: 0.5rem;
        color: #0a0f14;
        font-weight: 500;
        font-size: 0.85rem;
        padding: 0.75rem 2rem;
        border: 1.5px solid #7ae1ad;
        box-shadow: 0 2px 1px #94f9c7 inset, 0 1px 3px #2e815833;
      }

      .explore-btn:hover {
        border: 1.5px solid #fff;
        background: linear-gradient(88deg, #56f68f 0.11%, #0ae056 99.28%);
        box-shadow: 0 0 0 1.5px #31c67b;
      }

      .explore-btn:active {
        border-color: transparent;
        border-radius: 8px;
        background: #0bea59;
        box-shadow: 0 0 0 1.3px #16ca56;
      }

      .try-now-div {
        color: #0a0f14;
        font-weight: 500;

        .try-now-btn {
          text-decoration: underline;
          font-size: 1rem;
          text-underline-offset: 4px;
        }
      }
    }
  }

  #section-1::-webkit-scrollbar {
    display: none;
  }

  #section-2::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  #section-2::-webkit-scrollbar-track {
    background: #f1eeff;
    border-radius: 1rem;
  }

  #section-2::-webkit-scrollbar-thumb {
    background: linear-gradient(333.07deg, #5014d1 11.82%, #9a73fc 84.68%);
    border-radius: 1rem;
  }

  #section-2::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(333.07deg, #3e0fa8 11.82%, #7a5fcc 84.68%);
  }
}

@media screen and (max-width: 992px) {
  #GuviGuideModal {
    .modal-dialog {
      width: 90%;
    }

    .modal-header {
      display: none;
    }

    .modal-body {
      flex-direction: column;
      padding: 0;
      padding-top: 3rem;

      .hr-line {
        border-top: 1px solid #ccc;
        margin: 0.25rem 0;
      }

      #section-1 {
        overflow-y: visible;
        padding-right: 0;
      }

      #section-1-inner {
        width: 90%;
        background: transparent;

        .close {
          display: block;
          font-size: 2rem;
          position: absolute;
          right: -10%;
          top: 1.75rem;
          color: #000;
          margin: 0;
        }

        .desktop-nav-links {
          display: none;
        }

        #guvi-guide-slider {
          display: block;
          background: linear-gradient(145.06deg, #f5fcff 1.21%, #f0ebff 93.72%);
          border-radius: 1rem;
        }

        .active-nav-tab-mob {
          font-weight: 700;
          display: flex;
          justify-content: center;
        }

        .mob-nav-links {
          color: #0a0f14;
          font-size: 15px;
        }

        .swiper-container {
          overflow: visible;
        }

        .swiper-button-next {
          right: 1rem;
        }

        .swiper-button-prev {
          left: 1rem;
        }

        .swiper-button-next:after,
        .swiper-button-prev:after {
          font-size: 1.025rem;
          font-weight: 1000;
          color: #0a0f14;
        }
      }

      #section-2 {
        width: 100%;
        margin-top: 1rem;

        .section2-header {
          font-size: 1.125rem;
        }

        .text {
          font-size: 0.875rem;
        }

        .try-now-div {
          .try-now-btn {
            text-decoration: underline;
            color: #0a0f14;
            font-size: 0.875rem;
          }
        }

        .explore-btn {
          width: 100%;
          text-align: center;
        }
      }
    }
  }
}

</pre></body></html>