@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700,800&display=swap");
:root {
  --swiper-theme-color: #345574;
}

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

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

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

body {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.875;
  color: #545454;
  text-align: left;
  background-color: #FAFBFD;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #545454;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #545454;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.125rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}

h2, .h2 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

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

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

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

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

.list-inline, .nav-footer-social {
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 2.5px;
  line-height: 1;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 5px;
  color: #545454;
}
.table th,
.table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #c7ced4;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c7ced4;
}
.table tbody + tbody {
  border-top: 2px solid #c7ced4;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ECEDF6;
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6cfd8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95a7b7;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bcefd4;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #83e1af;
}

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

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

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

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

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

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

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

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

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

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

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

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #fad1c3;
}
.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #f6a990;
}

.table-hover .table-tertiary:hover {
  background-color: #f8bfab;
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #f8bfab;
}

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(3.40625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5;
  color: #545454;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #545454;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6b95bd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 85, 116, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 3.40625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #545454;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #545454;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #345574;
  border-color: #345574;
}
.btn-primary:hover {
  color: #fff;
  background-color: #28425a;
  border-color: #243b51;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #28425a;
  border-color: #243b51;
  box-shadow: 0 0 0 0.2rem rgba(82, 111, 137, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #345574;
  border-color: #345574;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #243b51;
  border-color: #203548;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 111, 137, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #11C665;
  border-color: #11C665;
}
.btn-success:hover {
  color: #fff;
  background-color: #0ea353;
  border-color: #0d974d;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #0ea353;
  border-color: #0d974d;
  box-shadow: 0 0 0 0.2rem rgba(53, 207, 124, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #11C665;
  border-color: #11C665;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0d974d;
  border-color: #0c8b47;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 207, 124, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #ed5929;
  border-color: #ed5929;
}
.btn-warning:hover {
  color: #fff;
  background-color: #dd4413;
  border-color: #d14112;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #dd4413;
  border-color: #d14112;
  box-shadow: 0 0 0 0.2rem rgba(240, 114, 73, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ed5929;
  border-color: #ed5929;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d14112;
  border-color: #c63d11;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 114, 73, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #E54A6A;
  border-color: #E54A6A;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e0294e;
  border-color: #dc2047;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e0294e;
  border-color: #dc2047;
  box-shadow: 0 0 0 0.2rem rgba(233, 101, 128, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #E54A6A;
  border-color: #E54A6A;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc2047;
  border-color: #d11e43;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 101, 128, 0.5);
}

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-tertiary {
  color: #fff;
  background-color: #ed5929;
  border-color: #ed5929;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #dd4413;
  border-color: #d14112;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  color: #fff;
  background-color: #dd4413;
  border-color: #d14112;
  box-shadow: 0 0 0 0.2rem rgba(240, 114, 73, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #ed5929;
  border-color: #ed5929;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #d14112;
  border-color: #c63d11;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 114, 73, 0.5);
}

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

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #11C665;
  border-color: #11C665;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #11C665;
  border-color: #11C665;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 198, 101, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #11C665;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #11C665;
  border-color: #11C665;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 198, 101, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #545454;
  text-decoration: none;
}
.btn-link:hover {
  color: #545454;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 2px;
  content: "";
  border-top: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #345574;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.37890625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #345574;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FAFBFD, 0 0 0 0.2rem rgba(52, 85, 116, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #8eaecc;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3.40625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  appearance: none;
}
.custom-select:focus {
  border-color: #6b95bd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(107, 149, 189, 0.5);
}
.custom-select:focus::-ms-value {
  color: #545454;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #545454;
  background-color: transparent;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #545454;
  background-color: #fff;
  border: 1px solid #345574;
}
.page-link:hover {
  z-index: 2;
  color: white;
  text-decoration: none;
  background-color: rgba(52, 85, 116, 0.5);
  border-color: #345574;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #345574;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #243b51;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 85, 116, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #11C665;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #0d974d;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 198, 101, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #ed5929;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #d14112;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 89, 41, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #E54A6A;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #dc2047;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 74, 106, 0.5);
}

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

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-tertiary {
  color: #fff;
  background-color: #ed5929;
}
a.badge-tertiary:hover, a.badge-tertiary:focus {
  color: #fff;
  background-color: #d14112;
}
a.badge-tertiary:focus, a.badge-tertiary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 89, 41, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #1b2c3c;
  background-color: #d6dde3;
  border-color: #c6cfd8;
}
.alert-primary hr {
  border-top-color: #b7c2ce;
}
.alert-primary .alert-link {
  color: #0b1219;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #096735;
  background-color: #cff4e0;
  border-color: #bcefd4;
}
.alert-success hr {
  border-top-color: #a7eac7;
}
.alert-success .alert-link {
  color: #05381d;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #7b2e15;
  background-color: #fbded4;
  border-color: #fad1c3;
}
.alert-warning hr {
  border-top-color: #f8bfab;
}
.alert-warning .alert-link {
  color: #4f1e0e;
}

.alert-danger {
  color: #772637;
  background-color: #fadbe1;
  border-color: #f8ccd5;
}
.alert-danger hr {
  border-top-color: #f5b6c3;
}
.alert-danger .alert-link {
  color: #501a25;
}

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

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-tertiary {
  color: #7b2e15;
  background-color: #fbded4;
  border-color: #fad1c3;
}
.alert-tertiary hr {
  border-top-color: #f8bfab;
}
.alert-tertiary .alert-link {
  color: #4f1e0e;
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1b2c3c;
  background-color: #c6cfd8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1b2c3c;
  background-color: #b7c2ce;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1b2c3c;
  border-color: #1b2c3c;
}

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

.list-group-item-success {
  color: #096735;
  background-color: #bcefd4;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #096735;
  background-color: #a7eac7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #096735;
  border-color: #096735;
}

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

.list-group-item-warning {
  color: #7b2e15;
  background-color: #fad1c3;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7b2e15;
  background-color: #f8bfab;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7b2e15;
  border-color: #7b2e15;
}

.list-group-item-danger {
  color: #772637;
  background-color: #f8ccd5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #772637;
  background-color: #f5b6c3;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #772637;
  border-color: #772637;
}

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

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

.list-group-item-tertiary {
  color: #7b2e15;
  background-color: #fad1c3;
}
.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
  color: #7b2e15;
  background-color: #f8bfab;
}
.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #7b2e15;
  border-color: #7b2e15;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.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: #345574 !important;
}

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

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

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

.bg-success {
  background-color: #11C665 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-tertiary {
  background-color: #ed5929 !important;
}

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #E8E8E8 !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: #345574 !important;
}

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

.border-success {
  border-color: #11C665 !important;
}

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

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

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

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

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

.border-tertiary {
  border-color: #ed5929 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 5px !important;
}

.mt-1,
.my-1 {
  margin-top: 5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.mt-2,
.my-2 {
  margin-top: 10px !important;
}

.mr-2,
.mx-2 {
  margin-right: 10px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
  margin-left: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.mt-3,
.my-3 {
  margin-top: 15px !important;
}

.mr-3,
.mx-3 {
  margin-right: 15px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}

.ml-3,
.mx-3 {
  margin-left: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.mt-4,
.my-4 {
  margin-top: 20px !important;
}

.mr-4,
.mx-4 {
  margin-right: 20px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 20px !important;
}

.ml-4,
.mx-4 {
  margin-left: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.mt-5,
.my-5 {
  margin-top: 25px !important;
}

.mr-5,
.mx-5 {
  margin-right: 25px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 25px !important;
}

.ml-5,
.mx-5 {
  margin-left: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.mt-6,
.my-6 {
  margin-top: 30px !important;
}

.mr-6,
.mx-6 {
  margin-right: 30px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 30px !important;
}

.ml-6,
.mx-6 {
  margin-left: 30px !important;
}

.m-7 {
  margin: 40px !important;
}

.mt-7,
.my-7 {
  margin-top: 40px !important;
}

.mr-7,
.mx-7 {
  margin-right: 40px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 40px !important;
}

.ml-7,
.mx-7 {
  margin-left: 40px !important;
}

.m-8 {
  margin: 60px !important;
}

.mt-8,
.my-8 {
  margin-top: 60px !important;
}

.mr-8,
.mx-8 {
  margin-right: 60px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 60px !important;
}

.ml-8,
.mx-8 {
  margin-left: 60px !important;
}

.m-9 {
  margin: 100px !important;
}

.mt-9,
.my-9 {
  margin-top: 100px !important;
}

.mr-9,
.mx-9 {
  margin-right: 100px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 100px !important;
}

.ml-9,
.mx-9 {
  margin-left: 100px !important;
}

.m-10 {
  margin: 140px !important;
}

.mt-10,
.my-10 {
  margin-top: 140px !important;
}

.mr-10,
.mx-10 {
  margin-right: 140px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 140px !important;
}

.ml-10,
.mx-10 {
  margin-left: 140px !important;
}

.m-11 {
  margin: 180px !important;
}

.mt-11,
.my-11 {
  margin-top: 180px !important;
}

.mr-11,
.mx-11 {
  margin-right: 180px !important;
}

.mb-11,
.my-11 {
  margin-bottom: 180px !important;
}

.ml-11,
.mx-11 {
  margin-left: 180px !important;
}

.m-12 {
  margin: 220px !important;
}

.mt-12,
.my-12 {
  margin-top: 220px !important;
}

.mr-12,
.mx-12 {
  margin-right: 220px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 220px !important;
}

.ml-12,
.mx-12 {
  margin-left: 220px !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: 5px !important;
}

.pt-1,
.py-1 {
  padding-top: 5px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}

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

.p-2 {
  padding: 10px !important;
}

.pt-2,
.py-2 {
  padding-top: 10px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

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

.p-3 {
  padding: 15px !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}

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

.p-4 {
  padding: 20px !important;
}

.pt-4,
.py-4 {
  padding-top: 20px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 20px !important;
}

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

.p-5 {
  padding: 25px !important;
}

.pt-5,
.py-5 {
  padding-top: 25px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 25px !important;
}

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

.p-6 {
  padding: 30px !important;
}

.pt-6,
.py-6 {
  padding-top: 30px !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 30px !important;
}

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

.p-7 {
  padding: 40px !important;
}

.pt-7,
.py-7 {
  padding-top: 40px !important;
}

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

.pb-7,
.py-7 {
  padding-bottom: 40px !important;
}

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

.p-8 {
  padding: 60px !important;
}

.pt-8,
.py-8 {
  padding-top: 60px !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 60px !important;
}

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

.p-9 {
  padding: 100px !important;
}

.pt-9,
.py-9 {
  padding-top: 100px !important;
}

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

.pb-9,
.py-9 {
  padding-bottom: 100px !important;
}

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

.p-10 {
  padding: 140px !important;
}

.pt-10,
.py-10 {
  padding-top: 140px !important;
}

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

.pb-10,
.py-10 {
  padding-bottom: 140px !important;
}

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

.p-11 {
  padding: 180px !important;
}

.pt-11,
.py-11 {
  padding-top: 180px !important;
}

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

.pb-11,
.py-11 {
  padding-bottom: 180px !important;
}

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

.p-12 {
  padding: 220px !important;
}

.pt-12,
.py-12 {
  padding-top: 220px !important;
}

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

.pb-12,
.py-12 {
  padding-bottom: 220px !important;
}

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

.m-n1 {
  margin: -5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -5px !important;
}

.m-n2 {
  margin: -10px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -10px !important;
}

.m-n3 {
  margin: -15px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -15px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -15px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -15px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -15px !important;
}

.m-n4 {
  margin: -20px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -20px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -20px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -20px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -20px !important;
}

.m-n5 {
  margin: -25px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -25px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -25px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -25px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -25px !important;
}

.m-n6 {
  margin: -30px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -30px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -30px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -30px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -30px !important;
}

.m-n7 {
  margin: -40px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -40px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -40px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -40px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -40px !important;
}

.m-n8 {
  margin: -60px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -60px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -60px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -60px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -60px !important;
}

.m-n9 {
  margin: -100px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -100px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -100px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -100px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -100px !important;
}

.m-n10 {
  margin: -140px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -140px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -140px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -140px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -140px !important;
}

.m-n11 {
  margin: -180px !important;
}

.mt-n11,
.my-n11 {
  margin-top: -180px !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -180px !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -180px !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -180px !important;
}

.m-n12 {
  margin: -220px !important;
}

.mt-n12,
.my-n12 {
  margin-top: -220px !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -220px !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -220px !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -220px !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: 5px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 5px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 5px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 5px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 5px !important;
  }

  .m-sm-2 {
    margin: 10px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 10px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 10px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 10px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 10px !important;
  }

  .m-sm-3 {
    margin: 15px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 15px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 15px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 15px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 15px !important;
  }

  .m-sm-4 {
    margin: 20px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 20px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 20px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 20px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 20px !important;
  }

  .m-sm-5 {
    margin: 25px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 25px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 25px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 25px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 25px !important;
  }

  .m-sm-6 {
    margin: 30px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 30px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 30px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 30px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 30px !important;
  }

  .m-sm-7 {
    margin: 40px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 40px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 40px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 40px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 40px !important;
  }

  .m-sm-8 {
    margin: 60px !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 60px !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 60px !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 60px !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 60px !important;
  }

  .m-sm-9 {
    margin: 100px !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 100px !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 100px !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 100px !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 100px !important;
  }

  .m-sm-10 {
    margin: 140px !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 140px !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 140px !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 140px !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 140px !important;
  }

  .m-sm-11 {
    margin: 180px !important;
  }

  .mt-sm-11,
.my-sm-11 {
    margin-top: 180px !important;
  }

  .mr-sm-11,
.mx-sm-11 {
    margin-right: 180px !important;
  }

  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 180px !important;
  }

  .ml-sm-11,
.mx-sm-11 {
    margin-left: 180px !important;
  }

  .m-sm-12 {
    margin: 220px !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 220px !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 220px !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 220px !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 220px !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: 5px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 5px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 5px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 5px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 5px !important;
  }

  .p-sm-2 {
    padding: 10px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 10px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 10px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 10px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 10px !important;
  }

  .p-sm-3 {
    padding: 15px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 15px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 15px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 15px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 15px !important;
  }

  .p-sm-4 {
    padding: 20px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 20px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 20px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 20px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 20px !important;
  }

  .p-sm-5 {
    padding: 25px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 25px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 25px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 25px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 25px !important;
  }

  .p-sm-6 {
    padding: 30px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 30px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 30px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 30px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 30px !important;
  }

  .p-sm-7 {
    padding: 40px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 40px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 40px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 40px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 40px !important;
  }

  .p-sm-8 {
    padding: 60px !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 60px !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 60px !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 60px !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 60px !important;
  }

  .p-sm-9 {
    padding: 100px !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 100px !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 100px !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 100px !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 100px !important;
  }

  .p-sm-10 {
    padding: 140px !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 140px !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 140px !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 140px !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 140px !important;
  }

  .p-sm-11 {
    padding: 180px !important;
  }

  .pt-sm-11,
.py-sm-11 {
    padding-top: 180px !important;
  }

  .pr-sm-11,
.px-sm-11 {
    padding-right: 180px !important;
  }

  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 180px !important;
  }

  .pl-sm-11,
.px-sm-11 {
    padding-left: 180px !important;
  }

  .p-sm-12 {
    padding: 220px !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 220px !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 220px !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 220px !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 220px !important;
  }

  .m-sm-n1 {
    margin: -5px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -5px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -5px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -5px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -5px !important;
  }

  .m-sm-n2 {
    margin: -10px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -10px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -10px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -10px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -10px !important;
  }

  .m-sm-n3 {
    margin: -15px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -15px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -15px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -15px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -15px !important;
  }

  .m-sm-n4 {
    margin: -20px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -20px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -20px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -20px !important;
  }

  .m-sm-n5 {
    margin: -25px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -25px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -25px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -25px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -25px !important;
  }

  .m-sm-n6 {
    margin: -30px !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -30px !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -30px !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -30px !important;
  }

  .m-sm-n7 {
    margin: -40px !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -40px !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -40px !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -40px !important;
  }

  .m-sm-n8 {
    margin: -60px !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -60px !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -60px !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -60px !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -60px !important;
  }

  .m-sm-n9 {
    margin: -100px !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -100px !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -100px !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -100px !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -100px !important;
  }

  .m-sm-n10 {
    margin: -140px !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -140px !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -140px !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -140px !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -140px !important;
  }

  .m-sm-n11 {
    margin: -180px !important;
  }

  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -180px !important;
  }

  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -180px !important;
  }

  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -180px !important;
  }

  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -180px !important;
  }

  .m-sm-n12 {
    margin: -220px !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -220px !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -220px !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -220px !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -220px !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: 5px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 5px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 5px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 5px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 5px !important;
  }

  .m-md-2 {
    margin: 10px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 10px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 10px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 10px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 10px !important;
  }

  .m-md-3 {
    margin: 15px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 15px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 15px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 15px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 15px !important;
  }

  .m-md-4 {
    margin: 20px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 20px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 20px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 20px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 20px !important;
  }

  .m-md-5 {
    margin: 25px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 25px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 25px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 25px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 25px !important;
  }

  .m-md-6 {
    margin: 30px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 30px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 30px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 30px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 30px !important;
  }

  .m-md-7 {
    margin: 40px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 40px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 40px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 40px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 40px !important;
  }

  .m-md-8 {
    margin: 60px !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 60px !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 60px !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 60px !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 60px !important;
  }

  .m-md-9 {
    margin: 100px !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 100px !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 100px !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 100px !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 100px !important;
  }

  .m-md-10 {
    margin: 140px !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 140px !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 140px !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 140px !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 140px !important;
  }

  .m-md-11 {
    margin: 180px !important;
  }

  .mt-md-11,
.my-md-11 {
    margin-top: 180px !important;
  }

  .mr-md-11,
.mx-md-11 {
    margin-right: 180px !important;
  }

  .mb-md-11,
.my-md-11 {
    margin-bottom: 180px !important;
  }

  .ml-md-11,
.mx-md-11 {
    margin-left: 180px !important;
  }

  .m-md-12 {
    margin: 220px !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 220px !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 220px !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 220px !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 220px !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: 5px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 5px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 5px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 5px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 5px !important;
  }

  .p-md-2 {
    padding: 10px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 10px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 10px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 10px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 10px !important;
  }

  .p-md-3 {
    padding: 15px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 15px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 15px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 15px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 15px !important;
  }

  .p-md-4 {
    padding: 20px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 20px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 20px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 20px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 20px !important;
  }

  .p-md-5 {
    padding: 25px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 25px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 25px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 25px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 25px !important;
  }

  .p-md-6 {
    padding: 30px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 30px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 30px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 30px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 30px !important;
  }

  .p-md-7 {
    padding: 40px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 40px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 40px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 40px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 40px !important;
  }

  .p-md-8 {
    padding: 60px !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 60px !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 60px !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 60px !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 60px !important;
  }

  .p-md-9 {
    padding: 100px !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 100px !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 100px !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 100px !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 100px !important;
  }

  .p-md-10 {
    padding: 140px !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 140px !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 140px !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 140px !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 140px !important;
  }

  .p-md-11 {
    padding: 180px !important;
  }

  .pt-md-11,
.py-md-11 {
    padding-top: 180px !important;
  }

  .pr-md-11,
.px-md-11 {
    padding-right: 180px !important;
  }

  .pb-md-11,
.py-md-11 {
    padding-bottom: 180px !important;
  }

  .pl-md-11,
.px-md-11 {
    padding-left: 180px !important;
  }

  .p-md-12 {
    padding: 220px !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 220px !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 220px !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 220px !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 220px !important;
  }

  .m-md-n1 {
    margin: -5px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -5px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -5px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -5px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -5px !important;
  }

  .m-md-n2 {
    margin: -10px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -10px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -10px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -10px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -10px !important;
  }

  .m-md-n3 {
    margin: -15px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -15px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -15px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -15px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -15px !important;
  }

  .m-md-n4 {
    margin: -20px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -20px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -20px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -20px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -20px !important;
  }

  .m-md-n5 {
    margin: -25px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -25px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -25px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -25px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -25px !important;
  }

  .m-md-n6 {
    margin: -30px !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -30px !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -30px !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -30px !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -30px !important;
  }

  .m-md-n7 {
    margin: -40px !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -40px !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -40px !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -40px !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -40px !important;
  }

  .m-md-n8 {
    margin: -60px !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -60px !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -60px !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -60px !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -60px !important;
  }

  .m-md-n9 {
    margin: -100px !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -100px !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -100px !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -100px !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -100px !important;
  }

  .m-md-n10 {
    margin: -140px !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -140px !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -140px !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -140px !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -140px !important;
  }

  .m-md-n11 {
    margin: -180px !important;
  }

  .mt-md-n11,
.my-md-n11 {
    margin-top: -180px !important;
  }

  .mr-md-n11,
.mx-md-n11 {
    margin-right: -180px !important;
  }

  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -180px !important;
  }

  .ml-md-n11,
.mx-md-n11 {
    margin-left: -180px !important;
  }

  .m-md-n12 {
    margin: -220px !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -220px !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -220px !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -220px !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -220px !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: 5px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 5px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 5px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 5px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 5px !important;
  }

  .m-lg-2 {
    margin: 10px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 10px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 10px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 10px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 10px !important;
  }

  .m-lg-3 {
    margin: 15px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 15px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 15px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 15px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 15px !important;
  }

  .m-lg-4 {
    margin: 20px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 20px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 20px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 20px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 20px !important;
  }

  .m-lg-5 {
    margin: 25px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 25px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 25px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 25px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 25px !important;
  }

  .m-lg-6 {
    margin: 30px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 30px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 30px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 30px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 30px !important;
  }

  .m-lg-7 {
    margin: 40px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 40px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 40px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 40px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 40px !important;
  }

  .m-lg-8 {
    margin: 60px !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 60px !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 60px !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 60px !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 60px !important;
  }

  .m-lg-9 {
    margin: 100px !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 100px !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 100px !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 100px !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 100px !important;
  }

  .m-lg-10 {
    margin: 140px !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 140px !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 140px !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 140px !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 140px !important;
  }

  .m-lg-11 {
    margin: 180px !important;
  }

  .mt-lg-11,
.my-lg-11 {
    margin-top: 180px !important;
  }

  .mr-lg-11,
.mx-lg-11 {
    margin-right: 180px !important;
  }

  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 180px !important;
  }

  .ml-lg-11,
.mx-lg-11 {
    margin-left: 180px !important;
  }

  .m-lg-12 {
    margin: 220px !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 220px !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 220px !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 220px !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 220px !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: 5px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 5px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 5px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 5px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 5px !important;
  }

  .p-lg-2 {
    padding: 10px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 10px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 10px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 10px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 10px !important;
  }

  .p-lg-3 {
    padding: 15px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 15px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 15px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 15px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 15px !important;
  }

  .p-lg-4 {
    padding: 20px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 20px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 20px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 20px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 20px !important;
  }

  .p-lg-5 {
    padding: 25px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 25px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 25px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 25px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 25px !important;
  }

  .p-lg-6 {
    padding: 30px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 30px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 30px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 30px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 30px !important;
  }

  .p-lg-7 {
    padding: 40px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 40px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 40px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 40px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 40px !important;
  }

  .p-lg-8 {
    padding: 60px !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 60px !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 60px !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 60px !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 60px !important;
  }

  .p-lg-9 {
    padding: 100px !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 100px !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 100px !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 100px !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 100px !important;
  }

  .p-lg-10 {
    padding: 140px !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 140px !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 140px !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 140px !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 140px !important;
  }

  .p-lg-11 {
    padding: 180px !important;
  }

  .pt-lg-11,
.py-lg-11 {
    padding-top: 180px !important;
  }

  .pr-lg-11,
.px-lg-11 {
    padding-right: 180px !important;
  }

  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 180px !important;
  }

  .pl-lg-11,
