@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  line-height: 1.15;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  -ms-overflow-style: scrollbar;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
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 {
  border-style: none;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.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 {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.small,
small {
  font-size: 0.875em;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 0.875em;
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 90%;
}
code {
  word-wrap: break-word;
  color: #e83e8c;
  font-size: 87.5%;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}
pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 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 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.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.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  color: #212529;
  margin-bottom: 1rem;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.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 {
  background-color: rgba(0, 0, 0, 0.075);
  color: #212529;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #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 > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}
.table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.table-dark {
  background-color: #343a40;
  color: #fff;
}
.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 {
  background-color: hsla(0, 0%, 100%, 0.075);
  color: #fff;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  background-color: #fff;
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #212529;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
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-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}
.valid-feedback {
  color: #28a745;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  left: 0;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.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:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: #34ce57;
  border-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  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,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  left: 0;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .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 {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0062cc;
  border-color: #005cbf;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #1e7e34;
  border-color: #1c7430;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
}
.btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  border-color: #28a745;
  color: #28a745;
}
.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  color: #007bff;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropright .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropleft .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.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"] {
  bottom: auto;
  right: auto;
}
.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #e9ecef;
  color: #16181b;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1.5rem;
}
.btn-group,
.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  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 > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 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 > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.input-group {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label,
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label,
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  z-index: 1;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  height: 1.25rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1rem;
  z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
.custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
  pointer-events: none;
}
.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-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 {
  background-color: #007bff;
  border-color: #007bff;
}
.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' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}
.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.25rem + 2px);
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
  width: calc(1rem - 4px);
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}
.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.custom-select-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  height: calc(1.5em + 0.75rem + 2px);
  position: relative;
  width: 100%;
}
.custom-file-input {
  margin: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.custom-file-label,
.custom-file-label:after {
  color: #495057;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-file-label:after {
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: calc(1.5em + 0.75rem);
  z-index: 3;
}
.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-thumb {
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.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 {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #007bff;
  color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.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;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}
.navbar-text {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  background: 50%/100% 100% no-repeat;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -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-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .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 > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -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-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .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 > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -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-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .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 > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -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-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .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 > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-left: 0;
  padding-right: 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-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.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 > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #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 > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  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;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}
.card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  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 {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
}
.card-header-pills,
.card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.card-img-overlay {
  border-radius: calc(0.25rem - 1px);
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    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;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: "/";
  float: left;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #007bff;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0056b3;
  text-decoration: none;
  z-index: 2;
}
.page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
  z-index: 3;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.badge {
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-primary {
  background-color: #007bff;
  color: #fff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #0062cc;
  color: #fff;
}
a.badge-primary.focus,
a.badge-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  outline: 0;
}
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #545b62;
  color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  outline: 0;
}
.badge-success {
  background-color: #28a745;
  color: #fff;
}
a.badge-success:focus,
a.badge-success:hover {
  background-color: #1e7e34;
  color: #fff;
}
a.badge-success.focus,
a.badge-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  outline: 0;
}
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}
a.badge-info:focus,
a.badge-info:hover {
  background-color: #117a8b;
  color: #fff;
}
a.badge-info.focus,
a.badge-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  outline: 0;
}
.badge-warning {
  background-color: #ffc107;
  color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #d39e00;
  color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  outline: 0;
}
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
a.badge-danger:focus,
a.badge-danger:hover {
  background-color: #bd2130;
  color: #fff;
}
a.badge-danger.focus,
a.badge-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  outline: 0;
}
.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}
a.badge-light:focus,
a.badge-light:hover {
  background-color: #dae0e5;
  color: #212529;
}
a.badge-light.focus,
a.badge-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: 0;
}
.badge-dark {
  background-color: #343a40;
  color: #fff;
}
a.badge-dark:focus,
a.badge-dark:hover {
  background-color: #1d2124;
  color: #fff;
}
a.badge-dark.focus,
a.badge-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  outline: 0;
}
.jumbotron {
  background-color: #e9ecef;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.alert-primary {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  height: 1rem;
  line-height: 0;
}
.progress,
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.progress-bar {
  background-color: #007bff;
  color: #fff;
  -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;
  text-align: center;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #212529;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}
@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:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@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:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@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:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@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:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  background-color: #b8daff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #9fcdff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #004085;
  border-color: #004085;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #d6d8db;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #c8cbcf;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
  color: #fff;
}
.list-group-item-success {
  background-color: #c3e6cb;
  color: #155724;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #b1dfbb;
  color: #155724;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #155724;
  border-color: #155724;
  color: #fff;
}
.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #abdde5;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff;
}
.list-group-item-warning {
  background-color: #ffeeba;
  color: #856404;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #ffe8a1;
  color: #856404;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #856404;
  border-color: #856404;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #f1b0b7;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff;
}
.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #ececf6;
  color: #818182;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
  color: #fff;
}
.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbe;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}
.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  background-color: transparent;
  border: 0;
  padding: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  font-size: 0.875rem;
  max-width: 350px;
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.75rem;
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-top: 1px solid #dee2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.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 {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}
.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 {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
}
.popover,
.popover .arrow {
  display: block;
  position: absolute;
}
.popover .arrow {
  height: 0.5rem;
  margin: 0 0.3rem;
  width: 1rem;
}
.popover .arrow:after,
.popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  height: 1rem;
  left: calc(-0.5rem - 1px);
  margin: 0.3rem 0;
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  height: 1rem;
  margin: 0.3rem 0;
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #212529;
  padding: 0.5rem 0.75rem;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  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;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    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;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: 50%/100% 100% no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-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' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
}
.carousel-indicators li {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  text-indent: -999px;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentcolor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !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: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !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: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.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 {
  clear: both;
  content: "";
  display: block;
}
.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 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive:before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !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;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !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: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !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 {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-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;
  }
  blockquote,
  img,
  pre,
  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 {
    border-color: #dee2e6;
    color: inherit;
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}
.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.plyr__badge {
  background: var(--plyr-badge-background, #4a5464);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}
.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plyr__control svg {
  fill: currentColor;
  display: block;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed
    var(
      --plyr-focus-visible-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
    );
  outline-offset: 2px;
}
a.plyr__control {
  text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"],
.plyr__controls:empty {
  display: none;
}
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}
.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, #4a5464);
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container:after {
  border-top-color: transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(
    var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) *
      0.7 - var(--plyr-menu-arrow-size, 4px) / 2
  );
  top: 100%;
  width: 0;
}
.plyr__menu__container [role="menu"] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7/1.5)
    calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control:after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}
.plyr__menu__container .plyr__control--forward:after {
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc(
    var(--plyr-control-spacing, 10px) * 0.7 * 1.5 -
      var(--plyr-menu-item-arrow-size, 4px)
  );
}
.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}
.plyr__menu__container .plyr__control--back:after {
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc(
    var(--plyr-control-spacing, 10px) * 0.7 * 1.5 -
      var(--plyr-menu-item-arrow-size, 4px)
  );
}
.plyr__menu__container .plyr__control--back:before {
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after,
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  width: 6px;
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
  background: var(
    --plyr-control-toggle-checked-background,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"]:focus-visible:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 - -2px);
  overflow: hidden;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}
.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(
    --plyr-range-fill-background,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
  display: block;
  height: calc(
    var(--plyr-range-thumb-active-shadow-width, 3px) * 2 +
      var(--plyr-range-thumb-height, 13px)
  );
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(currentColor),
    to(transparent)
  );
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    transparent var(--value, 0)
  );
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: var(
    --plyr-range-thumb-shadow,
    0 1px 1px rgba(35, 40, 47, 0.15),
    0 0 0 1px rgba(35, 40, 47, 0.2)
  );
  box-shadow: var(
    --plyr-range-thumb-shadow,
    0 1px 1px rgba(35, 40, 47, 0.15),
    0 0 0 1px rgba(35, 40, 47, 0.2)
  );
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: calc(
    (var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) /
      2 * -1
  );
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type="range"]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(
    --plyr-range-thumb-shadow,
    0 1px 1px rgba(35, 40, 47, 0.15),
    0 0 0 1px rgba(35, 40, 47, 0.2)
  );
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type="range"]::-ms-track {
  color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper,
.plyr--full-ui input[type="range"]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: transparent;
  background: currentColor;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(
    --plyr-range-thumb-shadow,
    0 1px 1px rgba(35, 40, 47, 0.15),
    0 0 0 1px rgba(35, 40, 47, 0.2)
  );
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}
.plyr--full-ui
  input[type="range"]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed
    var(
      --plyr-focus-visible-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
    );
  outline-offset: 2px;
}
.plyr--full-ui input[type="range"]:focus-visible::-moz-range-track {
  outline: 2px dashed
    var(
      --plyr-focus-visible-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
    );
  outline-offset: 2px;
}
.plyr--full-ui input[type="range"]:focus-visible::-ms-track {
  outline: 2px dashed
    var(
      --plyr-focus-visible-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
    );
  outline-offset: 2px;
}
.plyr__poster {
  background-color: var(
    --plyr-video-background,
    var(--plyr-video-background, #000)
  );
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped)
  .plyr__poster {
  display: none;
}
.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2)
    calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s,
    -webkit-transform 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip:before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid
    var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
  transform: translate(-50%) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translateY(10px) scale(0.8);
  transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip:before {
  left: calc(
    var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) *
      0.7
  );
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translateY(10px) scale(0.8);
  transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: calc(
    var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) *
      0.7
  );
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:focus-visible
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:hover
  .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}
.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type="range"],
.plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
    transparent 25%,
    transparent 50%,
    var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%,
    var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
    transparent 75%,
    transparent
  );
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px)
    var(--plyr-progress-loading-size, 25px);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(
    --plyr-video-progress-buffered-background,
    hsla(0, 0%, 100%, 0.25)
  );
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(
    --plyr-audio-progress-buffered-background,
    rgba(193, 200, 209, 0.6)
  );
}
.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}
.plyr__volume {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__volume input[type="range"] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}
.plyr--audio {
  display: block;
}
.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: var(
    --plyr-audio-control-background-hover,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
  color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: var(
    --plyr-audio-range-track-background,
    var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
  );
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: var(
    --plyr-audio-range-track-background,
    var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
  );
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: var(
    --plyr-audio-range-track-background,
    var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
  );
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    ),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
  box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    ),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    ),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    ),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--audio .plyr__progress__buffer {
  color: var(
    --plyr-audio-progress-buffered-background,
    rgba(193, 200, 209, 0.6)
  );
}
.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
  background: var(
    --plyr-video-controls-background,
    linear-gradient(transparent, rgba(0, 0, 0, 0.75))
  );
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: var(
    --plyr-video-control-background-hover,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
  color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
  background: var(
    --plyr-video-control-background-hover,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: var(
    --plyr-video-range-track-background,
    var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25))
  );
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: var(
    --plyr-video-range-track-background,
    var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25))
  );
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: var(
    --plyr-video-range-track-background,
    var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25))
  );
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    ),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
  box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    ),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    ),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: var(
      --plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)
    ),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--video .plyr__progress__buffer {
  color: var(
    --plyr-video-progress-buffered-background,
    hsla(0, 0%, 100%, 0.25)
  );
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty:after {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px) scale(0.8);
  transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s,
    -webkit-transform 0.2s ease 0.1s;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}
.plyr__preview-thumb:before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid
    var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(
    --plyr-video-controls-background,
    linear-gradient(transparent, rgba(0, 0, 0, 0.75))
  );
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
.choices {
  font-size: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: initial;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");
  background-size: 8px;
  border-radius: 10em;
  height: 20px;
  margin-right: 25px;
  margin-top: -10px;
  opacity: 0.25;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]:after {
  border: 5px solid transparent;
  border-top-color: #333;
  content: "";
  height: 0;
  margin-top: -2.5px;
  pointer-events: none;
  position: absolute;
  right: 11.5px;
  top: 50%;
  width: 0;
}
.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  left: 0;
  margin-left: 25px;
  margin-right: 0;
  right: auto;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");
  background-size: 8px;
  border-left: 1px solid #008fa1;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  margin: 0 -4px 0 8px;
  opacity: 0.75;
  padding-left: 16px;
  position: relative;
  width: 8px;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  display: inline-block;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  padding: 7.5px 7.5px 3.75px;
  vertical-align: top;
  width: 100%;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-left: 16px;
  padding-right: 4px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  vertical-align: middle;
  word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-left: 3.75px;
  margin-right: 0;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  will-change: visibility;
  word-break: break-all;
  z-index: 1;
}
.choices__list--dropdown.is-active {
  visibility: visible;
}
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
  border-radius: 0.25rem 0.25rem 0 0;
  bottom: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  top: auto;
}
.choices__list--dropdown .choices__list {
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  overflow: auto;
  position: relative;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  font-size: 14px;
  padding: 10px;
  position: relative;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    padding-left: 100px;
    padding-right: 10px;
    text-align: right;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    left: 10px;
    right: auto;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choices__heading {
  border-bottom: 1px solid #f7f7f7;
  color: gray;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}
.choices__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.choices__button:focus {
  outline: none;
}
.choices__input {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  vertical-align: baseline;
}
.choices__input:focus {
  outline: 0;
}
[dir="rtl"] .choices__input {
  padding-left: 0;
  padding-right: 2px;
}
.choices__placeholder {
  opacity: 0.5;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos="flip-left"] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}
#outdated {
  background-color: #f25648;
  color: #fff;
  display: none;
  font-family: Open Sans, Segoe UI, sans-serif;
  left: 0;
  overflow: hidden;
  padding: 0 24px 24px 0;
  position: absolute;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
}
#outdated.fullscreen {
  height: 100%;
}
#outdated .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 12px 0;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#outdated #buttonUpdateBrowser {
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  width: 230px;
}
#outdated #buttonUpdateBrowser:hover {
  background-color: #fff;
  color: #f25648;
}
#outdated .last {
  display: inline-table;
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
}
#outdated .last[dir="rtl"] {
  left: 25px !important;
  right: auto !important;
}
#outdated #buttonCloseUpdateBrowser {
  color: #fff;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.splitting .char,
.splitting .word {
  display: inline-block;
}
.splitting .char {
  position: relative;
}
.splitting .char:after,
.splitting .char:before {
  content: attr(data-char);
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
}
.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: (var(--distance) / var(--char-center));
}
@font-face {
  font-family: Assistant;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/assistant/Assistant-Bold.woff2) format("woff2"),
    url(../fonts/assistant/Assistant-Bold.woff) format("woff"),
    url(../fonts/assistant/Assistant-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Assistant;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/assistant/Assistant-SemiBold.woff2) format("woff2"),
    url(../fonts/assistant/Assistant-SemiBold.woff) format("woff"),
    url(../fonts/assistant/Assistant-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: Assistant;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/assistant/Assistant-Regular.woff2) format("woff2"),
    url(../fonts/assistant/Assistant-Regular.woff) format("woff"),
    url(../fonts/assistant/Assistant-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Assistant;
  font-stretch: normal;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/assistant/Assistant-Light.woff2) format("woff2"),
    url(../fonts/assistant/Assistant-Light.woff) format("woff"),
    url(../fonts/assistant/Assistant-Light.ttf) format("truetype");
}
@font-face {
  font-family: Sen;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/sen/Sen-Bold.woff2) format("woff2"),
    url(../fonts/sen/Sen-Bold.woff) format("woff"),
    url(../fonts/sen/Sen-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Sen;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/sen/Sen-Regular.woff2) format("woff2"),
    url(../fonts/sen/Sen-Regular.woff) format("woff"),
    url(../fonts/sen/Sen-Regular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Univers;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Univers/Univers.eot);
  src: url(../fonts/Univers/Univers.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Univers/Univers.woff2) format("woff2"),
    url(../fonts/Univers/Univers.woff) format("woff"),
    url(../fonts/Univers/Univers.ttf) format("truetype"),
    url(../fonts/Univers/Univers.svg#UniversLTStd) format("svg");
}
@font-face {
  font-display: swap;
  font-family: Univers;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Univers/Univers-Light.eot);
  src: url(../fonts/Univers/Univers-Light.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Univers/Univers-Light.woff2) format("woff2"),
    url(../fonts/Univers/Univers-Light.woff) format("woff"),
    url(../fonts/Univers/Univers-Light.ttf) format("truetype"),
    url(../fonts/Univers/Univers-Light.svg#UniversLTStd-Light) format("svg");
}
@font-face {
  font-display: swap;
  font-family: Univers;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Univers/Univers-Bold.eot);
  src: url(../fonts/Univers/Univers-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Univers/Univers-Bold.woff2) format("woff2"),
    url(../fonts/Univers/Univers-Bold.woff) format("woff"),
    url(../fonts/Univers/Univers-Bold.ttf) format("truetype"),
    url(../fonts/Univers/Univers-Bold.svg#UniversLTStd-Bold) format("svg");
}
@font-face {
  font-display: swap;
  font-family: Univers;
  font-stretch: normal;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Univers/Univers-Black.eot);
  src: url(../fonts/Univers/Univers-Black.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Univers/Univers-Black.woff2) format("woff2"),
    url(../fonts/Univers/Univers-Black.woff) format("woff"),
    url(../fonts/Univers/Univers-Black.ttf) format("truetype"),
    url(../fonts/Univers/Univers-Black.svg#UniversLTStd-Black) format("svg");
}
.rotated-text .char1 {
  -webkit-transform: rotate(184.5deg);
  transform: rotate(184.5deg);
}
.rotated-text .char2 {
  -webkit-transform: rotate(189deg);
  transform: rotate(189deg);
}
.rotated-text .char3 {
  -webkit-transform: rotate(193.5deg);
  transform: rotate(193.5deg);
}
.rotated-text .char4 {
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}
.rotated-text .char5 {
  -webkit-transform: rotate(202.5deg);
  transform: rotate(202.5deg);
}
.rotated-text .char6 {
  -webkit-transform: rotate(207deg);
  transform: rotate(207deg);
}
.rotated-text .char7 {
  -webkit-transform: rotate(211.5deg);
  transform: rotate(211.5deg);
}
.rotated-text .char8 {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}
.rotated-text .char9 {
  -webkit-transform: rotate(220.5deg);
  transform: rotate(220.5deg);
}
.rotated-text .char10 {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.rotated-text .char11 {
  -webkit-transform: rotate(229.5deg);
  transform: rotate(229.5deg);
}
.rotated-text .char12 {
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}
.rotated-text .char13 {
  -webkit-transform: rotate(238.5deg);
  transform: rotate(238.5deg);
}
.rotated-text .char14 {
  -webkit-transform: rotate(243deg);
  transform: rotate(243deg);
}
.rotated-text .char15 {
  -webkit-transform: rotate(247.5deg);
  transform: rotate(247.5deg);
}
.rotated-text .char16 {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}
.rotated-text .char17 {
  -webkit-transform: rotate(256.5deg);
  transform: rotate(256.5deg);
}
.rotated-text .char18 {
  -webkit-transform: rotate(261deg);
  transform: rotate(261deg);
}
.rotated-text .char19 {
  -webkit-transform: rotate(265.5deg);
  transform: rotate(265.5deg);
}
.rotated-text .char20 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotated-text .char21 {
  -webkit-transform: rotate(274.5deg);
  transform: rotate(274.5deg);
}
.rotated-text .char22 {
  -webkit-transform: rotate(279deg);
  transform: rotate(279deg);
}
.rotated-text .char23 {
  -webkit-transform: rotate(283.5deg);
  transform: rotate(283.5deg);
}
.rotated-text .char24 {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}
.rotated-text .char25 {
  -webkit-transform: rotate(292.5deg);
  transform: rotate(292.5deg);
}
.rotated-text .char26 {
  -webkit-transform: rotate(297deg);
  transform: rotate(297deg);
}
.rotated-text .char27 {
  -webkit-transform: rotate(301.5deg);
  transform: rotate(301.5deg);
}
.rotated-text .char28 {
  -webkit-transform: rotate(306deg);
  transform: rotate(306deg);
}
.rotated-text .char29 {
  -webkit-transform: rotate(310.5deg);
  transform: rotate(310.5deg);
}
.rotated-text .char30 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.rotated-text .char31 {
  -webkit-transform: rotate(319.5deg);
  transform: rotate(319.5deg);
}
.rotated-text .char32 {
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}
.rotated-text .char33 {
  -webkit-transform: rotate(328.5deg);
  transform: rotate(328.5deg);
}
.rotated-text .char34 {
  -webkit-transform: rotate(333deg);
  transform: rotate(333deg);
}
.rotated-text .char35 {
  -webkit-transform: rotate(337.5deg);
  transform: rotate(337.5deg);
}
.rotated-text .char36 {
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}
.rotated-text .char37 {
  -webkit-transform: rotate(346.5deg);
  transform: rotate(346.5deg);
}
.rotated-text .char38 {
  -webkit-transform: rotate(351deg);
  transform: rotate(351deg);
}
.rotated-text .char39 {
  -webkit-transform: rotate(355.5deg);
  transform: rotate(355.5deg);
}
.rotated-text .char40 {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.mt-n5vh {
  margin-top: -5vh;
}
.mb-n5vh {
  margin-bottom: -5vh;
}
@media screen and (min-width: 768px) {
  .mt-md-n5vh {
    margin-top: -5vh;
  }
  .mb-md-n5vh {
    margin-bottom: -5vh;
  }
}
.mt-n10vh {
  margin-top: -10vh;
}
.mb-n10vh {
  margin-bottom: -10vh;
}
@media screen and (min-width: 768px) {
  .mt-md-n10vh {
    margin-top: -10vh;
  }
  .mb-md-n10vh {
    margin-bottom: -10vh;
  }
}
.mt-n15vh {
  margin-top: -15vh;
}
.mb-n15vh {
  margin-bottom: -15vh;
}
@media screen and (min-width: 768px) {
  .mt-md-n15vh {
    margin-top: -15vh;
  }
  .mb-md-n15vh {
    margin-bottom: -15vh;
  }
}
.mt-n20vh {
  margin-top: -20vh;
}
.mb-n20vh {
  margin-bottom: -20vh;
}
@media screen and (min-width: 768px) {
  .mt-md-n20vh {
    margin-top: -20vh;
  }
  .mb-md-n20vh {
    margin-bottom: -20vh;
  }
}
.mt-n25vh {
  margin-top: -25vh;
}
.mb-n25vh {
  margin-bottom: -25vh;
}
@media screen and (min-width: 768px) {
  .mt-md-n25vh {
    margin-top: -25vh;
  }
  .mb-md-n25vh {
    margin-bottom: -25vh;
  }
}
.mt-n30vh {
  margin-top: -30vh;
}
.mb-n30vh {
  margin-bottom: -30vh;
}
@media screen and (min-width: 768px) {
  .mt-md-n30vh {
    margin-top: -30vh;
  }
  .mb-md-n30vh {
    margin-bottom: -30vh;
  }
}
.bg-sdg-1 {
  background-color: #e5243b;
}
.bg-sdg-2 {
  background-color: #dda63a;
}
.bg-sdg-3 {
  background-color: #4c9f38;
}
.bg-sdg-4 {
  background-color: #c5192d;
}
.bg-sdg-5 {
  background-color: #ff3a21;
}
.bg-sdg-6 {
  background-color: #26bde2;
}
.bg-sdg-7 {
  background-color: #fcc30b;
}
.bg-sdg-8 {
  background-color: #a21942;
}
.bg-sdg-9 {
  background-color: #fd6925;
}
.bg-sdg-10 {
  background-color: #dd1367;
}
.bg-sdg-11 {
  background-color: #fd9d24;
}
.bg-sdg-12 {
  background-color: #bf8b2e;
}
.bg-sdg-13 {
  background-color: #3f7e44;
}
.bg-sdg-14 {
  background-color: #0a97d9;
}
.bg-sdg-15 {
  background-color: #56c02b;
}
.bg-sdg-16 {
  background-color: #00689d;
}
.bg-sdg-17 {
  background-color: #19486a;
}
.bg-sdg-18 {
  background-color: #f2f2f2;
}
.gap-0 {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .gap-md-0 {
    gap: 0 !important;
  }
}
.gap-1 {
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .gap-md-1 {
    gap: 1rem !important;
  }
}
.gap-2 {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .gap-md-2 {
    gap: 2rem !important;
  }
}
.gap-3 {
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .gap-md-3 {
    gap: 3rem !important;
  }
}
.gap-4 {
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .gap-md-4 {
    gap: 4rem !important;
  }
}
.gap-5 {
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .gap-md-5 {
    gap: 5rem !important;
  }
}
.gap-6 {
  gap: 6rem;
}
@media screen and (min-width: 768px) {
  .gap-md-6 {
    gap: 6rem !important;
  }
}
body,
html {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
  font-family: Univers, Helvetica Neue, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.fs-1,
h1 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .fs-1,
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .fs-1,
  h1 {
    font-size: 3rem;
  }
}
.fs-2,
h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .fs-2,
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .fs-2,
  h2 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1366px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1366px) {
  h4 {
    font-size: 1.5rem;
  }
}
ol,
p,
ul {
  font-size: 0.9rem;
}
ol,
ul {
  padding-left: 1rem;
}
a {
  color: #ee273a;
}
a:hover {
  color: #f25665;
}
::-moz-selection {
  background-color: rgba(231, 171, 41, 0.8);
}
::selection {
  background-color: rgba(231, 171, 41, 0.8);
}
.font-tertiary {
  font-family: Oswald, Helvetica Neue, Arial, sans-serif;
}
.anchor {
  display: block;
  position: relative;
  top: -70px;
}
.main-content {
  background-color: #333;
  position: relative;
}
.text-col-2 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media screen and (min-width: 768px) {
  .text-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}
.custom-scrollbar,
[data-disable-scroll] {
  -webkit-overflow-scrolling: auto;
  padding-right: 1rem;
}
.custom-scrollbar::-webkit-scrollbar,
[data-disable-scroll]::-webkit-scrollbar {
  width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track,
[data-disable-scroll]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-scrollbar::-webkit-scrollbar-thumb,
[data-disable-scroll]::-webkit-scrollbar-thumb {
  background: #ee273a;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
[data-disable-scroll]::-webkit-scrollbar-thumb:hover {
  background: #d21023;
}
.scrollbar--thin::-webkit-scrollbar {
  width: 1px;
}
.grid-col-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid-col-md-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .grid-col-lg-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.grid-col-3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}
@media screen and (min-width: 768px) {
  .grid-col-md-3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .grid-col-lg-3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  }
}
.grid-col-4 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media screen and (min-width: 768px) {
  .grid-col-md-4 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .grid-col-lg-4 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.grid-auto-rows {
  grid-auto-rows: 1fr;
}
.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.span-all-col {
  grid-column: 1/-1;
}
.color-ci {
  color: #274bee;
}
.color-white {
  color: #fff;
}
.color-primary {
  color: #333 !important;
}
.color-tertiary {
  color: #f16e70 !important;
}
.color-purple {
  color: #6a70b1;
}
.color-cyan {
  color: #3b99d4;
}
.color-meadow {
  color: #20ab60;
}
.color-orange {
  color: #f69421;
}
.color-variable {
  color: var(--text-color);
}
.text-white p a:only-child {
  color: #fff;
}
.mw-70 {
  max-width: 70%;
}
.mh-0 {
  min-height: 0 !important;
}
@media (max-width: 767.98px) {
  .pb-m-variable {
    padding-bottom: var(--padding-bottom) !important;
  }
}
.bg-fixed {
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
}
@media (hover: none) {
  .bg-fixed {
    background-attachment: scroll;
  }
}
.bg-overlay:before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    color-stop(80%, transparent)
  );
  background: linear-gradient(0deg, #000, transparent 80%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
}
.bg-overlay--white-gradient:before,
.bg-overlay--white:before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(80%, #fff)
  );
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 80%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
}
.bg-overlay--black-gradient:before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    color-stop(80%, #000)
  );
  background: linear-gradient(0deg, transparent, #000 80%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
}
.bg-overlay--black-gradient-bottom:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.9))
  );
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
  bottom: 0;
  content: "";
  height: 70%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