.px-lg-11 {
    padding-left: 180px !important;
  }

  .p-lg-12 {
    padding: 220px !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 220px !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 220px !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 220px !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 220px !important;
  }

  .m-lg-n1 {
    margin: -5px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -5px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -5px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -5px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -5px !important;
  }

  .m-lg-n2 {
    margin: -10px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -10px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -10px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -10px !important;
  }

  .m-lg-n3 {
    margin: -15px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -15px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -15px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -15px !important;
  }

  .m-lg-n4 {
    margin: -20px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -20px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -20px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -20px !important;
  }

  .m-lg-n5 {
    margin: -25px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -25px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -25px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -25px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -25px !important;
  }

  .m-lg-n6 {
    margin: -30px !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -30px !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -30px !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -30px !important;
  }

  .m-lg-n7 {
    margin: -40px !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -40px !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -40px !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -40px !important;
  }

  .m-lg-n8 {
    margin: -60px !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -60px !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -60px !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -60px !important;
  }

  .m-lg-n9 {
    margin: -100px !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -100px !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -100px !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -100px !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -100px !important;
  }

  .m-lg-n10 {
    margin: -140px !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -140px !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -140px !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -140px !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -140px !important;
  }

  .m-lg-n11 {
    margin: -180px !important;
  }

  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -180px !important;
  }

  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -180px !important;
  }

  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -180px !important;
  }

  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -180px !important;
  }

  .m-lg-n12 {
    margin: -220px !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -220px !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -220px !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -220px !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -220px !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: 5px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 5px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 5px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 5px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 5px !important;
  }

  .m-xl-2 {
    margin: 10px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 10px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 10px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 10px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 10px !important;
  }

  .m-xl-3 {
    margin: 15px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 15px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 15px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 15px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 15px !important;
  }

  .m-xl-4 {
    margin: 20px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 20px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 20px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 20px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 20px !important;
  }

  .m-xl-5 {
    margin: 25px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 25px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 25px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 25px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 25px !important;
  }

  .m-xl-6 {
    margin: 30px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 30px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 30px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 30px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 30px !important;
  }

  .m-xl-7 {
    margin: 40px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 40px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 40px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 40px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 40px !important;
  }

  .m-xl-8 {
    margin: 60px !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 60px !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 60px !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 60px !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 60px !important;
  }

  .m-xl-9 {
    margin: 100px !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 100px !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 100px !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 100px !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 100px !important;
  }

  .m-xl-10 {
    margin: 140px !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 140px !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 140px !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 140px !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 140px !important;
  }

  .m-xl-11 {
    margin: 180px !important;
  }

  .mt-xl-11,
.my-xl-11 {
    margin-top: 180px !important;
  }

  .mr-xl-11,
.mx-xl-11 {
    margin-right: 180px !important;
  }

  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 180px !important;
  }

  .ml-xl-11,
.mx-xl-11 {
    margin-left: 180px !important;
  }

  .m-xl-12 {
    margin: 220px !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 220px !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 220px !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 220px !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 220px !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: 5px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 5px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 5px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 5px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 5px !important;
  }

  .p-xl-2 {
    padding: 10px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 10px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 10px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 10px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 10px !important;
  }

  .p-xl-3 {
    padding: 15px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 15px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 15px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 15px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 15px !important;
  }

  .p-xl-4 {
    padding: 20px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 20px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 20px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 20px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 20px !important;
  }

  .p-xl-5 {
    padding: 25px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 25px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 25px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 25px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 25px !important;
  }

  .p-xl-6 {
    padding: 30px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 30px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 30px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 30px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 30px !important;
  }

  .p-xl-7 {
    padding: 40px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 40px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 40px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 40px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 40px !important;
  }

  .p-xl-8 {
    padding: 60px !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 60px !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 60px !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 60px !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 60px !important;
  }

  .p-xl-9 {
    padding: 100px !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 100px !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 100px !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 100px !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 100px !important;
  }

  .p-xl-10 {
    padding: 140px !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 140px !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 140px !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 140px !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 140px !important;
  }

  .p-xl-11 {
    padding: 180px !important;
  }

  .pt-xl-11,
.py-xl-11 {
    padding-top: 180px !important;
  }

  .pr-xl-11,
.px-xl-11 {
    padding-right: 180px !important;
  }

  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 180px !important;
  }

  .pl-xl-11,
.px-xl-11 {
    padding-left: 180px !important;
  }

  .p-xl-12 {
    padding: 220px !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 220px !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 220px !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 220px !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 220px !important;
  }

  .m-xl-n1 {
    margin: -5px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -5px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -5px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -5px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -5px !important;
  }

  .m-xl-n2 {
    margin: -10px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -10px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -10px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -10px !important;
  }

  .m-xl-n3 {
    margin: -15px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -15px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -15px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -15px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -15px !important;
  }

  .m-xl-n4 {
    margin: -20px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -20px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -20px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -20px !important;
  }

  .m-xl-n5 {
    margin: -25px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -25px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -25px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -25px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -25px !important;
  }

  .m-xl-n6 {
    margin: -30px !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -30px !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -30px !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -30px !important;
  }

  .m-xl-n7 {
    margin: -40px !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -40px !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -40px !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -40px !important;
  }

  .m-xl-n8 {
    margin: -60px !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -60px !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -60px !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -60px !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -60px !important;
  }

  .m-xl-n9 {
    margin: -100px !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -100px !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -100px !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -100px !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -100px !important;
  }

  .m-xl-n10 {
    margin: -140px !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -140px !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -140px !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -140px !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -140px !important;
  }

  .m-xl-n11 {
    margin: -180px !important;
  }

  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -180px !important;
  }

  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -180px !important;
  }

  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -180px !important;
  }

  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -180px !important;
  }

  .m-xl-n12 {
    margin: -220px !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -220px !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -220px !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -220px !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -220px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #11C665 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-tertiary {
  color: #ed5929 !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #ba3910 !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #c7ced4;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #E8E8E8;
  border-radius: 0.375rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #E8E8E8;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #E8E8E8;
  border-radius: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #E8E8E8;
  border-radius: 0.375rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #E8E8E8;
  border-radius: 0.375rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #E8E8E8;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 13px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 4px;
  background-color: #345574;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #ccc;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*


   Magic 360 v4.6.12 
   Copyright 2020 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magic360/
   License agreement: https://www.magictoolbox.com/license/


*/
@font-face {
  font-family: "magic360";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/magic360.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "magic360";
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype");
}
/* Core */
.Magic360,
.Magic360-container {
  box-sizing: content-box !important;
}

.Magic360-container .Magic360,
.Magic360-fullscreen .Magic360 {
  border: 0 !important;
}

.Magic360 {
  padding: 0 !important;
  outline: 0 !important;
  display: inline-block;
  font-size: 0 !important;
  line-height: 100% !important;
  max-width: 100%;
}

.Magic360-container {
  text-align: center !important;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.Magic360-container .Magic360 {
  display: inline-block !important;
  vertical-align: middle;
  touch-action: none;
}

.Magic360-container .Magic360.m360-spin-x {
  touch-action: pan-y;
}

.Magic360-container .Magic360.m360-spin-y {
  touch-action: pan-x;
}

.Magic360.desktop.zoom-in {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.Magic360 img {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
}

.Magic360 > img {
  width: 100%;
}

/* Fullscreen icons */
button.m360-icon {
  color: #b4b4b4 !important;
  font: normal 900 30px/1 "magic360" !important;
  cursor: pointer;
  z-index: 1000000 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  width: 44px !important;
  height: 44px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.m360-icon:hover,
.mobile-magic button.m360-icon:active {
  color: #555 !important;
  color: rgba(49, 51, 61, 0.76) !important;
}

button.m360-icon:before {
  display: inline !important;
  position: static !important;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
  -moz-osx-font-smoothing: inherit !important;
}

button.m360-icon.m360-icon-fullscreen-open,
button.m360-icon.m360-icon-fullscreen-close {
  top: 0 !important;
  right: 0 !important;
}

button.m360-icon.m360-icon-fullscreen-close {
  width: 60px !important;
  height: 60px !important;
}

button.m360-icon.m360-icon-fullscreen-open:before {
  content: "\e800";
}

button.m360-icon.m360-icon-fullscreen-close:before {
  content: "\e801";
}

.lt-ie9-magic button.m360-icon {
  border: 0;
  filter: alpha(opacity=75);
}

.lt-ie9-magic button.m360-icon:hover {
  filter: alpha(opacity=100);
}

.Magic360-fullscreen:-webkit-full-screen {
  touch-action: none;
}

.lt-ie7-magic .Magic360-container .Magic360 {
  width: auto !important;
}

.Magic360-fullscreen {
  background: #fff;
  z-index: 2147483640 !important;
}

.Magic360-fullscreen:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

.Magic360-fullscreen:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.Magic360-fullscreen:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.Magic360-fullscreen .Magic360 {
  display: inline-block !important;
  vertical-align: middle;
}

.Magic360-message {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #AAAAAA;
  display: block;
  font-size: 10px;
  color: #000;
  overflow: hidden;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 33%;
  left: 33%;
  z-index: 100;
  box-shadow: 0 0 10px #000;
  border-collapse: separate;
  border-radius: 15px;
}

.Magic360-fullscreen .Magic360-message {
  font-size: 18px;
  background-color: #31333D;
  background-color: rgba(49, 51, 61, 0.76);
  border-color: #ccc;
  color: #fff;
  top: 15px;
}

/**
 * Hint & Loader
 */
.m360-hint-message,
.m360-loader {
  background: rgba(49, 51, 61, 0.76);
  color: #fff;
  font: normal 14px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.m360-hint,
.m360-loader {
  direction: ltr;
  text-align: center;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.m360-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
  transition: opacity 0.25s ease, z-index 0.25s ease;
}

.m360-hint-message {
  display: inline-block;
  border-radius: 2em;
  padding: 0.3em 1.5em;
  font-size: 14px;
  line-height: 1.5;
}

.m360-hint-message:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAqCAYAAAB4Ip8uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhDODMzNkM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhDODMzNUM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlv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");
  background-image: -webkit-image-set(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAqCAYAAAB4Ip8uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhDODMzNkM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhDODMzNUM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq6mNcIAAAqiSURBVHja7Fx9aFXnGb/nfn/kfie2SqqpC9ugq/YDnGWF2nasmj8qOP9whemGoxQHlox2KOyv+rEwkO4TJmMQKaTUBqltsOoigRBaWUiNdjFzmdFYjSR3JkZjkpuPe/f8Tp9X3p6ec+8599wbt5v7wsv9ft/nPN/P73nPVbLZrKMyyne4zX5RUZSSEVHuSlYq3pnhm7Oi4xULNq2oWgWrsNcS7xQN77L/KwJW2BO4aHr49RzNeZqZiqDz8k7wTfAOfJulucD8szWcRRKun2bVyZMnH+vr63uxvr4+gtesQEpFjjmFG9i2bVv8+vXrr4yNjb0JHjLvPEUJoQjUZqbBAIEhInDF1NTUsSyP+fn5wba2tqfps6gZIZul4f915uBd+PDhw9+em5vrE7zLZDLTly9ffoU+i9P05uKdqb1tEKkwAfHJycl3INfZ2dleekyD0IWFhau7du16BAqQTxOXoIDBOx94NzMz00m8+oJ42EyGMcBCniRLXgcFYEV4IAJWNbC/v38LEZRqb29/hl5X45EIHgGhd+7c+TO9lyiGJpaZgOHVIlevXt1J1vvPffv2fYNe18AgyEh6wDsS/Cl6L8mKoBQsYBvxwys0cGho6FUWJGJv9ZUrV34i3M2hQ4e+yZpYUDwuQwEL602QcC+cO3eugd0xPF2is7PzOXhD8K+jo+NZ5p1zsQWMDUOwVmggC9fPQgRB1SKupFKpt6CdLHyPVSGXoYDBu6qzZ88+T9b6d4l3Ln5MTk9Pt7EH/At/7llsAasuBsIbHR3dKyVTID6MBAvEiViM+MKCrio3cKUAJoNPsYmJibdv3rz5Biu+Wwp7MSRZzLsv2E379QyjlAJW3TPiRUtLyxp6HmTBOdltn8pqBpUBr+VyN0tIwIJ3vRreCfetViUIb5Kb1jWMUglYdc+bN29GQvBvev4QC87PM06p/+NE4ISc+nNGHVyEulgLvHh5+jRTvO/h7zpLlSNoaEPdu4JDW1wnicLrJNw3eMdWHtPLposlYBlt8XEy8NDx48dfHh8f/4ie17GQ4xwvltFcQRb7CyHge/futXIcDvI6bl5TKZJAZfoCrPERZkyMadOb4nMBzAR4DdP0WWSyahw9PT0vTU1NHee9vZolcR0JVCDgHUpQozhsZm+3SUvwiix49+7diYaGhu+uWbNmq6Ioj1y7du0PyWRypcfjUa+E4sZsY2PjT2tra1tIC7fQ+98jYbfymn5mYFYHksvasNT79O3Zsye6Y8eOp6LR6KpIJPIdp9MZd7vdq/UWACBD3mWcmPkPiolDR44c+aypqWmiSPQZ0rx8+fJvURj7nNfM6GD4GRLspXA47PB6vY/qYNW2sGiZcWp2d/78+Wfr6uo2hkKhTSRA/8jISK/P5wsTEf/q6uo6QgTPBAKBzPr163tB4N69e2HF6dOnT7++adOmDzZu3NiBdcmSD9PvnqbHNqoB/7Z27douZuCMBUbmpI+Uzp9Op7uJtm4IjhSwV/yQ6XNQBvuEeG/lypVPkAKEVq1atePAgQN/3L9//4xN+vLS7vf7aylTHjJoKmCPDBSO+OpwuVy1Bs2cgglwsxuOd3d3fx+JFEqeGzdu/JyTArjjulu3br1/5syZH9Hzh9nFhdg6PVLsCzNkKT6PYQ2shTWxNvaQ6sB8tbIZ+hK8XlRyvVX8G5EnhKT3I/xdNcRYpc+iiwZfYqR8LX19fZsNkiesX4USVCC/9fX1NUy37Rislj/ARylGvA/obHBw8MfMtChfJBKqZaSBZ44dO/YME+nScSOK5D5dUpwMMFMTWBvJBvbCnpqSwbA8y0OfT3LZLim7VzTTKXkCt5SIhazQZ5HJ2CNGvPuYs+OggYCDAIhEDkNhp475ZkvAcoZ3ATUYo1BxCcRwCgyVtPtTtpiABfchGOsWGTf2wF7YE3vnWM8sfYpNlMkSfQUIGGVkO3u2kMG1BiBUIeDm5ubH9L5r9fpwYZHh4eHdnL29x5lvlSajvA+zMYP9BcQHYd1YuwZ7YU/szVbiNCjPctJXxE6PafoKEXAe41DYshNCwK2trU8WKuCvuQckHKoKBQIbyC0lNS5PuDpQ7UqlUrMGBAq359apL4WVqGUN9sBeqv/9cu+cMTgXfZRgOZU8B6CUL4eLJr5fbPqKVfK5Ke66dBTcMkjk1KTncydOnPiQJP8fKi+W7dy588TQ0NAPWaPCrEUqQEDlxV0iIq4T35wbNmyooVnNFhCUwATBPLwXxNrYA3thT+zNp0H0TMssfT4SnJcF6BJCF6OE9JkexLt7VMLpNfRBW3VnZ+eTW7duDYk3KaGdlg4AKHa0R8VJ0eFAC1Bq4A8AUeG4sZzm6rt3735y8ODB5zRZNBgTQfzA78fHxw9xcpJgAYhEJi56n4x0pbirEsuRSZulLyll0nGmLVwq+gpMstrQNdJJsrB2HImdDPMCFaTS9JdMY6F7f6UNGEN8RTovGvhiEHEpqi3bUYj39/f/7ujRow1E7AscJ8CoBJ5LP0kjhnG5ERNtMemzFo7lsXx9YzP0QRjIUtHcAP6Nrg1mqegrsEx6B310nTIJXiQKYWquaZJ7xn67AhZM9LC2JJDBgVnI/IApU4KQvX37NgSdJStGSwsWlDUzqHj/PZczMazJ2aGwHrOtxJz0ZW2MQuizyGRYaHRsbOzXqLXZu7i0UCZwexnL505cQkuDHSxarmFDrL1JFNyk6VsuXrz4W3JvF4ghw6Rtn6fT6ZFcjAMkyPVqXIIrBfbrLQCXNqQPAAIx8DewPHRsMMUJk1LQZ5HJ6ikYCBc0Sm1WrRtPyO1WissP69XMxWg2yHWhly8YTKilQv1no6Oj79LzRxndSsgTMQxaSN/5FRMYY8a5dEAHu50jmb6o1PgwnMWir5BmA8IB4rBBs0E9EIB8ArrHp2ViegBQKdqFwnLCTU1Nj5PlfsZJVlQDA+IY6OuNjY2rpVrV4yhBiaG5GFngHilp8mvpQ03LCFHCJExarHahHwoFr2HQLhR5hurKJcVb1Ia/yDQHOfjLBbtAu8C4ap7BUjX6CwA2ZDzb77B5/thGw7+Hs/4qTcNf8C/IhuNzGJysLAToMF3KYX1KbDq2b9/+ooT7fqVLNTAw8BK5ouZSWS8DF5Ym17DoDE2h48V1bcaxeEPlHfGlc926dT+Q8HJhHAEWrpwxL/rdISqMh1Sfj3cKV3PfegHQM6T4V6MTCUv0yI4KpKDZgI6V4+uH7hI4qcpZ/ds5oNuSH5v1IWtFlifdxQDNi4sEAURyQV92h+1sMFmR3fSlS5e2SaVYEoCKyO758HvIVgZv9/A2inIitIs7LTV4xGs+vN3BxPsclYPvWg8YgXBRwjEIUwNUTSBofKQn500DpRawU2SEojmOglyczAcKxHc7RPK556V86wru6aJybQzom4Bf8cgQ6gO9dUVYcZhvVxmW4T9GavLeQLVEBSysOIRSDZ7OAPf2OB7gzWcybBiFxqFuo8TgT9IxF5+Z2LtEBSzKtTByGSSsADUs4PKm9lZMn501brPKsKFAZcSJxHkzJcgS/o8OLTAj3zy/kK88MgVFFkHADh1YL+uw8DcElT9huc83pdh8K9Z/dBTtPyWW6MiWCtCo/MtOmQ8lW/kjtLIe/xVgAOSDS20/pMFNAAAAAElFTkSuQmCC") 1x, url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABUCAYAAAC82LpqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNTQ2NDdEMUM3MEIxMUUzQjI2QkI2NTZEOUZDMjc2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNTQ2NDdEMEM3MEIxMUUzQjI2QkI2NTZEOUZDMjc2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlv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") 2x);
  width: 40px;
  height: 42px;
  display: inline-block;
  speak: none;
  text-align: center;
  vertical-align: middle;
  margin-right: 4px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.m360-spin-x .m360-hint-message:before {
  background-position: -40px;
}

.m360-spin-y .m360-hint-message:before {
  background-position: -80px;
}

.m360-loader {
  border-radius: 100%;
  font-size: 0;
  opacity: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  left: 8px;
  bottom: 8px;
}

.m360-loader:after {
  content: attr(data-progress);
  font-size: 12px;
  line-height: 1;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m360-loader:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  box-sizing: border-box;
}

.m360-loader.shown {
  opacity: 1;
  z-index: 1000;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.m360-loader.shown:before {
  -webkit-animation: spin-loading 2s infinite linear;
  animation: spin-loading 2s infinite linear;
}

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.lt-ie10-magic .m360-loader {
  border-radius: 2em;
  font-size: 14px;
  padding: 0.8em 1.2em;
  width: auto;
  height: auto;
}

.lt-ie10-magic .m360-loader:before {
  display: none;
}

.lt-ie10-magic .m360-loader:after {
  content: "Loading...   " attr(data-progress);
  text-align: center;
}

.lt-ie9-magic .m360-hint-message,
.lt-ie9-magic .m360-loader.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#7c31333D", EndColorStr="#7c31333D");
}

.lt-ie9-magic .m360-hint-hidden {
  filter: alpha(opacity=0);
}

.lt-ie9-magic .m360-loader {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 96px;
  margin: auto;
}

.lt-ie9-magic .Magic360-fullscreen .m360-loader {
  left: 8px;
  right: auto;
}

/* Magnifier */
.Magic360-container .m360-magnifier,
.Magic360-fullscreen .m360-magnifier {
  box-shadow: 0 0 10px #ccc;
  border-collapse: separate;
  background-color: #fff;
  cursor: none;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.lt-ie9-magic .m360-magnifier {
  border: 3px ridge #e7e7e7;
}

.lt-ie9-magic .m360-magnifier.m360-magnifier-inner {
  border: none !important;
}

.Magic360-container.desktop .m360-magnifier.m360-magnifier-inner,
.Magic360-fullscreen.desktop .m360-magnifier.m360-magnifier-inner {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
  box-shadow: none;
}

.m360-magnifier img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.m360-magnifier-loader-holder {
  background-color: transparent;
  cursor: default;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.ie9-magic .m360-magnifier-loader-holder,
.lt-ie9-magic .m360-magnifier-loader-holder {
  filter: alpha(opacity=60);
}

.m360-magnifier-loader-holder .m360-loader {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.m360-magnifier-loader-holder .m360-loader:before {
  -webkit-animation: spin-loading 2s infinite linear;
  animation: spin-loading 2s infinite linear;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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 {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #007bff;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #152E46;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #e83e8c;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #E54A6A;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #ed5929;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #11C665;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #17a2b8;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #007bff;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #152E46;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #e83e8c;
}

.swiper-pagination-red {
  --swiper-pagination-color: #E54A6A;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #ed5929;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #11C665;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-theme-color: #345574;
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.nav-overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2000;
  /* Specify a stack order in case you're using a different order for other elements */
}

h1, .h1,
h2, .h2,
h3, .h3 {
  color: #345574;
}
h1 em, .h1 em,
h2 em, .h2 em,
h3 em, .h3 em {
  color: #E54A6A;
}

_:-ms-fullscreen h1 em, _:-ms-fullscreen .h1 em,
_:-ms-fullscreen h2 em, _:-ms-fullscreen .h2 em,
_:-ms-fullscreen h3 em, _:-ms-fullscreen .h3 em, :root h1 em, :root .h1 em,
:root h2 em, :root .h2 em,
:root h3 em, :root .h3 em {
  font-style: normal;
}

h1, .h1 {
  font-weight: 800;
}

h2, .h2 {
  font-weight: 700;
}

h6 {
  margin-bottom: 0;
}

.light p {
  font-weight: 300;
}

.list-inline-divider > li:not(:last-child) {
  border-right: 1px solid #545454;
}

b, strong {
  font-weight: 700;
}

.text-service {
  color: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
}

.text-spares {
  color: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
}

.text-systems {
  color: linear-gradient(180deg, #12A9AA 0%, #0E4040 100%);
}

.text-expertise {
  color: linear-gradient(0deg, #64356C 0%, #AF54BE 100%);
}

.text-sustainability {
  color: linear-gradient(180deg, #71BD54 0%, #446E36 100%);
}

.text-resources {
  color: linear-gradient(0deg, #152E46 0%, #375171 100%);
}

.text-general {
  color: linear-gradient(0deg, #152E46 0%, #375171 100%);
}

.text-careers {
  color: linear-gradient(0deg, #152E46 0%, #375171 100%);
}

.text-analyzers {
  color: linear-gradient(0deg, #0A3C52 0%, #379AC4 100%);
}

.text-action {
  color: linear-gradient(0deg, #0C9D4F 0%, #11C665 100%);
}

.text-df-high-purity {
  color: linear-gradient(0deg, #964344 0%, #D86E70 100%);
}

.text-servoflex {
  color: linear-gradient(0deg, #D8BD3B 0%, #E9DB97 100%);
}

.text-servopro {
  color: linear-gradient(180deg, #8ADDDD 0%, #4AA9A9 100%);
}

.text-servotough {
  color: linear-gradient(179deg, #BB9EBE 0%, #79667B 100%);
}

.text-gas-detection {
  color: linear-gradient(0deg, rgba(52, 52, 52, 0.98) 0%, #B4B4B4 100%);
}

.text-clean-air {
  color: linear-gradient(180deg, #16b6dc 0%, #2294af 100%);
}

.text-product-variant {
  color: linear-gradient(0deg, #76687B 0%, #B09BB6 100%);
}

.terms {
  font-size: 0.75rem;
}

.generic-content h2 {
  margin-bottom: 25px;
}
.generic-content p {
  margin-bottom: 20px;
}
.generic-content a:not(.btn) {
  text-decoration: underline;
}

.generic-content h1:last-child, .generic-content h1:only-child, .generic-content .h1:last-child, .generic-content .h1:only-child,
.generic-content h2:last-child,
.generic-content h2:only-child, .generic-content .h2:last-child, .generic-content .h2:only-child,
.generic-content h3:last-child,
.generic-content h3:only-child, .generic-content .h3:last-child, .generic-content .h3:only-child,
.generic-content h4:last-child,
.generic-content h4:only-child, .generic-content .h4:last-child, .generic-content .h4:only-child,
.generic-content h5:last-child,
.generic-content h5:only-child, .generic-content .h5:last-child, .generic-content .h5:only-child,
.generic-content h6:last-child,
.generic-content h6:only-child, .generic-content .h6:last-child, .generic-content .h6:only-child,
.generic-content p:last-child,
.generic-content p:only-child, .col h1:last-child, .col h1:only-child, .col .h1:last-child, .col .h1:only-child,
.col h2:last-child,
.col h2:only-child, .col .h2:last-child, .col .h2:only-child,
.col h3:last-child,
.col h3:only-child, .col .h3:last-child, .col .h3:only-child,
.col h4:last-child,
.col h4:only-child, .col .h4:last-child, .col .h4:only-child,
.col h5:last-child,
.col h5:only-child, .col .h5:last-child, .col .h5:only-child,
.col h6:last-child,
.col h6:only-child, .col .h6:last-child, .col .h6:only-child,
.col p:last-child,
.col p:only-child, [class*=col-] h1:last-child, [class*=col-] h1:only-child, [class*=col-] .h1:last-child, [class*=col-] .h1:only-child,
[class*=col-] h2:last-child,
[class*=col-] h2:only-child, [class*=col-] .h2:last-child, [class*=col-] .h2:only-child,
[class*=col-] h3:last-child,
[class*=col-] h3:only-child, [class*=col-] .h3:last-child, [class*=col-] .h3:only-child,
[class*=col-] h4:last-child,
[class*=col-] h4:only-child, [class*=col-] .h4:last-child, [class*=col-] .h4:only-child,
[class*=col-] h5:last-child,
[class*=col-] h5:only-child, [class*=col-] .h5:last-child, [class*=col-] .h5:only-child,
[class*=col-] h6:last-child,
[class*=col-] h6:only-child, [class*=col-] .h6:last-child, [class*=col-] .h6:only-child,
[class*=col-] p:last-child,
[class*=col-] p:only-child {
  margin-bottom: 0;
}

.search-results .generic-content h3 a {
  text-decoration: none;
}
.search-results .generic-content h3 a:hover {
  text-decoration: underline;
}

.search-excerpt em {
  color: #E54A6A;
}

.rtl {
  direction: rtl;
  text-align: initial;
}

.btn:hover {
  box-shadow: 0 0 10px 0 #8A999C;
}
@media (max-width: 575.98px) {
  .btn {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.btn-tertiary:hover, .btn-outline-tertiary:hover {
  box-shadow: 0 0 10px 0 #ed5929;
}

.btn-link:hover {
  box-shadow: unset;
}

.btn-min-w {
  min-width: 96px;
}
@media (min-width: 992px) {
  .btn-min-w {
    min-width: 140px;
  }
}

.btn-min-w-lg {
  width: 100%;
}
@media (min-width: 768px) {
  .btn-min-w-lg {
    width: auto;
    min-width: 190px;
  }
}

.btn-min-w-xl {
  min-width: 210px;
}

.btn-small {
  font-size: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-color: rgba(55, 81, 113, 0.5);
}

.btn-show-more svg {
  margin-left: 0.5rem;
  animation: icon-bob 2s infinite;
}

.btn-service {
  background-image: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-service:hover, .btn-service:active {
  color: white;
}

.btn-outline-service {
  border: 2px solid #E54A69;
}

.btn-spares {
  background-image: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-spares:hover, .btn-spares:active {
  color: white;
}

.btn-outline-spares {
  border: 2px solid #E54A69;
}

.btn-systems {
  background-image: linear-gradient(180deg, #12A9AA 0%, #0E4040 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-systems:hover, .btn-systems:active {
  color: white;
}

.btn-outline-systems {
  border: 2px solid #12A8AA;
}

.btn-expertise {
  background-image: linear-gradient(0deg, #64356C 0%, #AF54BE 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-expertise:hover, .btn-expertise:active {
  color: white;
}

.btn-outline-expertise {
  border: 2px solid #AF54BE;
}

.btn-sustainability {
  background-image: linear-gradient(180deg, #71BD54 0%, #446E36 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-sustainability:hover, .btn-sustainability:active {
  color: white;
}

.btn-outline-sustainability {
  border: 2px solid #446E36;
}

.btn-resources {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-resources:hover, .btn-resources:active {
  color: white;
}

.btn-outline-resources {
  border: 2px solid #375170;
}

.btn-general {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-general:hover, .btn-general:active {
  color: white;
}

.btn-outline-general {
  border: 2px solid #375170;
}

.btn-careers {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-careers:hover, .btn-careers:active {
  color: white;
}

.btn-outline-careers {
  border: 2px solid #375170;
}

.btn-analyzers {
  background-image: linear-gradient(0deg, #0A3C52 0%, #379AC4 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-analyzers:hover, .btn-analyzers:active {
  color: white;
}

.btn-outline-analyzers {
  border: 2px solid #379AC4;
}

.btn-action {
  background-image: linear-gradient(0deg, #0C9D4F 0%, #11C665 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-action:hover, .btn-action:active {
  color: white;
}

.btn-outline-action {
  border: 2px solid #11C665;
}

.btn-df-high-purity {
  background-image: linear-gradient(0deg, #964344 0%, #D86E70 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-df-high-purity:hover, .btn-df-high-purity:active {
  color: white;
}

.btn-outline-df-high-purity {
  border: 2px solid #964344;
}

.btn-servoflex {
  background-image: linear-gradient(0deg, #D8BD3B 0%, #E9DB97 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-servoflex:hover, .btn-servoflex:active {
  color: white;
}

.btn-outline-servoflex {
  border: 2px solid #D8BD3B;
}

.btn-servopro {
  background-image: linear-gradient(180deg, #8ADDDD 0%, #4AA9A9 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-servopro:hover, .btn-servopro:active {
  color: white;
}

.btn-outline-servopro {
  border: 2px solid #4AA9A9;
}

.btn-servotough {
  background-image: linear-gradient(179deg, #BB9EBE 0%, #79667B 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-servotough:hover, .btn-servotough:active {
  color: white;
}

.btn-outline-servotough {
  border: 2px solid #79667B;
}

.btn-gas-detection {
  background-image: linear-gradient(0deg, rgba(52, 52, 52, 0.98) 0%, #B4B4B4 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-gas-detection:hover, .btn-gas-detection:active {
  color: white;
}

.btn-outline-gas-detection {
  border: 2px solid #343434;
}

.btn-clean-air {
  background-image: linear-gradient(180deg, #16b6dc 0%, #2294af 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-clean-air:hover, .btn-clean-air:active {
  color: white;
}

.btn-outline-clean-air {
  border: 2px solid #2294af;
}

.btn-product-variant {
  background-image: linear-gradient(0deg, #76687B 0%, #B09BB6 100%);
  background-origin: border-box;
  color: white;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-product-variant:hover, .btn-product-variant:active {
  color: white;
}

.btn-outline-product-variant {
  border: 2px solid #76687B;
}

.product-variant-content-links .btn {
  background: white;
  color: #345574;
  font-weight: 700;
  font-size: 0.9375rem;
  border: 1px solid #A3A3A3;
  min-width: 104px;
  padding: 12px 4px 6px 4px;
  margin-right: 4px;
  margin-bottom: 5px;
}
.product-variant-content-links .btn.active {
  background-color: #76687B;
  border-bottom-color: #76687B;
  color: #fff;
}
.product-variant-content-links .btn.busy {
  pointer-events: none;
}
.product-variant-content-links .btn-service {
  border-bottom: 6px solid #E54A69;
}
.product-variant-content-links .btn-service.active {
  background-color: #E54A69;
  border-bottom-color: #E54A69;
}
.product-variant-content-links .btn-spares {
  border-bottom: 6px solid #E54A69;
}
.product-variant-content-links .btn-spares.active {
  background-color: #E54A69;
  border-bottom-color: #E54A69;
}
.product-variant-content-links .btn-systems {
  border-bottom: 6px solid #12A8AA;
}
.product-variant-content-links .btn-systems.active {
  background-color: #12A8AA;
  border-bottom-color: #12A8AA;
}
.product-variant-content-links .btn-expertise {
  border-bottom: 6px solid #AF54BE;
}
.product-variant-content-links .btn-expertise.active {
  background-color: #AF54BE;
  border-bottom-color: #AF54BE;
}
.product-variant-content-links .btn-sustainability {
  border-bottom: 6px solid #446E36;
}
.product-variant-content-links .btn-sustainability.active {
  background-color: #446E36;
  border-bottom-color: #446E36;
}
.product-variant-content-links .btn-resources {
  border-bottom: 6px solid #375170;
}
.product-variant-content-links .btn-resources.active {
  background-color: #375170;
  border-bottom-color: #375170;
}
.product-variant-content-links .btn-general {
  border-bottom: 6px solid #375170;
}
.product-variant-content-links .btn-general.active {
  background-color: #375170;
  border-bottom-color: #375170;
}
.product-variant-content-links .btn-careers {
  border-bottom: 6px solid #375170;
}
.product-variant-content-links .btn-careers.active {
  background-color: #375170;
  border-bottom-color: #375170;
}
.product-variant-content-links .btn-analyzers {
  border-bottom: 6px solid #379AC4;
}
.product-variant-content-links .btn-analyzers.active {
  background-color: #379AC4;
  border-bottom-color: #379AC4;
}
.product-variant-content-links .btn-action {
  border-bottom: 6px solid #11C665;
}
.product-variant-content-links .btn-action.active {
  background-color: #11C665;
  border-bottom-color: #11C665;
}
.product-variant-content-links .btn-df-high-purity {
  border-bottom: 6px solid #964344;
}
.product-variant-content-links .btn-df-high-purity.active {
  background-color: #964344;
  border-bottom-color: #964344;
}
.product-variant-content-links .btn-servoflex {
  border-bottom: 6px solid #D8BD3B;
}
.product-variant-content-links .btn-servoflex.active {
  background-color: #D8BD3B;
  border-bottom-color: #D8BD3B;
}
.product-variant-content-links .btn-servopro {
  border-bottom: 6px solid #4AA9A9;
}
.product-variant-content-links .btn-servopro.active {
  background-color: #4AA9A9;
  border-bottom-color: #4AA9A9;
}
.product-variant-content-links .btn-servotough {
  border-bottom: 6px solid #79667B;
}
.product-variant-content-links .btn-servotough.active {
  background-color: #79667B;
  border-bottom-color: #79667B;
}
.product-variant-content-links .btn-gas-detection {
  border-bottom: 6px solid #343434;
}
.product-variant-content-links .btn-gas-detection.active {
  background-color: #343434;
  border-bottom-color: #343434;
}
.product-variant-content-links .btn-clean-air {
  border-bottom: 6px solid #2294af;
}
.product-variant-content-links .btn-clean-air.active {
  background-color: #2294af;
  border-bottom-color: #2294af;
}
.product-variant-content-links .btn-product-variant {
  border-bottom: 6px solid #76687B;
}
.product-variant-content-links .btn-product-variant.active {
  background-color: #76687B;
  border-bottom-color: #76687B;
}

.btn-outline-light-trans {
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-ajax {
  position: relative;
  overflow: hidden;
}
.btn-ajax:after {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(30px);
  content: "";
  background-image: url("../images/svgs/ajax-loader.svg");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  background-size: 20px;
  top: 12px;
}
footer .btn-ajax:after {
  height: 16px;
  width: 16px;
  background-size: 16px;
  right: 4px;
  top: 7px;
}
.btn-ajax-wo:after {
  background-image: url("../images/svgs/ajax-loader-wo.svg");
}
.btn-ajax.ajax-active:after {
  transform: translateX(0);
}

.mb {
  margin-bottom: 140px;
}
@media (max-width: 767.98px) {
  .mb {
    margin-bottom: 70px;
  }
}

.mt {
  margin-top: 140px;
}
@media (max-width: 767.98px) {
  .mt {
    margin-top: 70px;
  }
}

.pb {
  padding-bottom: 140px;
}

.pt {
  padding-top: 140px;
}

.container-bg {
  background-color: #3D3D3D;
}
.container-bg h2 {
  color: #fff;
}

@media (min-width: 768px) {
  .container-bg-half {
    background: linear-gradient(90deg, #fafbfd 0%, #fafbfd 50%, #ecedf6 50%, #ecedf6 100%);
  }
}
.row-hidden {
  display: none;
}

.dropdown-menu {
  border: 0;
  padding: 0;
}
.dropdown-menu h3 {
  color: #545454;
}
.dropdown-menu p, .dropdown-menu a:not(.btn) {
  font-size: 0.9375rem;
  color: #345574;
  line-height: 1.375rem;
}
.dropdown-menu a:not(.btn) {
  font-weight: 700;
  text-decoration: underline;
}
.dropdown-menu a:not(.btn):hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .dropdown-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.dropdown-menu .meganav-row .meganav-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .dropdown-menu .meganav-row .meganav-col {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    margin-left: 15px;
    border-bottom: 3px solid #F7F7F7;
  }
  .dropdown-menu .meganav-row .meganav-col:first-child {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu .meganav-row .meganav-col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dropdown-menu .meganav-row .meganav-col:first-child {
    padding-left: 1rem;
  }
  .dropdown-menu .meganav-row .meganav-col:last-child {
    padding-right: 1rem;
  }
  .dropdown-menu .meganav-row .meganav-col:not(:last-child) {
    border-right: 3px solid #F7F7F7;
  }
}
.dropdown-menu .meganav-row .meganav-col .list-unstyled li a {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .dropdown-menu .meganav-banner {
    display: none;
  }
}
.dropdown-menu .meganav-footer {
  box-shadow: 0 0 10px 0 rgba(209, 209, 209, 0.5);
  background-color: #FAFBFD;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .dropdown-menu .meganav-footer {
    display: none;
  }
}
.dropdown-menu .meganav-footer .row {
  min-height: 35px;
  align-items: center;
  color: #345574;
}
.dropdown-menu .meganav-footer a {
  text-decoration: none;
}
.dropdown-menu .meganav-footer a span {
  font-size: 0.8125rem;
  color: #345574;
  font-weight: 400;
}
.dropdown-menu .meganav-footer a:hover span {
  text-decoration: underline;
}

.card-bg {
  min-height: 340px;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-bg-small {
  min-height: 245px;
}
.card-bg-medium {
  min-height: 340px;
}
.card-bg-large {
  min-height: 380px;
}
.card-bg-xlarge {
  min-height: 420px;
}
.card-bg-alt p {
  font-weight: 700;
}
.card-bg * {
  z-index: 2;
}
.card-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-image: url("../images/svgs/card-overlay.svg");
  opacity: 1;
  background-size: cover;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 0.375rem;
}
.card-bg:hover {
  box-shadow: 0 0 30px 0 #8A999C;
}
.card-bg:hover:after {
  opacity: 0;
}
.card-bg h2 {
  color: #fff;
}

.card-generic {
  padding: 1.25rem;
  border-radius: 6px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 20px 0 rgba(217, 217, 217, 0.5);
}
.card-generic img {
  align-self: center;
  margin-bottom: 0.375rem;
}
.card-generic img.mt-neg {
  margin-top: -36px;
}
.card-generic.border-0 {
  border: none;
}
.card-generic a {
  text-decoration: none;
}

.card-contact {
  opacity: 0.8;
  border-radius: 0.375rem;
  min-height: 150px;
  height: 150px;
}
@media (min-width: 768px) {
  .card-contact {
    min-height: 300px;
  }
}
.card-contact h2, .card-contact .btn {
  color: #fff;
}
.card-contact .btn {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.card-contact .btn:hover {
  border-color: 0 0 10px 0 rgba(255, 255, 255, 0.15);
}

.card-shadow {
  box-shadow: 0 0 20px 0 rgba(217, 217, 217, 0.5);
  border: none;
  border-radius: 6px;
}

.card-hover {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 0.375rem;
}
.card-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px 0 #8A999C;
}
a .card-hover {
  text-decoration: none;
}

.cards-img-breakout {
  margin-top: 36px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-plan.mt-neg {
    margin-top: -1.5rem;
  }
}
@media (min-width: 992px) {
  .card-plan.mt-neg {
    margin-top: -2rem;
  }
}
.card-plan img {
  margin-bottom: 0.375rem;
}
.card-plan .h {
  margin-bottom: 0.625rem;
  font-weight: 700;
}
.card-plan h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.iso-contacts-grid .card {
  height: auto;
}

.nav-pills .nav-item {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.nav-pills .nav-link {
  text-align: center;
  border: 2px solid #DFDFDF;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-pills .nav-link.active {
  border-color: #375170;
}
.nav-pills .nav-link:hover {
  color: #545454;
  box-shadow: 0 0 10px 0 #8A999C;
}

.nav-tabs {
  padding-bottom: 20px;
}
.nav-tabs .nav-link {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 20px;
}
.nav-tabs .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.navbar-brand img {
  height: 29px;
}
@media (max-width: 370px) {
  .navbar-brand img {
    height: 25px;
  }
}

.navbar-primary {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(209, 209, 209, 0.5);
  position: relative;
  min-height: 54px;
}
.navbar-primary:before, .navbar-primary:after {
  content: "";
  position: absolute;
  height: 100px;
}
@media (min-width: 768px) {
  .navbar-primary:before, .navbar-primary:after {
    width: 20px;
  }
}
@media (min-width: 1300px) {
  .navbar-primary:before, .navbar-primary:after {
    width: 80px;
  }
}
@media (min-width: 1460px) {
  .navbar-primary:before, .navbar-primary:after {
    width: 160px;
  }
}
.navbar-primary:not(.meganav-open):before {
  top: -24px;
  left: 0;
  background-image: linear-gradient(270deg, rgba(250, 251, 253, 0) 0%, #FAFBFD 100%);
}
.navbar-primary:not(.meganav-open):after {
  top: -24px;
  right: 0;
  background-image: linear-gradient(90deg, rgba(250, 251, 253, 0) 0%, #FAFBFD 100%);
}

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

.navbar-container-mobile {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575.98px) {
  .navbar-container-mobile {
    border-bottom: 2px solid #345574;
  }
}

.navbar.meganav-open {
  z-index: 3000;
  background-color: white;
}
.navbar .search {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: white;
  align-items: center;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .navbar .search {
    width: 300px;
    height: 100%;
  }
}
.navbar .search:hover input, .navbar .search:hover .input-group-btn, .navbar .search:focus input, .navbar .search:focus .input-group-btn {
  border-color: #B1B1B1;
}
.navbar .search input {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 10px;
  padding-right: 0;
  height: 38px;
  text-align: right;
}
@media (min-width: 992px) {
  .navbar .search input {
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    border-right: 0;
    text-align: left;
  }
}
.navbar .search input:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 85, 116, 0.25);
}
.navbar .search .input-group-btn {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .navbar .search .input-group-btn {
    border: 1px solid #F0F0F0;
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.navbar .search .input-group-btn button {
  padding: 0;
  padding-bottom: 2px;
}
.navbar .search .input-group-btn button:hover {
  box-shadow: none;
}
.navbar-cta {
  min-height: 80px;
  height: 80px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.navbar-cta .partner-login {
  color: #345574;
  font-weight: 400;
  font-size: 0.9375rem;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .navbar-cta .partner-login {
    display: none;
  }
}
.navbar-cta .lang {
  height: 30px;
  margin-right: 15px;
  font-size: 0.6875rem;
  font-weight: 400;
  min-width: 72px;
}
@media (max-width: 991.98px) {
  .navbar-cta .lang {
    display: none;
  }
}
.navbar-cta .lang:hover {
  border-color: #B1B1B1;
}
@media (max-width: 575.98px) {
  .navbar-cta .lang {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-cta .lang-mobile {
    display: none;
  }
}
@media (max-width: 370px) {
  .navbar-cta .lang-mobile {
    margin-right: 5px !important;
  }
}
.navbar-cta .lang-mobile button {
  border: 0;
  background-color: transparent;
  border-radius: 0.375rem;
}
.navbar-cta .lang-mobile button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 85, 116, 0.25);
}
.navbar-cta .lang-mobile .dropdown-menu {
  min-width: unset;
  margin-top: 0.25rem;
}
.navbar-cta .lang-mobile .dropdown-menu .dropdown-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-cta .btn {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 0.9375rem;
}
@media (max-width: 575.98px) {
  .navbar-cta .btn {
    min-width: 65px;
  }
}
@media (max-width: 370px) {
  .navbar-cta .btn {
    min-width: unset;
  }
}
.navbar-simple {
  background-color: white;
}
.navbar .navbar-nav {
  display: block;
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 20px;
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item {
    display: inline-block;
    float: left;
    clear: both;
  }
  .navbar .navbar-nav .nav-item > a {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 14px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 20px;
  }
}
.navbar .navbar-nav .nav-item > a {
  border-radius: 5px;
  color: #345574;
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.navbar .navbar-nav .nav-item > a span {
  position: relative;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item > a span:before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  margin-left: -27px;
  margin-top: 1px;
  pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item > a:after {
    content: unset;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item > a.nav-no-link {
    cursor: default;
  }
}
.navbar .navbar-nav .nav-item > a:hover {
  color: #fff;
}
.navbar .navbar-nav .nav-item > a:focus {
  outline: 0;
}
.navbar .navbar-nav .nav-item:hover > a, .navbar .navbar-nav .nav-item.show > a, .navbar .navbar-nav .nav-item.current_page_item > a, .navbar .navbar-nav .nav-item.current_page_parent > a, .navbar .navbar-nav .nav-item.current-page-ancestor > a {
  color: #fff;
}
.navbar .navbar-nav .nav-more .dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

.nav-service:hover > a, .nav-service.show > a, .nav-service.current_page_item > a, .nav-service.current_page_parent > a, .nav-service.current-page-ancestor > a {
  background-image: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
}
.nav-service > a span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23CD143A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23A9182F' offset='83%25'%3E%3C/stop%3E%3Cstop stop-color='%23A1192D' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-2'%3E%3Cstop stop-color='%23CD143A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23A9182F' offset='83%25'%3E%3C/stop%3E%3Cstop stop-color='%23A1192D' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50.0030228%25' x2='100%25' y2='50.0030228%25' id='linearGradient-3'%3E%3Cstop stop-color='%23CD143A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23A9182F' offset='83%25'%3E%3C/stop%3E%3Cstop stop-color='%23A1192D' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-4'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-5'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-3' transform='translate(0.310000, 0.600000)' fill-rule='nonzero'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='11.9772512' cy='11.9772512' r='11.9772512'%3E%3C/circle%3E%3Cpolygon id='Path' fill='url(%23linearGradient-1)' points='11.8623697 2.46824645 3.57383886 7.21706161 3.57383886 16.7260664 11.8623697 12.0801896'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-2)' points='11.8623697 2.46824645 20.0326066 7.21706161 20.0326066 16.7306161 11.8623697 12.0801896'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-3)' points='3.59260664 16.7072986 11.8817062 12.0614218 20.0513744 16.7118483 11.8623697 21.4686256'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-4)' points='11.8623697 21.4873934 3.59260664 16.7260664 3.59260664 7.21706161 11.8817062 12.0801896'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-5)' points='3.57383886 7.22388626 11.8623697 2.467109 18.6745024 2.467109 10.1562085 6.892891'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav-spares:hover > a, .nav-spares.show > a, .nav-spares.current_page_item > a, .nav-spares.current_page_parent > a, .nav-spares.current-page-ancestor > a {
  background-image: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
}
.nav-spares > a span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='50.0020154%25' x2='100%25' y2='50.0020154%25' id='linearGradient-1'%3E%3Cstop stop-color='%23CD143A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23A9182F' offset='83%25'%3E%3C/stop%3E%3Cstop stop-color='%23A1192D' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50.0020147%25' x2='100%25' y2='50.0020147%25' id='linearGradient-2'%3E%3Cstop stop-color='%23CD143A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23A9182F' offset='83%25'%3E%3C/stop%3E%3Cstop stop-color='%23A1192D' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50.0030546%25' x2='100%25' y2='50.0030546%25' id='linearGradient-3'%3E%3Cstop stop-color='%23CD143A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23A9182F' offset='83%25'%3E%3C/stop%3E%3Cstop stop-color='%23A1192D' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='49.9939592%25' x2='100%25' y2='49.9939592%25' id='linearGradient-4'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='49.9353169%25' x2='100%25' y2='49.9353169%25' id='linearGradient-5'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='15.3918876%25' y1='106.373186%25' x2='55.8236808%25' y2='42.6413255%25' id='linearGradient-6'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-7'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-6' transform='translate(0.500000, 0.600000)' fill-rule='nonzero'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='11.9772512' cy='11.9772512' r='11.9772512'%3E%3C/circle%3E%3Cpolygon id='Path' fill='url(%23linearGradient-1)' points='11.8635071 2.56720379 3.6614218 7.267109 3.6614218 16.6765877 11.8640758 12.0790521'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-2)' points='11.8635071 2.56720379 19.9490047 7.267109 19.9490047 16.6811374 11.8640758 12.0790521'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-3)' points='3.68018957 16.6583886 11.8828436 12.0602844 19.9677725 16.6623697 11.8640758 21.3696682'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-4)' points='3.6614218 7.27336493 11.8640758 2.56606635 19.1556398 2.56606635 10.7266351 6.94578199'%3E%3C/polygon%3E%3Cpath d='M14.8475829,6.66824645 C14.8475829,6.66824645 15.8451185,6.86559242 16.3455924,7.30464455 L15.2604739,7.13402844 L14.8475829,6.66824645 Z' id='Path' fill='%235E5D5D'%3E%3C/path%3E%3Cpath d='M12.7012322,12.5744076 L12.8269194,17.1019905 L13.6470142,17.5717536 L14.4221801,11.509763 C16.3313744,9.50672986 16.4695735,7.10559242 14.88,6.94976303 L14.3436967,6.96398104 L14.2981991,6.9907109 L14.308436,8.50976303 L13.7254976,9.76094787 L12.7785782,10.3086256 L12.3804739,10.0379147 L12.6927014,8.71222749 L11.7992417,8.44606635 C10.4024645,10.3899526 10.3819905,12.4236967 12.7012322,12.5744076 Z' id='path2140' fill='%23666666'%3E%3C/path%3E%3Cpolygon id='Path' fill='%23CCCCCC' points='14.3391469 6.9656872 15.1154502 7.41156398 15.7103318 7.06976303 14.8504265 6.66767773'%3E%3C/polygon%3E%3Cline x1='13.1977251' y1='8.52056872' x2='12.4214218' y2='8.08094787' id='Path' fill='url(%23linearGradient-5)'%3E%3C/line%3E%3Cpolygon id='Path' fill='%23CCCCCC' points='12.4214218 8.08322275 13.1948815 8.52511848 12.5647393 8.88511848 11.798673 8.44322275'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='%235E5D5D' points='13.1994313 10.0396209 13.7254976 9.76265403 14.5319431 10.210237 14.0047393 10.5059716'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='%235E5D5D' points='12.7012322 12.5744076 12.8269194 17.1019905 13.6441706 17.572891 13.5184834 12.4805687'%3E%3C/polygon%3E%3Cpath d='M13.5179147,12.4805687 L13.6441706,17.572891 L15.0841706,16.7812322 L15.2388626,11.509763 C17.1486256,9.50672986 17.2976303,7.22559242 15.709763,7.06976303 L15.1154502,7.41099526 L15.1256872,8.97611374 L14.5319431,10.2090995 L14.0041706,10.5054028 L13.1994313,10.0384834 L13.1994313,8.51943128 L12.5692891,8.87886256 C11.1736493,10.8238863 11.3846445,13.104455 13.5179147,12.4805687 Z' id='path2140-2' fill='url(%23linearGradient-6)'%3E%3C/path%3E%3Cpolygon id='Path' fill='url(%23linearGradient-7)' points='11.8640758 21.388436 3.68018957 16.6765877 3.68018957 7.267109 11.8828436 12.0790521'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav-systems:hover > a, .nav-systems.show > a, .nav-systems.current_page_item > a, .nav-systems.current_page_parent > a, .nav-systems.current-page-ancestor > a {
  background-image: linear-gradient(180deg, #12A9AA 0%, #0E4040 100%);
}
.nav-systems > a span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='35.7680915%25' y1='72.67642%25' x2='65.2663181%25' y2='25.6798623%25' id='linearGradient-1'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='49.9970303%25' x2='100%25' y2='49.9970303%25' id='linearGradient-2'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='31.7920156%25' y1='71.2850467%25' x2='68.4867669%25' y2='28.2359813%25' id='linearGradient-3'%3E%3Cstop stop-color='%23007172' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%2300888A' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-4'%3E%3Cstop stop-color='%23007172' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%2300888A' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='50%25' y1='109.049893%25' x2='50%25' y2='-2.81281347%25' id='linearGradient-5'%3E%3Cstop stop-color='%23868686' offset='50%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='76%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='17.0146841%25' y1='71.0171887%25' x2='111.701652%25' y2='6.89954163%25' id='linearGradient-6'%3E%3Cstop stop-color='%2300888A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23007172' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='34.9238563%25' y1='63.9721982%25' x2='95.267975%25' y2='3.53038189%25' id='linearGradient-7'%3E%3Cstop stop-color='%23C6C6C5' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23868686' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='-13.0614478%25' y1='104.822722%25' x2='83.7956262%25' y2='40.0266334%25' id='linearGradient-8'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23888888' offset='32%25'%3E%3C/stop%3E%3Cstop stop-color='%23888888' offset='33%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-5' transform='translate(0.710000, 0.600000)' fill-rule='nonzero'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='11.9772512' cy='11.9772512' r='11.9772512'%3E%3C/circle%3E%3Cpolygon id='Path' fill='url(%23linearGradient-1)' points='3.71829384 8.22938389 12.0068246 12.5493839 12.014218 21.4464455 3.71829384 16.6845498'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-2)' points='20.2327962 7.15563981 12.0443602 11.9527962 3.75867299 7.14199052 12.0119431 2.37725118'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-3)' points='3.71829384 7.13800948 12.0164929 11.9243602 12.0005687 16.8745024 3.71829384 12.0096682'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-4)' points='16.2995261 9.41345972 12.0164929 11.9283412 3.71829384 7.13800948 8.07184834 4.65099526'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-5)' points='20.223128 16.6618009 14.0707109 20.1918483 14.0707109 10.7254976 20.2288152 7.15165877'%3E%3C/polygon%3E%3Cpath d='M14.0769668,15.1399052 C14.0166825,15.1023697 13.9376303,15.0625592 13.9376303,15.0625592 C13.8108057,14.9903318 13.7806635,14.8788626 13.7806635,14.7088152 C13.7806635,14.3311848 14.0735545,13.8557346 14.4341232,13.6458768 L14.4523223,13.6356398 C14.812891,13.4263507 15.105782,13.5634123 15.105782,13.9410427 C15.1067414,14.1310954 15.0521868,14.3172928 14.9488152,14.4767773 C14.9488152,14.4767773 14.869763,14.6081517 14.80891,14.7162085 C14.7486256,14.8145972 14.4830332,15.4151659 14.8458768,15.2047393 L16.3296682,14.3419905 L16.3262559,12.7893839 C16.3262559,12.4094787 16.7527962,12.4407583 16.8136493,12.4691943 C16.8745024,12.4976303 16.9643602,12.5260664 16.9643602,12.5260664 C17.1036967,12.5778199 17.227109,12.5380095 17.3891943,12.4441706 C17.749763,12.2354502 18.042654,11.7617062 18.042654,11.3812322 L18.042654,11.3624645 C18.042654,10.9842654 17.749763,10.8472038 17.3891943,11.0564929 C17.2144031,11.1539985 17.0679942,11.2953115 16.9643602,11.4665403 C16.9643602,11.4665403 16.8830332,11.5967773 16.8136493,11.7008531 C16.7442654,11.8049289 16.3262559,12.3264455 16.3262559,11.5643602 L16.2938389,9.40947867 L11.996019,11.9232227 L11.996019,16.8540284 L14.0405687,15.6699526 C14.4034123,15.4623697 14.1378199,15.1683412 14.0769668,15.1399052 Z' id='Path' fill='url(%23linearGradient-6)'%3E%3C/path%3E%3Cpath d='M15.8456872,16.9819905 C15.7757346,17.0854976 15.6944076,17.2157346 15.6944076,17.2157346 C15.5909722,17.3869238 15.4447564,17.5282397 15.2701422,17.625782 C14.9090047,17.8350711 14.6166825,17.6980095 14.6166825,17.3198104 L14.6166825,17.3010427 C14.6166825,16.9228436 14.9090047,16.4479621 15.2701422,16.2381043 C15.4322275,16.1442654 15.5545024,16.104455 15.6944076,16.1562085 C15.6944076,16.1562085 15.7757346,16.1920379 15.8456872,16.2130806 C15.9059716,16.2409479 16.3325118,16.2699526 16.3325118,15.8923223 L16.3296682,14.3397156 L14.8458768,15.2024645 C14.4830332,15.412891 14.7486256,14.8123223 14.80891,14.7139336 C14.869763,14.6058768 14.9488152,14.4745024 14.9488152,14.4745024 C15.0521868,14.3150179 15.1067414,14.1288205 15.105782,13.9387678 C15.105782,13.5611374 14.812891,13.4269194 14.4523223,13.6333649 L14.4341232,13.6436019 C14.0735545,13.852891 13.7806635,14.32891 13.7806635,14.7065403 C13.7806635,14.8771564 13.8108057,14.9909005 13.9376303,15.0602844 C13.9376303,15.0602844 14.0166825,15.1000948 14.0769668,15.1376303 C14.1378199,15.1660664 14.4034123,15.4589573 14.0405687,15.6693839 L11.996019,16.8534597 L11.996019,21.4339336 L16.3325118,18.9099526 L16.3325118,16.7380095 C16.3325118,16.3581043 15.9059716,16.8841706 15.8456872,16.9819905 Z' id='Path' fill='url(%23linearGradient-7)'%3E%3C/path%3E%3Cpath d='M20.2350711,12.081327 L18.6688152,12.984455 C18.3054028,13.1948815 18.5681517,13.7482464 18.6818957,13.8290047 C18.7357409,13.8661786 18.7873911,13.9064354 18.8365877,13.9495735 C18.9690995,14.0525118 19.0936493,14.1605687 19.1419905,14.4762085 C19.210237,14.9220853 18.6352607,15.3076777 18.5670142,15.3440758 C18.4809053,15.3956392 18.3875423,15.4339813 18.2900474,15.4578199 C18.1103318,15.5055924 17.6519431,15.4219905 17.6519431,15.0437915 C17.6510615,14.8539274 17.7056143,14.667934 17.80891,14.5086256 C17.80891,14.5086256 17.8879621,14.3772512 17.9488152,14.2691943 C18.0090995,14.1708057 18.2263507,13.2420853 17.8635071,13.4525118 L16.3313744,14.343128 L16.334218,15.8957346 C16.334218,16.2756398 15.9076777,16.2443602 15.8473934,16.2164929 C15.7774408,16.1931754 15.6961137,16.1596209 15.6961137,16.1596209 C15.5567773,16.1078673 15.4339336,16.1476777 15.2718483,16.2415166 C14.9107109,16.4508057 14.6183886,16.923981 14.6183886,17.304455 L14.6183886,17.3232227 C14.6183886,17.7014218 14.9107109,17.8384834 15.2718483,17.6291943 C15.4464625,17.531652 15.5926784,17.3903361 15.6961137,17.2191469 C15.6961137,17.2191469 15.7774408,17.08891 15.8473934,16.9854028 C15.9076777,16.8870142 16.334218,16.3598104 16.334218,16.7414218 L16.334218,18.9145024 L20.2362085,16.6566825 L20.2350711,12.081327 Z' id='Path' fill='url(%23linearGradient-8)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav-expertise:hover > a, .nav-expertise.show > a, .nav-expertise.current_page_item > a, .nav-expertise.current_page_parent > a, .nav-expertise.current-page-ancestor > a {
  background-image: linear-gradient(0deg, #64356C 0%, #AF54BE 100%);
}
.nav-expertise > a span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='76.7051638%25' y1='50.6675436%25' x2='23.1860147%25' y2='49.3222649%25' id='linearGradient-1'%3E%3Cstop stop-color='%23845EA0' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%238C64AA' offset='12%25'%3E%3C/stop%3E%3Cstop stop-color='%234D2F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-2'%3E%3Cstop stop-color='%23A9ACAC' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E0E0DF' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='43.7264728%25' y1='40.5416168%25' x2='58.8895552%25' y2='60.7712586%25' id='linearGradient-3'%3E%3Cstop stop-color='%23989A9B' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E0E0DF' offset='70%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='43.9512477%25' y1='40.5389909%25' x2='57.5439981%25' y2='58.6518038%25' id='linearGradient-4'%3E%3Cstop stop-color='%23989A9B' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E0E0DF' offset='70%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='61.1179909%25' y1='35.7741539%25' x2='39.9052692%25' y2='66.5386852%25' id='linearGradient-5'%3E%3Cstop stop-color='%23614399' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23502D80' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='59.709047%25' y1='38.938685%25' x2='42.7412597%25' y2='61.9051205%25' id='linearGradient-6'%3E%3Cstop stop-color='%23614399' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23502D80' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='60.5106212%25' y1='37.1162117%25' x2='42.1832071%25' y2='62.3986002%25' id='linearGradient-7'%3E%3Cstop stop-color='%23614399' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23502D80' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='42.6223489%25' y1='40.4759173%25' x2='56.4467674%25' y2='58.950747%25' id='linearGradient-8'%3E%3Cstop stop-color='%23989A9B' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E0E0DF' offset='70%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-4' transform='translate(0.550000, 0.600000)'%3E%3Ccircle id='Oval' fill='%23FFFFFF' fill-rule='nonzero' cx='11.9772512' cy='11.9772512' r='11.9772512'%3E%3C/circle%3E%3Cg id='Layer_1' transform='translate(3.551659, 3.548815)'%3E%3Cpath d='M0.436777251,4.8614218 L0.276398104,4.75848341 L0.276398104,4.75109005 L0.436777251,4.8614218 Z M8.26350711,9.52492891 L8.08492891,9.40663507 L8.32549763,9.55507109 L8.32890995,9.55905213 L8.37270142,9.58578199 L8.32151659,9.55905213 L8.28170616,9.53630332 L8.27829384,9.53232227 L8.26350711,9.52492891 Z' id='Shape' fill='%23583A6C'%3E%3C/path%3E%3Cpath d='M8.08492891,9.40492891 L8.26350711,9.52322275 C8.24215552,9.51146896 8.22146125,9.49855877 8.20151659,9.48454976 L8.17251185,9.46578199 L8.00815166,9.35203791 L8.08492891,9.40492891 Z' id='Path' fill='%236D428A'%3E%3C/path%3E%3Cpolygon id='Path' fill='url(%23linearGradient-1)' points='0.291184834 4.73630332 8.46597156 0.0466350711 16.4923223 4.68056872 8.35450237 9.45383886'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-2)' points='10.2381043 3.11886256 11.9721327 4.14085308 10.2597156 5.20037915 9.34919431 4.70445498 8.49668246 5.20037915 7.62255924 4.71241706 6.73308057 5.24587678 4.92625592 4.14085308 6.75526066 3.11886256 7.56398104 3.62957346 8.49668246 3.11886256 9.36341232 3.62957346'%3E%3C/polygon%3E%3Cpath d='M15.8894787,6.63298578 C15.8894787,7.06293839 16.0811374,7.56511848 16.104455,7.62824645 L16.1010427,7.63165877 L8.61327014,11.8254028 C8.60587678,11.7907109 8.59905213,11.7565877 8.59109005,11.7224645 C8.57744076,11.6479621 8.56492891,11.5757346 8.55469194,11.505782 C8.53876777,11.4073934 8.52511848,11.3135545 8.51488152,11.2214218 C8.50407583,11.1218957 8.49668246,11.0263507 8.49270142,10.9370616 C8.48758294,10.8295735 8.4864455,10.7277725 8.4892891,10.6322275 C8.49407502,10.5298514 8.50509067,10.4278617 8.52227488,10.3268246 C8.52227488,10.3182938 8.52227488,10.3109005 8.5256872,10.3040758 C8.5507109,10.1590521 8.62464455,9.7563981 8.62748815,9.75127962 C8.63223843,9.744426 8.63481473,9.73630072 8.63488152,9.72796209 L16.1766825,5.26407583 C16.175545,5.26862559 15.8894787,6.2036019 15.8894787,6.63298578 Z' id='Path' fill='url(%23linearGradient-3)'%3E%3C/path%3E%3Cpath d='M8.62748815,12.5653081 L16.0828436,8.37156398 L16.0828436,8.36758294 L16.1397156,8.32549763 C16.1397156,8.33630332 16.132891,8.34938389 16.12891,8.3636019 C16.1181043,8.39886256 16.1033175,8.44492891 16.0851185,8.50123223 C16.0805687,8.51601896 16.0754502,8.53137441 16.0703318,8.54672986 C16.0652133,8.56208531 16.0589573,8.5842654 16.0521327,8.6036019 C16.0379147,8.65080569 16.0225592,8.7014218 16.0049289,8.75601896 C15.9941232,8.78672986 15.9827488,8.8185782 15.9719431,8.85156398 C15.9673934,8.86578199 15.9622749,8.88 15.9577251,8.89364929 C15.9577251,8.89706161 15.9577251,8.90104265 15.9537441,8.9050237 C15.9344068,8.97774984 15.9197793,9.05164723 15.9099526,9.12625592 C15.9099526,9.15241706 15.9042654,9.17914692 15.903128,9.20587678 C15.903128,9.21725118 15.903128,9.22862559 15.8991469,9.24056872 C15.8951659,9.30483412 15.8940284,9.37251185 15.8957346,9.44246445 C15.8957346,9.45554502 15.8957346,9.46805687 15.8991469,9.48056872 C15.8991469,9.50218009 15.8991469,9.52379147 15.903128,9.54540284 C15.9076777,9.60227488 15.9145024,9.66540284 15.9247393,9.72853081 L15.9247393,9.73592417 C15.9292891,9.76492891 15.9338389,9.79279621 15.9395261,9.82350711 C15.9491943,9.88037915 15.9611374,9.93725118 15.9759242,9.99412322 C15.9766916,9.99801601 15.9778343,10.0018253 15.9793365,10.0054976 C15.984455,10.0316588 15.9901422,10.0583886 15.9975355,10.0856872 C16.0100474,10.1385782 16.0248341,10.1920379 16.041327,10.2454976 L16.0447393,10.256872 C16.0504265,10.2784834 16.0566825,10.3000948 16.0629384,10.3217062 L8.6428436,14.6041706 C8.42938389,13.8614218 8.4242654,13.1818009 8.62748815,12.5653081 Z' id='Path' fill='url(%23linearGradient-4)'%3E%3C/path%3E%3Cpath d='M8.59507109,15.8240758 C8.57725118,15.9340284 8.56379147,16.0445498 8.55469194,16.1556398 C8.54616114,16.2602844 8.53990521,16.3654976 8.53649289,16.4724171 C8.53308057,16.5793365 8.53649289,16.6720379 8.54047393,16.7732701 C8.54445498,16.8745024 8.55241706,16.9660664 8.56208531,17.0627488 C8.56292118,17.0692858 8.56425202,17.0757498 8.56606635,17.0820853 C8.57232227,17.149763 8.58085308,17.2185782 8.59109005,17.2879621 C8.59791469,17.331564 8.60530806,17.3759242 8.61327014,17.4210427 L16.2909953,12.9850237 C16.4218009,13.0072038 16.4616114,13.1038863 16.4149763,13.2745024 L8.47222749,17.8976303 C8.12834123,16.9899526 8.14729858,16.0409479 8.52909953,15.0506161 L16.2136493,10.6145972 C16.3273934,10.7027488 16.3797156,10.8665403 16.3211374,10.9672038 L16.0060664,11.1412322 L8.71109005,15.2661611 C8.68777251,15.3486256 8.66729858,15.43109 8.64909953,15.5135545 C8.62862559,15.6159242 8.61061611,15.7194313 8.59507109,15.8240758 Z' id='Path' fill='%23A884BC'%3E%3C/path%3E%3Cpath d='M8.62748815,12.5653081 C8.4242654,13.1818009 8.42919431,13.8614218 8.64227488,14.6041706 L16.0606635,10.3211374 L16.0788626,10.3251185 C16.2475829,10.3630332 16.2927014,10.4578199 16.214218,10.6094787 L16.2176303,10.612891 L8.53308057,15.04891 C8.147109,14.1082464 8.09023697,13.2172512 8.36246445,12.3759242 L16.1749763,7.93990521 C16.3345972,8.01118483 16.3685308,8.10597156 16.2767773,8.2242654 L16.08,8.37270142 L16.08,8.37668246 L8.62748815,12.5653081 Z' id='Path' fill='%23A884BC'%3E%3C/path%3E%3Cpath d='M16.5105213,4.92170616 C16.4788274,5.02629583 16.4136961,5.11759955 16.3251185,5.18161137 L8.63488152,9.73137441 C8.63481473,9.73971304 8.63223843,9.74783832 8.62748815,9.75469194 C8.62748815,9.75981043 8.61099526,9.82691943 8.58767773,9.95658768 C8.57175355,10.0453081 8.5507109,10.1624645 8.5256872,10.3074882 C8.5256872,10.3143128 8.5256872,10.3217062 8.52227488,10.330237 C8.50509067,10.431274 8.49407502,10.5332637 8.4892891,10.6356398 C8.4892891,10.7311848 8.4892891,10.8329858 8.49270142,10.9404739 C8.49668246,11.0309005 8.50407583,11.1264455 8.51488152,11.2248341 C8.52511848,11.3152607 8.53876777,11.4090995 8.55469194,11.5091943 C8.56492891,11.5791469 8.57744076,11.6513744 8.59109005,11.7258768 C8.59905213,11.76 8.60587678,11.7941232 8.61327014,11.8288152 L16.1010427,7.63507109 C16.1943128,7.64758294 16.24891,7.68056872 16.2648341,7.73459716 C16.2745024,7.77099526 16.2500474,7.83412322 16.1920379,7.92511848 L8.36530806,12.3781991 C8.0985782,11.505782 8.09800948,10.4633175 8.3357346,9.45725118 C8.35222749,9.46635071 8.47507109,9.39241706 8.47507109,9.39241706 L16.4940284,4.67203791 C16.5254785,4.75149295 16.5312463,4.83880448 16.5105213,4.92170616 Z' id='Path' fill='%23A884BC'%3E%3C/path%3E%3Cpath d='M0.269004739,4.74767773 L0.290616114,4.73630332 L8.35450237,9.44473934 C8.11677725,10.4508057 8.0985782,11.5023697 8.36530806,12.3747867 L0.313933649,7.78407583 C0.0130805687,6.83090047 -0.0614218009,5.48701422 0.261611374,4.74767773 L0.436777251,4.8614218 L0.269004739,4.74767773 Z' id='Path' fill='url(%23linearGradient-5)'%3E%3C/path%3E%3Cpath d='M0.313933649,10.4752607 C-0.0345023697,9.56189573 -0.0345023697,8.66483412 0.313933649,7.78407583 L8.36530806,12.3747867 C8.09118483,13.2176303 8.14805687,14.1086256 8.53592417,15.0477725 L0.313933649,10.4752607 Z' id='Path' fill='url(%23linearGradient-6)'%3E%3C/path%3E%3Cpath d='M0.313933649,13.1647393 C-0.0432227488,12.1505213 -0.0432227488,11.2547867 0.313933649,10.4775355 L8.53308057,15.052891 C8.15393365,16.038673 8.1321327,16.9814218 8.46767773,17.8811374 L0.313933649,13.1647393 Z' id='Path' fill='url(%23linearGradient-7)'%3E%3C/path%3E%3Cpath d='M8.70767773,15.2690047 L16.0100474,11.1366825 C16.0100474,11.1366825 15.88891,11.8418957 15.9076777,12.2172512 C15.9264455,12.5926066 16.1436967,13.0236967 16.1584834,13.0703318 L8.61327014,17.4227488 C8.4384374,16.7105476 8.4711978,15.9631764 8.70767773,15.2690047 Z' id='Path' fill='url(%23linearGradient-8)'%3E%3C/path%3E%3C/g%3E%3Cg id='Layer_1-3' transform='translate(12.082464, 16.458768)' stroke='%235D6162' stroke-width='0.21'%3E%3Cline x1='7.51563981' y1='0.0272985782' x2='0.0551658768' y2='4.36492891' id='Path'%3E%3C/line%3E%3C/g%3E%3Cg id='Layer_5' transform='translate(11.854976, 11.397156)' fill='%2338334C' fill-rule='nonzero'%3E%3Cpath d='M0.243981043,7.21023697 L0.215545024,7.16075829 L7.90350711,2.72473934 L7.93194313,2.77421801 L0.243981043,7.21023697 Z M0.0733649289,4.53725118 L0.04492891,4.48777251 L7.85744076,0.0517535545 L7.88530806,0.101232227 L0.0733649289,4.53725118 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3Cpath d='M12.504455,13.6919447 C12.4916661,13.6920763 12.4804283,13.6834871 12.4771999,13.6711117 C12.4739716,13.6587363 12.4795815,13.645752 12.4908057,13.6396209 L19.1954502,9.7814218 C19.2040856,9.77644379 19.2147207,9.7764508 19.2233494,9.78144021 C19.2319782,9.78642962 19.2372831,9.79564341 19.2372831,9.80561083 C19.2372831,9.81557825 19.2319529,9.82478502 19.2233175,9.82976303 L12.518673,13.6879621 C12.514288,13.6903283 12.5094311,13.6916882 12.504455,13.6919447 L12.504455,13.6919447 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.4032227,14.3129858 C12.3932632,14.3129586 12.3841088,14.3075096 12.3793365,14.2987678 C12.3755961,14.2923593 12.3746301,14.2847405 12.3765505,14.2775921 C12.378471,14.2704436 12.3831565,14.2643529 12.3895735,14.2606635 L19.132891,10.429763 C19.1392824,10.4261296 19.1468692,10.4252278 19.1539342,10.4272617 C19.1609993,10.4292955 19.1669453,10.4340932 19.1704265,10.4405687 C19.1742684,10.4468516 19.1753478,10.4544412 19.1734101,10.4615462 C19.1714724,10.4686511 19.1666893,10.4746418 19.1601896,10.4781043 L12.4191469,14.3090047 C12.4144199,14.3120441 12.4088239,14.3134432 12.4032227,14.3129858 L12.4032227,14.3129858 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.5300474,14.7946923 C12.5202379,14.7946923 12.5111659,14.7894794 12.5061611,14.7810427 C12.5022973,14.774672 12.5012053,14.766999 12.5031385,14.7598033 C12.5050716,14.7526077 12.5098619,14.746515 12.5163981,14.7429384 L19.2238863,10.9399052 C19.2301692,10.9360634 19.2377588,10.9349839 19.2448637,10.9369216 C19.2519686,10.9388593 19.2579593,10.9436425 19.2614218,10.9501422 C19.2651621,10.9565506 19.2661282,10.9641694 19.2642078,10.9713179 C19.2622873,10.9784663 19.2576018,10.9845571 19.2511848,10.9882464 L12.5436967,14.7912796 C12.5395046,14.7935424 12.5348112,14.7946923 12.5300474,14.7946923 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.504455,16.5093854 C12.4916661,16.509517 12.4804283,16.5009278 12.4771999,16.4885524 C12.4739716,16.476177 12.4795815,16.4631927 12.4908057,16.4570616 L19.1954502,12.5988626 C19.2087993,12.5911672 19.2258592,12.5957505 19.2335545,12.6090995 C19.2412498,12.6224486 19.2366666,12.6395084 19.2233175,12.6472038 L12.518673,16.5054028 C12.5144014,16.5080384 12.5094741,16.5093854 12.504455,16.5093854 L12.504455,16.5093854 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.4032227,17.0934597 C12.3932632,17.0934326 12.3841088,17.0879835 12.3793365,17.0792417 C12.3755961,17.0728332 12.3746301,17.0652144 12.3765505,17.058066 C12.378471,17.0509175 12.3831565,17.0448268 12.3895735,17.0411374 L19.132891,13.210237 C19.1463971,13.2026987 19.163457,13.2075365 19.1709953,13.2210427 C19.1785336,13.2345488 19.1736957,13.2516086 19.1601896,13.2591469 L12.4191469,17.0900474 C12.4142427,17.0925972 12.4087412,17.0937761 12.4032227,17.0934597 L12.4032227,17.0934597 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.5300474,17.5632268 C12.5172585,17.5633559 12.5060207,17.5547667 12.5027924,17.5423913 C12.499564,17.5300159 12.5051739,17.5170316 12.5163981,17.5109005 L19.2238863,13.7078673 C19.230208,13.7041639 19.2377414,13.7032015 19.2447976,13.7051259 C19.2518539,13.7070503 19.2578428,13.7117258 19.2614218,13.7181043 C19.2651621,13.7245127 19.2661282,13.7321315 19.2642078,13.73928 C19.2622873,13.7464284 19.2576018,13.7525191 19.2511848,13.7562085 L12.5436967,17.5592417 C12.5396565,17.5619234 12.5348958,17.563312 12.5300474,17.5632268 L12.5300474,17.5632268 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.504455,19.2528925 C12.4916661,19.2530242 12.4804283,19.2444349 12.4771999,19.2320595 C12.4739716,19.2196841 12.4795815,19.2066998 12.4908057,19.2005687 L19.1954502,15.3423697 C19.2087993,15.3346743 19.2258592,15.3392576 19.2335545,15.3526066 C19.2412498,15.3659557 19.2366666,15.3830156 19.2233175,15.3907109 L12.518673,19.24891 C12.5144014,19.2515455 12.5094741,19.2528925 12.504455,19.2528925 L12.504455,19.2528925 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.4032227,19.8369668 C12.3932632,19.8369397 12.3841088,19.8314906 12.3793365,19.8227488 C12.3755961,19.8163404 12.3746301,19.8087215 12.3765505,19.8015731 C12.378471,19.7944247 12.3831565,19.7883339 12.3895735,19.7846445 L19.132891,15.9537441 C19.1392824,15.9501106 19.1468692,15.9492088 19.1539342,15.9512427 C19.1609993,15.9532766 19.1669453,15.9580742 19.1704265,15.9645498 C19.1742684,15.9708327 19.1753478,15.9784223 19.1734101,15.9855272 C19.1714724,15.9926321 19.1666893,15.9986228 19.1601896,16.0020853 L12.4191469,19.8329858 C12.4144199,19.8360252 12.4088239,19.8374242 12.4032227,19.8369668 L12.4032227,19.8369668 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.5300474,20.3067339 C12.5172585,20.306863 12.5060207,20.2982738 12.5027924,20.2858984 C12.499564,20.273523 12.5051739,20.2605387 12.5163981,20.2544076 L19.2238863,16.4513744 C19.230208,16.447671 19.2377414,16.4467086 19.2447976,16.448633 C19.2518539,16.4505574 19.2578428,16.4552329 19.2614218,16.4616114 C19.2651621,16.4680198 19.2661282,16.4756386 19.2642078,16.4827871 C19.2622873,16.4899355 19.2576018,16.4960263 19.2511848,16.4997156 L12.5436967,20.3027488 C12.5396565,20.3054306 12.5348958,20.3068191 12.5300474,20.3067339 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav-sustainability:hover > a, .nav-sustainability.show > a, .nav-sustainability.current_page_item > a, .nav-sustainability.current_page_parent > a, .nav-sustainability.current-page-ancestor > a {
  background-image: linear-gradient(180deg, #71BD54 0%, #446E36 100%);
}
.nav-sustainability > a span::before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='64.2544833%25' y1='16.3525717%25' x2='15.4599285%25' y2='131.252454%25' id='linearGradient-ob-7_6t45c-1'%3E%3Cstop stop-color='%236FB744' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23418E49' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='80.7256137%25' y1='-25.325779%25' x2='35.5941064%25' y2='85.2124646%25' id='linearGradient-ob-7_6t45c-2'%3E%3Cstop stop-color='%236FB744' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23418E49' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='47.5556775%25' y1='0.137768156%25' x2='57.1172919%25' y2='194.528636%25' id='linearGradient-ob-7_6t45c-3'%3E%3Cstop stop-color='%236FB744' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23418E49' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='45.4427987%25' y1='-47.5219749%25' x2='54.0860468%25' y2='137.198429%25' id='linearGradient-ob-7_6t45c-4'%3E%3Cstop stop-color='%236FB744' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23418E49' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='-6.76605505%25' y1='129.541916%25' x2='677.752294%25' y2='-829.532447%25' id='linearGradient-ob-7_6t45c-5'%3E%3Cstop stop-color='%23C6C6C5' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23868686' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='-64.7193585%25' y1='210.756447%25' x2='619.014891%25' y2='-747.63603%25' id='linearGradient-ob-7_6t45c-6'%3E%3Cstop stop-color='%23C6C6C5' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23868686' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='-122.821101%25' y1='292.282847%25' x2='561.697248%25' y2='-666.791516%25' id='linearGradient-ob-7_6t45c-7'%3E%3Cstop stop-color='%23C6C6C5' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23868686' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='133.280375%25' y1='89.3178893%25' x2='-164.527637%25' y2='-9.13770914%25' id='linearGradient-ob-7_6t45c-8'%3E%3Cstop stop-color='%236FB744' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23418E49' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='64.2581232%25' y1='59.1224645%25' x2='-122.381277%25' y2='12.4105591%25' id='linearGradient-ob-7_6t45c-9'%3E%3Cstop stop-color='%236FB744' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23418E49' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='229.984157%25' y1='94.3589744%25' x2='-81.2885802%25' y2='-3.71794872%25' id='linearGradient-ob-7_6t45c-10'%3E%3Cstop stop-color='%236FB744' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23418E49' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='166.314427%25' y1='72.4390933%25' x2='-10.8043994%25' y2='30.1932204%25' id='linearGradient-ob-7_6t45c-11'%3E%3Cstop stop-color='%236FB744' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23418E49' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='_SER_RET-443-Sustainability-Icon_AW' transform='translate(0.310000, 0.600000)' fill-rule='nonzero'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='11.9772512' cy='11.9772512' r='11.9772512'%3E%3C/circle%3E%3Cg id='Group-8' transform='translate(2.690000, 2.400000)'%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-1)' points='9.20625943 10.9068627 0 5.07918552 0 8.97812971 9.20060332 14.6832579'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-2)' points='0 10.0169683 0 13.8046757 9.1892911 20 9.19683258 15.7220965'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-3)' points='10.0829563 14.6625189 18.8310709 8.84049774 18.8310709 5.08295626 10.0904977 10.8993213'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-4)' points='10.0810709 15.7258673 10.0735294 19.9830317 10.7428356 19.5060332 12.3868778 18.316365 14.5116893 16.7779035 14.5116893 16.7779035 14.7228507 16.6270739 18.8310709 13.6538462 18.8310709 9.90196078'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-5)' points='12.6282051 18.1447964 14.2722474 16.9551282 14.2722474 16.9532428 12.6282051 18.142911'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-6)' points='14.5116893 16.7816742 16.1576169 15.592006 16.1576169 15.5882353 14.7228507 16.6270739 14.5116893 16.7779035'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-7)' points='16.3970588 15.4166667 18.0411011 14.2269985 18.0411011 14.2251131 16.3970588 15.4147813'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-8)' points='13.785822 1.93815988 10.071644 0.00942684766 10.0791855 4.40422323'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-9)' points='10.0886124 9.83974359 18.3785822 4.32315234 14.6832579 2.40384615 10.0810709 5.46568627'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-10)' points='9.1892911 0 5.2846908 1.93627451 9.19683258 4.41176471'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-ob-7_6t45c-11)' points='9.19871795 5.46003017 4.35708899 2.39630468 0.463800905 4.32692308 9.20625943 9.85859729'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav-resources:hover > a, .nav-resources.show > a, .nav-resources.current_page_item > a, .nav-resources.current_page_parent > a, .nav-resources.current-page-ancestor > a {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
}
.nav-resources > a span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='76.7051638%25' y1='50.6675436%25' x2='23.1860147%25' y2='49.3222649%25' id='linearGradient-1'%3E%3Cstop stop-color='%23845EA0' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%238C64AA' offset='12%25'%3E%3C/stop%3E%3Cstop stop-color='%234D2F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-2'%3E%3Cstop stop-color='%23A9ACAC' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E0E0DF' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='43.7264728%25' y1='40.5416168%25' x2='58.8895552%25' y2='60.7712586%25' id='linearGradient-3'%3E%3Cstop stop-color='%23989A9B' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E0E0DF' offset='70%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='43.9512477%25' y1='40.5389909%25' x2='57.5439981%25' y2='58.6518038%25' id='linearGradient-4'%3E%3Cstop stop-color='%23989A9B' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E0E0DF' offset='70%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='61.1179909%25' y1='35.7741539%25' x2='39.9052692%25' y2='66.5386852%25' id='linearGradient-5'%3E%3Cstop stop-color='%23614399' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23502D80' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='59.709047%25' y1='38.938685%25' x2='42.7412597%25' y2='61.9051205%25' id='linearGradient-6'%3E%3Cstop stop-color='%23614399' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23502D80' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='60.5106212%25' y1='37.1162117%25' x2='42.1832071%25' y2='62.3986002%25' id='linearGradient-7'%3E%3Cstop stop-color='%23614399' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23502D80' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='42.6223489%25' y1='40.4759173%25' x2='56.4467674%25' y2='58.950747%25' id='linearGradient-8'%3E%3Cstop stop-color='%23989A9B' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E0E0DF' offset='70%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-4' transform='translate(0.550000, 0.600000)'%3E%3Ccircle id='Oval' fill='%23FFFFFF' fill-rule='nonzero' cx='11.9772512' cy='11.9772512' r='11.9772512'%3E%3C/circle%3E%3Cg id='Layer_1' transform='translate(3.551659, 3.548815)'%3E%3Cpath d='M0.436777251,4.8614218 L0.276398104,4.75848341 L0.276398104,4.75109005 L0.436777251,4.8614218 Z M8.26350711,9.52492891 L8.08492891,9.40663507 L8.32549763,9.55507109 L8.32890995,9.55905213 L8.37270142,9.58578199 L8.32151659,9.55905213 L8.28170616,9.53630332 L8.27829384,9.53232227 L8.26350711,9.52492891 Z' id='Shape' fill='%23583A6C'%3E%3C/path%3E%3Cpath d='M8.08492891,9.40492891 L8.26350711,9.52322275 C8.24215552,9.51146896 8.22146125,9.49855877 8.20151659,9.48454976 L8.17251185,9.46578199 L8.00815166,9.35203791 L8.08492891,9.40492891 Z' id='Path' fill='%236D428A'%3E%3C/path%3E%3Cpolygon id='Path' fill='url(%23linearGradient-1)' points='0.291184834 4.73630332 8.46597156 0.0466350711 16.4923223 4.68056872 8.35450237 9.45383886'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-2)' points='10.2381043 3.11886256 11.9721327 4.14085308 10.2597156 5.20037915 9.34919431 4.70445498 8.49668246 5.20037915 7.62255924 4.71241706 6.73308057 5.24587678 4.92625592 4.14085308 6.75526066 3.11886256 7.56398104 3.62957346 8.49668246 3.11886256 9.36341232 3.62957346'%3E%3C/polygon%3E%3Cpath d='M15.8894787,6.63298578 C15.8894787,7.06293839 16.0811374,7.56511848 16.104455,7.62824645 L16.1010427,7.63165877 L8.61327014,11.8254028 C8.60587678,11.7907109 8.59905213,11.7565877 8.59109005,11.7224645 C8.57744076,11.6479621 8.56492891,11.5757346 8.55469194,11.505782 C8.53876777,11.4073934 8.52511848,11.3135545 8.51488152,11.2214218 C8.50407583,11.1218957 8.49668246,11.0263507 8.49270142,10.9370616 C8.48758294,10.8295735 8.4864455,10.7277725 8.4892891,10.6322275 C8.49407502,10.5298514 8.50509067,10.4278617 8.52227488,10.3268246 C8.52227488,10.3182938 8.52227488,10.3109005 8.5256872,10.3040758 C8.5507109,10.1590521 8.62464455,9.7563981 8.62748815,9.75127962 C8.63223843,9.744426 8.63481473,9.73630072 8.63488152,9.72796209 L16.1766825,5.26407583 C16.175545,5.26862559 15.8894787,6.2036019 15.8894787,6.63298578 Z' id='Path' fill='url(%23linearGradient-3)'%3E%3C/path%3E%3Cpath d='M8.62748815,12.5653081 L16.0828436,8.37156398 L16.0828436,8.36758294 L16.1397156,8.32549763 C16.1397156,8.33630332 16.132891,8.34938389 16.12891,8.3636019 C16.1181043,8.39886256 16.1033175,8.44492891 16.0851185,8.50123223 C16.0805687,8.51601896 16.0754502,8.53137441 16.0703318,8.54672986 C16.0652133,8.56208531 16.0589573,8.5842654 16.0521327,8.6036019 C16.0379147,8.65080569 16.0225592,8.7014218 16.0049289,8.75601896 C15.9941232,8.78672986 15.9827488,8.8185782 15.9719431,8.85156398 C15.9673934,8.86578199 15.9622749,8.88 15.9577251,8.89364929 C15.9577251,8.89706161 15.9577251,8.90104265 15.9537441,8.9050237 C15.9344068,8.97774984 15.9197793,9.05164723 15.9099526,9.12625592 C15.9099526,9.15241706 15.9042654,9.17914692 15.903128,9.20587678 C15.903128,9.21725118 15.903128,9.22862559 15.8991469,9.24056872 C15.8951659,9.30483412 15.8940284,9.37251185 15.8957346,9.44246445 C15.8957346,9.45554502 15.8957346,9.46805687 15.8991469,9.48056872 C15.8991469,9.50218009 15.8991469,9.52379147 15.903128,9.54540284 C15.9076777,9.60227488 15.9145024,9.66540284 15.9247393,9.72853081 L15.9247393,9.73592417 C15.9292891,9.76492891 15.9338389,9.79279621 15.9395261,9.82350711 C15.9491943,9.88037915 15.9611374,9.93725118 15.9759242,9.99412322 C15.9766916,9.99801601 15.9778343,10.0018253 15.9793365,10.0054976 C15.984455,10.0316588 15.9901422,10.0583886 15.9975355,10.0856872 C16.0100474,10.1385782 16.0248341,10.1920379 16.041327,10.2454976 L16.0447393,10.256872 C16.0504265,10.2784834 16.0566825,10.3000948 16.0629384,10.3217062 L8.6428436,14.6041706 C8.42938389,13.8614218 8.4242654,13.1818009 8.62748815,12.5653081 Z' id='Path' fill='url(%23linearGradient-4)'%3E%3C/path%3E%3Cpath d='M8.59507109,15.8240758 C8.57725118,15.9340284 8.56379147,16.0445498 8.55469194,16.1556398 C8.54616114,16.2602844 8.53990521,16.3654976 8.53649289,16.4724171 C8.53308057,16.5793365 8.53649289,16.6720379 8.54047393,16.7732701 C8.54445498,16.8745024 8.55241706,16.9660664 8.56208531,17.0627488 C8.56292118,17.0692858 8.56425202,17.0757498 8.56606635,17.0820853 C8.57232227,17.149763 8.58085308,17.2185782 8.59109005,17.2879621 C8.59791469,17.331564 8.60530806,17.3759242 8.61327014,17.4210427 L16.2909953,12.9850237 C16.4218009,13.0072038 16.4616114,13.1038863 16.4149763,13.2745024 L8.47222749,17.8976303 C8.12834123,16.9899526 8.14729858,16.0409479 8.52909953,15.0506161 L16.2136493,10.6145972 C16.3273934,10.7027488 16.3797156,10.8665403 16.3211374,10.9672038 L16.0060664,11.1412322 L8.71109005,15.2661611 C8.68777251,15.3486256 8.66729858,15.43109 8.64909953,15.5135545 C8.62862559,15.6159242 8.61061611,15.7194313 8.59507109,15.8240758 Z' id='Path' fill='%23A884BC'%3E%3C/path%3E%3Cpath d='M8.62748815,12.5653081 C8.4242654,13.1818009 8.42919431,13.8614218 8.64227488,14.6041706 L16.0606635,10.3211374 L16.0788626,10.3251185 C16.2475829,10.3630332 16.2927014,10.4578199 16.214218,10.6094787 L16.2176303,10.612891 L8.53308057,15.04891 C8.147109,14.1082464 8.09023697,13.2172512 8.36246445,12.3759242 L16.1749763,7.93990521 C16.3345972,8.01118483 16.3685308,8.10597156 16.2767773,8.2242654 L16.08,8.37270142 L16.08,8.37668246 L8.62748815,12.5653081 Z' id='Path' fill='%23A884BC'%3E%3C/path%3E%3Cpath d='M16.5105213,4.92170616 C16.4788274,5.02629583 16.4136961,5.11759955 16.3251185,5.18161137 L8.63488152,9.73137441 C8.63481473,9.73971304 8.63223843,9.74783832 8.62748815,9.75469194 C8.62748815,9.75981043 8.61099526,9.82691943 8.58767773,9.95658768 C8.57175355,10.0453081 8.5507109,10.1624645 8.5256872,10.3074882 C8.5256872,10.3143128 8.5256872,10.3217062 8.52227488,10.330237 C8.50509067,10.431274 8.49407502,10.5332637 8.4892891,10.6356398 C8.4892891,10.7311848 8.4892891,10.8329858 8.49270142,10.9404739 C8.49668246,11.0309005 8.50407583,11.1264455 8.51488152,11.2248341 C8.52511848,11.3152607 8.53876777,11.4090995 8.55469194,11.5091943 C8.56492891,11.5791469 8.57744076,11.6513744 8.59109005,11.7258768 C8.59905213,11.76 8.60587678,11.7941232 8.61327014,11.8288152 L16.1010427,7.63507109 C16.1943128,7.64758294 16.24891,7.68056872 16.2648341,7.73459716 C16.2745024,7.77099526 16.2500474,7.83412322 16.1920379,7.92511848 L8.36530806,12.3781991 C8.0985782,11.505782 8.09800948,10.4633175 8.3357346,9.45725118 C8.35222749,9.46635071 8.47507109,9.39241706 8.47507109,9.39241706 L16.4940284,4.67203791 C16.5254785,4.75149295 16.5312463,4.83880448 16.5105213,4.92170616 Z' id='Path' fill='%23A884BC'%3E%3C/path%3E%3Cpath d='M0.269004739,4.74767773 L0.290616114,4.73630332 L8.35450237,9.44473934 C8.11677725,10.4508057 8.0985782,11.5023697 8.36530806,12.3747867 L0.313933649,7.78407583 C0.0130805687,6.83090047 -0.0614218009,5.48701422 0.261611374,4.74767773 L0.436777251,4.8614218 L0.269004739,4.74767773 Z' id='Path' fill='url(%23linearGradient-5)'%3E%3C/path%3E%3Cpath d='M0.313933649,10.4752607 C-0.0345023697,9.56189573 -0.0345023697,8.66483412 0.313933649,7.78407583 L8.36530806,12.3747867 C8.09118483,13.2176303 8.14805687,14.1086256 8.53592417,15.0477725 L0.313933649,10.4752607 Z' id='Path' fill='url(%23linearGradient-6)'%3E%3C/path%3E%3Cpath d='M0.313933649,13.1647393 C-0.0432227488,12.1505213 -0.0432227488,11.2547867 0.313933649,10.4775355 L8.53308057,15.052891 C8.15393365,16.038673 8.1321327,16.9814218 8.46767773,17.8811374 L0.313933649,13.1647393 Z' id='Path' fill='url(%23linearGradient-7)'%3E%3C/path%3E%3Cpath d='M8.70767773,15.2690047 L16.0100474,11.1366825 C16.0100474,11.1366825 15.88891,11.8418957 15.9076777,12.2172512 C15.9264455,12.5926066 16.1436967,13.0236967 16.1584834,13.0703318 L8.61327014,17.4227488 C8.4384374,16.7105476 8.4711978,15.9631764 8.70767773,15.2690047 Z' id='Path' fill='url(%23linearGradient-8)'%3E%3C/path%3E%3C/g%3E%3Cg id='Layer_1-3' transform='translate(12.082464, 16.458768)' stroke='%235D6162' stroke-width='0.21'%3E%3Cline x1='7.51563981' y1='0.0272985782' x2='0.0551658768' y2='4.36492891' id='Path'%3E%3C/line%3E%3C/g%3E%3Cg id='Layer_5' transform='translate(11.854976, 11.397156)' fill='%2338334C' fill-rule='nonzero'%3E%3Cpath d='M0.243981043,7.21023697 L0.215545024,7.16075829 L7.90350711,2.72473934 L7.93194313,2.77421801 L0.243981043,7.21023697 Z M0.0733649289,4.53725118 L0.04492891,4.48777251 L7.85744076,0.0517535545 L7.88530806,0.101232227 L0.0733649289,4.53725118 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3Cpath d='M12.504455,13.6919447 C12.4916661,13.6920763 12.4804283,13.6834871 12.4771999,13.6711117 C12.4739716,13.6587363 12.4795815,13.645752 12.4908057,13.6396209 L19.1954502,9.7814218 C19.2040856,9.77644379 19.2147207,9.7764508 19.2233494,9.78144021 C19.2319782,9.78642962 19.2372831,9.79564341 19.2372831,9.80561083 C19.2372831,9.81557825 19.2319529,9.82478502 19.2233175,9.82976303 L12.518673,13.6879621 C12.514288,13.6903283 12.5094311,13.6916882 12.504455,13.6919447 L12.504455,13.6919447 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.4032227,14.3129858 C12.3932632,14.3129586 12.3841088,14.3075096 12.3793365,14.2987678 C12.3755961,14.2923593 12.3746301,14.2847405 12.3765505,14.2775921 C12.378471,14.2704436 12.3831565,14.2643529 12.3895735,14.2606635 L19.132891,10.429763 C19.1392824,10.4261296 19.1468692,10.4252278 19.1539342,10.4272617 C19.1609993,10.4292955 19.1669453,10.4340932 19.1704265,10.4405687 C19.1742684,10.4468516 19.1753478,10.4544412 19.1734101,10.4615462 C19.1714724,10.4686511 19.1666893,10.4746418 19.1601896,10.4781043 L12.4191469,14.3090047 C12.4144199,14.3120441 12.4088239,14.3134432 12.4032227,14.3129858 L12.4032227,14.3129858 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.5300474,14.7946923 C12.5202379,14.7946923 12.5111659,14.7894794 12.5061611,14.7810427 C12.5022973,14.774672 12.5012053,14.766999 12.5031385,14.7598033 C12.5050716,14.7526077 12.5098619,14.746515 12.5163981,14.7429384 L19.2238863,10.9399052 C19.2301692,10.9360634 19.2377588,10.9349839 19.2448637,10.9369216 C19.2519686,10.9388593 19.2579593,10.9436425 19.2614218,10.9501422 C19.2651621,10.9565506 19.2661282,10.9641694 19.2642078,10.9713179 C19.2622873,10.9784663 19.2576018,10.9845571 19.2511848,10.9882464 L12.5436967,14.7912796 C12.5395046,14.7935424 12.5348112,14.7946923 12.5300474,14.7946923 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.504455,16.5093854 C12.4916661,16.509517 12.4804283,16.5009278 12.4771999,16.4885524 C12.4739716,16.476177 12.4795815,16.4631927 12.4908057,16.4570616 L19.1954502,12.5988626 C19.2087993,12.5911672 19.2258592,12.5957505 19.2335545,12.6090995 C19.2412498,12.6224486 19.2366666,12.6395084 19.2233175,12.6472038 L12.518673,16.5054028 C12.5144014,16.5080384 12.5094741,16.5093854 12.504455,16.5093854 L12.504455,16.5093854 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.4032227,17.0934597 C12.3932632,17.0934326 12.3841088,17.0879835 12.3793365,17.0792417 C12.3755961,17.0728332 12.3746301,17.0652144 12.3765505,17.058066 C12.378471,17.0509175 12.3831565,17.0448268 12.3895735,17.0411374 L19.132891,13.210237 C19.1463971,13.2026987 19.163457,13.2075365 19.1709953,13.2210427 C19.1785336,13.2345488 19.1736957,13.2516086 19.1601896,13.2591469 L12.4191469,17.0900474 C12.4142427,17.0925972 12.4087412,17.0937761 12.4032227,17.0934597 L12.4032227,17.0934597 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.5300474,17.5632268 C12.5172585,17.5633559 12.5060207,17.5547667 12.5027924,17.5423913 C12.499564,17.5300159 12.5051739,17.5170316 12.5163981,17.5109005 L19.2238863,13.7078673 C19.230208,13.7041639 19.2377414,13.7032015 19.2447976,13.7051259 C19.2518539,13.7070503 19.2578428,13.7117258 19.2614218,13.7181043 C19.2651621,13.7245127 19.2661282,13.7321315 19.2642078,13.73928 C19.2622873,13.7464284 19.2576018,13.7525191 19.2511848,13.7562085 L12.5436967,17.5592417 C12.5396565,17.5619234 12.5348958,17.563312 12.5300474,17.5632268 L12.5300474,17.5632268 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.504455,19.2528925 C12.4916661,19.2530242 12.4804283,19.2444349 12.4771999,19.2320595 C12.4739716,19.2196841 12.4795815,19.2066998 12.4908057,19.2005687 L19.1954502,15.3423697 C19.2087993,15.3346743 19.2258592,15.3392576 19.2335545,15.3526066 C19.2412498,15.3659557 19.2366666,15.3830156 19.2233175,15.3907109 L12.518673,19.24891 C12.5144014,19.2515455 12.5094741,19.2528925 12.504455,19.2528925 L12.504455,19.2528925 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.4032227,19.8369668 C12.3932632,19.8369397 12.3841088,19.8314906 12.3793365,19.8227488 C12.3755961,19.8163404 12.3746301,19.8087215 12.3765505,19.8015731 C12.378471,19.7944247 12.3831565,19.7883339 12.3895735,19.7846445 L19.132891,15.9537441 C19.1392824,15.9501106 19.1468692,15.9492088 19.1539342,15.9512427 C19.1609993,15.9532766 19.1669453,15.9580742 19.1704265,15.9645498 C19.1742684,15.9708327 19.1753478,15.9784223 19.1734101,15.9855272 C19.1714724,15.9926321 19.1666893,15.9986228 19.1601896,16.0020853 L12.4191469,19.8329858 C12.4144199,19.8360252 12.4088239,19.8374242 12.4032227,19.8369668 L12.4032227,19.8369668 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M12.5300474,20.3067339 C12.5172585,20.306863 12.5060207,20.2982738 12.5027924,20.2858984 C12.499564,20.273523 12.5051739,20.2605387 12.5163981,20.2544076 L19.2238863,16.4513744 C19.230208,16.447671 19.2377414,16.4467086 19.2447976,16.448633 C19.2518539,16.4505574 19.2578428,16.4552329 19.2614218,16.4616114 C19.2651621,16.4680198 19.2661282,16.4756386 19.2642078,16.4827871 C19.2622873,16.4899355 19.2576018,16.4960263 19.2511848,16.4997156 L12.5436967,20.3027488 C12.5396565,20.3054306 12.5348958,20.3068191 12.5300474,20.3067339 Z' id='Path' fill='%23676767' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav-general:hover > a, .nav-general.show > a, .nav-general.current_page_item > a, .nav-general.current_page_parent > a, .nav-general.current-page-ancestor > a {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
}
.nav-general > a span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='25px' height='25px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23152E46' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23375171' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='12' cy='12' r='12'%3E%3C/circle%3E%3Cpolygon id='Polygon-Copy-5' fill='url(%23linearGradient-1)' points='12 2 20.660254 7 20.660254 17 12 22 3.33974596 17 3.33974596 7'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}

.nav-careers:hover > a, .nav-careers.show > a, .nav-careers.current_page_item > a, .nav-careers.current_page_parent > a, .nav-careers.current-page-ancestor > a {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
}
.nav-careers > a span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 24 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='50.0020263%25' x2='100%25' y2='50.0020263%25' id='linearGradient-1'%3E%3Cstop stop-color='%23152E46' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23375171' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='49.9979743%25' x2='100%25' y2='49.9979743%25' id='linearGradient-2'%3E%3Cstop stop-color='%23152E46' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23375171' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='50%25' y1='50%25' x2='50%25' y2='50%25' id='linearGradient-3'%3E%3Cstop stop-color='%23152E46' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23375171' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='49.9979745%25' x2='100%25' y2='49.9979745%25' id='linearGradient-4'%3E%3Cstop stop-color='%23152E46' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23375171' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='-27.817522%25' y1='50%25' x2='72.182478%25' y2='50%25' id='linearGradient-5'%3E%3Cstop stop-color='%23152E46' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23375171' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='49.9892334%25' x2='100.021871%25' y2='49.9892334%25' id='linearGradient-6'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='-0.0218499636%25' y1='49.9961151%25' x2='100%25' y2='49.9961151%25' id='linearGradient-7'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-2' transform='translate(0.000000, 0.600000)' fill-rule='nonzero'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='11.9772512' cy='11.9772512' r='11.9772512'%3E%3C/circle%3E%3Cpolygon id='Path' fill='url(%23linearGradient-1)' points='11.9539336 2.73383886 12.1848341 10.8204739 3.74957346 16.7670142 3.74957346 7.40872038'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-2)' points='3.74957346 7.40872038 12.0318483 12.0921327 11.9982938 21.4464455 3.74957346 16.7670142'%3E%3C/polygon%3E%3Cline x1='12.9787204' y1='20.9186256' x2='12.9787204' y2='20.9186256' id='Path' fill='url(%23linearGradient-3)'%3E%3C/line%3E%3Cline x1='14.460237' y1='20.0820379' x2='14.460237' y2='20.0820379' id='Path' fill='url(%23linearGradient-3)'%3E%3C/line%3E%3Cline x1='16.1601422' y1='9.66308057' x2='16.1601422' y2='9.66308057' id='Path' fill='url(%23linearGradient-3)'%3E%3C/line%3E%3Cline x1='14.6803318' y1='10.6367299' x2='14.6803318' y2='10.6367299' id='Path' fill='url(%23linearGradient-3)'%3E%3C/line%3E%3Cpolygon id='Path' fill='url(%23linearGradient-4)' points='11.9909005 12.0904265 11.9982938 21.4441706 20.1679621 16.785782 20.1929858 7.40530806'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-5)' points='3.74957346 7.4064455 11.9539336 2.69175355 20.2054976 7.41781991 11.9909005 12.0904265'%3E%3C/polygon%3E%3Cpath d='M12.2183886,21.3201896 C12.3059716,20.8600948 12.4180095,20.44891 12.5704265,20.1258768 C12.864455,19.5036967 14.7167773,17.7634123 14.7981043,17.6411374 C14.8794313,17.5188626 15.1393365,16.9666351 15.1393365,16.9666351 L15.1569668,16.9563981 L15.1569668,16.5156398 C15.0561008,16.4277144 14.9709074,16.32329 14.9050237,16.2068246 C14.8680569,16.1402844 14.8362085,15.9713744 14.8094787,15.748436 C14.5040758,15.7637915 14.4682464,15.2252133 14.4540284,14.918673 C14.4483412,14.7833175 14.5000948,14.7292891 14.5632227,14.7122275 C14.4790357,14.4480234 14.4157134,14.1776198 14.3738389,13.9035071 C14.2487204,13.1072986 15.3201896,12.2672986 15.3201896,12.2672986 C17.0570616,9.88663507 17.7656872,11.6104265 17.7088152,11.523981 C17.6519431,11.4375355 17.2714692,11.3203791 17.2714692,11.3203791 C17.4210427,11.3943128 17.9027488,11.9641706 17.8606635,12.0818957 C17.8379147,12.1472986 17.7287204,12.5783886 17.6331754,12.9509005 C17.7065403,12.8758294 17.7736493,12.8479621 17.7668246,13.0077725 C17.7543128,13.3290995 17.717346,13.9103318 17.4113744,14.2470142 C17.3971068,14.4391254 17.3651225,14.6295077 17.3158294,14.8157346 C17.246649,15.0158189 17.1647766,15.2112868 17.0707109,15.4009479 L17.0707109,15.8519431 L17.0883412,15.8417062 C17.0883412,15.8417062 17.3476777,16.0947867 17.4295735,16.1260664 C17.5114692,16.157346 19.3632227,15.7598104 19.6578199,16.0436019 C19.8096682,16.189763 19.9319431,16.5127962 20.0195261,16.8716588 L12.2183886,21.3201896 Z' id='Path' fill='url(%23linearGradient-6)'%3E%3C/path%3E%3Cpath d='M11.7946919,21.3298578 C11.7065403,20.869763 11.5945024,20.4585782 11.442654,20.135545 C11.1480569,19.5099526 9.2957346,17.7730806 9.21440758,17.650237 C9.13308057,17.5273934 8.87317536,16.9757346 8.87317536,16.9757346 L8.85554502,16.9654976 L8.85554502,16.5258768 C8.95673436,16.4381147 9.04214034,16.3336655 9.10805687,16.2170616 C9.14445498,16.15109 9.17630332,15.9821801 9.2036019,15.758673 C9.50843602,15.7740284 9.54483412,15.236019 9.55848341,14.9294787 C9.56417062,14.7941232 9.51241706,14.7395261 9.4492891,14.7224645 C9.5338131,14.4583535 9.59714177,14.187923 9.63867299,13.9137441 C9.76379147,13.1175355 8.692891,12.2781043 8.692891,12.2781043 C6.95601896,9.89687204 6.24739336,11.6212322 6.3042654,11.534218 C6.36113744,11.4472038 6.74161137,11.3306161 6.74161137,11.3306161 C6.59203791,11.4045498 6.11090047,11.9744076 6.15241706,12.0927014 C6.17516588,12.1575355 6.28492891,12.5886256 6.37990521,12.9617062 C6.30597156,12.8860664 6.23943128,12.8581991 6.2456872,13.0185782 C6.25876777,13.3393365 6.29516588,13.9211374 6.60113744,14.2572512 C6.61550442,14.4493503 6.64748713,14.6397236 6.69668246,14.8259716 C6.76631498,15.0258829 6.84817565,15.2213229 6.94180095,15.4111848 L6.94180095,15.8604739 L6.92417062,15.850237 C6.92417062,15.850237 6.66483412,16.1027488 6.58293839,16.1317536 C6.50104265,16.1607583 4.6492891,15.7660664 4.35469194,16.0492891 C4.2028436,16.196019 4.0743128,16.5389573 3.98616114,16.8978199 L11.7946919,21.3298578 Z' id='Path' fill='url(%23linearGradient-7)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav-analyzers:hover > a, .nav-analyzers.show > a, .nav-analyzers.current_page_item > a, .nav-analyzers.current_page_parent > a, .nav-analyzers.current-page-ancestor > a {
  background-image: linear-gradient(0deg, #0A3C52 0%, #379AC4 100%);
}
.nav-analyzers > a span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='50%25' x2='0.00693000693%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23005697' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%230088C1' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='49.9969986%25' x2='100%25' y2='49.9969986%25' id='linearGradient-2'%3E%3Cstop stop-color='%23004A8E' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23005697' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='-800.274461%25' y1='154.038392%25' x2='-700.274461%25' y2='154.038392%25' id='linearGradient-3'%3E%3Cstop stop-color='%23005697' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%230088C1' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='36.8575216%25' y1='72.7694276%25' x2='62.5124149%25' y2='28.3338663%25' id='linearGradient-4'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' id='linearGradient-5'%3E%3Cstop stop-color='%23C6C6C5' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23868686' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='49.9930275%25' y1='100%25' x2='49.9930275%25' y2='-0.00489979911%25' id='linearGradient-6'%3E%3Cstop stop-color='%23C6C6C5' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23868686' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='50%25' y1='50%25' x2='50%25' y2='50%25' id='linearGradient-7'%3E%3Cstop stop-color='%23C6C6C5' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23868686' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50.00385%25' x2='100%25' y2='50.00385%25' id='linearGradient-8'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='50.0044127%25' x2='100%25' y2='50.0044127%25' id='linearGradient-9'%3E%3Cstop stop-color='%23868686' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C6C6C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='50.0034619%25' y1='100%25' x2='50.0034619%25' y2='0%25' id='linearGradient-10'%3E%3Cstop stop-color='%23C6C6C5' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23868686' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-7' transform='translate(0.160000, 0.600000)' fill-rule='nonzero'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='11.9772512' cy='11.9772512' r='11.9772512'%3E%3C/circle%3E%3Cpolygon id='Path' fill='url(%23linearGradient-1)' points='11.9727014 2.51146919 11.9505213 10.4309005 3.76606635 16.7181043 3.76606635 7.23298578'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-2)' points='20.1941232 16.7181043 11.9800948 21.4600948 4.77554502 15.5880569 11.9055924 11.985782'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-3)' points='11.9266351 2.58199052 11.8959242 11.985782 20.184455 16.7141232 20.1804739 7.47298578'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-4)' points='3.76606635 7.23298578 11.9533649 12.2610427 11.9800948 21.4600948 3.76606635 16.7181043'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-5)' points='11.9533649 12.2610427 11.9800948 21.4600948 12.9349763 20.9090047 12.9349763 13.185782 14.4108057 12.2866351 14.4108057 20.0559242 14.629763 19.9308057 14.629763 10.6908057'%3E%3C/polygon%3E%3Cpolygon id='Path' fill='url(%23linearGradient-6)' points='20.1804739 7.47298578 16.1033175 9.84 16.1021801 19.08 16.3182938 18.9554502 16.3182938 13.7118483 17.7941232 12.8553555 17.7941232 18.1035071 18.010237 17.9789573 18.010237 13.7704265 19.4854976 12.921327 19.4854976 17.1270142 20.1804739 16.7419905'%3E%3C/polygon%3E%3Cline x1='12.9565403' y1='20.9248815' x2='12.9565403' y2='20.9248815' id='Path' fill='url(%23linearGradient-7)'%3E%3C/line%3E%3Cline x1='14.4323697' y1='20.0774882' x2='14.4323697' y2='20.0774882' id='Path' fill='url(%23linearGradient-7)'%3E%3C/line%3E%3Cline x1='16.1248815' y1='9.51748815' x2='16.1248815' y2='9.51748815' id='Path' fill='url(%23linearGradient-7)'%3E%3C/line%3E%3Cline x1='14.651327' y1='10.504218' x2='14.651327' y2='10.504218' id='Path' fill='url(%23linearGradient-7)'%3E%3C/line%3E%3Cpolyline id='Path' fill='url(%23linearGradient-8)' points='20.1804739 7.47298578 11.9800948 2.49440758 7.72322275 4.95924171 16.1436967 9.88037915'%3E%3C/polyline%3E%3Cpolyline id='Path' fill='url(%23linearGradient-9)' points='14.629763 10.6908057 6.22236967 5.81687204 3.76037915 7.23298578 11.9533649 12.2610427'%3E%3C/polyline%3E%3Cline x1='11.9800948' y1='21.4600948' x2='20.1941232' y2='16.7175355' id='Path' fill='url(%23linearGradient-10)'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav-action:hover > a, .nav-action.show > a, .nav-action.current_page_item > a, .nav-action.current_page_parent > a, .nav-action.current-page-ancestor > a {
  background-image: linear-gradient(0deg, #0C9D4F 0%, #11C665 100%);
}
.nav-action > a span::before {
  content: "";
  background-image: "";
}

.nav-df-high-purity:hover > a, .nav-df-high-purity.show > a, .nav-df-high-purity.current_page_item > a, .nav-df-high-purity.current_page_parent > a, .nav-df-high-purity.current-page-ancestor > a {
  background-image: linear-gradient(0deg, #964344 0%, #D86E70 100%);
}
.nav-df-high-purity > a span::before {
  content: "";
  background-image: "";
}

.nav-servoflex:hover > a, .nav-servoflex.show > a, .nav-servoflex.current_page_item > a, .nav-servoflex.current_page_parent > a, .nav-servoflex.current-page-ancestor > a {
  background-image: linear-gradient(0deg, #D8BD3B 0%, #E9DB97 100%);
}
.nav-servoflex > a span::before {
  content: "";
  background-image: "";
}

.nav-servopro:hover > a, .nav-servopro.show > a, .nav-servopro.current_page_item > a, .nav-servopro.current_page_parent > a, .nav-servopro.current-page-ancestor > a {
  background-image: linear-gradient(180deg, #8ADDDD 0%, #4AA9A9 100%);
}
.nav-servopro > a span::before {
  content: "";
  background-image: "";
}

.nav-servotough:hover > a, .nav-servotough.show > a, .nav-servotough.current_page_item > a, .nav-servotough.current_page_parent > a, .nav-servotough.current-page-ancestor > a {
  background-image: linear-gradient(179deg, #BB9EBE 0%, #79667B 100%);
}
.nav-servotough > a span::before {
  content: "";
  background-image: "";
}

.nav-gas-detection:hover > a, .nav-gas-detection.show > a, .nav-gas-detection.current_page_item > a, .nav-gas-detection.current_page_parent > a, .nav-gas-detection.current-page-ancestor > a {
  background-image: linear-gradient(0deg, rgba(52, 52, 52, 0.98) 0%, #B4B4B4 100%);
}
.nav-gas-detection > a span::before {
  content: "";
  background-image: "";
}

.nav-clean-air:hover > a, .nav-clean-air.show > a, .nav-clean-air.current_page_item > a, .nav-clean-air.current_page_parent > a, .nav-clean-air.current-page-ancestor > a {
  background-image: linear-gradient(180deg, #16b6dc 0%, #2294af 100%);
}
.nav-clean-air > a span::before {
  content: "";
  background-image: "";
}

.nav-product-variant:hover > a, .nav-product-variant.show > a, .nav-product-variant.current_page_item > a, .nav-product-variant.current_page_parent > a, .nav-product-variant.current-page-ancestor > a {
  background-image: linear-gradient(0deg, #76687B 0%, #B09BB6 100%);
}
.nav-product-variant > a span::before {
  content: "";
  background-image: "";
}

.nav-no-icon:before {
  background-image: none;
}
.nav-no-icon:hover .nav-link {
  text-decoration: underline;
}
.nav-no-icon .nav-link {
  padding-left: 0.5rem !important;
  color: #345574 !important;
}

.navbar-toggler .toggler-text {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #345574;
  padding-left: 8px;
  font-weight: 400;
}

.navbar-container {
  position: relative;
}

.table-outer-border {
  border: 1px solid #c7ced4;
}

.generic-table {
  font-size: 12px;
}
.generic-table td {
  text-align: center;
  padding: 3px 2px;
  height: 38px;
  border: 1px solid #ccc;
}
.generic-table tr td:first-child {
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.generic-table .heading-1 {
  background-color: #E55405;
  font-weight: 700;
  color: white;
  padding: 6px;
}
.generic-table .heading-2 {
  background-color: #2e2781;
  color: white;
  font-weight: 700;
}
.generic-table .heading-2 td {
  padding: 6px;
}
.generic-table .heading-2 td:first-child {
  font-weight: 700;
  text-align: center;
}
.generic-table .granted {
  background-color: #BFBFBF;
}
.generic-table .pending {
  background-color: #C5D9F1;
}
.generic-table .no-border {
  border: none;
}

.table-products {
  color: #545454;
  table-layout: fixed;
  width: auto;
  min-width: 100%;
  background-color: #fff;
}
.table-products th {
  color: #345574;
  font-size: 1.25rem;
}
.table-products td {
  padding: 1rem;
  border-color: #E8E8E8;
  vertical-align: middle;
}
.table-products a {
  display: block;
}
.table-products .highlight {
  color: white;
}
.table-products .highlight-true {
  background-color: #12A8AA;
}
.table-products .highlight-false {
  background-color: #E54A69;
}
.table-products .highlight-warning {
  background-color: #ed5929;
}
.table-products .highlight a {
  color: white;
}

.table-product-variants-container {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(217, 217, 217, 0.5);
  border-radius: 0.375rem;
}
.table-product-variants-container-fixed {
  overflow-x: scroll;
}
.table-product-variants-container-fixed::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.table-product-variants-container-fixed.has-overflow::after {
  opacity: 1;
}
.table-product-variants-container-fixed th:first-child {
  min-width: 175px;
  position: sticky;
  background-color: white;
}
@media (min-width: 992px) {
  .table-product-variants-container-fixed th:first-child {
    width: 240px;
    min-width: unset;
  }
}
.table-product-variants thead {
  background-color: #76687B;
  color: white;
}
.table-product-variants thead th {
  border-bottom: 0;
  font-size: 1.125rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.table-product-variants thead th.col-fixed-1 {
  background-color: #76687B;
}
.table-product-variants th, .table-product-variants td {
  border-top: 0;
  line-height: 1.125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .table-product-variants th, .table-product-variants td {
    padding-top: 1rem;
    padding-bottom: unset;
  }
}
.table-product-variants tbody {
  font-size: 0.875rem;
}
.table-product-variants tbody td, .table-product-variants tbody th {
  color: #345574;
}
.table-product-variants tbody td.text-product-variant, .table-product-variants tbody th.text-product-variant {
  color: #76687B;
}
.table-product-variants tbody td {
  font-weight: 400;
}
.table-product-variants .col-fixed-1 {
  left: 0;
}
.table-product-variants .border-bottom {
  border-bottom-color: #76687B !important;
}
.table-product-variants .border-bottom th, .table-product-variants .border-bottom td {
  padding-bottom: 1rem;
}
.table-product-variants .center {
  vertical-align: middle;
}
.table-product-variants .variant {
  width: 76px;
}
.table-product-variants .bg-alt {
  background-color: #EFEFEF;
}
.table-product-variants .checkmark {
  margin: 0 auto;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #76687B;
}
.table-product-variants .checkmark-disabled {
  background-color: #76687B;
}
.table-product-variants .checkmark-checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.95' height='10.402' viewBox='0 0 13.95 10.402'%3E%3Cpath id='check-solid' d='M4.738,75.3.2,70.763a.7.7,0,0,1,0-.986l.986-.986a.7.7,0,0,1,.986,0l3.054,3.054L11.773,65.3a.7.7,0,0,1,.986,0l.986.986a.7.7,0,0,1,0,.986L5.725,75.3a.7.7,0,0,1-.986,0Z' transform='translate(0 -65.098)' fill='%2379667B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 2px 4px;
}
.table-product-variants-glossary li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.table-product-variants-glossary .checkmark {
  margin: 0 10px 0 0;
  display: inline-block;
}
.table-product-variants-footnote {
  font-size: 0.75rem;
  line-height: 1.5;
}

label {
  font-weight: 700;
}

.form-disabled {
  opacity: 0.5;
}

.smx_hp {
  display: none !important;
}

::placeholder {
  font-style: italic;
  color: #CDCDCD;
}

.custom-select {
  -webkit-appearance: none;
}

.radios .radio_text {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.custom_radio_options {
  margin: 0 -15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.custom_radio_options input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.custom_radio_options input[type=radio]:checked + label {
  background-color: #152E46;
  color: #fff;
  border-color: #152E46;
}
.custom_radio_options label {
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 0;
  border: 1px solid #B1B1B1;
  font-weight: 400;
  flex: 1;
  font-size: 0.875rem;
  height: 3rem;
  line-height: 3rem;
  cursor: pointer;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 2px;
}
.custom_radio_options.margin-small {
  margin-left: -2px;
  margin-right: -2px;
}
.custom_radio_options.margin-small label {
  margin-left: 2px;
  margin-right: 2px;
}

.custom-file-label {
  overflow: hidden;
  padding-right: 80px;
  white-space: nowrap;
}

.form-drop-selector .btn-action {
  min-width: 60px;
}

@media (max-width: 575.98px) {
  .form-signup .form-group {
    margin-bottom: 0;
  }
}
.form-signup .form-control {
  height: 49px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .form-signup .form-control {
    width: 370px;
  }
}
.form-signup-results-fail h1, .form-signup-results-fail h2, .form-signup-results-fail h3 {
  color: white;
}

.newsletter-subscribe label {
  font-size: 0.75rem;
  font-weight: 400;
}
.newsletter-subscribe .custom-control-label:before, .newsletter-subscribe .custom-control-label:after {
  top: 0.1rem;
}

.form-signup-results-success, .form-signup-results-fail {
  min-height: 49px;
}
footer .form-signup-results-success, footer .form-signup-results-fail {
  min-height: 34px;
}

.badge {
  border: 1px solid #E8E8E8;
  margin-bottom: 10px;
  white-space: normal;
  color: #343434;
}
.badge:hover {
  background-color: rgba(52, 85, 116, 0.75);
  color: #fff;
}
.badge.active {
  background-color: #345574;
  color: #fff;
}

.toast {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 10;
}
.toast.disabled, .toast:not(.show) {
  pointer-events: none;
}

.toast-body {
  font-weight: 700;
}
.toast-body a {
  color: #fff;
}

.pagination {
  justify-content: center;
}
.pagination .page-link.current {
  background-color: #345574;
  color: white;
}

.mini-profile {
  max-width: 80px;
  max-height: 80px;
}

.ngg-galleryoverview img {
  border: 1px solid #3D3D3D;
}

@media (min-width: 992px) {
  .featured-resource img {
    max-height: 250px;
    width: auto;
  }
}
.modal-gallery-container a {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
.modal-gallery-container a:hover, .modal-gallery-container a:focus {
  filter: grayscale(0);
  transform: translateY(-10px);
  box-shadow: 0 0 30px 0 #8A999C;
}

@media (max-width: 575.98px) {
  .hide-xs {
    display: none !important;
  }
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-6px);
  }
}
#breadcrumbs {
  font-size: 0.75rem;
  font-weight: 400;
  color: #152E46;
}
#breadcrumbs a {
  color: #152E46;
}

.hero-container {
  position: relative;
}

.module-videos-container {
  border-left: 10px solid #082E75;
  border-right: 10px solid #082E75;
}

.hero-video-block {
  max-width: 1240px;
  background-color: white;
  margin: 0 auto;
}

.hero {
  height: 350px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 0 auto;
  color: #345574;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    height: 470px;
  }
}
.hero-container {
  border-left: 10px solid #082E75;
  border-right: 10px solid #082E75;
}
.hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .hero-bg {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero-video iframe {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-video {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .hero-video iframe {
    width: 1240px;
    height: 470px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero h1 {
  font-size: 2.125rem;
}
@media (max-width: 1200px) {
  .hero h1 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) {
  .hero h1 {
    line-height: 3rem;
  }
}
.hero p {
  font-size: 0.9375rem;
  font-weight: 300;
}
.hero a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.hero .hero-content {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero .hero-content {
    align-items: center;
  }
}
.hero .hero-content-spares h1, .hero .hero-content-spares h2, .hero .hero-content-spares h3 {
  color: white;
}
.hero .hero-content h1 {
  font-size: 1.875rem;
  line-height: 1.25;
  margin-bottom: 1remß;
}
.hero .hero-content .content {
  font-size: 1.25rem;
  line-height: 1.4;
}
.hero .hero-content form {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 768px) {
  .hero .hero-content form {
    bottom: 40px;
  }
}
.hero .hero-content form .form-control {
  font-size: 0.75rem;
  border-radius: 50px;
  border-color: #E8E8E8;
  border-width: 0px;
  height: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .hero .hero-content form .form-control {
    min-width: 335px;
  }
}
.hero .hero-content .btn {
  border-width: 0;
  background-color: #345574;
  padding: 0.9375rem 0.75rem;
  color: #fff;
}
.hero .hero-content .btn:hover {
  color: #fff;
  box-shadow: 0 0 10px 0 #345574;
}
.hero-blank {
  height: 416px;
  background-color: #303030;
}
.hero-blank h1 {
  text-transform: none;
}
.hero-blank p {
  color: #EBEAEE;
}
.hero-blank a {
  font-weight: 700;
  color: #fff;
}
.hero-blank:before {
  opacity: 1;
  background-color: #303030;
}
.hero-blank:after {
  background-image: none;
}
.hero-blank .hero-content form {
  position: static;
  bottom: auto;
}

ul.svg-bullet {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
ul.svg-bullet li {
  margin-left: 0;
  margin-bottom: 0.625rem;
  padding-left: 20px;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
ul.svg-bullet.bullet-tick li {
  background: url(../images/svgs/ico-tick.svg) no-repeat left top 4px;
}

.ico-tick {
  background: url(../images/svgs/ico-tick-primary.svg) no-repeat left top 6px;
  font-weight: 700;
  padding-left: 24px;
  display: inline-block;
}
.ico-tick-light {
  background: url(../images/svgs/ico-tick-light.svg) no-repeat left top 3px;
}

footer {
  background-color: #3D3D3D;
  color: #fff;
  font-size: 0.75rem;
}
footer form .form-control {
  font-size: 0.75rem;
  border-radius: 50px;
  border-color: #E8E8E8;
  border-width: 1px;
  height: 34px;
}
@media (min-width: 768px) {
  footer form .form-control {
    min-width: 335px;
  }
}
@media (min-width: 1200px) {
  footer form .form-control {
    min-width: 425px;
  }
}
footer form .btn {
  font-size: 0.75rem;
  border-color: #E8E8E8;
  border-radius: 8px;
  min-width: 100px;
  color: #CDCDCD;
  padding: 0.375rem 0.75rem;
}
footer form .btn:hover {
  color: #fff;
}
footer .btn-cta {
  font-size: 0.75rem;
  border-color: #DFDFDF;
  border-radius: 8px;
  min-width: 100px;
  color: #CDCDCD;
  padding: 0.375rem 0.75rem;
}
footer .btn-cta:hover {
  color: #fff;
}
footer .recaptcha-disclaimer {
  font-size: 0.625rem;
}
footer .footer-links ul {
  margin-bottom: 0;
}
footer a {
  color: #F6F6F6;
  font-weight: 300;
  font-size: 0.6875rem;
}
footer a:hover {
  color: #fff;
}

footer-base {
  font-size: 0.75rem;
}
footer-base .btn-top {
  background-color: #3D3D3D;
  border-radius: 8px 8px 0 0;
}
footer-base .btn-top svg {
  height: 15px;
  width: 26px;
}
footer-base .btn-top:hover svg g g {
  fill: #fff;
}
footer-base .list-inline > li, footer-base .nav-footer-social > li {
  display: inline-block;
  line-height: 1rem;
}
footer-base .list-inline > li:not(:last-child), footer-base .nav-footer-social > li:not(:last-child) {
  padding-right: 0.5rem;
}
footer-base .list-inline > li:not(:first-child), footer-base .nav-footer-social > li:not(:first-child) {
  padding-left: 0.5rem;
}
footer-base .logo {
  height: 22px;
  margin-right: 1rem;
}

.nav-footer-social li {
  display: inline-block;
}
.nav-footer-social li:not(:last-child) {
  margin-right: 6px;
}
.nav-footer-social li a {
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-footer-social li a:hover {
  transform: scale(1.2);
}

.tab-content-container .container-bg {
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav-tabs .nav-link {
  color: #fff;
  margin: 0 0.5rem;
  height: 100%;
  min-height: 40px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.15rem;
  display: flex;
  align-content: center;
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-link {
    margin: 0 0.25rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.nav-tabs .nav-link.active:hover {
  color: #fff;
}
.nav-tabs .nav-link span {
  align-self: center;
}

#cta-cookie {
  position: fixed;
  border: 2px solid #345574;
  background-color: white;
  max-width: 100%;
  bottom: 10px;
  left: 0;
  width: calc(100% - 2rem);
  z-index: 10;
  padding: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: none;
}
#cta-cookie a {
  text-decoration: underline;
}

.module-videos .block-video p {
  line-height: 1.5;
}

.bg-highlight {
  background-color: #ECEDF6;
}

.bg-neutral {
  background-color: #FAFBFD;
}

.bg-refresh {
  background-color: #082E75;
}

.bg-offset {
  background-color: #ECEDF6;
  padding-top: 2rem;
  position: relative;
}
.bg-offset:before, .bg-offset:after {
  position: absolute;
  content: "";
  background-color: #FAFBFD;
  height: 100px;
  width: 100%;
  z-index: 5;
}
.bg-offset:before {
  top: 0;
}
.bg-offset:after {
  bottom: 0;
}
.bg-offset .container {
  position: relative;
  z-index: 10;
}

.bg-holding {
  background-size: cover;
  background-position: center;
}

.bg-service {
  background-color: #E54A69;
}

.bg-spares {
  background-color: #E54A69;
}

.bg-systems {
  background-color: #12A8AA;
}

.bg-expertise {
  background-color: #AF54BE;
}

.bg-sustainability {
  background-color: #446E36;
}

.bg-resources {
  background-color: #375170;
}

.bg-general {
  background-color: #375170;
}

.bg-careers {
  background-color: #375170;
}

.bg-analyzers {
  background-color: #379AC4;
}

.bg-action {
  background-color: #11C665;
}

.bg-df-high-purity {
  background-color: #964344;
}

.bg-servoflex {
  background-color: #D8BD3B;
}

.bg-servopro {
  background-color: #4AA9A9;
}

.bg-servotough {
  background-color: #79667B;
}

.bg-gas-detection {
  background-color: #343434;
}

.bg-clean-air {
  background-color: #2294af;
}

.bg-product-variant {
  background-color: #76687B;
}

.block-border {
  border: 1px solid #c7ced4;
}

.block-inverse h1, .block-inverse h2, .block-inverse h6 {
  color: #fff;
}
.block-inverse p {
  color: #fff;
}

.product-technologies img {
  max-width: 126px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 1.125rem;
  align-self: center;
}

.linked-list-item {
  border: 1px solid #E8E8E8;
  margin-bottom: 1rem;
}
.linked-list-item-heading {
  padding-left: 1rem;
  padding-right: 1rem;
  transition: background-color 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .linked-list-item-heading {
    transition: none;
  }
}
.linked-list-item-heading a {
  transition: color 0.2s ease-out;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #545454;
  cursor: pointer;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .linked-list-item-heading a {
    transition: none;
  }
}
.linked-list-item-heading a svg #arrow {
  transition: all 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .linked-list-item-heading a svg #arrow {
    transition: none;
  }
}
.linked-list-item-heading a:hover {
  color: #345574;
}
.linked-list-item-heading a:hover svg #down-arrow {
  fill: #345574;
}
.linked-list-item-heading.is-active a svg #down-arrow {
  fill: #fff;
}
.linked-list-item-heading .icon {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}
.linked-list-item-heading .icon svg {
  transition: all 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .linked-list-item-heading .icon svg {
    transition: none;
  }
}
.linked-list-item-heading .icon.is-active svg {
  transform: rotate(180deg);
}
.linked-list-item-content {
  display: none;
  padding: 0 1rem 1rem 1rem;
}

.card-download {
  min-height: 340px;
  filter: grayscale(1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
  background: #636363;
}
.card-download:hover {
  filter: grayscale(0);
  transform: translateY(-10px);
  box-shadow: 0 0 30px 0 #8A999C;
}
.card-download:hover.sector-service {
  background-image: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
}
.card-download:hover.sector-spares {
  background-image: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
}
.card-download:hover.sector-systems {
  background-image: linear-gradient(180deg, #12A9AA 0%, #0E4040 100%);
}
.card-download:hover.sector-expertise {
  background-image: linear-gradient(0deg, #64356C 0%, #AF54BE 100%);
}
.card-download:hover.sector-sustainability {
  background-image: linear-gradient(180deg, #71BD54 0%, #446E36 100%);
}
.card-download:hover.sector-resources {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
}
.card-download:hover.sector-general {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
}
.card-download:hover.sector-careers {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
}
.card-download:hover.sector-analyzers {
  background-image: linear-gradient(0deg, #0A3C52 0%, #379AC4 100%);
}
.card-download:hover.sector-action {
  background-image: linear-gradient(0deg, #0C9D4F 0%, #11C665 100%);
}
.card-download:hover.sector-df-high-purity {
  background-image: linear-gradient(0deg, #964344 0%, #D86E70 100%);
}
.card-download:hover.sector-servoflex {
  background-image: linear-gradient(0deg, #D8BD3B 0%, #E9DB97 100%);
}
.card-download:hover.sector-servopro {
  background-image: linear-gradient(180deg, #8ADDDD 0%, #4AA9A9 100%);
}
.card-download:hover.sector-servotough {
  background-image: linear-gradient(179deg, #BB9EBE 0%, #79667B 100%);
}
.card-download:hover.sector-gas-detection {
  background-image: linear-gradient(0deg, rgba(52, 52, 52, 0.98) 0%, #B4B4B4 100%);
}
.card-download:hover.sector-clean-air {
  background-image: linear-gradient(180deg, #16b6dc 0%, #2294af 100%);
}
.card-download:hover.sector-product-variant {
  background-image: linear-gradient(0deg, #76687B 0%, #B09BB6 100%);
}
.card-download.downloaded {
  filter: grayscale(0);
}
.card-download.downloaded.sector-service {
  background-image: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
}
.card-download.downloaded.sector-spares {
  background-image: linear-gradient(180deg, #E64A6A 0%, #6F1427 100%);
}
.card-download.downloaded.sector-systems {
  background-image: linear-gradient(180deg, #12A9AA 0%, #0E4040 100%);
}
.card-download.downloaded.sector-expertise {
  background-image: linear-gradient(0deg, #64356C 0%, #AF54BE 100%);
}
.card-download.downloaded.sector-sustainability {
  background-image: linear-gradient(180deg, #71BD54 0%, #446E36 100%);
}
.card-download.downloaded.sector-resources {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
}
.card-download.downloaded.sector-general {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
}
.card-download.downloaded.sector-careers {
  background-image: linear-gradient(0deg, #152E46 0%, #375171 100%);
}
.card-download.downloaded.sector-analyzers {
  background-image: linear-gradient(0deg, #0A3C52 0%, #379AC4 100%);
}
.card-download.downloaded.sector-action {
  background-image: linear-gradient(0deg, #0C9D4F 0%, #11C665 100%);
}
.card-download.downloaded.sector-df-high-purity {
  background-image: linear-gradient(0deg, #964344 0%, #D86E70 100%);
}
.card-download.downloaded.sector-servoflex {
  background-image: linear-gradient(0deg, #D8BD3B 0%, #E9DB97 100%);
}
.card-download.downloaded.sector-servopro {
  background-image: linear-gradient(180deg, #8ADDDD 0%, #4AA9A9 100%);
}
.card-download.downloaded.sector-servotough {
  background-image: linear-gradient(179deg, #BB9EBE 0%, #79667B 100%);
}
.card-download.downloaded.sector-gas-detection {
  background-image: linear-gradient(0deg, rgba(52, 52, 52, 0.98) 0%, #B4B4B4 100%);
}
.card-download.downloaded.sector-clean-air {
  background-image: linear-gradient(180deg, #16b6dc 0%, #2294af 100%);
}
.card-download.downloaded.sector-product-variant {
  background-image: linear-gradient(0deg, #76687B 0%, #B09BB6 100%);
}
.card-download-details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-download-details .img-container {
  max-height: 150px;
  margin-bottom: 30px;
}
.card-download-details img {
  max-height: 150px;
  display: block;
  margin: 0 auto;
}
.card-download-details p {
  font-weight: 700;
  min-height: 2rem;
  margin-bottom: 20px;
}
.card-download-added {
  display: none;
  height: 100%;
}
.card-download-added.show {
  display: flex;
  flex-direction: column;
}
.card-download-added .img-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 150px;
  margin-bottom: 30px;
}
.card-download-added p {
  font-weight: 700;
  min-height: 2rem;
  margin-bottom: 20px;
}
.card-download-added .btn-outline-light {
  border-color: transparent;
}

.card-download-item {
  display: flex;
  align-items: flex-start;
  border: 1px solid #B1B1B1;
  padding: 15px;
  margin-bottom: 20px;
}
.card-download-item:last-child {
  margin-bottom: 0;
}
.card-download-item-action {
  margin-right: 15px;
}
.card-download-item-action a {
  font-size: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 991.98px) {
  .card-download-item-action a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.card-download-item-desc {
  padding-right: 10px;
}
.card-download-item-desc a {
  text-decoration: underline;
}
.card-download-item-img {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .card-download-item-img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-download-item-img {
    min-width: 60px;
  }
  .card-download-item-img img {
    max-width: 60px;
  }
}
@media (min-width: 992px) {
  .card-download-item-img {
    min-width: 120px;
  }
  .card-download-item-img img {
    max-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .analyzer-finder .col-products-grid {
    min-height: 500px;
  }
}
.analyzer-finder .clear-filters {
  font-style: italic;
  text-decoration: underline;
}
.analyzer-finder .clear-filters:hover {
  text-decoration: none;
}
.analyzer-finder .col-products-grid {
  overflow: auto;
}
.analyzer-finder .iso-products-grid.fixed-height {
  height: 100% !important;
}
.analyzer-finder svg g g {
  fill: #375170;
}
.analyzer-finder .analyzer-filters .btn.badge {
  transition: all 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .analyzer-finder .analyzer-filters .btn.badge {
    transition: none;
  }
}
.analyzer-finder .analyzer-filters .btn.badge.disabled {
  border: 1px solid transparent;
  opacity: 0.2;
}
.analyzer-finder .analyzer-filters .linked-list-item:last-child {
  margin-bottom: 0;
}
.analyzer-finder .linked-list-item-heading a {
  color: #345574;
  font-weight: 400;
}
.analyzer-finder .products .col {
  padding-bottom: 18px;
}
.analyzer-finder .product {
  text-align: center;
  padding-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.analyzer-finder .product-service h5 {
  color: #E54A69;
}
.analyzer-finder .product-spares h5 {
  color: #E54A69;
}
.analyzer-finder .product-systems h5 {
  color: #12A8AA;
}
.analyzer-finder .product-expertise h5 {
  color: #AF54BE;
}
.analyzer-finder .product-sustainability h5 {
  color: #446E36;
}
.analyzer-finder .product-resources h5 {
  color: #375170;
}
.analyzer-finder .product-general h5 {
  color: #375170;
}
.analyzer-finder .product-careers h5 {
  color: #375170;
}
.analyzer-finder .product-analyzers h5 {
  color: #379AC4;
}
.analyzer-finder .product-action h5 {
  color: #11C665;
}
.analyzer-finder .product-df-high-purity h5 {
  color: #964344;
}
.analyzer-finder .product-servoflex h5 {
  color: #D8BD3B;
}
.analyzer-finder .product-servopro h5 {
  color: #4AA9A9;
}
.analyzer-finder .product-servotough h5 {
  color: #79667B;
}
.analyzer-finder .product-gas-detection h5 {
  color: #343434;
}
.analyzer-finder .product-clean-air h5 {
  color: #2294af;
}
.analyzer-finder .product-product-variant h5 {
  color: #76687B;
}
.analyzer-finder .product h4 {
  color: #345574;
  margin-bottom: 0;
}
.analyzer-finder .product h5 {
  font-size: 0.5rem;
  text-transform: uppercase;
}
.analyzer-finder .product p {
  font-size: 0.75rem;
}
.analyzer-finder .product .product-image {
  height: 100%;
  min-height: 120px;
  display: flex;
  margin-bottom: 1rem;
}
.analyzer-finder .product .product-image img {
  align-self: center;
}
.analyzer-finder .product .btn {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.analyzer-finder .disabled {
  pointer-events: none;
  opacity: 0.35;
}
.analyzer-finder .product-variants {
  margin-top: 4rem;
}
.analyzer-finder .product-variants-container {
  border: 4px solid #76687B;
  border-radius: 6px;
  padding: 2rem;
  padding-top: 0;
  margin-top: 4rem;
  position: relative;
}
.analyzer-finder .product-variants-container-heading {
  background-color: #76687B;
  color: white;
  display: inline-block;
  font-weight: bold;
  padding: 0.5rem 5rem;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
  border-radius: 2rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .analyzer-finder .product-variants-container-heading {
    padding: 0.5rem 2rem;
  }
}
.analyzer-finder .product-variants .product {
  display: block;
  flex-direction: unset;
  text-align: unset;
  align-items: unset;
  padding-top: unset;
  line-height: 1.5;
}
.analyzer-finder .product-variants .product > .row {
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}
.analyzer-finder .product-variants .product > .row.product-variant-body {
  border-top-left-radius: 0;
}
.analyzer-finder .product-variants .product.product-primary > .row {
  border-width: 4px;
}
.analyzer-finder .product-variants .product h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.analyzer-finder .product-variants .product p {
  font-size: 0.9375rem;
}
.analyzer-finder .product-variants .product .product-variant-header-content {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -1px;
}
.analyzer-finder .product-variants .product .product-variant-header-content h3 {
  font-size: 1.125rem;
  color: white;
}
.analyzer-finder .product-variants .product-image {
  height: unset;
  min-height: unset;
  display: block;
  margin-bottom: unset;
}
.analyzer-finder .product-variants .product .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  font-weight: 700;
}
.analyzer-finder .product-variants .product .btn-text-lg {
  font-size: 1.125rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.product-variant-list {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 0;
}
.product-variant-list > li {
  margin-bottom: 0.5rem;
  line-height: 20px;
}
.product-variant-list > li:last-child {
  margin-bottom: 0;
}
.product-variant-list > li:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23545454'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
.product-variant-list.list-service > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23E54A69'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-spares > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23E54A69'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-systems > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%2312A8AA'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-expertise > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23AF54BE'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-sustainability > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23446E36'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-resources > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23375170'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-general > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23375170'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-careers > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23375170'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-analyzers > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23379AC4'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-action > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%2311C665'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-df-high-purity > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23964344'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-servoflex > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23D8BD3B'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-servopro > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%234AA9A9'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-servotough > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%2379667B'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-gas-detection > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%23343434'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-clean-air > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%232294af'/%3E%3C/svg%3E%0A");
}
.product-variant-list.list-product-variant > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-circle-regular' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,1.935A8.065,8.065,0,1,1,9.935,18,8.06,8.06,0,0,1,18,9.935m5.653,5.253-.909-.916a.484.484,0,0,0-.684,0l-5.7,5.654L13.95,17.493a.484.484,0,0,0-.684,0l-.916.909a.484.484,0,0,0,0,.684l3.661,3.69a.484.484,0,0,0,.684,0l6.959-6.9A.484.484,0,0,0,23.653,15.188Z' transform='translate(-8 -8)' fill='%2376687B'/%3E%3C/svg%3E%0A");
}

.page-template-page_client-portal {
  background-color: white !important;
  color: #212427;
}

#service-contracts .card-header {
  padding: 0;
  margin-bottom: 0.5rem;
}
#service-contracts #sc-clear-all {
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
#service-contracts #sc-clear-all.inactive {
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
  transform: translateX(100%);
}
#service-contracts .card {
  height: unset;
}
#service-contracts .badge {
  color: white;
  font-weight: 700;
  margin-bottom: 0;
}
#service-contracts .badge-sc-primary {
  transform: translateX(56px);
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
#service-contracts .badge-sc-primary.active {
  transform: translateX(0);
}
#service-contracts .badge-sc-secondary img {
  transform: translateX(52px);
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
#service-contracts .badge-sc-secondary.selected img {
  transform: translateX(0);
}
#service-contracts .ico-info {
  height: 16px;
  width: 16px;
}
#service-contracts button:not(.btn-link) {
  width: 100%;
  text-align: left;
  font-size: unset;
  /* &:hover {
      box-shadow: $card-hover-shadow;
  } */
}
#service-contracts button:not(.btn-link).btn-sc-primary {
  display: flex;
  overflow: hidden;
  background-color: #e9353d;
  border-color: #e9353d;
}
#service-contracts button:not(.btn-link).btn-sc-primary span {
  margin-left: auto;
}
#service-contracts button:not(.btn-link).btn-sc-secondary {
  overflow: hidden;
  display: flex;
}
#service-contracts button:not(.btn-link).btn-sc-secondary span {
  margin-left: auto;
}
#service-contracts button:not(.btn-link).btn-sc-primary, #service-contracts button:not(.btn-link).btn-sc-secondary {
  position: relative;
  padding-left: 2.5rem;
}
#service-contracts button:not(.btn-link).btn-sc-primary:before, #service-contracts button:not(.btn-link).btn-sc-secondary:before {
  position: absolute;
  content: "";
  background-image: url("../images/svgs/ico-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
  height: 100%;
  width: 15px;
  left: 1rem;
  top: 0;
}
#service-contracts button:not(.btn-link).btn-sc-primary:not(.collapsed):before, #service-contracts button:not(.btn-link).btn-sc-secondary:not(.collapsed):before {
  transform: rotate(180deg);
}
#service-contracts .list-tier {
  padding-left: 0;
  list-style: none;
}
#service-contracts .list-tier li {
  margin-bottom: 1rem;
}
#service-contracts .tier-select .selected {
  display: none;
}
#service-contracts .tier-select .tier-remove {
  position: absolute;
  transform: translateY(0);
  top: 0;
  right: 0;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #345574;
  right: 0;
  right: 4px;
  top: 4px;
  line-height: 1;
  border: 0;
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
#service-contracts .tier-select .tier-remove img {
  width: 14px;
  height: 14px;
}
#service-contracts .tier-select .tier-remove:hover {
  transform: scale(1.1);
}
#service-contracts .tier-select label {
  cursor: pointer;
  border-width: 0;
  background-color: #345574;
  padding: 0.75rem;
  text-align: center;
  width: 100%;
  color: #fff;
}
#service-contracts input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
#service-contracts .col-tier {
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
}
#service-contracts .col-tier:not(.active) .tier-remove {
  transform: translateY(-32px);
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
#service-contracts .col-tier.disabled {
  opacity: 0.5;
}
#service-contracts .col-tier.active {
  border: 1px solid #345574;
}
#service-contracts .col-tier.active .selected {
  display: inline;
}
#service-contracts .col-tier.active .select {
  display: none;
}
#service-contracts .col-tier:hover {
  border: 1px solid rgba(52, 85, 116, 0.5);
  box-shadow: 0 0 30px 0 #8A999C;
}
#service-contracts .col-tier h3 {
  display: flex;
  align-items: center;
}

#uptime-plus .uptime-plus-primary-nav {
  padding-bottom: 0;
  display: flex;
}
#uptime-plus .uptime-plus-primary-nav .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
#uptime-plus .uptime-plus-primary-nav .nav-item:first-child {
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  #uptime-plus .uptime-plus-primary-nav .nav-item:first-child {
    margin-right: 2rem;
  }
}
#uptime-plus .uptime-plus-primary-nav .nav-item:last-child {
  margin-left: 0.25rem;
}
@media (min-width: 768px) {
  #uptime-plus .uptime-plus-primary-nav .nav-item:last-child {
    margin-left: 2rem;
  }
}
#uptime-plus .uptime-plus-primary-nav .nav-item:not(:first-child):not(:last-child) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  #uptime-plus .uptime-plus-primary-nav .nav-item:not(:first-child):not(:last-child) {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
#uptime-plus .uptime-plus-primary-nav .nav-link {
  border-radius: 0;
  color: #345574;
  margin-bottom: -1px;
  margin-left: 0;
  width: 100%;
  padding-right: 1rem;
  margin-right: 0;
  min-height: 4rem;
  position: relative;
}
#uptime-plus .uptime-plus-primary-nav .nav-link:hover .badge-index, #uptime-plus .uptime-plus-primary-nav .nav-link:hover .title, #uptime-plus .uptime-plus-primary-nav .nav-link.active .badge-index, #uptime-plus .uptime-plus-primary-nav .nav-link.active .title {
  transform: translateY(-8px);
}
#uptime-plus .uptime-plus-primary-nav .nav-link.active {
  box-shadow: 0 0 10px 0 rgba(217, 217, 217, 0.5);
  position: relative;
}
#uptime-plus .uptime-plus-primary-nav .nav-link.active:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  background-color: white;
  bottom: -10px;
  left: 0;
}
#uptime-plus .uptime-plus-primary-nav .nav-link:hover {
  background-color: white;
}
#uptime-plus .uptime-plus-primary-nav .nav-link:focus {
  outline: 0;
}
#uptime-plus .uptime-plus-primary-nav .badge-index {
  font-size: 0.75rem;
  margin-bottom: 0;
  background-color: #E54A6A;
  color: white;
  font-weight: 700;
  margin-right: 0.25rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767.98px) {
  #uptime-plus .uptime-plus-primary-nav .badge-index {
    padding: 0.25rem 0.375rem;
  }
}
@media (min-width: 768px) {
  #uptime-plus .uptime-plus-primary-nav .badge-index {
    margin-right: 0.75rem;
    font-size: 0.875rem;
  }
}
#uptime-plus .uptime-plus-primary-nav .badge-selected {
  position: absolute;
  top: -10px;
  right: -4px;
  background-color: #11C665;
  color: white;
  font-weight: 700;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
@media (max-width: 991.98px) {
  #uptime-plus .uptime-plus-primary-nav .badge-selected {
    font-size: 0.75rem;
    padding: 0.25rem 0.375rem;
  }
}
@media (min-width: 768px) {
  #uptime-plus .uptime-plus-primary-nav .badge-selected {
    right: -10px;
  }
}
#uptime-plus .uptime-plus-primary-nav .badge-selected.active {
  transform: scale(1);
}
#uptime-plus .uptime-plus-primary-nav .title {
  font-size: 0.875rem;
  text-align: left;
  font-weight: 700;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #345574;
}
@media (min-width: 768px) {
  #uptime-plus .uptime-plus-primary-nav .title {
    font-size: 1.25rem;
    text-align: center;
  }
}
#uptime-plus .badge-sc-secondary {
  position: absolute;
  right: -10px;
}
@media (max-width: 767.98px) {
  #uptime-plus .badge-sc-secondary {
    top: 2px;
    right: -8px;
  }
}
#uptime-plus .badge-sc-secondary img {
  max-height: 10px;
  opacity: 0;
  transform: scale(0.01);
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
@media (min-width: 768px) {
  #uptime-plus .badge-sc-secondary img {
    max-height: 16px;
  }
}
#uptime-plus .badge-sc-secondary.selected img {
  opacity: 1;
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
  transform: translateX(0);
}
#uptime-plus .uptime-plus-secondary-nav {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
#uptime-plus .uptime-plus-secondary-nav .nav-link {
  color: #345574;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 4px solid transparent;
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
  font-weight: 700;
  position: relative;
}
#uptime-plus .uptime-plus-secondary-nav .nav-link:focus {
  outline: none;
}
#uptime-plus .uptime-plus-secondary-nav .nav-link:hover {
  border-bottom: 4px solid #E54A6A;
}
#uptime-plus .uptime-plus-secondary-nav .nav-link.active {
  border-bottom: 4px solid #E54A6A;
}
#uptime-plus .uptime-plus-secondary-nav .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: calc(50% - 5px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #FF4532 transparent transparent transparent;
  transform: rotate(0deg);
}
#uptime-plus .card-service {
  padding: 0 15px;
}
#uptime-plus .card-service h3 {
  color: #545454;
  margin-bottom: 0;
}
#uptime-plus .card-service h4 {
  color: #545454;
  font-weight: 400;
}
#uptime-plus #service-content-container {
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(217, 217, 217, 0.5);
}
#uptime-plus #service-content-container-content {
  overflow: scroll;
}
#uptime-plus #service-content {
  min-width: 1110px;
}
@media (min-width: 992px) {
  #uptime-plus #service-content {
    min-width: unset;
  }
}
#uptime-plus .separator {
  height: 5px;
  background-color: #345574;
  margin-left: -16px;
  margin-right: -16px;
}
#uptime-plus #up-clear-all, #uptime-plus .up-pdf {
  color: #D84952;
  font-size: 0.75rem;
  font-weight: 700;
}
#uptime-plus .up-pdf {
  margin-left: 0.5rem;
}
#uptime-plus .up-pdf svg {
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
#uptime-plus .up-pdf:hover {
  text-decoration: none;
}
#uptime-plus .up-pdf:hover svg {
  transform: scale(1.2);
}
#uptime-plus .up-scroll {
  color: #D84952;
}
#uptime-plus .up-scroll span {
  font-size: 0.75rem;
  font-weight: 700;
}
#uptime-plus .up-scroll .btn {
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
  padding: 0.5rem;
}
#uptime-plus .up-scroll .btn:hover {
  transform: scale(1.2);
  box-shadow: unset;
}
#uptime-plus .ico-info {
  height: 16px;
  width: 16px;
}
#uptime-plus input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
#uptime-plus .list-tier {
  padding-top: 1.5rem;
  padding-left: 0;
  list-style: none;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
#uptime-plus .list-tier li {
  margin-bottom: 1rem;
}
#uptime-plus .list-tier-container {
  background-color: #F7F7F7;
  margin-left: -16px;
  margin-right: -16px;
  height: 100%;
}
#uptime-plus .col-tier {
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
  cursor: pointer;
  overflow: hidden;
}
#uptime-plus .col-tier:not(.active) .tier-remove {
  transform: translateY(-32px);
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
#uptime-plus .col-tier.disabled {
  opacity: 0.5;
}
#uptime-plus .col-tier.active {
  background-color: #F7F7F7;
}
#uptime-plus .col-tier.active label {
  background-color: #11C665;
}
#uptime-plus .col-tier.active .selected {
  display: inline;
}
#uptime-plus .col-tier.active .select {
  display: none;
}
#uptime-plus .col-tier:hover {
  box-shadow: 0 0 30px 0 #8A999C;
  z-index: 1;
}
#uptime-plus .col-tier h3 {
  display: flex;
  align-items: center;
}
#uptime-plus .tier-select .selected {
  display: none;
}
#uptime-plus .tier-select .tier-remove {
  position: absolute;
  transform: translateY(0);
  top: 0;
  right: 0;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #345574;
  right: 0;
  right: 4px;
  top: 4px;
  line-height: 1;
  border: 0;
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(1, 0, 0.5, 1.2);
}
#uptime-plus .tier-select .tier-remove img {
  width: 14px;
  height: 14px;
}
#uptime-plus .tier-select .tier-remove:hover {
  transform: scale(1.1);
}
#uptime-plus .tier-select label {
  cursor: pointer;
  border-width: 0;
  background-color: #345574;
  padding: 0.75rem;
  text-align: center;
  width: 100%;
  color: #fff;
}
#uptime-plus .summary {
  box-shadow: 0 0 10px 0 rgba(217, 217, 217, 0.5);
  background-color: white;
}
#uptime-plus .summary h3 {
  margin-bottom: 0;
}
#uptime-plus .summary .services, #uptime-plus .summary .tiers {
  list-style-type: none;
  padding-left: 0;
}
#uptime-plus .summary .tiers h4 {
  display: flex;
  align-items: center;
}
#uptime-plus .summary .services h3 {
  font-weight: 400;
}
#uptime-plus .summary .services > li {
  margin-bottom: 1rem;
}
#uptime-plus .summary-content {
  border-top: 5px solid #345574;
  background-color: #F7F7F7;
}
#uptime-plus .summary .ico-info {
  cursor: pointer;
}
#uptime-plus .tooltip-summary .tooltip-inner {
  text-align: left;
  max-width: 250px;
}
#uptime-plus .tooltip-summary ul {
  list-style-type: none;
  padding-left: 0;
}