.bg-overlay--black:before {
  background: #000;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  width: 100%;
}
.bg-overlay--black[data-bg-opacity]:before {
  opacity: var(--bg-opacity);
}
.bg-ci {
  background-color: #ee273a;
}
.bg-white {
  background-color: #fff;
}
.bg-variable {
  background-color: var(--bg-color);
}
.bg-trans-white-1 {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.bg-trans-white-2 {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.bg-trans-white-3 {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.bg-trans-white-4 {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.bg-trans-white-5 {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.bg-trans-white-6 {
  background-color: hsla(0, 0%, 100%, 0.6);
}
.bg-trans-white-7 {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.bg-trans-white-8 {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.bg-trans-white-9 {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.bg-trans-white-10 {
  background-color: #fff;
}
.bg-lightgray {
  background-color: #f4f4f4;
}
.bg-darkgray {
  background-color: #2a2a2a;
}
.bg-gradient--blue {
  background: radial-gradient(circle, #25426f 0, #2a253e 100%);
}
.bg-gradient__linear--white-lightgray {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f4f4f4),
    to(#fff)
  );
  background: linear-gradient(0deg, #f4f4f4, #fff);
}
.bg-gradient__linear--white-fade {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
}
.bg-gradient__linear--violet {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#7b1d1d),
    to(#125a7b)
  );
  background: linear-gradient(0deg, #7b1d1d, #125a7b);
}
.bg-gradient__linear--sky {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f9fcfd),
    to(#dfebf4)
  );
  background: linear-gradient(0deg, #f9fcfd, #dfebf4);
}
.bg-gradient__linear--sky-fade {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d2e0e9),
    to(rgba(210, 224, 233, 0))
  );
  background: linear-gradient(0deg, #d2e0e9, rgba(210, 224, 233, 0));
}
.bg-gradient__linear--aqua {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f4f8fb),
    to(#f9fcfd)
  );
  background: linear-gradient(0deg, #f4f8fb, #f9fcfd);
}
.bg-gradient__linear--aqua-fade {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(249, 252, 253, 0)),
    to(#f4f8fb)
  );
  background: linear-gradient(0deg, rgba(249, 252, 253, 0), #f4f8fb);
}
.bg-position-top {
  background-position-y: top;
}
.bg-position-center {
  background-position-y: center;
}
.bg-position-bottom {
  background-position-y: bottom;
}
.border-white {
  border-color: #fff !important;
}
.border-darkgray {
  border-color: #a9a9a9 !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.rounded-xl {
  border-radius: 1rem !important;
}
@media screen and (min-width: 768px) {
  .rounded-md-xl {
    border-radius: 1rem !important;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.text-gradient,
.text-mask {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.safari-text-gradient:after {
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#7b1d1d),
    to(#125a7b)
  );
  background: linear-gradient(0deg, #7b1d1d, #125a7b);
  background-clip: text;
  -webkit-background-clip: text;
  content: attr(data-text);
  font-size: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  white-space: pre-wrap;
}
.text-mask__title {
  display: inline-block;
  font-size: 8vw;
}
@media screen and (min-width: 992px) {
  .text-mask__title {
    font-size: 5rem;
  }
}
.text-mask__title-lg {
  display: inline-block;
  font-size: 10vw;
}
@media screen and (min-width: 992px) {
  .text-mask__title-lg {
    font-size: 6rem;
  }
}
.text-replace {
  color: transparent;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.text-sm {
  font-size: 80%;
}
.text-lg {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .text-md-lg {
    font-size: 3rem;
  }
}
.text-lg-1 {
  font-size: 110%;
}
.text-lg-2 {
  font-size: 120%;
}
.text-shadow-primary {
  text-shadow: 0 3px 5px rgba(51, 51, 51, 0.75);
}
.text-underline {
  text-decoration: underline;
}
a.link-primary {
  color: #333;
}
a.link-primary:hover {
  color: #ee273a;
}
a.link-black {
  color: #333;
}
a.link-underline {
  text-decoration: underline;
}
ul.bullet--is-red {
  list-style: none;
}
ul.bullet--is-red li:before {
  color: #f16e70;
  content: "•";
  display: inline-block;
  font-weight: 700;
  margin-left: -1.5rem;
  width: 1.5rem;
}
.list-variable-color ol,
.list-variable-color ul {
  list-style: none;
}
.list-variable-color li:before {
  color: var(--theme-color);
  content: "•";
  display: inline-block;
  font-weight: 700;
  margin-left: -1.5rem;
  width: 1.5rem;
}
.list-variable-color-md ol,
.list-variable-color-md ul {
  list-style: none;
}
@media (min-width: 768px) {
  .list-variable-color-md ol,
  .list-variable-color-md ul {
    list-style: none;
  }
  .list-variable-color-md li:before {
    color: var(--theme-color);
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1.5rem;
    width: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gutters-md > [class*="col-"]:first-child {
    padding-right: 2rem;
  }
  .gutters-md > [class*="col-"]:last-child {
    padding-left: 2rem;
  }
}
.w-105 {
  width: 105% !important;
}
.w-110 {
  width: 110% !important;
}
.w-115 {
  width: 115% !important;
}
.w-120 {
  width: 120% !important;
}
.w-125 {
  width: 125% !important;
}
.mh10 {
  min-height: 10vh;
}
.mh10-percent {
  min-height: 10%;
}
@media (min-width: 768px) {
  .mh-md-10 {
    min-height: 10vh !important;
  }
}
.mh20 {
  min-height: 20vh;
}
.mh20-percent {
  min-height: 20%;
}
@media (min-width: 768px) {
  .mh-md-20 {
    min-height: 20vh !important;
  }
}
.mh30 {
  min-height: 30vh;
}
.mh30-percent {
  min-height: 30%;
}
@media (min-width: 768px) {
  .mh-md-30 {
    min-height: 30vh !important;
  }
}
.mh40 {
  min-height: 40vh;
}
.mh40-percent {
  min-height: 40%;
}
@media (min-width: 768px) {
  .mh-md-40 {
    min-height: 40vh !important;
  }
}
.mh50 {
  min-height: 50vh;
}
.mh50-percent {
  min-height: 50%;
}
@media (min-width: 768px) {
  .mh-md-50 {
    min-height: 50vh !important;
  }
}
.mh60 {
  min-height: 60vh;
}
.mh60-percent {
  min-height: 60%;
}
@media (min-width: 768px) {
  .mh-md-60 {
    min-height: 60vh !important;
  }
}
.mh70 {
  min-height: 70vh;
}
.mh70-percent {
  min-height: 70%;
}
@media (min-width: 768px) {
  .mh-md-70 {
    min-height: 70vh !important;
  }
}
.mh80 {
  min-height: 80vh;
}
.mh80-percent {
  min-height: 80%;
}
@media (min-width: 768px) {
  .mh-md-80 {
    min-height: 80vh !important;
  }
}
.mh90 {
  min-height: 90vh;
}
.mh90-percent {
  min-height: 90%;
}
@media (min-width: 768px) {
  .mh-md-90 {
    min-height: 90vh !important;
  }
}
.mh100 {
  min-height: 100vh;
}
.mh100-percent {
  min-height: 100%;
}
@media (min-width: 768px) {
  .mh-md-100 {
    min-height: 100vh !important;
  }
}
.mh110 {
  min-height: 110vh;
}
.mh110-percent {
  min-height: 110%;
}
@media (min-width: 768px) {
  .mh-md-110 {
    min-height: 110vh !important;
  }
}
.mh120 {
  min-height: 120vh;
}
.mh120-percent {
  min-height: 120%;
}
@media (min-width: 768px) {
  .mh-md-120 {
    min-height: 120vh !important;
  }
}
.mh130 {
  min-height: 130vh;
}
.mh130-percent {
  min-height: 130%;
}
@media (min-width: 768px) {
  .mh-md-130 {
    min-height: 130vh !important;
  }
}
.mh140 {
  min-height: 140vh;
}
.mh140-percent {
  min-height: 140%;
}
@media (min-width: 768px) {
  .mh-md-140 {
    min-height: 140vh !important;
  }
}
.mh150 {
  min-height: 150vh;
}
.mh150-percent {
  min-height: 150%;
}
@media (min-width: 768px) {
  .mh-md-150 {
    min-height: 150vh !important;
  }
}
.mh160 {
  min-height: 160vh;
}
.mh160-percent {
  min-height: 160%;
}
@media (min-width: 768px) {
  .mh-md-160 {
    min-height: 160vh !important;
  }
}
.mh170 {
  min-height: 170vh;
}
.mh170-percent {
  min-height: 170%;
}
@media (min-width: 768px) {
  .mh-md-170 {
    min-height: 170vh !important;
  }
}
.mh180 {
  min-height: 180vh;
}
.mh180-percent {
  min-height: 180%;
}
@media (min-width: 768px) {
  .mh-md-180 {
    min-height: 180vh !important;
  }
}
.mh190 {
  min-height: 190vh;
}
.mh190-percent {
  min-height: 190%;
}
@media (min-width: 768px) {
  .mh-md-190 {
    min-height: 190vh !important;
  }
}
.mh200 {
  min-height: 200vh;
}
.mh200-percent {
  min-height: 200%;
}
@media (min-width: 768px) {
  .mh-md-200 {
    min-height: 200vh !important;
  }
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-6 {
  z-index: 6;
}
.z-7 {
  z-index: 7;
}
.z-8 {
  z-index: 8;
}
.z-9 {
  z-index: 9;
}
.z-10 {
  z-index: 10;
}
.fixed-center {
  bottom: 0;
  position: fixed;
  top: 0;
}
.absolute-center,
.fixed-center {
  left: 0;
  margin: auto;
  right: 0;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: 1rem;
}
.bottom-2 {
  bottom: 1.5rem;
}
.bottom-3 {
  bottom: 2rem;
}
.bg-center {
  background-position: 50%;
}
.transform-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.origin-bottom {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.is-show {
  opacity: 1;
  visibility: visible;
}
.is-hide {
  opacity: 0;
  visibility: hidden;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.z-negative {
  z-index: -1;
}
.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-pointer-event {
  pointer-events: none;
}
.js-lettering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.splitting .char {
  opacity: 0;
}
[data-animate="true"].splitting .char {
  -webkit-animation: slide-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: slide-in 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: calc(0.02s * var(--char-index));
  animation-delay: calc(0.02s * var(--char-index));
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(1rem);
    transform: scale(0.8) translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(1rem);
    transform: scale(0.8) translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
header {
  min-height: 79px;
}
.header-nav {
  position: relative;
  opacity: var(--gray);
}
.header-nav hr {
  display: none;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .header-nav hr {
    display: block;
  }
}
.navigation-logo {
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.navigation-logo:before {
  background-color: transparent;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: fixed;
  top: -1.5rem;
  width: 100%;
  z-index: -1;
}
.navigation-logo img {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .navigation-logo img {
    width: auto;
  }
}
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#mainmenu {
  background-color: #fff;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mainmenu {
    background-color: transparent;
    height: auto;
    opacity: 1;
    pointer-events: all;
    position: relative;
    visibility: visible;
    width: auto;
  }
}
#mainmenu.is-open {
  opacity: 1;
  overflow-y: auto;
  pointer-events: all;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  #mainmenu.is-open {
    overflow-y: visible;
  }
}
#mainmenu .navigation {
  margin: auto;
  padding-bottom: 3rem;
  padding-top: 6rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #mainmenu .navigation {
    max-width: 90%;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
}
#mainmenu a {
  text-decoration: none;
}
#mainmenu .nav-item {
  display: inline-block;
  opacity: 0;
  padding: 0.5rem 0;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #mainmenu .nav-item {
    padding: 0;
    text-align: center;
  }
}
#mainmenu .nav-item > a {
  color: #333;
  display: inline-block;
  font-size: 1.9rem;
  font-weight: bolder;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #mainmenu .nav-item > a {
    font-size: 0.7rem;
    font-weight: bolder;
    -webkit-transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (min-width: 992px) {
  #mainmenu .nav-item > a {
    font-size: 0.8rem;
    font-weight: bolder;
  }
}
#mainmenu .nav-item > a:hover {
  color: #ee273a;
}
.nav-plus {
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .nav-plus {
    display: none;
  }
}
.nav-announcement {
  position: absolute;
  right: 10px;
  top: 0;
  width: 50px;
}
.nav-announcement a {
  display: inline-block;
}
.has-submenu {
  position: relative;
  white-space: nowrap;
}
.has-submenu:after {
  content: "›";
  display: inline-block;
  font-weight: 400;
  margin-left: 0.5rem;
  -webkit-transform: translateY(-0.1rem) rotate(90deg) scale(1.4);
  transform: translateY(-0.1rem) rotate(90deg) scale(1.4);
}
.header-nav.theme-white .nav-hamburger {
  border-color: #fff;
}
.header-nav.theme-white .nav-hamburger rect,
.header-nav.theme-white .navigation-logo path {
  fill: #fff;
}
.header-nav.theme-white .language-nav a {
  color: #fff;
}
.header-nav.theme-white .language-nav a:before {
  border-color: #fff;
}
.header-nav.theme-white hr {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
@media screen and (min-width: 768px) {
  .header-nav.theme-white #mainmenu .nav-item > a {
    color: #fff;
  }
}
.submenu {
  background-color: hsla(0, 0%, 100%, 0.8);
  min-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 768px) {
  .submenu {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    height: auto !important;
    left: 0;
    opacity: 0;
    padding: 1rem 1rem 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
  }
}
.submenu-inner {
  margin: auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .submenu-inner {
    padding-top: 0;
  }
}
.submenu a {
  color: #333;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  position: relative;
  -webkit-transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  vertical-align: text-top;
  width: 49%;
  will-change: color;
}
@media screen and (min-width: 768px) {
  .submenu a {
    display: block;
    white-space: nowrap;
    width: 100%;
  }
}
.submenu a:before {
  background-color: #ee273a;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  will-change: transform;
}
.submenu a:hover {
  color: #ee273a;
}
.submenu a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media screen and (min-width: 768px) {
  .nav-item:hover .submenu {
    display: block;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
}
.nav-hamburger {
  border: 1px solid #333;
  border-radius: 50%;
  display: block;
  height: 2.5rem;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 2.5rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .nav-hamburger {
    display: none;
  }
}
.nav-hamburger svg {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.nav-hamburger svg:first-child {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.nav-hamburger svg:last-child {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.nav-hamburger.toggle svg:first-child {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-hamburger.toggle svg:last-child {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.language-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 6%;
  top: 5rem;
  visibility: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .language-nav {
    display: block;
    left: auto;
    opacity: 1;
    pointer-events: all;
    right: 100px;
    top: 1rem;
    visibility: visible;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .language-nav {
    right: 120px;
  }
}
.language-nav a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8rem;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  width: 40px;
}
.language-nav a:before {
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -1px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.language-nav a.active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navigation-logo.is-open ~ .language-nav {
  opacity: 1;
  pointer-events: all;
  top: 5rem;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  visibility: visible;
}
#announcement-canvas {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.plane {
  height: 79px;
  width: 50px;
}
.plane a {
  cursor: pointer;
}
.nav-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .nav-filter {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
  }
}
.nav-filter .btn-selection {
  border-top: 1px solid #d3d3d3;
}
@media screen and (min-width: 768px) {
  .nav-filter .btn-selection {
    border-right: 1px solid #d3d3d3;
    border-top: none;
  }
}
.nav-filter .btn-selection:last-child {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .nav-filter.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 120px;
  }
  .nav-filter.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 120px;
  }
  .nav-filter.grid-4.has-search {
    grid-template-columns: 2fr 1.1fr 1fr 120px;
  }
  .nav-filter.grid-4.has-search input:first-child {
    border-right: 1px solid #d3d3d3;
  }
}
.btn-selection {
  cursor: pointer;
  padding: 1rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .btn-selection {
    padding: 1.5rem 1rem;
  }
}
.btn-selection.is-open {
  z-index: 15;
}
.btn-selection + .btn-selection {
  z-index: 9;
}
.btn-selection.border-bottom:before {
  background-color: #ee273a;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  will-change: transform;
  z-index: 6;
}
.btn-selection .btn-selection__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn-selection .btn-selection__content img,
.btn-selection .btn-selection__content svg {
  margin-right: 1rem;
}
.btn-selection .btn-selection__value {
  display: inline-block;
  margin-bottom: -4px;
  margin-right: auto;
}
.btn-selection__content--white svg path {
  fill: #fff;
}
.btn-selection__content--white .btn-selection__value {
  color: #fff;
}
.btn-selection--fix-width,
.btn-selection--fix-width-lg {
  padding: 0.5rem;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .btn-selection--fix-width,
  .btn-selection--fix-width-lg {
    padding: 1rem;
    width: 200px;
  }
}
.btn-selection--fix-width .btn-selection__content img,
.btn-selection--fix-width .btn-selection__content svg,
.btn-selection--fix-width-lg .btn-selection__content img,
.btn-selection--fix-width-lg .btn-selection__content svg {
  max-height: 20px;
}
.btn-selection--fix-width .btn-selection__value,
.btn-selection--fix-width-lg .btn-selection__value {
  margin-bottom: 0;
}
.btn-selection--fix-width-lg {
  width: 210px;
}
@media screen and (min-width: 768px) {
  .btn-selection--fix-width-lg {
    width: 240px;
  }
}
.btn-selection:hover.border-bottom:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dropdown-arrow {
  height: 1rem;
  position: relative;
  top: 2px;
  width: 1rem;
}
.dropdown-arrow:after,
.dropdown-arrow:before {
  background-color: gray;
  border-radius: 15px;
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 75%;
}
.dropdown-arrow:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.dropdown-arrow:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.btn-selection.is-open .dropdown-arrow:before {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-selection.is-open .dropdown-arrow:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.press-release__content table,
.table-border {
  font-size: 0.9rem;
}
.press-release__content table td,
.table-border td {
  border: 1px solid #333;
  padding: 0.5rem;
}
.landing-slider .landing__img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.landing-slider .bg-overlay--black:before,
.landing-slider .bg-overlay:before {
  z-index: 1;
}
.landing-slider a {
  cursor: pointer;
}
.landing-slide__text {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
  z-index: 5;
}
.landing-slide__text h1 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .landing-slide__text h1 {
    font-size: 4.5rem;
  }
}
.landing-slide__text h4 {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .landing-slide__text h4 {
    font-size: 2.5rem;
  }
}
.landing__video,
.section__video {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .landing__video.has-youtube,
  .section__video.has-youtube {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.landing__video .youtube-video,
.section__video .youtube-video {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .landing__video .youtube-video,
  .section__video .youtube-video {
    height: 110%;
  }
}
.landing__video .youtube-video-overlay,
.section__video .youtube-video-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.landing__video .button-sound,
.section__video .button-sound {
  background-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 50%;
  bottom: 0.5rem;
  cursor: pointer;
  height: 3rem;
  left: 0.5rem;
  position: absolute;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .landing__video .button-sound,
  .section__video .button-sound {
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
.landing__video .button-sound:hover,
.section__video .button-sound:hover {
  background-color: #fff;
}
.landing__video .volume-off,
.landing__video .volume-on,
.section__video .volume-off,
.section__video .volume-on {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  margin: auto;
  padding: 0.8rem;
  position: absolute;
  right: 0;
  top: 0;
}
.landing__video .volume-off svg,
.landing__video .volume-on svg,
.section__video .volume-off svg,
.section__video .volume-on svg {
  height: 100%;
  width: 100%;
}
.landing__video .button-sound.is-active .volume-on,
.landing__video .volume-off,
.section__video .button-sound.is-active .volume-on,
.section__video .volume-off {
  display: none;
}
.landing__video .button-sound.is-active .volume-off,
.section__video .button-sound.is-active .volume-off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.landing__video .plyr,
.section__video .plyr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.landing__video .plyr__video-wrapper,
.section__video .plyr__video-wrapper {
  background-color: #fff;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.landing__video video,
.section__video video {
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
}
.landing-slider__progress {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 5;
}
.landing-slider__counter {
  display: block;
  font-size: 0.9rem;
}
.landing-slider__counter-current,
.landing-slider__counter-total {
  color: #333;
  margin: 0 1rem;
}
.landing-slider__progress-bar {
  background-color: rgba(51, 51, 51, 0.5);
  height: 1px;
  position: relative;
  width: 100%;
}
.landing-slider__progress-bar-active {
  background-color: #ee273a;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 100%;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -1.5rem;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  margin: 0 2px;
  opacity: 0.2;
  width: 8px;
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #333;
  opacity: 1;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ee273a;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.carousel-container {
  height: 60vh;
  max-height: 500px;
  min-height: 400px;
  padding-bottom: 3rem;
  padding-right: 1rem;
  width: 100%;
}
.carousel-container a {
  color: #333;
  text-decoration: none;
}
.carousel--has-border .carousel-card {
  -webkit-box-shadow: -1px 0 1px hsla(0, 0%, 100%, 0.3);
  box-shadow: -1px 0 1px hsla(0, 0%, 100%, 0.3);
}
.carousel-card.overlay-red {
  position: relative;
}
.carousel-card.overlay-red:before {
  background-color: rgba(255, 0, 6, 0.7);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
a.carousel-card {
  cursor: pointer;
  display: block;
}
.carousel-inner {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.carousel-bg {
  background-position: top;
  background-size: cover;
  height: 110%;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-bg,
.carousel-bg:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
}
.carousel-bg:after {
  background: #000;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    color-stop(80%, transparent)
  );
  background: linear-gradient(0deg, #000, transparent 80%);
  content: "";
  height: 150%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-bg.bg-center {
  background-position: 50%;
}
.carousel-bg.bg-bottom {
  background-position-y: bottom;
}
.carousel-video-wrapper ~ .carousel-bg {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-text {
  bottom: 0;
  padding: 1rem;
  position: absolute;
  -webkit-transform: translateY(calc(100% - 6.5rem));
  transform: translateY(calc(100% - 6.5rem));
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .carousel-text {
    padding: 1.5rem;
  }
}
.carousel-text.no-adjacent {
  bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.carousel-text.has-adjacent {
  bottom: 1.5rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.carousel-text p {
  font-size: 0.8rem;
  opacity: 0;
  padding-bottom: 1rem;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (min-width: 1600px) {
  .carousel-text p {
    font-size: 0.9rem;
  }
}
.carousel-text--show p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.carousel-text--mobile {
  color: #333 !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .carousel-text--mobile {
    display: none;
  }
}
.carousel-text--mobile .carousel-text__title {
  font-weight: 700;
  margin-bottom: 0;
  padding: 2rem 0 1rem;
}
.carousel-text__title {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 1600px) {
  .carousel-text__title {
    font-size: 1.75rem;
  }
}
.carousel-text__title.text-lg {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .carousel-text__title.mobile-text-sm {
    font-size: 1.2rem;
  }
}
.carousel-text__title:only-child {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.title--2-line {
  -webkit-transform: translateY(calc(100% - 8.25rem));
  transform: translateY(calc(100% - 8.25rem));
}
@media screen and (min-width: 992px) {
  .title--2-line {
    -webkit-transform: translateY(calc(100% - 8.5625rem));
    transform: translateY(calc(100% - 8.5625rem));
  }
}
@media screen and (min-width: 1600px) {
  .title--2-line {
    -webkit-transform: translateY(calc(100% - 8.875rem));
    transform: translateY(calc(100% - 8.875rem));
  }
}
.title--3-line {
  -webkit-transform: translateY(calc(100% - 10rem));
  transform: translateY(calc(100% - 10rem));
}
@media screen and (min-width: 992px) {
  .title--3-line {
    -webkit-transform: translateY(calc(100% - 10.625rem));
    transform: translateY(calc(100% - 10.625rem));
  }
}
@media screen and (min-width: 1600px) {
  .title--3-line {
    -webkit-transform: translateY(calc(100% - 11.25rem));
    transform: translateY(calc(100% - 11.25rem));
  }
}
.title--4-line {
  -webkit-transform: translateY(calc(100% - 11.75rem));
  transform: translateY(calc(100% - 11.75rem));
}
@media screen and (min-width: 992px) {
  .title--4-line {
    -webkit-transform: translateY(calc(100% - 12.6875rem));
    transform: translateY(calc(100% - 12.6875rem));
  }
}
@media screen and (min-width: 1600px) {
  .title--4-line {
    -webkit-transform: translateY(calc(100% - 13.625rem));
    transform: translateY(calc(100% - 13.625rem));
  }
}
.carousel-text__label {
  margin-bottom: 1rem;
  text-decoration: underline;
}
.carousel-link {
  bottom: 1rem;
  color: #fff;
  padding-left: 1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .carousel-link {
    padding-left: 1.5rem;
  }
}
button.carousel-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
button.carousel-link:focus {
  outline: none;
}
.carousel-card .carousel-link {
  position: absolute;
}
.swiper-button-disabled.associations-button-next,
.swiper-button-disabled.associations-button-prev,
.swiper-button-disabled.swiper-button-next,
.swiper-button-disabled.swiper-button-prev {
  opacity: 0;
  pointer-events: none;
  visibility: 0;
}
.carousel-img.img-landscape {
  height: 40vw;
}
@media screen and (min-width: 768px) {
  .carousel-img.img-landscape {
    height: 20vw;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-img.img-landscape {
    max-height: 250px;
  }
}
.carousel-img.img-landscape img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}
.carousel-navigation.btn-prev {
  left: 1rem;
  position: absolute;
  top: 45%;
  z-index: 5;
}
@media screen and (min-width: 1300px) {
  .carousel-navigation.btn-prev {
    left: 5rem;
  }
}
.carousel-navigation.btn-backtotop,
.carousel-navigation.btn-next {
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 5;
}
@media screen and (min-width: 1300px) {
  .carousel-navigation.btn-backtotop,
  .carousel-navigation.btn-next {
    right: 5rem;
  }
}
.carousel-container--outer-content {
  height: auto;
  max-height: none;
}
.carousel-container--outer-content .carousel-inner {
  -webkit-box-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.carousel-container--outer-content .carousel-text {
  bottom: auto;
  padding: 0.5rem;
  position: relative;
  -webkit-transform: none;
  transform: none;
}
.carousel-container--outer-content .carousel-text__label {
  margin-bottom: 0;
  text-decoration: none;
}
.carousel-container--outer-content .carousel-text__title {
  font-size: 1rem;
  text-transform: none;
}
.carousel-container--outer-content .carousel-text__title:only-child {
  -webkit-transform: none;
  transform: none;
}
.carousel-container--outer-content .carousel-card:hover .carousel-inner {
  -webkit-box-shadow: 0 5px 6px rgba(51, 51, 51, 0.5);
  box-shadow: 0 5px 6px rgba(51, 51, 51, 0.5);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.carousel-container--static-width {
  height: 400px;
}
@media screen and (min-width: 768px) {
  .carousel-container--static-width {
    height: 462px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-container--static-width {
    height: 504px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-container--static-width {
    height: 560px;
  }
}
.carousel-container--static-width .carousel-card {
  min-height: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .carousel-container--static-width .carousel-card {
    width: 330px !important;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-container--static-width .carousel-card {
    width: 360px !important;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-container--static-width .carousel-card {
    width: 400px !important;
  }
}
.carousel-card--static-height {
  height: auto;
  min-height: auto;
}
@media screen and (min-width: 768px) {
  .carousel-card--static-height {
    height: 80vh;
    max-height: 284px;
  }
}
@media screen and (min-width: 992px) {
  .carousel-card--static-height {
    max-height: 358px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-card--static-height {
    max-height: 430px;
  }
}
.carousel-card--static-height .carousel-inner {
  height: 50vh;
  max-height: 300px;
}
@media screen and (min-width: 768px) {
  .carousel-card--static-height .carousel-inner {
    height: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .carousel-card--static-height.mobile-height-sm .carousel-inner {
    max-height: 160px;
  }
  .carousel-card--static-height.mobile-height-md .carousel-inner {
    max-height: 180px;
  }
}
.carousel-card--dynamic-height {
  height: auto;
  min-height: auto;
}
@media screen and (min-width: 768px) {
  .carousel-card--dynamic-height {
    height: 40vw;
  }
}
@media screen and (min-width: 992px) {
  .carousel-card--dynamic-height {
    height: 30vw;
  }
}
.carousel-card--dynamic-height .carousel-inner {
  height: 50vw;
  max-height: 300px;
  min-height: 200px;
}
@media screen and (min-width: 768px) {
  .carousel-card--dynamic-height .carousel-inner {
    height: 100%;
    max-height: 100%;
  }
}
.carousel-card--dynamic-height .carousel-bg,
.carousel-card--static-height .carousel-bg {
  background-position: 50%;
}
.no-shadow .carousel-bg:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .no-shadow .carousel-bg:after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mobile-shadow .carousel-bg:after {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .mobile-shadow .carousel-text {
    padding: 2rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .mobile-shadow .carousel-link {
    padding-left: 2rem;
  }
}
.carousel-card--16by10 {
  height: 62.5vw;
  max-height: 300px;
}
@media screen and (min-width: 768px) {
  .carousel-card--16by10 {
    height: 80vh;
    max-height: 355px;
  }
}
@media screen and (min-width: 992px) {
  .carousel-card--16by10 {
    max-height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-card--16by10 {
    max-height: 620px;
  }
}
@media screen and (min-width: 768px) {
  .grid-col-md-2 .carousel-card--16by10 {
    max-height: 178px;
  }
}
@media screen and (min-width: 992px) {
  .grid-col-md-2 .carousel-card--16by10 {
    max-height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .grid-col-md-2 .carousel-card--16by10 {
    max-height: 310px;
  }
}
@media screen and (min-width: 992px) {
  .grid-col-lg-2 .carousel-card--16by10 {
    max-height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .grid-col-lg-2 .carousel-card--16by10 {
    max-height: 310px;
  }
}
.carousel-card.content-middle .carousel-inner {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .carousel-card.content-middle .carousel-inner {
    padding: 0;
  }
}
.carousel-card.content-middle .carousel-text {
  bottom: 50%;
  display: block;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.carousel-card.content-middle .carousel-link {
  bottom: 10%;
}
@media screen and (min-width: 768px) {
  .carousel-card.content-middle .carousel-link {
    bottom: 20%;
  }
}
.carousel-card.content-middle:hover .carousel-text {
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}
.carousel-card.overlay-red:hover:before {
  opacity: 1;
}
.carousel-card:hover .carousel-bg {
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.carousel-card:hover .carousel-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.carousel-card:hover .carousel-text.has-adjacent,
.carousel-card:hover .carousel-text.no-adjacent {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.carousel-card:hover .carousel-bg:after {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.carousel-card:hover .carousel-video-wrapper ~ .carousel-bg:after {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.carousel-card:hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.carousel-card:hover .btn-arrow .arrow {
  width: 2rem;
}
.carousel-card:hover .btn-arrow .arrow span {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.carousel-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.carousel-pagination.is-bottom {
  bottom: 1rem;
  margin: auto;
  right: 0;
  top: auto;
  width: 60%;
}
.carousel-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 3px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .carousel-pagination .swiper-pagination-bullet {
    width: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .carousel-pagination .swiper-pagination-bullet {
    width: 4rem;
  }
}
.carousel-pagination .swiper-pagination-bullet:first-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.carousel-pagination .swiper-pagination-bullet:last-child {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.carousel-pagination .swiper-pagination-bullet:first-child:before {
  color: #000;
  content: attr(data-number);
  position: absolute;
  right: calc(100% + 10px);
  top: -10px;
}
.carousel-pagination .swiper-pagination-bullet:last-child:before {
  color: #000;
  content: attr(data-number);
  left: calc(100% + 10px);
  position: absolute;
  top: -10px;
}
.carousel-pagination .swiper-pagination-bullet-active {
  background-color: #ee273a;
}
.carousel-pagination.swiper-pagination-progressbar {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
.carousel-pagination.swiper-pagination-progressbar:before {
  color: #000;
  content: "01";
  position: absolute;
  right: calc(100% + 10px);
  top: -10px;
}
.carousel-pagination.swiper-pagination-progressbar:after {
  color: #000;
  content: attr(data-number);
  left: calc(100% + 10px);
  position: absolute;
  top: -10px;
}
.carousel-pagination .swiper-pagination-progressbar-fill {
  background-color: #000;
  border-radius: 15px;
}
.carousel-pagination.fill-red .swiper-pagination-progressbar-fill {
  background-color: #ee273a;
}
.carousel-pagination.swiper-pagination-progressbar--thin {
  height: 1px;
}
.carousel-pagination.pagination-progressbar--white {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.carousel-pagination.pagination-progressbar--white:after,
.carousel-pagination.pagination-progressbar--white:before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .carousel-card--mobile .carousel-text {
    color: #333 !important;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .carousel-card--mobile .carousel-inner {
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .carousel-card--mobile .carousel-bg {
    height: 300px;
  }
  .carousel-card--mobile .carousel-text__title {
    font-weight: 700;
  }
  .carousel-card--mobile .carousel-text__title:only-child {
    -webkit-transform: none;
    transform: none;
  }
  .carousel-card--mobile .carousel-text p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .carousel-card--mobile .carousel-text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .carousel-card--mobile .carousel-link {
    position: relative;
  }
  .carousel-card--mobile .btn-arrow {
    color: #333;
  }
  .carousel-card--mobile .btn-arrow .arrow,
  .carousel-card--mobile .btn-arrow .arrow:after,
  .carousel-card--mobile .btn-arrow .arrow:before {
    background-color: #333;
  }
  .carousel-card--mobile:hover .carousel-bg {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .carousel-card--16by10.carousel-card--mobile {
    height: auto;
    max-height: none;
  }
  .carousel-card--16by10.carousel-card--mobile .carousel-bg {
    height: 62.5vw;
  }
}
@media screen and (max-width: 567px) {
  .mobile--3by2 .carousel-bg {
    height: 66vw;
  }
}
[data-image-carousel] .row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  [data-image-carousel] .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  [data-image-carousel] .swiper-wrapper {
    width: auto;
  }
}
.accordion,
.accordion-item {
  position: relative;
}
.accordion-item {
  border-bottom: 1px solid gray;
}
.accordion-toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  text-align: left;
  -webkit-transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.accordion-toggle .dropdown-arrow {
  margin-left: 1.5rem;
}
button.accordion-toggle {
  outline: none;
}
.accordion-content {
  max-height: 0;
  opacity: 0;
  padding: 0 1rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: max-height;
}
.accordion-content > :first-child {
  padding-top: 1rem;
}
.accordion-content > :last-child {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.accordion-toggle.active {
  color: #ee273a;
}
.accordion-toggle.active .dropdown-arrow:before {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion-toggle.active .dropdown-arrow:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-toggle.active + .accordion-content {
  max-height: none;
  opacity: 1;
}
.panel-wrapper {
  overflow: hidden;
}
.panel {
  position: relative;
  width: 100%;
}
.panel-inner {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.panel-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0 !important;
}
.panel-nav-top {
  position: absolute;
  top: 0;
  width: 100%;
}
.panel-nav-top .panel-nav {
  position: relative;
}
.panel-nav {
  bottom: 0;
  font-size: 0.9rem;
  height: 54px;
  opacity: 0;
  padding: 1rem 2rem;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 568px) {
  .panel-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .panel-nav {
    font-size: 1rem;
  }
}
[data-panelnav] {
  cursor: pointer;
}
.panel:first-child {
  height: 100vh;
  z-index: 2;
}
@media screen and (min-width: 568px) {
  .panel:first-child {
    height: calc(100vh - 54px);
  }
}
.panel:first-child .panel-inner {
  height: 100vh;
}
@media screen and (min-width: 568px) {
  .panel:first-child .panel-inner {
    height: calc(100vh - 54px);
  }
}
.panel-stack:first-child {
  position: fixed;
  top: 0;
}
.panel:nth-child(2) {
  height: 100vh;
  z-index: 1;
}
@media screen and (min-width: 568px) {
  .panel:nth-child(2) {
    height: 100vh;
  }
}
.panel:nth-child(2) .panel-inner {
  height: 100vh;
}
@media screen and (min-width: 568px) {
  .panel:nth-child(2) .panel-inner {
    height: 100vh;
  }
}
.panel-stack:nth-child(2) {
  position: fixed;
  top: 0;
}
.btn-arrow,
.btn-arrow:focus,
.btn-back--underline,
.btn-back--underline:focus,
.btn-backtotop,
.btn-backtotop:focus,
.btn-bar,
.btn-bar:focus,
.btn-border,
.btn-border:focus,
.btn-cross,
.btn-cross:focus,
.btn-load,
.btn-load:focus,
.btn-next,
.btn-next:focus,
.btn-prev,
.btn-prev:focus,
.btn-read-more,
.btn-read-more:focus,
.btn-see-more,
.btn-see-more:focus,
.btn-submit,
.btn-submit:focus,
.btn-tab,
.btn-tab:focus {
  outline: none;
}
.arrow {
  background-color: #333;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.5rem;
}
.arrow span {
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 50%;
  height: 1.5rem;
  position: absolute;
  right: -0.6rem;
  top: -0.75rem;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.5rem;
}
.arrow:after,
.arrow:before {
  background-color: #333;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
  width: 5px;
}
.arrow:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow--white:after,
.arrow--white:before {
  background-color: #fff;
}
.btn-back--underline {
  color: #333;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back--underline:before {
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  opacity: 0;
  padding: 3px;
  top: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.btn-back--underline:after,
.btn-back--underline:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-back--underline:after {
  background-color: #333;
  bottom: -2px;
  height: 2px;
  left: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  width: 100%;
  will-change: transform;
}
.btn-back--underline:hover {
  color: #333;
  text-decoration: none;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.btn-back--underline:hover:before {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotate(135deg);
  transform: translateX(-10px) rotate(135deg);
}
.btn-back--underline:hover:after {
  -webkit-transform: scaleX(1.05);
  transform: scaleX(1.05);
}
.btn-back--white {
  color: #fff;
}
.btn-back--white:before {
  border-color: #fff;
}
.btn-back--white:after {
  background-color: #fff;
}
.btn-back--white:hover {
  color: #fff;
}
.btn-read-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.btn-read-more .arrow {
  background-color: transparent;
  margin-left: -0.5rem;
  top: -1px;
}
.btn-read-more .arrow:after,
.btn-read-more .arrow:before {
  background-color: #333;
}
.btn-read-more span {
  display: none;
}
.btn-read-more:hover {
  color: #f25665;
  text-decoration: none;
}
.btn-read-more--white {
  color: #fff;
}
.btn-read-more--white .arrow:after,
.btn-read-more--white .arrow:before {
  background-color: #fff;
}
.btn-see-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.btn-see-more .plus,
.btn-see-more .text {
  display: inline-block;
}
.btn-see-more .plus {
  margin-left: 0.3rem;
  position: relative;
  top: -1px;
}
.btn-see-more:hover {
  color: #f25665;
  text-decoration: none;
}
.btn-bar {
  background-color: #ee273a;
  padding: 0.5rem 2rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-bar:before {
  background-color: #d21023;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.btn-bar:hover {
  -webkit-box-shadow: 0 1px 5px rgba(238, 39, 58, 0.5);
  box-shadow: 0 1px 5px rgba(238, 39, 58, 0.5);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn-bar:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-bar:hover .arrow {
  width: 2rem;
}
.btn-bar:hover .arrow span {
  border: 1px solid hsla(0, 0%, 100%, 0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.btn-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: color;
}
.btn-arrow .arrow {
  margin-left: 1rem;
  margin-top: -1px;
  width: 0;
}
@media screen and (min-width: 768px) {
  .btn-arrow .arrow {
    margin-left: 0.5rem;
    width: 1.5rem;
  }
}
.btn-arrow .arrow span {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .btn-arrow .arrow span {
    opacity: 1;
  }
}
.btn-arrow:hover {
  color: #ee273a;
  text-decoration: none;
}
.btn-arrow:hover .arrow {
  width: 2rem;
}
.btn-arrow:hover .arrow span {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.btn-arrow--red,
.btn-arrow--red:hover {
  color: #ee273a;
}
.btn-arrow--red .arrow,
.btn-arrow--red .arrow:after,
.btn-arrow--red .arrow:before {
  background-color: #ee273a;
}
.btn-arrow--red .arrow span {
  border: 1px solid rgba(238, 39, 58, 0.5);
}
.btn-arrow--white,
.btn-arrow--white:hover {
  color: #fff;
}
.btn-arrow--white .arrow,
.btn-arrow--white .arrow:after,
.btn-arrow--white .arrow:before {
  background-color: #fff;
}
.btn-arrow--white .arrow span {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}
@media screen and (min-width: 768px) {
  .btn-arrow-md--white,
  .btn-arrow-md--white:hover {
    color: #fff;
  }
  .btn-arrow-md--white .arrow,
  .btn-arrow-md--white .arrow:after,
  .btn-arrow-md--white .arrow:before {
    background-color: #fff;
  }
  .btn-arrow-md--white .arrow span {
    border: 1px solid hsla(0, 0%, 100%, 0.5);
  }
}
.btn-backtotop,
.btn-next,
.btn-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .btn-backtotop,
  .btn-next,
  .btn-prev {
    height: 3rem;
    width: 3rem;
  }
}
.btn-backtotop .arrow,
.btn-next .arrow,
.btn-prev .arrow {
  background-color: #000;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0.8rem;
}
@media screen and (min-width: 768px) {
  .btn-backtotop .arrow,
  .btn-next .arrow,
  .btn-prev .arrow {
    width: 1.2rem;
  }
}
.btn-backtotop .arrow:after,
.btn-backtotop .arrow:before,
.btn-next .arrow:after,
.btn-next .arrow:before,
.btn-prev .arrow:after,
.btn-prev .arrow:before {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  width: 0.5714285714rem;
}
@media screen and (min-width: 768px) {
  .btn-backtotop .arrow:after,
  .btn-backtotop .arrow:before,
  .btn-next .arrow:after,
  .btn-next .arrow:before,
  .btn-prev .arrow:after,
  .btn-prev .arrow:before {
    width: 0.8571428571rem;
  }
}
.btn-backtotop .arrow:before,
.btn-next .arrow:before,
.btn-prev .arrow:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-backtotop .arrow:after,
.btn-next .arrow:after,
.btn-prev .arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-prev .arrow:after,
.btn-prev .arrow:before {
  left: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.btn-backtotop .arrow:after,
.btn-backtotop .arrow:before,
.btn-next .arrow:after,
.btn-next .arrow:before {
  right: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.btn-backtotop:hover,
.btn-next:hover,
.btn-prev:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.btn-backtotop:hover .arrow,
.btn-next:hover .arrow,
.btn-prev:hover .arrow {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.btn-backtotop:active,
.btn-next:active,
.btn-prev:active {
  border-color: #ee273a;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.btn-backtotop:active .arrow,
.btn-next:active .arrow,
.btn-prev:active .arrow {
  background-color: #ee273a;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.btn-backtotop:active .arrow:after,
.btn-backtotop:active .arrow:before,
.btn-next:active .arrow:after,
.btn-next:active .arrow:before,
.btn-prev:active .arrow:after,
.btn-prev:active .arrow:before {
  background-color: #ee273a;
}
.btn-next--small,
.btn-prev--small {
  height: 1.6rem;
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .btn-next--small,
  .btn-prev--small {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.btn--red.btn-backtotop,
.btn-next.btn--red,
.btn-prev.btn--red {
  background-color: #ee273a;
  border-color: #ee273a;
}
.btn--red.btn-backtotop .arrow,
.btn--red.btn-backtotop .arrow:after,
.btn--red.btn-backtotop .arrow:before,
.btn-next.btn--red .arrow,
.btn-next.btn--red .arrow:after,
.btn-next.btn--red .arrow:before,
.btn-prev.btn--red .arrow,
.btn-prev.btn--red .arrow:after,
.btn-prev.btn--red .arrow:before {
  background-color: #fff;
}
.btn--red.btn-backtotop:hover,
.btn-next.btn--red:hover,
.btn-prev.btn--red:hover {
  -webkit-box-shadow: 0 3px 6px rgba(238, 39, 58, 0.4);
  box-shadow: 0 3px 6px rgba(238, 39, 58, 0.4);
}
.btn-cross {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 2rem;
}
.btn-cross:after,
.btn-cross:before {
  background-color: #333;
  content: "";
  height: 1px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1rem;
}
.btn-cross:before {
  top: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-cross:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .btn-cross {
    height: 3rem;
    width: 3rem;
  }
  .btn-cross:after,
  .btn-cross:before {
    width: 1.5rem;
  }
}
.btn-cross:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.btn-cross:hover:before {
  -webkit-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
}
.btn-cross:hover:after {
  -webkit-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
}
.btn-cross:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.btn-cross:focus:before {
  -webkit-transform: rotate(45deg) scale(0.9);
  transform: rotate(45deg) scale(0.9);
}
.btn-cross:focus:after {
  -webkit-transform: rotate(-45deg) scale(0.9);
  transform: rotate(-45deg) scale(0.9);
}
.btn-cross--white:after,
.btn-cross--white:before {
  background-color: #fff;
}
.btn-load,
.btn-tab {
  background-color: #f4f4f4;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1rem 3rem;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  width: 100%;
}
.btn-load .tab__title,
.btn-tab .tab__title {
  padding-right: 2rem;
}
.btn-load .tab__date,
.btn-tab .tab__date {
  font-weight: 700;
  margin-bottom: 1rem;
}
.btn-load .arrow,
.btn-tab .arrow {
  -ms-flex-item-align: end;
  align-self: flex-end;
  bottom: 2rem;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}
.btn-load:hover,
.btn-tab:hover {
  background-color: #ee273a;
  -webkit-box-shadow: 0 3px 6px rgba(238, 39, 58, 0.4);
  box-shadow: 0 3px 6px rgba(238, 39, 58, 0.4);
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateY(-4px) !important;
  transform: translateY(-4px) !important;
}
.btn-load:hover .arrow,
.btn-load:hover .arrow:after,
.btn-load:hover .arrow:before,
.btn-tab:hover .arrow,
.btn-tab:hover .arrow:after,
.btn-tab:hover .arrow:before {
  background-color: #fff;
}
.btn-load:hover .arrow,
.btn-tab:hover .arrow {
  opacity: 1;
}
.btn-load:hover .arrow span,
.btn-tab:hover .arrow span {
  border-color: #fff;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.btn-load,
.btn-tab--middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem 1rem;
}
.btn-load .arrow,
.btn-tab--middle .arrow {
  bottom: 50%;
}
.bg-lightgray .btn-load,
.bg-lightgray .btn-tab,
.btn-tab--white {
  background-color: #fff;
}
.bg-lightgray .btn-load:hover,
.bg-lightgray .btn-tab:hover,
.btn-tab--white:hover {
  background-color: #ee273a;
}
.btn-load {
  padding: 1rem;
}
.btn-load:hover {
  border-color: #ee273a !important;
}
.btn-submit {
  background-color: #333;
  color: #fff;
  padding: 1rem;
}
.btn-search,
.btn-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
}
.btn-search {
  background: url(../img/icons/icon-search.svg) no-repeat 1rem;
  background-size: 20px;
  padding: 1rem 1rem 1rem 3.8rem;
}
@media screen and (min-width: 768px) {
  .btn-search {
    padding: 1.5rem 1.5rem 1.5rem 3.8rem;
  }
}
.btn-submit--bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  border-radius: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-submit--bar:hover {
  background-color: var(--success);
  -webkit-box-shadow: 0 3px 5px rgba(40, 167, 69, 0.5);
  box-shadow: 0 3px 5px rgba(40, 167, 69, 0.5);
  color: #fff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-submit--bar .btn__text {
  display: inline-block;
}
.btn-submit--bar .icon-loading {
  display: none;
}
.btn-submit--bar.is-submitting {
  background-color: var(--success);
  color: #fff;
}
.btn-submit--bar.is-submitting .icon-loading {
  display: inline-block;
  margin-left: 0.5rem;
}
.btn-border {
  border: 1px solid #333;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-border:hover {
  background-color: #333;
  border-color: #333;
  -webkit-box-shadow: 0 3px 5px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 5px rgba(51, 51, 51, 0.5);
  color: #fff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-border--orange:hover {
  background-color: #e7ab29;
  border-color: #e7ab29;
  -webkit-box-shadow: 0 3px 5px rgba(231, 171, 41, 0.5);
  box-shadow: 0 3px 5px rgba(231, 171, 41, 0.5);
  color: #fff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-backtotop {
  bottom: 1rem;
  opacity: 0;
  position: fixed;
  right: 1rem;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 10;
}
.btn-backtotop .arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.btn-backtotop:hover .arrow {
  -webkit-transform: rotate(-90deg) scale(0.6);
  transform: rotate(-90deg) scale(0.6);
}
.btn-backtotop.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-backtotop.active:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.btn-backtotop.stick-footer {
  position: absolute;
  top: -4rem;
}
.btn-vaccinated {
  max-width: 70px;
  position: fixed;
  right: 0.2rem;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .btn-vaccinated {
    max-width: 80px;
    top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn-vaccinated {
    max-width: 100px;
    top: 0;
  }
}
.btn-vaccinated.stick-footer {
  position: absolute;
  top: -160px;
}
@media screen and (min-width: 768px) {
  .btn-vaccinated.stick-footer {
    top: -180px;
  }
}
.icon-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .icon-item {
    margin-bottom: 0;
  }
}
.icon-item .icon-item__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ee273a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  padding: 1.2rem;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .icon-item .icon-item__img {
    height: 100px;
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 1.5rem;
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .icon-item .icon-item__img {
    height: 120px;
    margin-bottom: 0;
    margin-right: 1rem;
    width: 120px;
  }
}
.icon-item .icon-item__img img,
.icon-item .icon-item__img svg {
  max-height: 100%;
}
.icon-item .icon-item__info h2,
.icon-item .icon-item__info p {
  margin-bottom: 0;
}
.icon-item .icon-item__info h2 {
  font-size: 2.5rem;
  margin-top: 0;
}
.icon-item .icon-item__info ol:last-child,
.icon-item .icon-item__info ul:last-child {
  margin-bottom: 0;
}
.icon-item__img[data-number]:after {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ee273a;
  border-radius: 50%;
  color: #fff;
  content: attr(data-number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  height: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -0.75rem;
  width: 1.5rem;
}
.icon-item--no-border .icon-item__img {
  border: none;
  height: 60px;
  padding: 0;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .icon-item--no-border .icon-item__img {
    height: auto;
    width: auto;
  }
}
.icon-item--white .icon-item__img {
  border-color: #fff;
}
.icon-item--sm .icon-item__img {
  height: 80px;
  width: 80px;
}
.icon-item.theme-purple .icon-item__img {
  border-color: #6a70b1;
}
.icon-item.theme-purple .icon-item__info-title {
  color: #6a70b1;
}
.icon-item.theme-purple svg path {
  stroke: #6a70b1;
}
.icon-item.theme-purple svg path.solid {
  fill: #6a70b1;
}
.icon-item.theme-cyan .icon-item__img {
  border-color: #3b99d4;
}
.icon-item.theme-cyan .icon-item__info-title {
  color: #3b99d4;
}
.icon-item.theme-cyan svg path {
  stroke: #3b99d4;
}
.icon-item.theme-cyan svg path.solid {
  fill: #3b99d4;
}
.icon-item.theme-meadow .icon-item__img {
  border-color: #20ab60;
}
.icon-item.theme-meadow .icon-item__info-title {
  color: #20ab60;
}
.icon-item.theme-meadow svg path {
  stroke: #20ab60;
}
.icon-item.theme-meadow svg path.solid {
  fill: #20ab60;
}
.icon-item.theme-orange .icon-item__img {
  border-color: #f69421;
}
.icon-item.theme-orange .icon-item__info-title {
  color: #f69421;
}
.icon-item.theme-orange svg path {
  stroke: #f69421;
}
.icon-item.theme-orange svg path.solid {
  fill: #f69421;
}
.icon-border {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ee273a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  padding: 1.2rem;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .icon-border {
    height: 100px;
    padding: 1.5rem;
    width: 100px;
  }
}
.icon-border--thick {
  border-width: 3px;
}
.icons-interact .icon-item .btn-arrow,
.icons-interact .icon-item__img,
.icons-interact .icon-item__img svg path,
.icons-interact .icon-item__info p,
.icons-interact .icon-item__info-title {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.icons-interact .icon-item__img {
  height: 100px;
  margin-bottom: 1rem;
  margin-right: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .icons-interact .icon-item__img {
    height: 120px;
    margin-bottom: 0;
    margin-right: 1rem;
    width: 120px;
  }
}
.icons-interact.bg-lightgray .icon-item__img svg path:not(.solid) {
  fill: #f4f4f4;
}
.icons-interact .icon-item__info {
  position: relative;
}
.icons-interact .icon-item .btn-arrow {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .icons-interact .icon-item .btn-arrow {
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
  }
}
.icons-interact .icon-item:hover .icon-item__info-title {
  color: #ee273a;
}
.icons-interact .icon-item:hover .icon-item__img {
  background-color: #ee273a;
}
.icons-interact .icon-item:hover svg path.solid:not(.solid--fixed) {
  fill: #fff;
}
.icons-interact .icon-item:hover svg path:not(.solid) {
  stroke: #fff;
}
.icons-interact .icon-item:hover .icon-info {
  border-color: #ee273a;
}
.icons-interact .icon-item:hover .icon-info svg path {
  fill: #ee273a;
}
@media screen and (min-width: 768px) {
  .icons-interact .icon-item:hover .icon-item__info-title,
  .icons-interact .icon-item:hover p:not(:only-child) {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  .icons-interact .icon-item:hover .btn-arrow {
    opacity: 1;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
}
.icons-interact.bg-lightgray
  .icon-item:hover
  svg
  path.solid:not(.solid--fixed) {
  fill: #f4f4f4;
}
.icons-interact.bg-lightgray .icon-item:hover svg path:not(.solid) {
  fill: #ee273a;
  stroke: #f4f4f4;
}
.icon-loading {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border: 0.15rem solid hsla(0, 0%, 100%, 0.2);
  border-radius: 50%;
  border-top-color: #fff;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.icon-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.1rem;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 1rem;
}
.icon-info:hover {
  border-color: #ee273a;
  color: #ee273a;
}
.icon-info svg {
  height: auto;
  max-width: 100%;
}
.js-inline-svg {
  max-width: 100%;
  visibility: hidden;
}
.js-inline-svg.svg-loaded {
  visibility: visible;
}
.round-infographic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (min-width: 768px) {
  .round-infographic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.round-infographic-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c1d3e0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .round-infographic-item {
    height: 30vw;
    width: 30vw;
  }
}
.round-infographic-item:before {
  border: 1px dashed #ee273a;
  border-radius: 50%;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: -1;
}
.round-infographic-item:first-child {
  margin-right: -0.2rem;
}
.round-infographic-item:last-child {
  margin-left: -0.2rem;
}
.round-infographic-item:hover:before {
  -webkit-animation: scaleRotating 20s linear infinite;
  animation: scaleRotating 20s linear infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.round-infographic-item--inner {
  background-color: #fff;
  border-radius: 50%;
  height: 59.2vw;
  position: relative;
  width: 59.2vw;
}
@media screen and (min-width: 768px) {
  .round-infographic-item--inner {
    height: 22.2vw;
    width: 22.2vw;
  }
}
.round-infographic-item--text {
  position: absolute;
  text-transform: uppercase;
  top: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.round-infographic-item:hover .round-infographic-item--text {
  color: #ee273a;
  top: 86%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.round-infographic-item:hover .vector {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.infographic-social .round-infographic-item--text {
  top: 103%;
}
.book {
  height: 354px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 250px;
}
.book ul {
  list-style: none;
}
.book :after,
.book :before {
  content: "";
}
.hardcover_front li:first-child {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #eee;
}
.hardcover_back li:first-child,
.hardcover_back li:last-child,
.hardcover_front li:last-child {
  background: #fffbec;
}
.book_spine li:first-child {
  background: #eee;
}
.book_spine li:last-child {
  background: #333;
}
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  background: #999;
}
.book .page {
  height: 98%;
  left: 3%;
  top: 1%;
  z-index: 10;
}
.book .page,
.book .page > li {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}
.book .page > li {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e1ddd8),
    to(#fffbf6)
  );
  background: linear-gradient(90deg, #e1ddd8, #fffbf6);
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: inset 0 -1px 2px rgba(50, 50, 50, 0.1),
    inset -1px 0 1px hsla(0, 0%, 59%, 0.2);
  box-shadow: inset 0 -1px 2px rgba(50, 50, 50, 0.1),
    inset -1px 0 1px hsla(0, 0%, 59%, 0.2);
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.book .page li:first-child {
  -webkit-transform: rotateY(-28deg);
  transform: rotateY(-28deg);
}
.book .page li:nth-child(2) {
  -webkit-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
}
.book .page li:nth-child(3) {
  -webkit-transform: rotateY(-32deg);
  transform: rotateY(-32deg);
}
.book .page li:nth-child(4) {
  -webkit-transform: rotateY(-34deg);
  transform: rotateY(-34deg);
}
.book .page li:nth-child(5) {
  -webkit-transform: rotateY(-36deg);
  transform: rotateY(-36deg);
}
.book .page > li:nth-child(3) {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.book .page > li:nth-child(4) {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hardcover_front {
  -webkit-transform: rotateY(-34deg) translateZ(8px);
  transform: rotateY(-34deg) translateZ(8px);
  z-index: 100;
}
.hardcover_back {
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
  transform: rotateY(-15deg) translateZ(-8px);
}
.book_spine,
.book_spine li,
.hardcover_back,
.hardcover_back li,
.hardcover_front,
.hardcover_front li {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}
.hardcover_back,
.hardcover_front {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hardcover_front {
  -webkit-transition: all 0.8s ease, z-index 0.6s;
  transition: all 0.8s ease, z-index 0.6s;
}
.hardcover_front li:first-child {
  cursor: default;
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hardcover_front li:last-child {
  -webkit-transform: rotateY(180deg) translateZ(2px);
  transform: rotateY(180deg) translateZ(2px);
}
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
  height: 100%;
  width: 4px;
}
.hardcover_front li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.hardcover_front li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  height: 250px;
  width: 4px;
}
.hardcover_front li:last-child:after {
  -webkit-transform: rotateX(90deg) rotate(90deg) translateZ(125px)
    translateX(-2px) translateY(-50%);
  transform: rotateX(90deg) rotate(90deg) translateZ(125px) translateX(-2px)
    translateY(-50%);
}
.hardcover_front li:last-child:before {
  -webkit-box-shadow: 0 0 30px 5px #333;
  box-shadow: 0 0 30px 5px #333;
  -webkit-transform: rotateX(90deg) rotate(90deg) translateZ(-140px)
    translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotate(90deg) translateZ(-140px) translateX(-2px)
    translateY(-78px);
  -webkit-transform: rotateX(90deg) rotate(90deg) translateZ(-227.5px)
    translateX(-2px) translateY(-50%);
  transform: rotateX(90deg) rotate(90deg) translateZ(-227.5px) translateX(-2px)
    translateY(-50%);
}
.hardcover_back li:first-child {
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
}
.hardcover_back li:last-child {
  -webkit-transform: translateZ(-2px);
  transform: translateZ(-2px);
}
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
  height: 100%;
  width: 4px;
}
.hardcover_back li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.hardcover_back li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
  height: 250px;
  width: 4px;
}
.hardcover_back li:last-child:after {
  -webkit-transform: rotateX(90deg) rotate(90deg) translateZ(125px)
    translateX(2px) translateY(-50%);
  transform: rotateX(90deg) rotate(90deg) translateZ(125px) translateX(2px)
    translateY(-50%);
}
.hardcover_back li:last-child:before {
  -webkit-box-shadow: 10px -1px 80px 20px #666;
  box-shadow: 10px -1px 80px 20px #666;
  -webkit-transform: rotateX(90deg) rotate(90deg) translateZ(-140px)
    translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotate(90deg) translateZ(-140px) translateX(2px)
    translateY(-78px);
  -webkit-transform: rotateX(90deg) rotate(90deg) translateZ(-227.5px)
    translateX(2px) translateY(-50%);
  transform: rotateX(90deg) rotate(90deg) translateZ(-227.5px) translateX(2px)
    translateY(-50%);
}
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  left: 0;
  position: absolute;
  top: 0;
}
.book_spine {
  -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  width: 16px;
  z-index: 0;
}
.book_spine li:first-child {
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
}
.book_spine li:last-child {
  -webkit-transform: translateZ(-2px);
  transform: translateZ(-2px);
}
.book_spine li:first-child:after,
.book_spine li:first-child:before {
  height: 100%;
  width: 4px;
}
.book_spine li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.book_spine li:first-child:before {
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
  transform: rotateY(-90deg) translateZ(-12px);
}
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  height: 16px;
  width: 4px;
}
.book_spine li:last-child:after {
  -webkit-transform: rotateX(90deg) rotate(90deg) translateZ(8px)
    translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotate(90deg) translateZ(8px) translateX(2px)
    translateY(-6px);
}
.book_spine li:last-child:before {
  -webkit-box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(90deg) rotate(90deg) translateZ(-345px)
    translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotate(90deg) translateZ(-345px) translateX(2px)
    translateY(-6px);
}
.book:hover > .hardcover_front {
  -webkit-transform: rotateY(-145deg) translateZ(0);
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}
.book:hover > .page li:first-child {
  -webkit-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.book:hover > .page li:nth-child(2) {
  -webkit-transform: rotateY(-35deg);
  transform: rotateY(-35deg);
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}
.book:hover > .page li:nth-child(3) {
  -webkit-transform: rotateY(-118deg);
  transform: rotateY(-118deg);
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}
.book:hover > .page li:nth-child(4) {
  -webkit-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}
.book:hover > .page li:nth-child(5) {
  -webkit-transform: rotateY(-140deg);
  transform: rotateY(-140deg);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.coverDesign {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.coverDesign,
.coverDesign:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.coverDesign:after {
  background-image: linear-gradient(
    -135deg,
    hsla(0, 0%, 100%, 0.15),
    transparent
  );
}
.coverDesign h1 {
  color: #fff;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  margin: 54% 0 0;
}
.coverDesign h1,
.coverDesign p {
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
.coverDesign p {
  color: #f8f8f8;
  font-size: 1em;
}
.ribbon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #222;
  color: #fff;
  display: block;
  font-family: Roboto;
  font-size: 0.7em;
  font-weight: 300;
  height: 20px;
  letter-spacing: 0.15em;
  line-height: 20px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 11px;
  -webkit-transform: rotate(45deg) translateZ(1px);
  transform: rotate(45deg) translateZ(1px);
  width: 40px;
  z-index: 10;
}
.ribbon:after,
.ribbon:before {
  border-bottom: 20px solid #222;
  border-top: 20px solid transparent;
  height: 0;
  position: absolute;
  top: -20px;
  width: 0;
}
.ribbon:before {
  border-left: 20px solid transparent;
  left: -20px;
}
.ribbon:after {
  border-right: 20px solid transparent;
  right: -20px;
}
.indicator-scroll {
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  display: inline-block;
  height: 2.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 1.5rem;
  will-change: opacity;
}
.indicator-scroll:before {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 0.45rem;
  top: 0.45rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0.15rem;
}
.indicator-scroll:before,
.indicator-swipe {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  will-change: opacity;
}
.indicator-swipe {
  -webkit-animation: animateSwipe 3s infinite;
  animation: animateSwipe 3s infinite;
  border-radius: 50%;
  display: inline-block;
  height: 3.5rem;
  top: 40%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 3.5rem;
  z-index: 1;
}
.indicator-swipe img {
  max-width: 100%;
}
.section-landing .indicator-swipe {
  opacity: 0;
  top: 60%;
}
@-webkit-keyframes animateSwipe {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes animateSwipe {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.timeline__dates-container {
  bottom: 2rem;
  position: absolute;
  width: 100%;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .timeline__dates-container {
    bottom: 5%;
  }
}
.timeline__dates {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.timeline__date {
  bottom: 0;
  color: #333;
  font-size: 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
.timeline__date:after {
  background-color: #ededed;
  border: 2px solid #d3d3d3;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 12px;
}
.timeline__date:hover:after {
  background-color: #ee273a;
  border-color: #ee273a;
}
@media screen and (max-width: 767px) {
  .timeline__date {
    font-size: 0.7em;
  }
}
.timeline__line {
  padding: 2rem 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 1;
}
.timeline__line:after,
.timeline__line:before {
  background-color: gray;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.timeline__line:after {
  background-color: red;
  width: 15%;
}
@media screen and (min-width: 768px) {
  .timeline__line:after {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .timeline__line:after {
    width: 30%;
  }
}
.timeline__line ol {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
.timeline__line li {
  position: relative;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .timeline__line li {
    width: 20%;
  }
}
.timeline__line li:before {
  background-color: gray;
  width: 100%;
}
.timeline__line li:after,
.timeline__line li:before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
}
.timeline__line li:after {
  background-color: red;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  z-index: 2;
}
.timeline__line.after-past:before {
  background-color: gray;
}
.timeline__line.after-past:after {
  width: 20%;
}
.timeline__line [data-year] {
  color: transparent;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 0;
}
.timeline__line [data-year]:before {
  color: red;
  content: attr(data-year);
  font-size: 1rem;
  position: absolute;
  top: calc(100% + 1rem);
}
.timeline__line [data-year]:hover {
  color: transparent;
}
.timeline__line .hide-year[data-year]:before {
  opacity: 0;
}
.timeline__line-item--past:after,
.timeline__line-item--prev:after {
  width: 100% !important;
}
.timeline__line-item--active a:after,
.timeline__line-item--past a:after {
  background-color: #ee273a;
  border-color: #ee273a;
}
.timeline__line-item--active {
  pointer-events: none;
}
.timeline__line-item--active a:after {
  -webkit-transform: scaleY(3);
  transform: scaleY(3);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.timeline__line--bullet .timeline__line-item--active a:after {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.timeline__line-item--active + .swiper-slide:last-child a:after {
  -webkit-transform: scaleY(3) scaleX(1);
  transform: scaleY(3) scaleX(1);
}
.timeline__line--bullet
  .timeline__line-item--active
  + .swiper-slide:last-child
  a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.timeline__navigation-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
}
.timeline__navigation {
  background-color: #fff;
  position: absolute;
  top: 70%;
  z-index: 2;
}
.timeline__navigation:hover {
  border-color: #ee273a;
}
.timeline__navigation--prev {
  left: 6%;
}
.timeline__navigation--next {
  right: 6%;
}
@media screen and (min-width: 768px) {
  .timeline__navigation--next {
    right: 8%;
  }
}
.timeline__navigation.swiper-button-disabled {
  border-color: gray;
}
.timeline__navigation.swiper-button-disabled .arrow,
.timeline__navigation.swiper-button-disabled .arrow:after,
.timeline__navigation.swiper-button-disabled .arrow:before {
  background-color: gray;
}
.timeline__navigation.swiper-button-disabled:hover,
.timeline__navigation.swiper-button-disabled:hover .arrow {
  -webkit-transform: none;
  transform: none;
}
.timeline__navigation.swiper-button-disabled.btn--red {
  background-color: gray;
  border-color: #fff;
  opacity: 0.8;
}
.timeline__navigation.swiper-button-disabled.btn--red .arrow,
.timeline__navigation.swiper-button-disabled.btn--red .arrow:after,
.timeline__navigation.swiper-button-disabled.btn--red .arrow:before {
  background-color: #fff;
}
.timeline__events {
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  width: 100%;
}
.timeline__events > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.timeline__event {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 2rem 5rem;
}
@media screen and (min-width: 768px) {
  .timeline__event {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 3rem 5rem;
  }
}
.timeline__event-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .timeline__event-content {
    display: grid;
    gap: 2rem;
    grid-template-columns: 50% auto;
    padding-top: 0;
  }
  .timeline__event-info:only-child {
    grid-column-end: span 2;
  }
}
.timeline__event-title {
  color: #333;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h2.timeline__event-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  h2.timeline__event-title {
    font-size: 2.5rem;
  }
}
.timeline__event-description,
.timeline__event-title {
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.timeline__event-date {
  display: block;
  font-style: italic;
  margin: 1rem auto;
}
.timeline__event-date:before {
  content: "- ";
}
.timeline__event-img {
  overflow: hidden;
  position: relative;
}
.timeline__event-img-rect {
  background-color: #e6e6e6;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}
.timeline__event-img-rect.has-animated {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.timeline__event.swiper-slide-active .timeline__event-description > small {
  font-weight: 600;
}
.timeline__event.swiper-slide-active
  ~ .swiper-slide
  .timeline__event-description,
.timeline__event.swiper-slide-active ~ .swiper-slide .timeline__event-title {
  opacity: 0.5;
}
.timeline__event.swiper-slide-active
  + .swiper-slide:nth-last-child(2)
  .timeline__event-description
  > small,
.timeline__event.swiper-slide-active
  ~ .swiper-slide:last-child
  .timeline__event-description
  > small {
  font-weight: 600;
}
.timeline__event.swiper-slide-active
  + .swiper-slide:nth-last-child(2)
  .timeline__event-description,
.timeline__event.swiper-slide-active
  + .swiper-slide:nth-last-child(2)
  .timeline__event-title,
.timeline__event.swiper-slide-active
  ~ .swiper-slide:last-child
  .timeline__event-description,
.timeline__event.swiper-slide-active
  ~ .swiper-slide:last-child
  .timeline__event-title {
  opacity: 1;
}
.timeline-section--static-height .timeline__event,
.timeline-section--static-height .timeline__events,
.timeline-section--static-height.timeline-section {
  min-height: 600px;
}
.theme--dark-even .timeline__event:nth-child(2n) {
  background-color: #333;
}
.theme--dark-even .timeline__event:nth-child(2n) .timeline__event-content,
.theme--dark-even .timeline__event:nth-child(2n) .timeline__event-title {
  color: #fff;
}
.timeline__event--card {
  background-color: #fff;
}
.timeline__event--card .timeline__event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  height: 100%;
  max-width: 500px;
  padding: 1rem;
}
.timeline__event--calendar {
  border-bottom: 1px solid #d3d3d3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .timeline__event--calendar {
    border-bottom: none;
    max-width: 370px;
  }
}
.timeline__event--calendar:last-child {
  border-bottom: none;
}
.timeline__event--calendar .timeline__event-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-template-columns: auto 1fr;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .timeline__event--calendar .timeline__event-content {
    gap: 1rem;
  }
}
.timeline__event--calendar .timeline__event-content > :first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .timeline__event--calendar .timeline__event-content > :first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-self: flex-end;
    margin-right: 0;
  }
}
.timeline__event--calendar .timeline__event-title {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .timeline__event--calendar .timeline__event-title {
    font-size: 2rem;
  }
}
.timeline__event--calendar .timeline__event-description,
.timeline__event--calendar .timeline__event-description p:last-child {
  margin-bottom: 0;
}
.investor-relations .timeline__event.timeline__event--calendar {
  margin-left: 0;
  margin-right: 0;
}
.scrollesel {
  display: grid;
  gap: 10px;
}
.scrollesel__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  max-height: 250px;
  min-height: 100px;
}
@media screen and (min-width: 768px) {
  .scrollesel__row {
    height: 25vh;
  }
}
@media screen and (min-width: 992px) {
  .scrollesel__row {
    height: auto;
  }
}
.scrollesel__row img {
  margin: 0 5px;
  max-height: 100%;
}
.compare-image-container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.compare-image-container img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
}
.compare-image-label {
  bottom: 0;
  color: #fff;
  opacity: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s,
    -webkit-transform 0.3s 0.7s;
  visibility: hidden !important;
}
.compare-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .compare-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.compare-resize-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 2px 0 #fff;
  box-shadow: 2px 0 #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 0;
}
.compare-resize-img img {
  display: block;
  height: 100%;
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  width: auto;
}
.compare-resize-img .compare-image-label {
  left: 0;
  right: auto;
}
.is-visible .compare-resize-img {
  -webkit-animation: compare-bounce-in 0.7s;
  animation: compare-bounce-in 0.7s;
  width: 50%;
}
@-webkit-keyframes compare-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  to {
    width: 50%;
  }
}
@keyframes compare-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  to {
    width: 50%;
  }
}
.compare-handle {
  background: #d3d3d3 url(../img/icons/cd-arrows.svg) no-repeat 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 hsla(0, 0%, 100%, 0.3);
  cursor: move;
  height: 44px;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  opacity: 0;
  position: absolute;
  top: 70%;
  -webkit-transform: translateZ(0) scale(0);
  transform: translateZ(0) scale(0);
  width: 44px;
}
.compare-handle.draggable {
  background-color: gray;
}
.is-visible .compare-handle {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}
.list-gutter-1 li {
  margin-bottom: 0.5rem;
}
.list-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
.list-grid li {
  grid-row-start: var(--list-index);
}
@media (min-width: 768px) {
  .list-grid-md {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
  }
  .list-grid-md li {
    grid-row-start: var(--list-index);
  }
}
.list-counter--lg {
  counter-reset: list-grid;
  list-style: none;
}
.list-counter--lg li a {
  color: #333;
  font-size: 1.1rem;
  font-weight: 700;
  height: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .list-counter--lg li a {
    font-size: 1.3rem;
  }
}
.list-counter--lg li a:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ee273a;
  border-radius: 50%;
  color: #ee273a;
  content: counter(list-grid);
  counter-increment: list-grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 1.5rem;
  font-weight: 700;
  height: 3.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
  padding-top: 0.3rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 3.5rem;
}
.list-gradient li a:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ee273a),
    to(#f25665)
  );
  background-image: linear-gradient(90deg, #ee273a, #f25665);
  color: #fff;
}
.list-gradient li a:hover:before {
  color: #fff;
}
.list-gradient li a:hover:after {
  background-color: #fff;
}
.list-counter ol,
.list-counter ul {
  counter-reset: list-counter;
  padding-left: 3rem;
}
.list-counter li {
  margin-bottom: 1rem;
  position: relative;
}
.list-counter li:after {
  border: 1px solid #ee273a;
  border-color: var(--theme-color);
  border-radius: 50%;
  color: #ee273a;
  color: var(--theme-color);
  content: counter(list-counter);
  counter-increment: list-counter;
  left: -3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .list-counter li {
    margin-bottom: 0.5rem;
  }
}
.list-counter--round li:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.3rem;
  width: 25px;
}
@media (min-width: 768px) {
  .list-counter-md-none ol,
  .list-counter-md-none ul {
    padding-left: 1rem;
  }
  .list-counter-md-none li:after {
    display: none;
  }
}
.overbox-container {
  background-color: gray;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.overbox-container.is-open {
  z-index: 20;
}
.overbox-bg {
  background-position: 50%;
  background-size: cover;
}
.overbox-bg,
.overbox-bg:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.overbox-bg:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}
[data-micromodal-trigger] {
  cursor: pointer;
}
.modal__overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal__overlay:focus {
  outline: none;
}
.modal__container,
.modal__container-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 80vh;
  max-width: 90%;
  min-height: 70vh;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal__container,
  .modal__container-video {
    max-height: 90vh;
    max-width: 80%;
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal__container,
  .modal__container-video {
    max-width: 70%;
  }
}
@media screen and (min-width: 1366px) {
  .modal__container,
  .modal__container-video {
    max-width: 900px;
  }
}
.has-gri.modal__container-video,
.modal__container.has-gri {
  padding-bottom: 5rem;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal__bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.modal__bg,
.modal__bg:before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal__bg:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
}
.modal__bg.bg-position-top {
  background-position-y: top;
}
.modal__bg.bg-position-bottom {
  background-position-y: bottom;
}
.modal__icons {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  margin-bottom: 2rem;
  padding-right: 4rem;
}
@media screen and (min-width: 568px) {
  .modal__icons {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .modal__icons {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  }
}
.modal__title {
  margin-bottom: 0;
  margin-top: 0;
}
.modal__title .arrow {
  display: none;
}
.modal__close {
  border: 0;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.modal__inner {
  overflow-y: auto;
}
.modal__content {
  color: #333;
  margin-top: 2rem;
  overflow-y: auto;
  padding-bottom: 1rem;
}
.modal__content .btn-arrow b {
  max-width: 95%;
}
.modal__content img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}
.modal__content.text-white p a:only-child {
  color: #fff;
  font-weight: 700;
  margin-top: 1rem;
  max-width: 95%;
}
.modal__gri {
  max-width: 80%;
}
.modal__footer-ci {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
  padding: 1rem 0;
  position: relative;
}
.modal__footer-ci:before {
  background-color: #ee273a;
  content: "";
  height: 2px;
  left: -2rem;
  position: absolute;
  top: 0;
  width: calc(100% + 4rem);
}
@media screen and (min-width: 768px) {
  .modal__footer-ci:before {
    left: -3rem;
    width: calc(100% + 6rem);
  }
}
.modal__footer-ci .footer-ci__img {
  max-width: 100px;
}
.modal__container-video {
  min-height: 0;
  overflow: visible;
}
.modal__container-video .modal__video {
  opacity: 0;
  visibility: hidden;
}
.modal__container-video .modal__close {
  right: -1.2rem;
  top: -1.2rem;
  z-index: 2;
}
.is-open .modal__video {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) 0.3s forwards;
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) 0.3s forwards;
  visibility: visible;
}
@-webkit-keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container,
.micromodal-slide[aria-hidden="false"] .modal__container-video {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container,
.micromodal-slide[aria-hidden="true"] .modal__container-video {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__container-video,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.event-item {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .event-item {
    margin-bottom: 0;
  }
}
.event-item img {
  display: block;
  margin: auto auto 1rem;
}
.event-item__img {
  background-position: top;
  background-size: cover;
  height: 58vw;
  margin-bottom: 1rem;
}
@media screen and (min-width: 568px) {
  .event-item__img {
    height: 340px;
  }
}
@media screen and (min-width: 768px) {
  .event-item__img {
    height: 235px;
  }
}
@media screen and (min-width: 992px) {
  .event-item__img {
    height: 205px;
  }
}
@media screen and (min-width: 1200px) {
  .event-item__img {
    height: 250px;
  }
}
.choices,
.event-item__description {
  margin-bottom: 0;
}
.choices__inner {
  background-color: transparent;
}
.choices__inner .choices__list--single .choices__item {
  color: #333;
  text-align: center;
}
.form-transparent {
  border-radius: 30px;
  text-align: center;
}
.form-transparent,
.form-transparent:focus {
  background-color: transparent;
  color: #fff;
}
.custom-file-input {
  cursor: pointer;
}
.custom-file-input + .form-transparent:after {
  display: none;
}
form .btn-arrow:after {
  right: 0;
}
.form-underline {
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
  padding-left: 0.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .form-underline {
    text-align: left;
  }
}
.form-underline:focus {
  border-color: #ee273a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-underline--white {
  border-color: hsla(0, 0%, 100%, 0.5);
}
.selection__list {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-top-color: transparent;
  left: 0;
  margin-left: -1px;
  max-height: 0;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  width: calc(100% + 2px);
  will-change: max-height;
  z-index: 5;
}
.selection__list-items {
  padding: 1rem;
}
.selection__list-item {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 0.5rem 1rem;
}
.selection__list-item:hover {
  background-color: #ededed;
  color: #333;
  text-decoration: none;
}
.is-open .selection__list {
  border-top: 1px solid #d3d3d3;
  max-height: 250px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.checkbox--group p {
  margin-bottom: 0;
}
.checkbox--group .danger {
  margin-bottom: 0.5rem;
}
.checkbox--group .checkbox,
.checkbox--group .checkbox--set {
  margin-bottom: 0.5rem;
  position: relative;
}
.checkbox--group input {
  height: 18px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.checkbox--group .custom-checkbox {
  height: 18px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 18px;
}
.checkbox--group .custom-checkbox:after,
.checkbox--group .custom-checkbox:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.checkbox--group .custom-checkbox:before {
  border: 2px solid #ced1d2;
}
.checkbox--group .checksquare:after {
  background: #ced1d2;
  height: calc(100% - 8px);
  left: 50%;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: calc(100% - 8px);
}
.checkbox--group .checkmark {
  height: 9px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 2.7px;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 3px;
}
.checkbox--group .checkmark:after,
.checkbox--group .checkmark:before {
  background-color: #333;
  content: "";
  position: absolute;
  top: 0;
}
.checkbox--group .checkmark:before {
  height: 2px;
  left: 0;
  top: 7.2px;
  width: 3px;
}
.checkbox--group .checkmark:after {
  height: 9px;
  left: 2.7px;
  width: 2px;
}
.checkbox--group label {
  cursor: pointer;
  font-size: 0.9rem;
  margin-left: 33px;
}
.checkbox--group input:checked + .custom-checkbox:before {
  border-color: #333;
}
.checkbox--group input:checked + .custom-checkbox.checksquare:after {
  background: #333;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.checkbox--group input:checked + .custom-checkbox .checkmark {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes scaleRotating {
  0% {
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(1turn);
    transform: scale(1.1) rotate(1turn);
  }
}
@keyframes scaleRotating {
  0% {
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(1turn);
    transform: scale(1.1) rotate(1turn);
  }
}
@-webkit-keyframes animateXAxis {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@keyframes animateXAxis {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@-webkit-keyframes animateLeftCloud {
  0% {
    -webkit-transform: translateX(-10%) translateY(-50%);
    transform: translateX(-10%) translateY(-50%);
  }
  to {
    -webkit-transform: translateX(-5%) translateY(-50%);
    transform: translateX(-5%) translateY(-50%);
  }
}
@keyframes animateLeftCloud {
  0% {
    -webkit-transform: translateX(-10%) translateY(-50%);
    transform: translateX(-10%) translateY(-50%);
  }
  to {
    -webkit-transform: translateX(-5%) translateY(-50%);
    transform: translateX(-5%) translateY(-50%);
  }
}
@-webkit-keyframes animateReversedLeftCloud {
  0% {
    -webkit-transform: translateX(-20%) translateY(-50%) scaleX(-1);
    transform: translateX(-20%) translateY(-50%) scaleX(-1);
  }
  to {
    -webkit-transform: translateX(-10%) translateY(-50%) scaleX(-1);
    transform: translateX(-10%) translateY(-50%) scaleX(-1);
  }
}
@keyframes animateReversedLeftCloud {
  0% {
    -webkit-transform: translateX(-20%) translateY(-50%) scaleX(-1);
    transform: translateX(-20%) translateY(-50%) scaleX(-1);
  }
  to {
    -webkit-transform: translateX(-10%) translateY(-50%) scaleX(-1);
    transform: translateX(-10%) translateY(-50%) scaleX(-1);
  }
}
@-webkit-keyframes animateRightCloud {
  0% {
    -webkit-transform: translateX(10%) translateY(-50%);
    transform: translateX(10%) translateY(-50%);
  }
  to {
    -webkit-transform: translateX(5%) translateY(-50%);
    transform: translateX(5%) translateY(-50%);
  }
}
@keyframes animateRightCloud {
  0% {
    -webkit-transform: translateX(10%) translateY(-50%);
    transform: translateX(10%) translateY(-50%);
  }
  to {
    -webkit-transform: translateX(5%) translateY(-50%);
    transform: translateX(5%) translateY(-50%);
  }
}
@-webkit-keyframes animateReversedRightCloud {
  0% {
    -webkit-transform: translateX(20%) translateY(-50%) scaleX(-1);
    transform: translateX(20%) translateY(-50%) scaleX(-1);
  }
  to {
    -webkit-transform: translateX(10%) translateY(-50%) scaleX(-1);
    transform: translateX(10%) translateY(-50%) scaleX(-1);
  }
}
@keyframes animateReversedRightCloud {
  0% {
    -webkit-transform: translateX(20%) translateY(-50%) scaleX(-1);
    transform: translateX(20%) translateY(-50%) scaleX(-1);
  }
  to {
    -webkit-transform: translateX(10%) translateY(-50%) scaleX(-1);
    transform: translateX(10%) translateY(-50%) scaleX(-1);
  }
}
.line-follow {
  -webkit-animation: line-follow 3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite
    normal;
  animation: line-follow 3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite normal;
}
@-webkit-keyframes line-follow {
  0% {
    height: 0%;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes line-follow {
  0% {
    height: 0%;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
}
@-webkit-keyframes pulse-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 39, 58, 0.7);
    box-shadow: 0 0 0 0 rgba(238, 39, 58, 0.7);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(238, 39, 58, 0);
    box-shadow: 0 0 0 10px rgba(238, 39, 58, 0);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 39, 58, 0);
    box-shadow: 0 0 0 0 rgba(238, 39, 58, 0);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes pulse-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 39, 58, 0.7);
    box-shadow: 0 0 0 0 rgba(238, 39, 58, 0.7);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(238, 39, 58, 0);
    box-shadow: 0 0 0 10px rgba(238, 39, 58, 0);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 39, 58, 0);
    box-shadow: 0 0 0 0 rgba(238, 39, 58, 0);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.fade-in {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.image-col {
  position: relative;
}
[data-aos="overlap-slide"] {
  overflow: hidden;
}
[data-aos="overlap-slide"]:after {
  background-color: #e6e6e6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
[data-aos="overlap-slide"] .bg {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0.4s,
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s ease 0.4s,
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s ease 0.4s,
    transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s ease 0.4s,
    transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-aos="overlap-slide"] img {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-aos="overlap-slide"].aos-animate .bg,
[data-aos="overlap-slide"].aos-animate img {
  opacity: 1;
}
[data-aos="overlap-slide"].aos-animate:after {
  -webkit-animation: overlapSlide 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) normal;
  animation: overlapSlide 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) normal;
}
@-webkit-keyframes overlapSlide {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  70% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes overlapSlide {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  70% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="50"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="50"].aos-animate:after {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="100"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="100"].aos-animate:after {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="150"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="150"].aos-animate:after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="200"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="200"].aos-animate:after {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="250"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="250"].aos-animate:after {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="300"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="300"].aos-animate:after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="350"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="350"].aos-animate:after {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="400"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="400"].aos-animate:after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="450"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="450"].aos-animate:after {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="500"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="500"].aos-animate:after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="550"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="550"].aos-animate:after {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="600"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="600"].aos-animate:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="650"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="650"].aos-animate:after {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="700"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="700"].aos-animate:after {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="750"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="750"].aos-animate:after {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="800"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="800"].aos-animate:after {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="850"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="850"].aos-animate:after {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="900"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="900"].aos-animate:after {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="950"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="950"].aos-animate:after {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1000"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1000"].aos-animate:after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1050"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1050"].aos-animate:after {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1100"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1100"].aos-animate:after {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1150"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1150"].aos-animate:after {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1200"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1200"].aos-animate:after {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1250"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1250"].aos-animate:after {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1300"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1300"].aos-animate:after {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1350"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1350"].aos-animate:after {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1400"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1400"].aos-animate:after {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1450"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1450"].aos-animate:after {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1500"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1500"].aos-animate:after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1550"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1550"].aos-animate:after {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1600"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1600"].aos-animate:after {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1650"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1650"].aos-animate:after {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1700"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1700"].aos-animate:after {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1750"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1750"].aos-animate:after {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1800"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1800"].aos-animate:after {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1850"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1850"].aos-animate:after {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1900"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1900"].aos-animate:after {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1950"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="1950"].aos-animate:after {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2000"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2000"].aos-animate:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2050"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2050"].aos-animate:after {
  -webkit-animation-delay: 2.05s;
  animation-delay: 2.05s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2100"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2100"].aos-animate:after {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2150"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2150"].aos-animate:after {
  -webkit-animation-delay: 2.15s;
  animation-delay: 2.15s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2200"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2200"].aos-animate:after {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2250"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2250"].aos-animate:after {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2300"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2300"].aos-animate:after {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2350"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2350"].aos-animate:after {
  -webkit-animation-delay: 2.35s;
  animation-delay: 2.35s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2400"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2400"].aos-animate:after {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2450"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2450"].aos-animate:after {
  -webkit-animation-delay: 2.45s;
  animation-delay: 2.45s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2500"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2500"].aos-animate:after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2550"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2550"].aos-animate:after {
  -webkit-animation-delay: 2.55s;
  animation-delay: 2.55s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2600"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2600"].aos-animate:after {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2650"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2650"].aos-animate:after {
  -webkit-animation-delay: 2.65s;
  animation-delay: 2.65s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2700"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2700"].aos-animate:after {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2750"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2750"].aos-animate:after {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2800"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2800"].aos-animate:after {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2850"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2850"].aos-animate:after {
  -webkit-animation-delay: 2.85s;
  animation-delay: 2.85s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2900"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2900"].aos-animate:after {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2950"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="2950"].aos-animate:after {
  -webkit-animation-delay: 2.95s;
  animation-delay: 2.95s;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="3000"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
[data-aos="overlap-slide"][data-aos][data-aos-delay="3000"].aos-animate:after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
#cssda-badge {
  background: #ededed;
  border-radius: 60px;
  bottom: 5rem;
  cursor: pointer;
  height: 60px;
  position: fixed;
  right: 1rem;
  -webkit-transition: all 0.25s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  transition: all 0.25s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  width: 60px;
  z-index: 8;
}
#cssda-badge:hover {
  -webkit-animation: bounce 0.75s linear both;
  animation: bounce 0.75s linear both;
  background: #673ab7;
}
#cssda-badge svg {
  fill: #000;
  height: 60px;
  position: absolute;
  width: 60px;
}
#cssda-badge:hover svg {
  fill: #ededed;
}
.cssda-badge-content {
  height: 60px;
  position: absolute;
  -webkit-transition: all 0.12s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  transition: all 0.12s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  width: 60px;
}
#cssda-badge:hover .cssda-badge-content {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
#cssda-badge:hover #cssda-badge-logo {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 700px) {
  #cssda-badge {
    bottom: 4rem;
    right: 1rem;
  }
  #cssda-badge,
  #cssda-badge svg {
    height: 48px;
    width: 48px;
  }
  #cssda-badge-logo {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  #cssda-badge:hover #cssda-badge-logo {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  #cssda-badge-award,
  #cssda-badge-title {
    display: none;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(1.032, 0, 0, 1.041, 0, 0);
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(1.045, 0, 0, 1.06, 0, 0);
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(1.066, 0, 0, 1.089, 0, 0);
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(1.088, 0, 0, 1.117, 0, 0);
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(1.094, 0, 0, 1.123, 0, 0);
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(1.112, 0, 0, 1.133, 0, 0);
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(1.114, 0, 0, 1.133, 0, 0);
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(1.121, 0, 0, 1.124, 0, 0);
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(1.121, 0, 0, 1.119, 0, 0);
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(1.12, 0, 0, 1.107, 0, 0);
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(1.115, 0, 0, 1.096, 0, 0);
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(1.113, 0, 0, 1.094, 0, 0);
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(1.106, 0, 0, 1.09, 0, 0);
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(1.105, 0, 0, 1.09, 0, 0);
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(1.098, 0, 0, 1.096, 0, 0);
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(1.097, 0, 0, 1.098, 0, 0);
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(1.096, 0, 0, 1.102, 0, 0);
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(1.097, 0, 0, 1.103, 0, 0);
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(1.099, 0, 0, 1.101, 0, 0);
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86%,
  63.26% {
    -webkit-transform: matrix(1.101, 0, 0, 1.099, 0, 0);
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28%,
  85.49%,
  90.69%,
  to {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    -webkit-transform: matrix(1.032, 0, 0, 1.041, 0, 0);
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    -webkit-transform: matrix(1.045, 0, 0, 1.06, 0, 0);
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    -webkit-transform: matrix(1.066, 0, 0, 1.089, 0, 0);
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    -webkit-transform: matrix(1.088, 0, 0, 1.117, 0, 0);
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    -webkit-transform: matrix(1.094, 0, 0, 1.123, 0, 0);
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    -webkit-transform: matrix(1.112, 0, 0, 1.133, 0, 0);
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    -webkit-transform: matrix(1.114, 0, 0, 1.133, 0, 0);
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    -webkit-transform: matrix(1.121, 0, 0, 1.124, 0, 0);
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    -webkit-transform: matrix(1.121, 0, 0, 1.119, 0, 0);
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    -webkit-transform: matrix(1.12, 0, 0, 1.107, 0, 0);
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    -webkit-transform: matrix(1.115, 0, 0, 1.096, 0, 0);
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    -webkit-transform: matrix(1.113, 0, 0, 1.094, 0, 0);
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    -webkit-transform: matrix(1.106, 0, 0, 1.09, 0, 0);
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    -webkit-transform: matrix(1.105, 0, 0, 1.09, 0, 0);
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    -webkit-transform: matrix(1.098, 0, 0, 1.096, 0, 0);
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    -webkit-transform: matrix(1.097, 0, 0, 1.098, 0, 0);
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    -webkit-transform: matrix(1.096, 0, 0, 1.102, 0, 0);
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    -webkit-transform: matrix(1.097, 0, 0, 1.103, 0, 0);
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    -webkit-transform: matrix(1.099, 0, 0, 1.101, 0, 0);
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86%,
  63.26% {
    -webkit-transform: matrix(1.101, 0, 0, 1.099, 0, 0);
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28%,
  85.49%,
  90.69%,
  to {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}
.article-prose > div > ol {
  list-style: lower-alpha;
}
.article-prose > div > ol li > ol {
  list-style: lower-roman;
}
.article-prose > div > ol li > ol li > ol {
  list-style: disc;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#outdated {
  background-color: #fff !important;
  padding: 24px;
}
#outdated h6,
#outdated p {
  color: #333 !important;
}
#outdated #buttonUpdateBrowser {
  background-color: transparent !important;
  border: none !important;
  color: #333 !important;
  font-weight: 700;
  margin-bottom: 12px;
  text-decoration: underline;
}
#outdated #buttonCloseUpdateBrowser {
  color: #333 !important;
  font-weight: 100;
}
section .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-landing {
  height: 60vh;
}
@media screen and (min-width: 768px) {
  .section-landing {
    height: 85vh;
  }
}
.section-landing .section-bg,
.section-landing .section-bg-mobile {
  background-position: 50%;
}
.section-landing .section-header {
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .section-landing .section-header {
    padding: 0;
  }
}
.section-landing .section-header h1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-landing .section-header h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .section-landing .section-header h1 {
    font-size: 2.5rem;
  }
}
.section-landing .section-header h1[data-splitting] {
  opacity: 0;
}
.section-landing .section-header h1[data-splitting][data-animate="true"] {
  opacity: 1;
}
.section-landing__youtube {
  height: 56.25vw;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .section-landing__youtube {
    height: 85vh;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-landing__youtube .bg-overlay--black-gradient,
  .section-landing__youtube .bg-overlay--white-gradient {
    display: none;
  }
}
.landing-bg {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.landing-bg .section-bg,
.landing-bg .section-bg-mobile {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.landing-bg .section-bg-mobile.is-animated,
.landing-bg .section-bg.is-animated {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.landing-description p > * {
  font-size: 110%;
}
.section-bg-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-bg,
.section-bg-mobile {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-bg-mobile.is-black-overlay:after,
.section-bg.is-black-overlay:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.section-bg-mobile.is-gradient-overlay:after,
.section-bg.is-gradient-overlay:after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(0deg, #000, transparent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.section-bg-mobile.is-top,
.section-bg.is-top {
  background-position: top;
}
.section-bg-mobile.is-center,
.section-bg.is-center {
  background-position: 50%;
}
.section-bg-mobile.is-bottom,
.section-bg.is-bottom {
  background-position: bottom;
  bottom: 0;
  top: auto;
}
.section-inner {
  width: 100%;
}
.section-header .emp {
  color: #274bee;
}
.section-header--absolute {
  position: absolute;
  top: 2rem;
}
footer {
  background-color: #333;
  border-top: 2px solid #ee273a;
  min-height: 20vh;
  padding: 2rem 1rem 1.5rem;
  position: relative;
  z-index: 100;
}
footer hr {
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}
footer form input:-internal-autofill-previewed,
footer form input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff !important;
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
}
footer form input:-webkit-autofill,
footer form input:-webkit-autofill:active,
footer form input:-webkit-autofill:focus,
footer form input:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff !important;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  -webkit-box-shadow: inset 0 0 0 1000px #333;
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-info {
    display: grid;
    grid-template-columns: 40% 1fr 1fr;
    padding: 0 2rem;
    text-align: left;
  }
}
.footer-info h6 {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
[class^="footer-info__"] {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  [class^="footer-info__"] {
    margin-bottom: 0;
  }
}
.footer-info__brand p {
  font-size: 0.9rem;
}
.footer-info__subscribe [type="submit"] {
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-info__subscribe .arrow {
  margin-left: 0;
  width: 1rem;
}
.footer-info__subscribe .arrow:after,
.footer-info__subscribe .arrow:before {
  width: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-info__social {
    text-align: right;
  }
}
.footer-info__social a {
  margin-right: 0.5rem;
}
.footer-info__social a:last-child {
  margin-right: 0;
}
.footer-disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.8rem;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-disclaimer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem;
    text-align: left;
  }
}
.footer-disclaimer__links {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-disclaimer__links {
    text-align: right;
  }
}
.footer-disclaimer__links a {
  color: #fff;
}
.footer-disclaimer__links a:after {
  content: "|";
  margin: 0 0.5rem;
}
.footer-disclaimer__links a:last-child:after {
  display: none;
}
[class^="footer-disclaimer__"]:last-child {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  [class^="footer-disclaimer__"]:last-child {
    margin-top: 0;
  }
}
.footer__forefront {
  display: inline-block;
}
.footer__forefront svg {
  margin-bottom: -1px;
  margin-left: 3px;
  vertical-align: baseline;
  width: 5px;
}
.regsitration-number {
  color: #fff !important;
}
.cookie-consent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 1.5rem 1rem 1rem;
  position: fixed;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .cookie-consent {
    padding: 1.5rem 2rem 1rem;
  }
}
.cookie-consent.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cookie-consent p {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.cookie-consent p a {
  text-decoration: underline;
}
.cookie-consent a {
  color: #fff;
  cursor: pointer;
}
.cookie-consent .consent__close {
  margin-left: 1rem;
  position: relative;
}
.cookie-consent .consent__close:before {
  border-radius: 0.3rem;
  content: "✕";
  padding: 0.5rem 0.5rem 0.3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: background-color;
}
.cookie-consent .consent__close:hover:before {
  background-color: #1a1a1a;
}
.home .vector {
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.home .vector-house {
  max-width: 115%;
}
.home .vector-sun {
  bottom: 32%;
  max-width: 40%;
  position: absolute;
  right: 0;
}
.home .vector-sun.animate {
  -webkit-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}
.home .vector-cloud--outer {
  left: 0;
  max-width: 30%;
  position: absolute;
  top: 13%;
}
.home .vector-cloud--outer.animate {
  -webkit-animation: animateXAxis 5s cubic-bezier(0.645, 0.045, 0.355, 1)
    infinite alternate;
  animation: animateXAxis 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
    alternate;
}
.home .vector-cloud--inner {
  bottom: 60%;
  left: 10%;
  max-width: 30%;
  position: absolute;
}
.home .vector-cloud--inner.animate {
  -webkit-animation: animateXAxis 5s cubic-bezier(0.645, 0.045, 0.355, 1)
    infinite alternate;
  animation: animateXAxis 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
    alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.home .vector-tree-1 {
  left: 3%;
}
.home .vector-tree-1,
.home .vector-tree-2 {
  bottom: -2%;
  max-width: 14%;
  position: absolute;
}
.home .vector-tree-2 {
  left: 10%;
}
.home .vector-tree-3 {
  bottom: -2%;
  max-width: 14%;
  position: absolute;
  right: 10%;
}
.home .vector-social-1 {
  justify-self: flex-end;
  max-width: 70%;
  right: -10%;
  top: -10%;
}
.home .vector-social-2 {
  bottom: 7%;
  left: 5%;
  max-width: 100%;
  position: absolute;
}
.home .vector-social-3 {
  bottom: -2%;
  max-width: 55%;
  position: absolute;
  right: 15%;
}
.home .vector-social-4 {
  bottom: -2%;
  left: 12%;
  max-width: 35%;
  position: absolute;
}
.home .vector-weight {
  max-width: 110%;
}
.home .vector-weight-top {
  max-width: 75%;
  position: absolute;
  top: 30%;
}
.home .vector-books {
  bottom: 3%;
  left: -2%;
  max-width: 30%;
  position: absolute;
}
.home .vector-money {
  bottom: 1%;
  max-width: 20%;
  position: absolute;
  right: 5%;
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .home #section-landing {
      min-height: -webkit-fill-available;
    }
  }
}
.home #section-landing .bg-overlay--white-gradient {
  z-index: 2;
}
.home #section-landing .bg-overlay--white-gradient:before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
  opacity: 1;
}
.home #section-landing .bg-overlay--black-gradient {
  z-index: 2;
}
.home #section-landing .bg-overlay--black-gradient:before {
  opacity: 1;
}
.home #section-landing .bg-gradient__linear--white-fade {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}
.home #section-landing .landing-slider {
  z-index: unset;
}
.home #section-landing .landing-slide {
  height: 100vh;
  overflow: hidden;
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .home #section-landing .landing-slide {
      height: -webkit-fill-available;
    }
  }
}
.home #section-landing .landing-slider .bg-overlay:before {
  height: 50vh;
}
.home #section-landing .landing-slide__text.slide__text--left {
  bottom: 20%;
  left: 10%;
  right: auto;
  text-align: left;
  top: auto;
}
.mask-landing {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.mask-landing svg {
  height: 100%;
  width: 100vw;
}
.mask-circle-sm {
  display: block;
}
@media screen and (min-width: 768px) {
  .mask-circle-sm {
    display: none;
  }
}
.mask-circle-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .mask-circle-md {
    display: block;
  }
}
.mask-landing .mask-rect {
  -webkit-transform-origin: center;
  transform-origin: center;
}
.infographic-social:hover .round-infographic-item--text {
  top: 91%;
}
.home .indicator-scroll {
  bottom: 3rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home .indicator-scroll {
    bottom: 1rem;
  }
}
.home #section-businesses {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .home #section-businesses {
    padding-bottom: 400px;
  }
}
.home #section-businesses .bg-gradient__linear--sky-fade {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#dfebf4),
    to(rgba(223, 235, 244, 0))
  );
  background: linear-gradient(0deg, #dfebf4, rgba(223, 235, 244, 0));
}
.home #section-businesses .img-bg-footer {
  background-position-x: 25%;
  height: 60%;
}
@media screen and (min-width: 768px) {
  .home #section-businesses .img-bg-footer {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .home #section-businesses .img-bg-footer {
    background-position-x: 0;
  }
}
.carousel-home-wrapper {
  position: relative;
}
.carousel-home-wrapper .carousel-card {
  min-height: 0;
}
.carousel-home-wrapper .carousel-text__title {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .carousel-home-wrapper .carousel-text__title {
    font-size: 1.5rem;
  }
}
.carousel-home {
  height: 80vh;
  max-height: 128.20513vw;
  padding-bottom: 3rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 568px) {
  .carousel-home {
    max-height: 416px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-home {
    max-height: 431px;
  }
}
@media screen and (min-width: 992px) {
  .carousel-home {
    max-height: 493px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-home {
    max-height: 532px;
  }
}
.carousel-home .carousel-pagination {
  bottom: 0.55rem;
  margin: auto;
  right: 0;
  top: auto;
  width: 60%;
}
.carousel-home .carousel-pagination .swiper-pagination-progressbar-fill {
  background-color: #ee273a;
}
.carousel-home-wrapper .btn-prev {
  left: 1rem;
  position: absolute;
  top: 45%;
  z-index: 5;
}
@media screen and (min-width: 1300px) {
  .carousel-home-wrapper .btn-prev {
    left: 5rem;
  }
}
.carousel-home-wrapper .btn-backtotop,
.carousel-home-wrapper .btn-next {
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 5;
}
@media screen and (min-width: 1300px) {
  .carousel-home-wrapper .btn-backtotop,
  .carousel-home-wrapper .btn-next {
    right: 5rem;
  }
}
.cloud-container,
.cloud-container2 {
  height: 55vw;
  max-height: 375px;
  min-height: 200px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.cloud-container2 {
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.cloud,
.cloud-1,
.cloud-2,
.cloud-3,
.cloud-4,
.cloud-5,
.cloud-6 {
  pointer-events: none;
  position: absolute;
}
.cloud-1 {
  -webkit-animation: animateLeftCloud 5s cubic-bezier(0.645, 0.045, 0.355, 1)
    infinite alternate;
  animation: animateLeftCloud 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
    alternate;
  left: 0;
  max-width: 70vw;
  top: 45%;
  -webkit-transform: translateX(-10%) translateY(-50%);
  transform: translateX(-10%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cloud-1 {
    max-width: 50vw;
  }
}
.cloud-2 {
  -webkit-animation: animateRightCloud 6s cubic-bezier(0.645, 0.045, 0.355, 1)
    infinite alternate;
  animation: animateRightCloud 6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
    alternate;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  max-width: 50vw;
  right: 0;
  top: 40%;
  -webkit-transform: translateX(10%) translateY(-50%);
  transform: translateX(10%) translateY(-50%);
}
.cloud-3 {
  left: -10%;
  top: 30%;
}
.cloud-3,
.cloud-4 {
  max-width: 30vw;
  z-index: 1;
}
.cloud-4 {
  right: 10%;
  top: 25%;
}
.cloud-5 {
  -webkit-animation: animateReversedLeftCloud 5s
    cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
  animation: animateReversedLeftCloud 5s cubic-bezier(0.645, 0.045, 0.355, 1)
    infinite alternate;
  left: 0;
  max-width: 70vw;
  top: 40%;
  -webkit-transform: translateX(-20%) translateY(-50%) scaleX(-1);
  transform: translateX(-20%) translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .cloud-5 {
    max-width: 50vw;
  }
}
.cloud-6 {
  -webkit-animation: animateReversedRightCloud 6s
    cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
  animation: animateReversedRightCloud 6s cubic-bezier(0.645, 0.045, 0.355, 1)
    infinite alternate;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  max-width: 50vw;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(20%) translateY(-50%) scaleX(-1);
  transform: translateX(20%) translateY(-50%) scaleX(-1);
}
.home #section-sustainability .text-gradient {
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  display: inline-block;
  font-size: 10vw;
}
@media screen and (min-width: 992px) {
  .home #section-sustainability .text-gradient {
    font-size: 6rem;
  }
}
.home .stock-performance {
  -webkit-box-shadow: 0 3px 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 3px 10px rgba(51, 51, 51, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 568px) {
  .home .stock-performance {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .home .stock-performance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2rem;
    text-align: center;
  }
}
.home .stock-performance:last-child {
  border-right: none;
}
.home .stock-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 567px) {
  .home .stock-img img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
  }
}
.home .stock-img__xs {
  position: relative;
}
@media screen and (min-width: 568px) {
  .home .stock-img__xs {
    display: none;
  }
}
.home .stock-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .home .stock-info {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .home .stock-info .btn-arrow {
    font-size: 0.9rem;
  }
}
.home .stock-company {
  background-color: #ee273a;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.6rem 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .home .stock-company {
    display: block;
    font-size: 0.9rem;
    margin: auto;
    max-width: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.home .stock-value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 1rem;
  padding: 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .home .stock-value {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 2rem;
    max-width: 80%;
    padding-bottom: 1rem;
  }
}
.home .stock-price {
  font-size: 2rem;
  min-width: 100px;
  padding-left: 2rem;
  padding-right: 1rem;
  position: relative;
}
.home .stock-price:before {
  content: "RM";
  font-size: 1rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .home .stock-price {
    font-size: 3rem;
    min-width: 150px;
    padding-left: 1.5rem;
  }
}
.home .stock-value__rate.rate-down:before,
.home .stock-value__rate.rate-up:before {
  top: 20%;
}
.home .mask-wrapper {
  height: 200vh;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 5;
}
.home .mask-container {
  height: 100vh;
  margin: auto;
  position: relative;
  z-index: 1;
}
.home .mask-text {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 100% !important;
}
.home .mask-text h1 {
  font-size: 5rem;
}
.home .mask-svg {
  height: 100vh;
  width: 100vw;
}
.home .mask-svg text {
  font-family: Univers, Helvetica Neue, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .home .mask-svg text {
    font-size: 5rem;
  }
}
.home .mask-svg--sm {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .mask-svg--sm {
    display: none;
  }
}
.home .mask-svg--md {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .mask-svg--md {
    display: block;
  }
}
.home #section-career {
  padding-top: 2rem;
}
@media screen and (min-width: 1366px) {
  .home #section-career {
    min-height: 80vh;
  }
}
@media screen and (min-width: 1600px) {
  .home #section-career {
    min-height: 90vh;
  }
}
.home #section-career .img-bg-footer {
  height: auto;
  left: 50%;
  margin-bottom: -10%;
  margin-top: 3rem;
  max-width: 200%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
@media screen and (min-width: 568px) {
  .home #section-career .img-bg-footer {
    max-width: 150%;
  }
}
@media screen and (min-width: 768px) {
  .home #section-career .img-bg-footer {
    max-width: 100%;
  }
}
#talk-to-us .section-inner {
  margin-top: -110vh;
}
#talk-to-us .section-bg-fix {
  height: 100vh;
}
#talk-to-us .section-bg-fix.is-black-overlay:after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#talk-to-us .section-bg-fix.is-black-overlay.active:after {
  opacity: 1;
}
.company .draggable-img {
  height: 100%;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.company .section-header--absolute {
  left: 0;
  margin: auto;
  right: 0;
  top: 2rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .company .section-header--absolute {
    top: 4rem;
  }
}
.company .lettering-gradient {
  position: absolute;
  top: 0;
}
.company .lettering-gradient .char4 {
  min-width: 10px;
}
.company .lettering-gradient span {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#7b1d1d),
    to(#125a7b)
  );
  background: linear-gradient(0deg, #7b1d1d, #125a7b);
  -webkit-background-clip: text;
  display: block;
  min-width: 13px;
}
.company .panel-wrapper .section-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .company .panel-wrapper .section-bg {
    display: block;
  }
}
.company .panel-wrapper .section-bg-mobile {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 40vh;
  margin-bottom: 2rem;
  margin-left: -2rem;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 568px) {
  .company .panel-wrapper .section-bg-mobile {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .company .panel-wrapper .section-bg-mobile {
    display: none;
  }
}
.company .panel:nth-child(odd),
.company .panel:nth-child(odd) .panel-inner {
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .company .panel:nth-child(odd),
  .company .panel:nth-child(odd) .panel-inner {
    background-color: transparent;
  }
}
.company .panel:nth-child(2n) .panel-inner {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .company .panel:nth-child(2n) .panel-inner {
    background-color: transparent;
  }
}
.company .panel:nth-child(odd) .panel-nav {
  background-color: #f4f4f4;
}
.company .panel:nth-child(2n) .panel-nav {
  background-color: #fff;
}
.company .panel:nth-child(2n) .panel-nav-top .panel-nav:nth-child(2n) {
  background-color: #f4f4f4;
}
.company .text-behind {
  opacity: 0;
}
.company .container-clip {
  clip: rect(0, auto, auto, 0);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.company #section-mission .text-lg,
.company #section-vision .text-lg {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .company #section-mission .text-lg,
  .company #section-vision .text-lg {
    font-size: 3rem;
  }
}
.company #section-mission {
  z-index: 5;
}
.company #section-mission .icon-item--no-border .icon-item__img {
  height: 80px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .company #section-mission .icon-item--no-border .icon-item__img {
    height: auto;
    width: auto;
  }
}
.chairman-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .chairman-img {
    position: absolute;
  }
}
.chairman-designation {
  color: #212529;
}
.chairman-designation h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .chairman-designation h2 {
    font-size: 2rem;
  }
}
.chairman-designation .btn-arrow--white,
.chairman-designation .btn-arrow--white:hover {
  color: #333;
}
.chairman-designation .btn-arrow--white .arrow {
  background-color: transparent;
}
.chairman-designation .btn-arrow--white .arrow:after,
.chairman-designation .btn-arrow--white .arrow:before {
  background-color: #333;
}
.chairman-designation .btn-arrow--white .arrow span {
  display: none;
}
@media screen and (min-width: 768px) {
  .chairman-designation,
  .chairman-designation .btn-arrow--white,
  .chairman-designation .btn-arrow--white:hover {
    color: #fff;
  }
  .chairman-designation .btn-arrow--white .arrow {
    background-color: #fff;
    margin-left: 0.5rem;
  }
  .chairman-designation .btn-arrow--white .arrow:after,
  .chairman-designation .btn-arrow--white .arrow:before {
    background-color: #fff;
  }
  .chairman-designation .btn-arrow--white .arrow span {
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    display: block;
  }
}
@media screen and (max-width: 567px) {
  .mobile-p-6 {
    padding-bottom: 6rem !important;
  }
  .mobile-p-7 {
    padding-bottom: 7rem !important;
  }
}
.company .timeline-section .timeline__event,
.company .timeline-section .timeline__events,
.company .timeline-section.timeline-section {
  min-height: 700px;
}
@media screen and (min-width: 768px) {
  .company .timeline-section .timeline__event,
  .company .timeline-section .timeline__events,
  .company .timeline-section.timeline-section {
    min-height: 600px;
  }
}
.company .timeline-section .timeline__dates-container {
  bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .company .timeline-section .timeline__dates-container {
    bottom: 10%;
  }
}
#section-globe .indicator-hover {
  bottom: 2rem;
  left: 0;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
}
#section-globe .indicator-hover_text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section-globe .indicator-hover_text.is-zoom-in {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#section-globe .indicator-zoom-out {
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section-globe .indicator-zoom-out.is-zoom-in {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#section-globe .text-section-container {
  pointer-events: none;
}
#section-globe .text-section {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#section-globe .text-section.is-zoom-in {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#section-globe .text-country {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#section-globe .text-country.is-zoom-in {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.globe-container {
  -ms-touch-action: none;
  touch-action: none;
}
.globe {
  position: relative;
}
.globe img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  top: 0;
}
@media screen and (min-width: 768px) {
  .globe img {
    left: 0;
    min-width: 100vw;
    right: 0;
  }
}
.globe-map {
  opacity: 0.7;
  -webkit-transform-origin: 78% 76%;
  transform-origin: 78% 76%;
}
@media screen and (min-width: 768px) {
  .globe-map {
    -webkit-transform-origin: 76% 67%;
    transform-origin: 76% 67%;
  }
}
.globe-info {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 15px;
  bottom: 5vw;
  left: 5vw;
  max-width: 90%;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: 78% 76%;
  transform-origin: 78% 76%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .globe-info {
    border-radius: 30px;
    display: block;
    max-width: 45%;
    padding: 2rem;
    position: absolute;
    -webkit-transform-origin: 76% 67%;
    transform-origin: 76% 67%;
  }
}
.globe-categories {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1rem), 1fr));
  list-style-type: disc;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .globe-categories {
    min-width: 300px;
  }
}
.globe-categories li {
  font-size: 0.8rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .globe-categories li {
    font-size: 0.9rem;
  }
}
.globe-dots {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 78% 76%;
  transform-origin: 78% 76%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .globe-dots {
    -webkit-transform-origin: 76% 67%;
    transform-origin: 76% 67%;
  }
}
.globe-dot {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 6px;
  pointer-events: all;
  position: absolute;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 6px;
}
@media screen and (min-width: 768px) {
  .globe-dot {
    height: 6px;
    width: 6px;
  }
}
.globe-dot:before {
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
.globe-dot:after,
.globe-dot:before {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.globe-dot:after {
  -webkit-box-shadow: 0 0 0 1px #ee273a;
  box-shadow: 0 0 0 1px #ee273a;
  -webkit-transform: scale(2);
  transform: scale(2);
}
@media screen and (min-width: 768px) {
  .globe-dot:after {
    -webkit-box-shadow: 0 0 0 0.6px #ee273a;
    box-shadow: 0 0 0 0.6px #ee273a;
  }
}
.globe-dot.active {
  background-color: #ee273a;
}
.globe-dot.active:before {
  -webkit-animation: pulse-red 2s infinite;
  animation: pulse-red 2s infinite;
}
.globe-dot.active:after {
  -webkit-box-shadow: 0 0 2px 1px #ee273a;
  box-shadow: 0 0 2px 1px #ee273a;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.is-zoom-in .globe-dot {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.map-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 10;
}
.map-controller .control-minus,
.map-controller .control-plus {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2rem;
}
.map-controller .control-minus:hover,
.map-controller .control-plus:hover {
  background-color: #ee273a;
  color: #fff;
}
[data-country="singapore"] {
  left: 75.5%;
  top: 64%;
}
[data-country="vietnam"] {
  left: 76.7%;
  top: 57%;
}
[data-country="cambodia"] {
  left: 75.6%;
  top: 57.2%;
}
[data-country="china"] {
  left: 75%;
  top: 43%;
}
[data-country="thailand"] {
  left: 74.6%;
  top: 55.5%;
}
[data-country="australia"] {
  left: 84%;
  top: 78%;
}
[data-country="hong-kong"] {
  left: 78.1%;
  top: 51.3%;
}
[data-country="maldives"] {
  left: 67%;
  top: 62%;
}
[data-country="new-zealand"] {
  left: 95.5%;
  top: 88%;
}
[data-country="papua-new-guinea"] {
  left: 82%;
  top: 63%;
}
[data-country="brunei"] {
  left: 78.4%;
  top: 62%;
}
[data-country="india"] {
  left: 68.5%;
  top: 52%;
}
[data-country="myanmar"] {
  left: 73.2%;
  top: 52%;
}
[data-country="united-arab-emirates"] {
  left: 61.7%;
  top: 50.5%;
}
[data-country="taiwan"] {
  left: 80.1%;
  top: 50.7%;
}
[data-country="indonesia"] {
  left: 75%;
  top: 65.5%;
}
[data-country="trinidad-tobago"] {
  left: 29.8%;
  top: 58.3%;
}
[data-country="united-kingdom"] {
  left: 46.4%;
  top: 30.3%;
}
[data-country="philippines"] {
  left: 80.4%;
  top: 57%;
}
[data-country="malaysia"] {
  left: 74.8%;
  top: 62%;
}
[data-country="kuala-lumpur"] {
  left: 74.5%;
  top: 61.8%;
}
[data-country="selangor"] {
  left: 74.6%;
  top: 62.2%;
}
[data-country="perak"] {
  left: 74.4%;
  top: 61.3%;
}
[data-country="penang"] {
  left: 74.2%;
  top: 61.4%;
}
[data-country="johor"] {
  left: 75.2%;
  top: 63.2%;
}
[data-country="pahang"] {
  left: 74.9%;
  top: 62.2%;
}
[data-country="negeri-sembilan"] {
  left: 74.7%;
  top: 62.6%;
}
[data-country="melaka"] {
  left: 74.9%;
  top: 62.8%;
}
[data-country="terengganu"] {
  left: 75%;
  top: 61.6%;
}
[data-country="kelantan"] {
  left: 74.7%;
  top: 61.3%;
}
[data-country="sabah"] {
  left: 79%;
  top: 61.4%;
}
[data-country="sarawak"] {
  left: 78%;
  top: 63%;
}
.leader-container {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .leader-container {
    padding: 0 2rem;
  }
  .leader-container.is-enter img {
    opacity: 0.8;
  }
}
.leader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3rem;
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .leader {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding: 0;
    pointer-events: all;
  }
}
.leader.is-hover {
  z-index: 5;
}
.leader.is-hover img {
  opacity: 1;
}
.leader img {
  margin-bottom: 1rem;
  max-width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 768px) {
  .leader img {
    margin-bottom: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .leader.order-3 img {
    margin-left: 0.4rem;
  }
}
.leader.order-6 img {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .leader-img {
    height: 80vw;
    margin-bottom: 1rem;
    overflow: hidden;
  }
}
.leader figcaption {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .leader figcaption {
    display: none;
    position: absolute;
    top: 0;
  }
  .leader:hover img {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.leader .btn-see-more {
  display: block;
  margin-bottom: 1rem;
  pointer-events: fill;
}
@media screen and (min-width: 768px) {
  .leader .btn-see-more {
    display: none;
  }
}
.leader-info {
  display: none;
}
.leader-info.is-open {
  display: block;
}
.designation-placeholder,
.name-placeholder {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .designation-placeholder,
  .name-placeholder {
    white-space: nowrap;
  }
}
.individual-container {
  background-color: #fff;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%;
  will-change: opacity;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .individual-container {
    display: none !important;
  }
}
.individual-container.is-open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.individual-img-container {
  max-height: 100%;
}
@media screen and (min-width: 1080px) {
  .individual-img-container {
    padding-top: 2rem;
  }
}
.individual-img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 100%;
}
@media screen and (min-width: 1080px) {
  .individual-img {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.individual-info {
  max-height: 270px;
  overflow-y: auto;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .individual-info {
    max-height: 25vw;
  }
}
@media screen and (min-width: 1200px) {
  .individual-info {
    max-height: 20vw;
  }
}
.overlap-gradient {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 1.5rem;
  height: 100px;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.leader-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 15;
}
.leader-nav .btn-prev {
  left: 0.5rem;
  position: absolute;
}
.leader-nav .btn-backtotop,
.leader-nav .btn-next {
  position: absolute;
  right: 0.5rem;
}
.individual-container .btn-cross {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.investor-relations .timeline__dates-container,
.milestones .timeline__dates-container {
  bottom: auto;
  top: 50px;
}
.investor-relations .timeline__events,
.milestones .timeline__events {
  padding-bottom: 3rem;
  padding-top: 6rem;
}
.investor-relations .timeline__event,
.milestones .timeline__event {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 200px;
  padding: 0;
}
.investor-relations .timeline__event:first-child,
.milestones .timeline__event:first-child {
  margin-left: 0;
}
.investor-relations .timeline__navigation-wrapper,
.milestones .timeline__navigation-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.investor-relations .timeline__navigation,
.milestones .timeline__navigation {
  top: 50%;
  z-index: 2;
}
.investor-relations .timeline__navigation--prev,
.milestones .timeline__navigation--prev {
  left: 5%;
}
@media screen and (min-width: 768px) {
  .investor-relations .timeline__navigation--prev,
  .milestones .timeline__navigation--prev {
    left: 2rem;
  }
}
.investor-relations .timeline__navigation--next,
.milestones .timeline__navigation--next {
  right: 5%;
}
@media screen and (min-width: 768px) {
  .investor-relations .timeline__navigation--next,
  .milestones .timeline__navigation--next {
    right: 2rem;
  }
}
.investor-relations .timeline__line:before,
.milestones .timeline__line:before {
  background-color: gray;
}
.investor-relations .timeline__line [data-year]:before,
.milestones .timeline__line [data-year]:before {
  color: #999;
  font-size: 1.2rem;
  font-weight: 700;
  left: 0.2rem;
  top: -2rem;
}
.investor-relations
  .timeline__line
  .timeline__line-item--active
  [data-year]:before,
.milestones .timeline__line .timeline__line-item--active [data-year]:before {
  color: #333;
}
.investor-relations
  .timeline__line
  .timeline__line-item--active
  [data-year]:after,
.milestones .timeline__line .timeline__line-item--active [data-year]:after {
  background-color: #ee273a;
}
.investor-relations .timeline__line.after-past:after,
.milestones .timeline__line.after-past:after {
  width: 20%;
}
.investor-relations .timeline__date:after,
.milestones .timeline__date:after {
  background-color: gray;
  border: 0;
  border-radius: 0;
  bottom: auto;
  height: 1px;
  right: auto;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 3rem;
}
.investor-relations .timeline__line-item--active .timeline__date:after,
.milestones .timeline__line-item--active .timeline__date:after {
  -webkit-transform: scaleY(3) scaleX(1);
  transform: scaleY(3) scaleX(1);
}
.investor-relations
  .timeline__line-item--active
  + .swiper-slide:last-child
  a:before,
.milestones .timeline__line-item--active + .swiper-slide:last-child a:before {
  color: #333;
}
.investor-relations
  .timeline__line-item--active
  + .swiper-slide:last-child
  a:after,
.milestones .timeline__line-item--active + .swiper-slide:last-child a:after {
  background-color: #ee273a;
  -webkit-transform: scaleY(3) scaleX(1);
  transform: scaleY(3) scaleX(1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.investor-relations .custom-position .timeline__navigation,
.milestones .custom-position .timeline__navigation {
  top: 30%;
}
.business .carousel-business,
.business .carousel-business-wrapper,
.business .carousel-section {
  -webkit-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.business .carousel-business {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business .carousel-business {
    height: 100vh;
    min-height: 700px;
  }
}
.business .carousel-business .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .business .carousel-business .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.business .carousel-inner {
  background-color: #000;
  cursor: pointer;
  min-height: 50vh;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 768px) {
  .business .carousel-inner {
    background-color: transparent;
    height: 100%;
    pointer-events: all;
  }
}
.business .carousel-bg {
  background-position: 50%;
  height: 50vh;
  top: 0;
  -webkit-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 768px) {
  .business .carousel-bg {
    background-position: top;
    height: 110%;
  }
}
.business .carousel-bg:after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    color-stop(70%, transparent)
  );
  background: linear-gradient(0deg, #000, transparent 70%);
  height: 110%;
}
.business .carousel-card:hover .carousel-bg {
  top: -4%;
  -webkit-transform: none;
  transform: none;
}
.business .carousel-card:hover .carousel-bg:after {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
@media screen and (min-width: 768px) {
  .business .carousel-card:hover .carousel-bg:after {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.business .carousel-text {
  margin-top: -6rem;
  padding-bottom: 0;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .business .carousel-text {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
@media screen and (min-width: 768px) {
  .business .carousel-text {
    margin-top: 0;
    padding-bottom: 1rem;
    position: absolute;
    -webkit-transform: translateY(calc(100% - 11rem));
    transform: translateY(calc(100% - 11rem));
  }
}
.business .carousel-card:hover .carousel-text {
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .business .carousel-card:hover .carousel-text {
    margin-top: 0;
    -webkit-transform: translateY(calc(100% - 12rem));
    transform: translateY(calc(100% - 12rem));
  }
}
.business .carousel-text__title {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .business .carousel-link {
    bottom: 5rem;
  }
}
.business .btn-see-more,
.business .carousel-link,
.business .carousel-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .business .btn-see-more,
  .business .carousel-link,
  .business .carousel-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.business .btn-see-more {
  margin-top: 1rem;
  pointer-events: fill;
}
.business .btn-arrow {
  pointer-events: fill;
}
.business .carousel-business-wrapper .btn-prev {
  display: none;
  left: 5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .business .carousel-business-wrapper .btn-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.business .carousel-business-wrapper .btn-backtotop,
.business .carousel-business-wrapper .btn-next {
  display: none;
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .business .carousel-business-wrapper .btn-backtotop,
  .business .carousel-business-wrapper .btn-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.business .btn-next.swiper-button-disabled,
.business .btn-prev.swiper-button-disabled,
.business .swiper-button-disabled.btn-backtotop {
  opacity: 0 !important;
}
.business .carousel-pagination {
  bottom: 2rem;
  margin: auto;
  right: 0;
  top: auto;
  width: 60%;
}
.business .carousel-pagination.swiper-pagination-progressbar {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.business .carousel-pagination.swiper-pagination-progressbar:after,
.business .carousel-pagination.swiper-pagination-progressbar:before {
  color: #fff;
}
.business .carousel-pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.business .carousel-content {
  display: none;
}
.business .carousel-content.is-open {
  display: block;
}
.business .carousel-content [class*="col-"]:last-child .icon-item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .business .overbox-container {
    display: none !important;
  }
  .business .carousel-bg,
  .business .carousel-inner,
  .business .carousel-text {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .business .carousel-text {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.corporate-sustainability .section-bg--height {
  height: 40vh;
  max-height: 900px;
  min-height: 200px;
}
@media screen and (min-width: 568px) {
  .corporate-sustainability .section-bg--height {
    height: 50vh;
    min-height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .corporate-sustainability .section-bg--height {
    height: 70vh;
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .corporate-sustainability [class^="grid-col"] > .carousel-card {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 567px) {
  .corporate-sustainability [class^="grid-col"] > .carousel-card {
    min-height: calc(50vw - 2rem);
  }
  .corporate-sustainability [class^="grid-col"] > .carousel-card .card__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .corporate-sustainability .carousel-text.has-adjacent {
    bottom: -0.5rem;
  }
}
.corporate-sustainability .carousel-text > h4,
.corporate-sustainability .carousel-text > h5 {
  position: relative;
  white-space: break-spaces;
}
@media screen and (max-width: 767px) {
  .corporate-sustainability .carousel-text > h4,
  .corporate-sustainability .carousel-text > h5 {
    font-size: 1rem;
  }
}
.corporate-sustainability .carousel-text .arrow {
  display: inline-block;
  -webkit-transform: translateX(0.7rem) translateY(-0.3rem);
  transform: translateX(0.7rem) translateY(-0.3rem);
  width: 0;
}
@media screen and (min-width: 768px) {
  .corporate-sustainability .carousel-text .arrow {
    display: none;
  }
}
.corporate-sustainability .carousel-pagination {
  bottom: 1rem;
  margin: auto;
  right: 0;
  top: auto;
  width: 60%;
}
.corporate-sustainability
  .carousel-pagination
  .swiper-pagination-progressbar-fill {
  background-color: #ee273a;
}
@media screen and (min-width: 768px) {
  .corporate-sustainability .icon-item__info {
    max-width: 70%;
  }
  .corporate-sustainability .js-carousel-awards + .carousel-navigation,
  .corporate-sustainability
    .js-carousel-awards
    + .carousel-navigation
    + .carousel-navigation {
    display: none;
  }
}
.corporate-sustainability .js-carousel-awards .carousel-card {
  height: auto;
}
.corporate-sustainability .carousel-wrapper .btn-prev {
  left: 1rem;
  position: absolute;
  top: 45%;
  z-index: 5;
}
@media screen and (min-width: 1300px) {
  .corporate-sustainability .carousel-wrapper .btn-prev {
    left: 5rem;
  }
}
.corporate-sustainability .carousel-wrapper .btn-backtotop,
.corporate-sustainability .carousel-wrapper .btn-next {
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 5;
}
@media screen and (min-width: 1300px) {
  .corporate-sustainability .carousel-wrapper .btn-backtotop,
  .corporate-sustainability .carousel-wrapper .btn-next {
    right: 5rem;
  }
}
@media screen and (max-width: 374px) {
  .sdg-cards .carousel-card {
    height: 80vw;
  }
}
@media screen and (max-width: 991px) {
  .sdg-cards .carousel-card {
    margin-bottom: 1rem;
  }
}
.sdg-cards .carousel-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 567px) {
  .sdg-cards .carousel-text__title {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) {
  .sdg-cards .carousel-text__title {
    padding-left: 1.5rem;
  }
}
.sdg-cards .carousel-text__title:only-child {
  margin-bottom: 0;
  -webkit-transform: none;
  transform: none;
}
.sdg-cards .carousel-link {
  bottom: 1rem;
}
.sdg-cards .carousel-icons,
.sdg-cards .carousel-text__heading,
.sdg-cards .overlap-content {
  opacity: 0;
}
.sdg-cards .overlap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6rem 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sdg-cards .overlap-content {
    padding: 6rem 1.5rem;
  }
}
.sdg-cards .carousel-text__heading {
  font-size: 4vw;
  font-weight: 700;
  line-height: normal;
  padding-left: 1rem;
  padding-right: 1rem;
}
.sdg-cards .carousel-text__heading.line-height-1 {
  line-height: 1;
}
@media screen and (min-width: 568px) {
  .sdg-cards .carousel-text__heading {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .sdg-cards .carousel-text__heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .sdg-cards .carousel-text__heading {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .sdg-cards .carousel-text__heading {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1366px) {
  .sdg-cards .carousel-text__heading {
    font-size: 2rem;
  }
}
.sdg-cards .carousel-icons {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 568px) {
  .sdg-cards .carousel-icons {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .sdg-cards .carousel-icons {
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .sdg-cards .carousel-icons {
    grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .sdg-cards .carousel-icons {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  }
}
.sdg-cards .carousel-card:hover .carousel-text {
  bottom: 100%;
}
.sdg-cards .carousel-card:hover .carousel-text__title {
  -webkit-transform: translateY(calc(100% + 2rem));
  transform: translateY(calc(100% + 2rem));
}
@media screen and (min-width: 568px) {
  .sdg-cards .carousel-card:hover .carousel-text__title {
    -webkit-transform: translateY(calc(100% + 3rem));
    transform: translateY(calc(100% + 3rem));
  }
}
.sdg-cards .carousel-card:hover .overlap-content {
  -webkit-animation: animateSDG 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: animateSDG 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.sdg-cards .carousel-card:hover .carousel-text__heading {
  -webkit-animation: animateSDG 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: animateSDG 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.sdg-cards .carousel-card:hover .carousel-icons {
  -webkit-animation: animateSDG 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: animateSDG 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.sdg-cards .carousel-card:hover .theme-purple {
  background-color: #6a70b1;
}
.sdg-cards .carousel-card:hover .theme-cyan {
  background-color: #3b99d4;
}
.sdg-cards .carousel-card:hover .theme-meadow {
  background-color: #20ab60;
}
.sdg-cards .carousel-card:hover .theme-orange {
  background-color: #f69421;
}
@-webkit-keyframes animateSDG {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animateSDG {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.sdg-icons {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
@media screen and (min-width: 768px) {
  .sdg-icons {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .sdg-icons {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .sdg-icons p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) {
  .sdg-icons p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .sdg-icons p {
    font-size: 1.1rem;
  }
}
.card-flip {
  margin-bottom: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.card-flip .flip {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.card-flip .flip__back,
.card-flip .flip__front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-flip .flip__front {
  position: relative;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.card-flip .flip__back {
  font-family: Oswald, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.card-flip .flip__back,
.card-flip:hover .flip {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.corporate-sustainability .img-bg-footer {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 400%;
}
@media screen and (min-width: 568px) {
  .corporate-sustainability .img-bg-footer {
    width: 300%;
  }
}
@media screen and (min-width: 768px) {
  .corporate-sustainability .img-bg-footer {
    width: 200%;
  }
}
@media screen and (min-width: 992px) {
  .corporate-sustainability .img-bg-footer {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .icons-associations .icon-item {
    padding: 0 1rem;
  }
}
.icons-associations .icon-item__img {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .icons-associations .icon-item__img {
    width: auto;
  }
}
.corporate-sustainability .modal__close {
  right: 1.6rem;
  top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .corporate-sustainability .modal__close {
    right: 1rem;
    top: 2rem;
  }
}
.investor-relations .carousel-text__title.text-lg {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .investor-relations .carousel-text__title.text-lg {
    font-size: 4rem;
  }
}
.investor-relations.has-iframe {
  overflow: hidden;
}
.investor-relations iframe {
  border: none;
  min-height: 100vh;
  width: 100%;
}
.icon-stock {
  max-height: 70px;
}
.stock-update {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
}
@media screen and (min-width: 992px) {
  .stock-update {
    left: 1rem;
    right: auto;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .stock-update {
    left: 2.5rem;
  }
}
.stock-update__text {
  font-size: 0.8rem;
}
.stock-value {
  margin: 0 1rem 0 2rem;
  min-width: 140px;
}
.stock-value__price {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 0;
}
.stock-value__rate {
  display: inline-block;
  position: relative;
}
.stock-value__rate.rate-down,
.stock-value__rate.rate-up {
  padding-left: 1rem;
  position: relative;
}
.stock-value__rate.rate-down:before,
.stock-value__rate.rate-up:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}
.stock-value__rate.rate-up {
  color: var(--success);
}
.stock-value__rate.rate-up:before {
  border-bottom: 5px solid var(--success);
}
.stock-value__rate.rate-down {
  color: var(--danger);
}
.stock-value__rate.rate-down:before {
  border-top: 5px solid var(--danger);
}
.stock-performance h4 {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .stock-performance h4 {
    font-size: 1.5rem;
  }
}
.investor-relations .carousel-wrapper {
  position: relative;
}
.investor-relations .carousel-pagination {
  bottom: 1rem;
  margin: auto;
  right: 0;
  top: auto;
  width: 60%;
}
.investor-relations .carousel-pagination .swiper-pagination-progressbar-fill {
  background-color: #ee273a;
}
.investor-relations .carousel-wrapper .btn-prev {
  left: 1rem;
  position: absolute;
  top: 45%;
  z-index: 5;
}
@media screen and (min-width: 1300px) {
  .investor-relations .carousel-wrapper .btn-prev {
    left: 5rem;
  }
}
.investor-relations .carousel-wrapper .btn-backtotop,
.investor-relations .carousel-wrapper .btn-next {
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 5;
}
@media screen and (min-width: 1300px) {
  .investor-relations .carousel-wrapper .btn-backtotop,
  .investor-relations .carousel-wrapper .btn-next {
    right: 5rem;
  }
}
#annual-reports {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
#annual-reports .grid--line {
  gap: 0;
}
#annual-reports .grid-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #annual-reports .grid-item {
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
    text-align: center;
  }
  #annual-reports .grid-item:first-child,
  #annual-reports .grid-item:nth-child(2) {
    border-bottom: 1px solid #b3b3b3;
  }
  #annual-reports .grid-item:nth-child(odd) {
    border-right: 1px solid #b3b3b3;
  }
}
@media screen and (min-width: 992px) {
  #annual-reports .grid-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2rem;
    text-align: left;
  }
}
#annual-reports .grid-item:last-child {
  border-bottom: 0;
}
#annual-reports .grid-item:after {
  background-color: #b3b3b3;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #annual-reports .grid-item:after {
    display: none;
  }
}
#annual-reports .grid-item:last-child:after {
  display: none;
}
#annual-reports .is-black-overlay:after {
  background-color: rgba(0, 0, 0, 0.4);
}
#annual-reports .icon-stock {
  max-height: 55px;
  min-width: 90px;
}
@media screen and (min-width: 768px) {
  #annual-reports .icon-stock {
    max-height: 70px;
  }
}
.announcement-item {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.structure,
.structure-item {
  position: relative;
}
.structure-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .structure-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.structure-item img {
  margin-bottom: 1rem;
  margin-right: 1rem;
  max-width: 70px;
}
@media screen and (min-width: 768px) {
  .structure-item img {
    margin-bottom: 0;
  }
}
.structure__percentage {
  position: absolute;
}
.horizontal-line,
.label-collaboration .hline:after,
.label-collaboration .hline:before,
.strucutre__bu .structure-item:before,
.strucutre__bu:after,
.strucutre__investment .dotted-line-horizontal,
.strucutre__logo .dotted-line-horizontal,
.strucutre__management:after {
  background-color: #333;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
}
.label-collaboration .vline:after,
.label-collaboration .vline:before,
.strucutre__bu .dotted-line-vertical,
.strucutre__bu .solid-line-vertical--cover,
.strucutre__bu .solid-line-vertical--mobile,
.strucutre__bu .structure-item:after,
.strucutre__investment .dotted-line-vertical,
.strucutre__logo .dotted-line-vertical,
.strucutre__logo:after,
.strucutre__logo:before,
.strucutre__management .structure-item:after,
.vertical-line {
  background-color: #333;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 1px;
}
.strucutre__management {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  padding: 2rem 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .strucutre__management {
    width: 80%;
  }
}
.strucutre__management:after {
  content: "";
  width: 50%;
}
.strucutre__management .structure-item:after {
  content: "";
  height: 2rem;
}
.strucutre__management .structure-item:first-child .structure__percentage {
  left: 53%;
  top: 105%;
}
.strucutre__management .structure-item:last-child .structure__percentage {
  right: 53%;
  top: 105%;
}
.strucutre__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 2.5rem 0;
  position: relative;
}
.strucutre__logo:before {
  content: "";
  height: 2rem;
  top: 0;
}
.strucutre__logo:after {
  bottom: 0;
  content: "";
  height: 2rem;
  top: auto;
}
.strucutre__logo .dotted-line-horizontal {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    color-stop(50%, #000),
    color-stop(0, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    90deg,
    #000,
    #000 50%,
    transparent 0,
    transparent
  );
  background-size: 20px 1px;
  right: auto;
  top: 50%;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .strucutre__logo .dotted-line-horizontal {
    left: -1rem;
  }
}
@media screen and (min-width: 568px) {
  .strucutre__logo .dotted-line-horizontal {
    width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .strucutre__logo .dotted-line-horizontal {
    width: 39%;
  }
}
@media screen and (min-width: 992px) {
  .strucutre__logo .dotted-line-horizontal {
    width: 42%;
  }
}
.strucutre__logo .dotted-line-vertical {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(50%, #000),
    color-stop(0, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    #000,
    #000 50%,
    transparent 0,
    transparent
  );
  background-size: 1px 20px;
  height: 100%;
  right: auto;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .strucutre__logo .dotted-line-vertical {
    left: -1rem;
  }
}
.strucutre__bu {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  padding: 2rem 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .strucutre__bu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.strucutre__bu:after {
  content: "";
  left: 16.6%;
  right: auto;
  top: 0;
  width: 33.6%;
}
@media screen and (min-width: 768px) {
  .strucutre__bu:after {
    left: 0;
    right: 0;
    width: 66.8%;
  }
}
.strucutre__bu .structure-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1rem;
  width: 71.3%;
}
@media screen and (min-width: 768px) {
  .strucutre__bu .structure-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.strucutre__bu .structure-item .structure__percentage {
  left: -1.3rem;
  right: auto;
  top: 2rem;
}
@media screen and (min-width: 375px) {
  .strucutre__bu .structure-item .structure__percentage {
    left: auto;
    right: 100%;
  }
}
@media screen and (min-width: 768px) {
  .strucutre__bu .structure-item .structure__percentage {
    left: calc(50% + 0.5rem);
    right: auto;
    top: -1.5rem;
  }
}
.strucutre__bu .structure-item:before {
  content: "";
  left: auto;
  right: 100%;
  top: 1rem;
  width: 16.6%;
}
@media screen and (min-width: 768px) {
  .strucutre__bu .structure-item:before {
    display: none;
  }
}
.strucutre__bu .structure-item:after {
  bottom: 100%;
  content: "";
  display: none;
  height: 2rem;
  top: auto;
}
@media screen and (min-width: 768px) {
  .strucutre__bu .structure-item:after {
    display: block;
  }
}
.strucutre__bu .dotted-line-vertical {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(50%, #000),
    color-stop(0, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    #000,
    #000 50%,
    transparent 0,
    transparent
  );
  background-size: 1px 20px;
  bottom: 0;
  height: calc(100% - 3rem);
  right: auto;
  top: 0;
}
@media screen and (min-width: 768px) {
  .strucutre__bu .dotted-line-vertical {
    left: -1rem;
  }
}
.strucutre__bu .solid-line-vertical--mobile {
  height: 90%;
  left: 16.6%;
  right: auto;
  top: 0;
}
@media screen and (min-width: 768px) {
  .strucutre__bu .solid-line-vertical--mobile {
    display: none;
  }
}
.strucutre__bu .solid-line-vertical--cover {
  background-color: #fff;
  height: 100%;
  left: calc(-17% - 0.5rem);
  right: auto;
  top: calc(1rem + 1px);
  width: 1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .strucutre__bu .solid-line-vertical--cover {
    display: none;
  }
}
.strucutre__investment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.strucutre__investment .structure-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1rem;
  width: 71.3%;
}
@media screen and (min-width: 768px) {
  .strucutre__investment .structure-item {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .strucutre__investment .structure-item {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .strucutre__investment .structure-item {
    padding-left: 4.5rem;
  }
}
.strucutre__investment .dotted-line-horizontal {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    color-stop(50%, #000),
    color-stop(0, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    90deg,
    #000,
    #000 50%,
    transparent 0,
    transparent
  );
  background-size: 20px 1px;
  right: 100%;
  top: 50%;
  width: 28%;
}
@media screen and (min-width: 768px) {
  .strucutre__investment .dotted-line-horizontal {
    left: -1rem;
    width: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .strucutre__investment .dotted-line-horizontal {
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .strucutre__investment .dotted-line-horizontal {
    width: 4.5rem;
  }
}
.strucutre__investment .dotted-line-vertical {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(50%, #000),
    color-stop(0, transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    #000,
    #000 50%,
    transparent 0,
    transparent
  );
  background-size: 1px 20px;
  bottom: 50%;
  height: 100%;
  right: auto;
  top: auto;
}
@media screen and (min-width: 768px) {
  .strucutre__investment .dotted-line-vertical {
    left: -1rem;
  }
}
.strucutre__investment .structure__percentage {
  right: calc(100% + 2rem);
  top: 70%;
}
@media screen and (min-width: 768px) {
  .strucutre__investment .structure__percentage {
    right: calc(100% - 1rem);
  }
}
@media screen and (min-width: 992px) {
  .strucutre__investment .structure__percentage {
    right: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .strucutre__investment .structure__percentage {
    right: calc(100% - 2.5rem);
  }
}
.investor-relations .timeline__dates-container {
  top: 110px;
}
.investor-relations .timeline__event--calendar {
  min-height: 100px;
}
@media screen and (min-width: 768px) {
  .investor-relations .timeline__event--calendar {
    min-height: 200px;
  }
}
.infographic-container .icon-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.infographic-container .icon-item:after {
  background-color: #333;
  content: "";
  height: calc(100% - 80px + 2rem);
  left: 40px;
  position: absolute;
  top: 80px;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .infographic-container .icon-item:after {
    background-color: #333;
    height: 1px;
    left: calc(50% + 50px);
    position: absolute;
    top: 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 992px) {
  .infographic-container .icon-item:after {
    height: 1px;
    left: calc(50% + 60px);
    top: 60px;
    width: calc(100% - 120px);
  }
}
.infographic-container .icon-item:last-child:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .infographic-container .icon-item__img {
    margin-right: 0;
  }
}
.infographic-container .icon-item__info {
  max-height: 80px;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .infographic-container .icon-item__info {
    max-height: 120px;
  }
}
.label-collaboration {
  left: 0;
  position: absolute;
  text-align: center;
  top: 2rem;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 340px;
}
@media screen and (min-width: 768px) {
  .label-collaboration {
    max-width: none;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .label-collaboration {
    width: 50%;
  }
}
.label-collaboration .hline:before {
  content: "";
  left: 16.5%;
  right: auto;
  top: 50%;
  width: 5%;
}
@media screen and (min-width: 992px) {
  .label-collaboration .hline:before {
    width: 10%;
  }
}
.label-collaboration .hline:after {
  content: "";
  left: auto;
  right: 16.5%;
  top: 50%;
  width: 5%;
}
@media screen and (min-width: 992px) {
  .label-collaboration .hline:after {
    width: 10%;
  }
}
.label-collaboration .vline:before {
  content: "";
  height: 1rem;
  left: 16.5%;
  right: auto;
  top: 50%;
}
.label-collaboration .vline:after {
  content: "";
  height: 1rem;
  left: auto;
  right: 16.5%;
  top: 50%;
}
.legend-container {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem 2rem;
  position: relative;
}
.legend-container .icon-item {
  margin-right: 1rem;
}
.legend-container .icon-item:last-child {
  margin-bottom: 0;
}
.legend-container .icon-item__img {
  margin-right: 1rem;
  max-width: 44px;
}
@media screen and (min-width: 768px) {
  .legend-container .icon-item__img {
    margin-bottom: 0;
  }
}
.calculator-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.calculator-item .calculator__img {
  min-width: 40px;
}
.calculator-item .calculator__text {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  font-size: 0.9rem;
  min-width: 140px;
}
@media screen and (min-width: 768px) {
  .calculator-item .calculator__text {
    font-size: 1rem;
  }
}
.calculator-item .calculator__input {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.calculator-item .calculator__input input {
  width: 100%;
}
.calculator-group-input .calculator__text {
  padding: 0 1rem;
}
@media screen and (max-width: 567px) {
  .calculator-group-input .calculator__img {
    min-width: 30px;
  }
  .calculator-group-input .calculator__img img {
    max-width: 25px;
  }
  .calculator-group-input .calculator__text {
    padding-left: 0.5rem;
  }
}
.calculator-group-value .calculator__text {
  padding-right: 1rem;
}
.investor-agm .icon-item .btn-arrow,
.investor-agm .icon-item__img,
.investor-agm .icon-item__img svg path,
.investor-agm .icon-item__info p {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.investor-agm .icon-item__img {
  height: 100px;
  margin-bottom: 1rem;
  margin-right: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .investor-agm .icon-item__img {
    height: 120px;
    margin-bottom: 0;
    margin-right: 1rem;
    width: 120px;
  }
}
.investor-agm .icon-item__img svg path:not(.solid) {
  fill: #fff;
}
.investor-agm.bg-lightgray .icon-item__img svg path:not(.solid) {
  fill: #f4f4f4;
}
.investor-agm .icon-item__info {
  position: relative;
}
.investor-agm .icon-item .btn-arrow {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .investor-agm .icon-item .btn-arrow {
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
  }
}
.investor-agm .icon-item:hover .icon-item__img {
  background-color: #ee273a;
}
.investor-agm .icon-item:hover svg path.solid:not(.solid--fixed) {
  fill: #fff;
}
.investor-agm .icon-item:hover svg path:not(.solid) {
  fill: #ee273a;
  stroke: #fff;
}
@media screen and (min-width: 768px) {
  .investor-agm .icon-item:hover p:not(:only-child) {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  .investor-agm .icon-item:hover .btn-arrow {
    opacity: 1;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
}
.investor-agm.bg-lightgray .icon-item:hover svg path.solid:not(.solid--fixed) {
  fill: #f4f4f4;
}
.investor-agm.bg-lightgray .icon-item:hover svg path:not(.solid) {
  fill: #ee273a;
  stroke: #f4f4f4;
}
.form-email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.form-email-wrapper form {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
#form-email-alerts button,
#form-email-unsubscribe button,
#form-requisition button {
  padding: 1rem 0.75rem;
}
#form-email-alerts.is-toggle {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#form-email-unsubscribe {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#form-email-unsubscribe.is-toggle {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  #form-requisition {
    grid-template-areas: "title title" "name name" ". ." ". ." "remark remark" "checkbox checkbox" "submit clear";
  }
}
#form-requisition [data-checkbox] {
  grid-area: checkbox;
}
#form-requisition [data-clear] {
  grid-area: clear;
}
.career-home .draggable-img {
  height: auto;
  left: 50%;
  max-width: 200%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
@media screen and (min-width: 568px) {
  .career-home .draggable-img {
    max-width: 150%;
  }
}
@media screen and (min-width: 768px) {
  .career-home .draggable-img {
    max-width: 133%;
  }
}
@media screen and (min-width: 992px) {
  .career-home .draggable-img {
    max-width: 120%;
  }
}
@media screen and (min-width: 1200px) {
  .career-home .draggable-img {
    max-width: 100%;
  }
}
.career-home .landing-bg .section-bg {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(#dfebf4)
  ) !important;
  background-image: linear-gradient(0deg, #fff, #dfebf4) !important;
}
.career .carousel-card .carousel-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .career .carousel-card .carousel-text {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
.career .carousel-text__title {
  font-size: 1.2rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.career .carousel-card:hover .carousel-text {
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
@media screen and (max-width: 567px) {
  .career .carousel-card--mobile:hover .carousel-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #career-quote {
    min-height: 650px;
  }
}
#career-quote .section-bg {
  background-position: center right 25%;
}
@media screen and (min-width: 568px) {
  #career-quote .section-bg {
    background-position: center right 30%;
  }
}
@media screen and (min-width: 768px) {
  #career-quote .section-bg {
    background-position: center right 28%;
  }
}
.quote-content {
  position: relative;
}
@media screen and (min-width: 568px) {
  .quote-content {
    max-width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #career-vacancies .section-bg {
    width: 95%;
  }
}
.career-home .carousel-wrapper {
  position: relative;
}
.career-home .swiper-container {
  padding-bottom: 2rem;
}
.career-home .carousel-pagination {
  bottom: 1rem;
  margin: auto;
  right: 0;
  top: auto;
  width: 60%;
}
.career-home .carousel-pagination .swiper-pagination-progressbar-fill {
  background-color: #ee273a;
}
#form-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #form-career {
    display: grid;
    gap: 1rem;
    grid-template-areas: "title title" "name name" ". ." "remark remark" "file file" "submit submit";
    grid-template-columns: 1fr 1fr;
  }
  #form-career [data-file] {
    grid-area: file;
  }
}
#form-career .custom-file,
#form-career input,
#form-career select {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #form-career .custom-file,
  #form-career input,
  #form-career select {
    margin-bottom: 0;
  }
}
#form-career input::-webkit-input-placeholder {
  font-style: italic;
}
#form-career input::-moz-placeholder {
  font-style: italic;
}
#form-career input:-ms-input-placeholder {
  font-style: italic;
}
#form-career input::-ms-input-placeholder {
  font-style: italic;
}
#form-career input::placeholder {
  font-style: italic;
}
.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonials .carousel-card {
  height: 316px;
  min-height: 180px;
  -webkit-box-ordinal-group: var(--order-index);
  -ms-flex-order: var(--order-index);
  order: var(--order-index);
  position: relative;
}
.testimonials .carousel-inner {
  height: 200px;
}
@media screen and (min-width: 768px) {
  .testimonials .carousel-inner {
    min-height: 300px;
  }
}
.testimonials .carousel-text__paragraph {
  display: none;
}
.testimonials .carousel-text__paragraph p {
  opacity: 1;
  padding-bottom: 0;
  -webkit-transform: none;
  transform: none;
}
.testimonials .carousel-card .btn-cross {
  background-color: #fff;
  display: none;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.testimonials .is-close .carousel-bg {
  -webkit-animation: fade-in 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: fade-in 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.testimonials .carousel-card.is-open {
  grid-column-end: span 2;
  grid-row-end: span 2;
  pointer-events: none;
}
.testimonials .carousel-card.is-open .carousel-inner {
  height: 100%;
}
.testimonials .carousel-card.is-open .carousel-bg:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.testimonials .carousel-card.is-open .carousel-text {
  bottom: auto;
  left: 0;
  margin: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
}
.testimonials .carousel-card.is-open .carousel-text__paragraph {
  display: block;
}
.testimonials .carousel-card.is-open .carousel-link {
  display: none;
}
.testimonials .carousel-card.is-open .btn-cross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .testimonials .carousel-card {
    padding: 0.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 50%;
  }
  .testimonials .carousel-card:nth-child(2n) {
    left: 50%;
  }
  .testimonials .carousel-card.is-open {
    height: 632px !important;
    width: 100% !important;
  }
  .testimonials .carousel-card.is-open .carousel-inner {
    min-height: calc(600px + 1rem);
  }
  .testimonials .carousel-card.is-open.is-first + .carousel-card {
    -webkit-transform: translateX(-100%) translateY(200%) !important;
    transform: translateX(-100%) translateY(200%) !important;
  }
  .testimonials .carousel-card.is-open.is-first ~ .carousel-card:nth-child(2n) {
    -webkit-transform: translateX(-100%) translateY(200%);
    transform: translateX(-100%) translateY(200%);
  }
  .testimonials
    .carousel-card.is-open.is-first
    ~ .carousel-card:nth-child(odd) {
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
  }
  .testimonials .carousel-card.is-open.is-second {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .testimonials
    .carousel-card.is-open.is-second
    ~ .carousel-card:nth-child(2n) {
    -webkit-transform: translateX(-100%) translateY(200%);
    transform: translateX(-100%) translateY(200%);
  }
  .testimonials
    .carousel-card.is-open.is-second
    ~ .carousel-card:nth-child(odd) {
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
  }
  .testimonials .carousel-card.before-second {
    -webkit-transform: translateY(200%) !important;
    transform: translateY(200%) !important;
  }
}
@media screen and (max-width: 767px) {
  .testimonials {
    height: auto !important;
  }
  .testimonials .carousel-card {
    padding: 0;
    width: 100%;
  }
  .testimonials .carousel-card:nth-child(2n) {
    left: 0;
  }
  .testimonials .carousel-inner {
    height: 316px;
  }
  .testimonials .carousel-card.is-open.is-first,
  .testimonials .carousel-card.is-open.is-second {
    -webkit-transform: none;
    transform: none;
  }
  .testimonials .carousel-card.before-second,
  .testimonials .carousel-card.is-open.is-first ~ .carousel-card,
  .testimonials .carousel-card.is-open.is-second ~ .carousel-card {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 567px) {
  .testimonials .carousel-card,
  .testimonials .carousel-inner {
    height: 57vw;
  }
}
@media screen and (min-width: 992px) {
  .testimonials .carousel-card {
    padding: 0.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 33.3%;
  }
  .testimonials .carousel-card:nth-child(3n-1) {
    left: 33.3%;
  }
  .testimonials .carousel-card:nth-child(3n) {
    left: 66.6%;
  }
  .testimonials .carousel-card.is-open {
    height: 632px !important;
    width: 66.6% !important;
  }
  .testimonials .carousel-card.is-open .carousel-inner {
    min-height: calc(600px + 1rem);
  }
  .testimonials .carousel-card.is-open.is-first + .carousel-card {
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
  }
  .testimonials .carousel-card.is-open.is-first ~ .carousel-card {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .testimonials .carousel-card.is-open.is-second + .carousel-card {
    -webkit-transform: translateX(-200%) translateY(100%) !important;
    transform: translateX(-200%) translateY(100%) !important;
  }
  .testimonials .carousel-card.is-open.is-second ~ .carousel-card {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .testimonials .carousel-card.is-open.is-third {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .testimonials .carousel-card.is-open.is-third ~ .carousel-card {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .testimonials .carousel-card.before-third {
    -webkit-transform: translateX(-100%) translateY(100%) !important;
    transform: translateX(-100%) translateY(100%) !important;
  }
}
.page-media a.gallery-item {
  color: #333;
  cursor: pointer;
}
.page-media a.gallery-item:hover {
  color: #ee273a;
  text-decoration: none;
}
.page-media a.gallery-item:hover svg path:first-child {
  fill: red;
}
.page-media .gallery-item__title {
  font-size: 1.1rem;
}
.page-media .gallery-item__img {
  height: 0;
  overflow: hidden;
  padding-top: 55.25%;
  position: relative;
}
.page-media .gallery-item__img img {
  margin-top: -10%;
  position: absolute;
  top: 0;
}
.page-media .gallery-item__play {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.page-media .gallery-item__play svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.page-media .carousel-text__title {
  font-size: 1.2rem;
}
.gallery-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}
@media screen and (min-width: 768px) {
  .gallery-wrapper {
    gap: 2rem;
  }
}
.logo-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 170px;
  padding: 2rem;
}
.discover-stories {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media screen and (min-width: 1200px) {
  .discover-stories {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .discover-stories .carousel-card,
  .discover-stories .carousel-inner {
    min-height: 300px;
  }
}
.media-pr-carousel .carousel-card {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .media-pr-carousel .carousel-navigation.btn-prev {
    left: 0;
  }
  .media-pr-carousel .carousel-navigation.btn-backtotop,
  .media-pr-carousel .carousel-navigation.btn-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .media-pr-carousel .carousel-text {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .media-pr-carousel .carousel-link {
    padding-left: 3.5rem;
  }
}
.media-pr-carousel .carousel-text__label,
.media-pr-carousel .carousel-text__title {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .media-pr-carousel .carousel-text__label,
  .media-pr-carousel .carousel-text__title {
    font-size: 1.2rem;
  }
}
.media-pr-carousel .carousel-text__title {
  padding-bottom: 1rem;
}
.grid-press-release {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
@media screen and (min-width: 992px) {
  .grid-press-release {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .discover-stories .carousel-text,
  .grid-press-release .carousel-text,
  .media-pr-carousel .carousel-text {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
.discover-stories .carousel-text__title,
.grid-press-release .carousel-text__title,
.media-pr-carousel .carousel-text__title {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .media-pr-carousel .carousel-card:hover .carousel-text {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
  }
  .discover-stories .carousel-card:hover .carousel-text {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .grid-press-release .carousel-card:hover .carousel-text {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.page-media .carousel-wrapper {
  position: relative;
}
.page-media .carousel-container {
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .page-media .carousel-container {
    padding-left: 8rem;
  }
}
.page-media .carousel-pagination {
  bottom: 1rem;
  margin: auto;
  right: 0;
  top: auto;
  width: 60%;
}
.page-media .carousel-pagination .swiper-pagination-progressbar-fill {
  background-color: #ee273a;
}
.press-release__content aside {
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: sticky;
  top: 0;
}
.press-release__content .aside-item {
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
.press-release__content .aside-item:last-child {
  border-bottom: none;
}
.press-release__content .aside-img {
  max-width: 50%;
}
.press-release__content .aside-title {
  color: #333;
  font-size: 0.9rem;
  padding-left: 1rem;
}
.press-release__content .img-border {
  border: 1px solid #d3d3d3;
}
.press-release__content .aside-item:hover {
  text-decoration: none;
}
.press-release__content .aside-item:hover .aside-title {
  color: #ee273a;
}
.photo-album {
  position: relative;
}
.photo-album [class*="album-button-"] {
  bottom: 6rem;
  position: absolute;
  z-index: 1;
}
.photo-album .album-button-prev {
  left: -0.5rem;
}
.photo-album .album-button-next {
  right: -0.5rem;
}
.photo-album-slideshow {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.photo-album-slideshow .swiper-slide {
  background-position: 50%;
  background-size: cover;
}
.photo-album-thumbnail {
  height: 200px;
  padding: 1rem 0 3rem;
  position: relative;
}
.photo-album-thumbnail .swiper-slide {
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.photo-album-thumbnail .swiper-slide:hover {
  opacity: 0.9;
}
.photo-album-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.social-media {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media screen and (min-width: 768px) {
  .social-media {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.social-media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .social-media-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0;
  }
}
.social-media-item svg {
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .social-media-item svg {
    height: 130px;
    width: 130px;
  }
}
.social-media-item svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-media-item svg path.fill-white {
  fill: #fff;
}
.social-media-item figcaption {
  min-width: 160px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .social-media-item figcaption {
    padding-top: 4rem;
  }
}
.social-media-item__type {
  font-size: 1.2rem;
  font-weight: 700;
}
.social-media-item__name {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .social-media-item__name {
    font-size: 1rem;
  }
}
.social-media-item:hover .social-media-item__type {
  color: #333 !important;
}
.social-media-item:hover svg {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (min-width: 768px) {
  #icon-facebook svg path:not(.fill-white) {
    fill: #e3e3e3;
  }
}
#icon-facebook .social-media-item__type {
  color: #4b90b9;
}
#icon-facebook:hover svg path:not(.fill-white) {
  fill: url(#fb-linear-gradient);
}
@media screen and (min-width: 768px) {
  #icon-instagram svg path:not(.fill-white) {
    fill: #e3e3e3;
  }
}
#icon-instagram .social-media-item__type {
  color: #b54887;
}
#icon-instagram:hover svg path:not(.fill-white) {
  fill: url(#ig-linear-gradient);
}
@media screen and (min-width: 768px) {
  #icon-linkedin svg path:not(.fill-white) {
    fill: #e3e3e3;
  }
}
#icon-linkedin .social-media-item__type {
  color: #3076b2;
}
#icon-linkedin:hover svg path:not(.fill-white) {
  fill: url(#li-linear-gradient);
}
@media screen and (min-width: 768px) {
  #icon-youtube svg path:not(.fill-white) {
    fill: #e3e3e3;
  }
}
#icon-youtube .social-media-item__type {
  color: #d55772;
}
#icon-youtube:hover svg path:not(.fill-white) {
  fill: url(#yt-linear-gradient);
}
@media screen and (min-width: 768px) {
  #icon-weibo svg path:not(.fill-white) {
    fill: #e3e3e3;
  }
}
#icon-weibo .social-media-item__type {
  color: #c62824;
}
#icon-weibo:hover svg path:not(.fill-white) {
  fill: url(#weibo-linear-gradient);
}
@media screen and (min-width: 768px) {
  #icon-wechat svg path:not(.fill-white) {
    fill: #e3e3e3;
  }
}
#icon-wechat .social-media-item__type {
  color: #04c254;
}
#icon-wechat:hover svg path:not(.fill-white) {
  fill: url(#wechat-linear-gradient);
}
@media screen and (min-width: 768px) {
  [data-social-total="2"] .social-media-item:nth-child(2) {
    grid-column: 3;
  }
}
#section-getintouch [class*="col-"]:first-child .carousel-bg {
  background-position: center right 15%;
}
#section-getintouch [class*="col-"]:nth-child(3) .carousel-bg {
  background-position: center right 25%;
}
@media screen and (max-width: 767px) {
  #section-getintouch .carousel-inner {
    max-height: 200px;
  }
}
@media screen and (max-width: 567px) {
  #section-getintouch .carousel-card--static-height .carousel-inner {
    height: 100%;
    max-height: none;
  }
}
#section-getintouch .carousel-text {
  padding-bottom: 2rem;
}
#section-getintouch .carousel-text__title {
  font-size: 1.2rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 1600px) {
  #section-getintouch .carousel-text__title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #section-getintouch .carousel-link {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  #section-getintouch .carousel-link {
    font-size: 1rem;
  }
}
#section-getintouch .carousel-card:hover .carousel-text {
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
@media screen and (max-width: 567px) {
  #section-getintouch .mobile--5by2 {
    height: 40vw;
  }
}
#section-office {
  padding-bottom: 200px;
  padding-top: 5rem;
}
#section-office .bg-overlay--white:before {
  opacity: 1;
}
.bg-contact-footer {
  background-position: bottom;
  background-size: cover;
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
#section-forms .section-bg {
  background-position: 50%;
}
@media screen and (min-width: 768px) {
  #section-forms .section-bg {
    width: 95%;
  }
}
.form-container {
  display: none;
}
.form-container.is-open {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: fadeUp 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeUp 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form-contact {
    display: grid;
    gap: 1rem;
    grid-template-areas: "title title" "name name" ". ." "remark remark" "submit submit";
    grid-template-columns: 1fr 1fr;
  }
  .form-contact .form-title {
    grid-area: title;
  }
  .form-contact [data-name] {
    grid-area: name;
  }
  .form-contact [data-remark] {
    grid-area: remark;
  }
  .form-contact [data-submit] {
    grid-area: submit;
  }
}
.form-contact input,
.form-contact select,
.form-contact textarea {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .form-contact input,
  .form-contact select,
  .form-contact textarea {
    margin-bottom: 0;
  }
}
.form-contact input::-webkit-input-placeholder,
.form-contact textarea::-webkit-input-placeholder {
  font-style: italic;
}
.form-contact input::-moz-placeholder,
.form-contact textarea::-moz-placeholder {
  font-style: italic;
}
.form-contact input:-ms-input-placeholder,
.form-contact textarea:-ms-input-placeholder {
  font-style: italic;
}
.form-contact input::-ms-input-placeholder,
.form-contact textarea::-ms-input-placeholder {
  font-style: italic;
}
.form-contact input::placeholder,
.form-contact textarea::placeholder {
  font-style: italic;
}