.block-spares {
  border: 1px solid #E8E8E8;
  border-radius: 0.375rem;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.block-spares.added {
  border: 1px solid #11C665;
}
.block-spares.added img {
  width: 69px;
  height: 25px;
}
.block-spares-action {
  flex: 0 0 28%;
  background-color: #E9E9E9;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #11C665;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
}
.block-spares-action img {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.block-spares-action > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.block-spares-action > div p {
  margin-top: 0.25rem;
  margin-bottom: 0;
  text-align: center;
}
.block-spares-action .spare-add {
  color: #345574;
}
.block-spares-action:hover img {
  transform: scale(1.25);
}
.block-spares-detail {
  flex: 0 0 72%;
  padding: 0.75rem;
}
.block-spares-detail .part {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.block-spares-detail .desc {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.block-spares-detail .spare {
  font-size: 0.75rem;
  color: #345574;
  font-weight: 700;
}
.block-spares-col {
  display: flex;
  font-size: 0.625rem;
  line-height: 0.75rem;
  min-height: 36px;
  border-top: 1px solid #E8E8E8;
}
.block-spares-col div {
  flex: 0 0 18%;
  justify-content: center;
  padding: 0.25rem;
  border-left: 1px solid #E8E8E8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .block-spares-col div {
    padding: 0.25rem 0.75rem;
  }
}
.block-spares-col div:first-child {
  flex: 0 0 28%;
  justify-content: left;
  border-left: 0;
}

#order-details.disabled {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.5;
}

.form-spares .card-spares {
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.form-spares .card-spares-item {
  display: flex;
  align-items: flex-start;
  padding: 2rem 1.5rem 0 1.5rem;
}
.form-spares .card-spares-item:last-child {
  margin-bottom: 0;
}
.form-spares .card-spares-item-action {
  margin-right: 15px;
  flex: 0 0 30%;
}
@media (min-width: 768px) {
  .form-spares .card-spares-item-action {
    width: 85px;
  }
}
.form-spares .card-spares-item-action input {
  width: 38px;
  height: 38px;
  padding: 0.25rem;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-spares .card-spares-item-action label {
  margin-left: 0.5rem;
}
.form-spares .card-spares-item-action .btn {
  font-size: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #E54A6A;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
}
.form-spares .card-spares-item-desc {
  align-self: center;
}
.form-spares .card-spares-item-desc a {
  text-decoration: underline;
}
.form-spares .card-spares-item:last-child {
  padding-bottom: 2rem;
}

#photo-gallery {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
}

#photo-gallery img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #photo-gallery {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media (max-width: 1000px) {
  #photo-gallery {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 800px) {
  #photo-gallery {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 400px) {
  #photo-gallery {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
#modalImageGallery #photo-gallery {
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 8px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 8px;
}

_:-ms-fullscreen .select2-container .select2-search--inline .select2-search__field, :root .select2-container .select2-search--inline .select2-search__field {
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 12px;
}

.select2-container--default .select2-selection--multiple {
  border-color: #D0D0D0;
  border-radius: 24px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #D0D0D0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: #E8E8E8;
  background-color: white;
  border-radius: 30px;
  color: #343434;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #345574;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  opacity: 0.4;
}

.select2-container .select2-selection--single {
  height: 49px;
}

.select2-container .select2-selection--multiple {
  min-height: 49px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--default .select2-selection--single {
  border-color: #E8E8E8;
  border-radius: 30px;
}
.select2-container--default .select2-selection--single:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  padding-left: 20px;
  padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../images/svgs/ico-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 49px;
  top: 0;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.post-edit-link {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #345574;
  color: white;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 5px;
  z-index: 10;
}
.post-edit-link:hover {
  color: #345574;
  background-color: white;
  border: 1px solid #345574;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-preloader {
  color: white;
}
.mfp-preloader h2 {
  color: white;
}
.mfp-preloader a {
  text-decoration: underline;
}

.cloudimage-360 {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cloudimage-360.resizing {
  opacity: 0.25;
}

.block-swiper, .swiper-container {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s;
}
.block-swiper.swiper-container-initialized, .swiper-container.swiper-container-initialized {
  visibility: visible;
  opacity: 1;
}

.swiper-carousel-block .swiper-button-next, .swiper-carousel-block .swiper-button-prev {
  width: 64px;
  height: 64px;
  background-image: url("../images/svgs/ico-swiper-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.swiper-carousel-block .swiper-button-next:after, .swiper-carousel-block .swiper-button-prev:after {
  content: "";
}
.swiper-carousel-block .swiper-button-next {
  right: 20px;
  transform: rotate(180deg);
}
.swiper-carousel-block .swiper-button-next:hover {
  transform: rotate(180deg) scale(1.25);
}
.swiper-carousel-block .swiper-button-prev {
  left: 20px;
}
.swiper-carousel-block .swiper-button-prev:hover {
  transform: scale(1.25);
}

.swiper-banner .swiper-nav-container {
  position: relative;
  height: var(--swiper-navigation-size);
  display: flex;
  justify-content: center;
}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev, .swiper-banner .swiper-pagination {
  position: relative;
  margin-top: 0;
}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev {
  top: 0;
  left: auto;
  right: auto;
  background-image: url("../images/svgs/ico-swiper-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.swiper-banner .swiper-button-next:after, .swiper-banner .swiper-button-prev:after {
  content: "";
}
.swiper-banner .swiper-button-next {
  transform: rotate(180deg);
}
.swiper-banner .swiper-pagination {
  display: flex;
  align-items: center;
}
.swiper-banner .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.tooltip {
  line-height: 1.25rem;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

#modal-gallery .modal-header {
  max-height: 63px;
}
#modal-gallery .modal-body {
  max-height: calc(100% - 63px);
  height: 100%;
  display: block;
  flex: none;
}
#modal-gallery .modal-body img {
  max-height: 95%;
  max-width: 95%;
  align-self: center;
}
#modal-gallery .swiper-container {
  height: 100%;
  width: 100%;
}
#modal-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal-gallery .swiper-pagination {
  position: relative;
  line-height: 1;
}
#modal-gallery .swiper-pagination-bullets {
  bottom: 12px;
}
#modal-gallery .modal-content .close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23345574'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 10px;
  opacity: 1;
  transition: transform 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  #modal-gallery .modal-content .close {
    transition: none;
  }
}
#modal-gallery .modal-content .close:hover {
  transform: scale(1.2) rotate(90deg);
}

.angle--top-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%)) {
  .angle--top-left::before, .angle--top-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--top-left::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #FAFBFD transparent transparent transparent;
  }
}

.angle--top-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 100%)) {
  .angle--top-right::before, .angle--top-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--top-right::before {
    top: 0;
    border-width: 8vw 0 0 100vw;
    border-color: #FAFBFD transparent transparent transparent;
  }
}

.angle--bottom-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw));
}
@supports not (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw))) {
  .angle--bottom-left::before, .angle--bottom-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--bottom-left::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0;
    border-color: transparent transparent #FAFBFD transparent;
  }
}

.angle--bottom-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%)) {
  .angle--bottom-right::before, .angle--bottom-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--bottom-right::after {
    bottom: 0;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #FAFBFD transparent;
  }
}

.angle--both-left-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 calc(100% - 7vw));
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 calc(100% - 7vw))) {
  .angle--both-left-left::before, .angle--both-left-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--both-left-left::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #FAFBFD transparent transparent transparent;
  }
  .angle--both-left-left::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0;
    border-color: transparent transparent #FAFBFD transparent;
  }
}

.angle--both-right-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% calc(100% - 7vw), 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% calc(100% - 7vw), 0 100%)) {
  .angle--both-right-right::before, .angle--both-right-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--both-right-right::before {
    top: 0;
    border-width: 8vw 0 0 100vw;
    border-color: #FAFBFD transparent transparent transparent;
  }
  .angle--both-right-right::after {
    bottom: 0;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #FAFBFD transparent;
  }
}

.angle--both-left-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%)) {
  .angle--both-left-right::before, .angle--both-left-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--both-left-right::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #FAFBFD transparent transparent transparent;
  }
  .angle--both-left-right::after {
    bottom: 0;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #FAFBFD transparent;
  }
}

.angle--both-right-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 calc(100% - 7vw));
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 calc(100% - 7vw))) {
  .angle--both-right-left::before, .angle--both-right-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--both-right-left::before {
    top: 0;
    border-width: 8vw 0 0 100vw;
    border-color: #FAFBFD transparent transparent transparent;
  }
  .angle--both-right-left::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0;
    border-color: transparent transparent #FAFBFD transparent;
  }
}

.angle--colour {
  background-color: #ECEDF6;
  padding: 8% 0;
}

.angle--colour_inverse {
  background-color: #3D3D3D;
}

.angle--colour-white {
  background-color: white;
}

body.debug:before {
  position: fixed;
  top: 0;
  left: 0;
  padding: 4px 6px 4px 4px;
  border-radius: 0 0 5px 0;
  background: red;
  color: white;
  z-index: 1040;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  body.debug:before {
    content: "xs" !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body.debug:before {
    content: "sm" !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.debug:before {
    content: "md" !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.debug:before {
    content: "lg" !important;
  }
}
@media (min-width: 1200px) {
  body.debug:before {
    content: "xl" !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.debug:before {
    background: purple !important;
  }
}

/*# sourceMappingURL=global.css.map */
