:root {
  --color-first: #000000;
  --color-second: #E20025;
  --color-third: #004489;
  --color-fourth: #FFFFFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Vinci Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: black;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

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

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1500px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  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 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  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;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  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: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

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

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

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

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  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: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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: #000;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 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-color-first {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-color-first:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-color-first:focus, .btn-color-first.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-color-first.disabled, .btn-color-first:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-color-first:not(:disabled):not(.disabled):active, .btn-color-first:not(:disabled):not(.disabled).active,
.show > .btn-color-first.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-color-first:not(:disabled):not(.disabled):active:focus, .btn-color-first:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-first.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-color-second {
  color: #fff;
  background-color: #E20025;
  border-color: #E20025;
}

.btn-color-second:hover {
  color: #fff;
  background-color: #bc001f;
  border-color: #af001d;
}

.btn-color-second:focus, .btn-color-second.focus {
  color: #fff;
  background-color: #bc001f;
  border-color: #af001d;
  box-shadow: 0 0 0 0.2rem rgba(230, 38, 70, 0.5);
}

.btn-color-second.disabled, .btn-color-second:disabled {
  color: #fff;
  background-color: #E20025;
  border-color: #E20025;
}

.btn-color-second:not(:disabled):not(.disabled):active, .btn-color-second:not(:disabled):not(.disabled).active,
.show > .btn-color-second.dropdown-toggle {
  color: #fff;
  background-color: #af001d;
  border-color: #a2001b;
}

.btn-color-second:not(:disabled):not(.disabled):active:focus, .btn-color-second:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-second.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 38, 70, 0.5);
}

.btn-color-third {
  color: #fff;
  background-color: #004489;
  border-color: #004489;
}

.btn-color-third:hover {
  color: #fff;
  background-color: #003163;
  border-color: #002b56;
}

.btn-color-third:focus, .btn-color-third.focus {
  color: #fff;
  background-color: #003163;
  border-color: #002b56;
  box-shadow: 0 0 0 0.2rem rgba(38, 96, 155, 0.5);
}

.btn-color-third.disabled, .btn-color-third:disabled {
  color: #fff;
  background-color: #004489;
  border-color: #004489;
}

.btn-color-third:not(:disabled):not(.disabled):active, .btn-color-third:not(:disabled):not(.disabled).active,
.show > .btn-color-third.dropdown-toggle {
  color: #fff;
  background-color: #002b56;
  border-color: #002449;
}

.btn-color-third:not(:disabled):not(.disabled):active:focus, .btn-color-third:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-third.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 96, 155, 0.5);
}

.btn-color-fourth {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-color-fourth:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-color-fourth:focus, .btn-color-fourth.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-color-fourth.disabled, .btn-color-fourth:disabled {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-color-fourth:not(:disabled):not(.disabled):active, .btn-color-fourth:not(:disabled):not(.disabled).active,
.show > .btn-color-fourth.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-color-fourth:not(:disabled):not(.disabled):active:focus, .btn-color-fourth:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-fourth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-outline-color-first {
  color: #000000;
  border-color: #000000;
}

.btn-outline-color-first:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-color-first:focus, .btn-outline-color-first.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-color-first.disabled, .btn-outline-color-first:disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-color-first:not(:disabled):not(.disabled):active, .btn-outline-color-first:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-first.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-color-first:not(:disabled):not(.disabled):active:focus, .btn-outline-color-first:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-first.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-color-second {
  color: #E20025;
  border-color: #E20025;
}

.btn-outline-color-second:hover {
  color: #fff;
  background-color: #E20025;
  border-color: #E20025;
}

.btn-outline-color-second:focus, .btn-outline-color-second.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 0, 37, 0.5);
}

.btn-outline-color-second.disabled, .btn-outline-color-second:disabled {
  color: #E20025;
  background-color: transparent;
}

.btn-outline-color-second:not(:disabled):not(.disabled):active, .btn-outline-color-second:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-second.dropdown-toggle {
  color: #fff;
  background-color: #E20025;
  border-color: #E20025;
}

.btn-outline-color-second:not(:disabled):not(.disabled):active:focus, .btn-outline-color-second:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-second.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 0, 37, 0.5);
}

.btn-outline-color-third {
  color: #004489;
  border-color: #004489;
}

.btn-outline-color-third:hover {
  color: #fff;
  background-color: #004489;
  border-color: #004489;
}

.btn-outline-color-third:focus, .btn-outline-color-third.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 68, 137, 0.5);
}

.btn-outline-color-third.disabled, .btn-outline-color-third:disabled {
  color: #004489;
  background-color: transparent;
}

.btn-outline-color-third:not(:disabled):not(.disabled):active, .btn-outline-color-third:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-third.dropdown-toggle {
  color: #fff;
  background-color: #004489;
  border-color: #004489;
}

.btn-outline-color-third:not(:disabled):not(.disabled):active:focus, .btn-outline-color-third:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-third.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 68, 137, 0.5);
}

.btn-outline-color-fourth {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-color-fourth:hover {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-color-fourth:focus, .btn-outline-color-fourth.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-color-fourth.disabled, .btn-outline-color-fourth:disabled {
  color: #FFFFFF;
  background-color: transparent;
}

.btn-outline-color-fourth:not(:disabled):not(.disabled):active, .btn-outline-color-fourth:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-fourth.dropdown-toggle {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-color-fourth:not(:disabled):not(.disabled):active:focus, .btn-outline-color-fourth:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-fourth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.btn-link:hover {
  color: black;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.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: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.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: 1500px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      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 > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #404040;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-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: #000;
  background-color: #000;
}

.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, 0, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 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, 0, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #595959;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #595959;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #000;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #595959;
}

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

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
}

.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: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1499.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: 1500px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      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 {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card > .list-group:last-child {
  border-bottom-width: 0;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

.card-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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 8px;
}

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

.card-group > .card {
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

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

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}

.accordion > .card > .card-header {
  margin-bottom: -1px;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-color-first {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

.alert-color-first hr {
  border-top-color: #ababab;
}

.alert-color-first .alert-link {
  color: black;
}

.alert-color-second {
  color: #760013;
  background-color: #f9ccd3;
  border-color: #f7b8c2;
}

.alert-color-second hr {
  border-top-color: #f4a1ae;
}

.alert-color-second .alert-link {
  color: #43000b;
}

.alert-color-third {
  color: #002347;
  background-color: #ccdae7;
  border-color: #b8cbde;
}

.alert-color-third hr {
  border-top-color: #a7bed6;
}

.alert-color-third .alert-link {
  color: #000a14;
}

.alert-color-fourth {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-color-fourth hr {
  border-top-color: #f2f2f2;
}

.alert-color-fourth .alert-link {
  color: #6c6c6c;
}

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

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #000;
  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.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.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 {
  -ms-flex-direction: row;
      flex-direction: row;
}

.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 {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .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 {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .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 {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .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: 1500px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .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 > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-color-first {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-color-first.list-group-item-action:hover, .list-group-item-color-first.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

.list-group-item-color-first.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-color-second {
  color: #760013;
  background-color: #f7b8c2;
}

.list-group-item-color-second.list-group-item-action:hover, .list-group-item-color-second.list-group-item-action:focus {
  color: #760013;
  background-color: #f4a1ae;
}

.list-group-item-color-second.list-group-item-action.active {
  color: #fff;
  background-color: #760013;
  border-color: #760013;
}

.list-group-item-color-third {
  color: #002347;
  background-color: #b8cbde;
}

.list-group-item-color-third.list-group-item-action:hover, .list-group-item-color-third.list-group-item-action:focus {
  color: #002347;
  background-color: #a7bed6;
}

.list-group-item-color-third.list-group-item-action.active {
  color: #fff;
  background-color: #002347;
  border-color: #002347;
}

.list-group-item-color-fourth {
  color: #858585;
  background-color: white;
}

.list-group-item-color-fourth.list-group-item-action:hover, .list-group-item-color-fourth.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-color-fourth.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1500px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Vinci Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

.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-color-first {
  background-color: #000000 !important;
}

a.bg-color-first:hover, a.bg-color-first:focus,
button.bg-color-first:hover,
button.bg-color-first:focus {
  background-color: black !important;
}

.bg-color-second {
  background-color: #E20025 !important;
}

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

.bg-color-third {
  background-color: #004489 !important;
}

a.bg-color-third:hover, a.bg-color-third:focus,
button.bg-color-third:hover,
button.bg-color-third:focus {
  background-color: #002b56 !important;
}

.bg-color-fourth {
  background-color: #FFFFFF !important;
}

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-color-first {
  border-color: #000000 !important;
}

.border-color-second {
  border-color: #E20025 !important;
}

.border-color-third {
  border-color: #004489 !important;
}

.border-color-fourth {
  border-color: #FFFFFF !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1500px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive 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.85714%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1500px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1500px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

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

.fixed-top {
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-false {
  margin: !important;
}

.mt-false,
.my-false {
  margin-top: !important;
}

.mr-false,
.mx-false {
  margin-right: !important;
}

.mb-false,
.my-false {
  margin-bottom: !important;
}

.ml-false,
.mx-false {
  margin-left: !important;
}

.p-false {
  padding: !important;
}

.pt-false,
.py-false {
  padding-top: !important;
}

.pr-false,
.px-false {
  padding-right: !important;
}

.pb-false,
.py-false {
  padding-bottom: !important;
}

.pl-false,
.px-false {
  padding-left: !important;
}

.m-nfalse {
  margin: - !important;
}

.mt-nfalse,
.my-nfalse {
  margin-top: - !important;
}

.mr-nfalse,
.mx-nfalse {
  margin-right: - !important;
}

.mb-nfalse,
.my-nfalse {
  margin-bottom: - !important;
}

.ml-nfalse,
.mx-nfalse {
  margin-left: - !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-false {
    margin: !important;
  }
  .mt-sm-false,
  .my-sm-false {
    margin-top: !important;
  }
  .mr-sm-false,
  .mx-sm-false {
    margin-right: !important;
  }
  .mb-sm-false,
  .my-sm-false {
    margin-bottom: !important;
  }
  .ml-sm-false,
  .mx-sm-false {
    margin-left: !important;
  }
  .p-sm-false {
    padding: !important;
  }
  .pt-sm-false,
  .py-sm-false {
    padding-top: !important;
  }
  .pr-sm-false,
  .px-sm-false {
    padding-right: !important;
  }
  .pb-sm-false,
  .py-sm-false {
    padding-bottom: !important;
  }
  .pl-sm-false,
  .px-sm-false {
    padding-left: !important;
  }
  .m-sm-nfalse {
    margin: - !important;
  }
  .mt-sm-nfalse,
  .my-sm-nfalse {
    margin-top: - !important;
  }
  .mr-sm-nfalse,
  .mx-sm-nfalse {
    margin-right: - !important;
  }
  .mb-sm-nfalse,
  .my-sm-nfalse {
    margin-bottom: - !important;
  }
  .ml-sm-nfalse,
  .mx-sm-nfalse {
    margin-left: - !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-false {
    margin: !important;
  }
  .mt-md-false,
  .my-md-false {
    margin-top: !important;
  }
  .mr-md-false,
  .mx-md-false {
    margin-right: !important;
  }
  .mb-md-false,
  .my-md-false {
    margin-bottom: !important;
  }
  .ml-md-false,
  .mx-md-false {
    margin-left: !important;
  }
  .p-md-false {
    padding: !important;
  }
  .pt-md-false,
  .py-md-false {
    padding-top: !important;
  }
  .pr-md-false,
  .px-md-false {
    padding-right: !important;
  }
  .pb-md-false,
  .py-md-false {
    padding-bottom: !important;
  }
  .pl-md-false,
  .px-md-false {
    padding-left: !important;
  }
  .m-md-nfalse {
    margin: - !important;
  }
  .mt-md-nfalse,
  .my-md-nfalse {
    margin-top: - !important;
  }
  .mr-md-nfalse,
  .mx-md-nfalse {
    margin-right: - !important;
  }
  .mb-md-nfalse,
  .my-md-nfalse {
    margin-bottom: - !important;
  }
  .ml-md-nfalse,
  .mx-md-nfalse {
    margin-left: - !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-false {
    margin: !important;
  }
  .mt-lg-false,
  .my-lg-false {
    margin-top: !important;
  }
  .mr-lg-false,
  .mx-lg-false {
    margin-right: !important;
  }
  .mb-lg-false,
  .my-lg-false {
    margin-bottom: !important;
  }
  .ml-lg-false,
  .mx-lg-false {
    margin-left: !important;
  }
  .p-lg-false {
    padding: !important;
  }
  .pt-lg-false,
  .py-lg-false {
    padding-top: !important;
  }
  .pr-lg-false,
  .px-lg-false {
    padding-right: !important;
  }
  .pb-lg-false,
  .py-lg-false {
    padding-bottom: !important;
  }
  .pl-lg-false,
  .px-lg-false {
    padding-left: !important;
  }
  .m-lg-nfalse {
    margin: - !important;
  }
  .mt-lg-nfalse,
  .my-lg-nfalse {
    margin-top: - !important;
  }
  .mr-lg-nfalse,
  .mx-lg-nfalse {
    margin-right: - !important;
  }
  .mb-lg-nfalse,
  .my-lg-nfalse {
    margin-bottom: - !important;
  }
  .ml-lg-nfalse,
  .mx-lg-nfalse {
    margin-left: - !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: 1500px) {
  .m-xl-false {
    margin: !important;
  }
  .mt-xl-false,
  .my-xl-false {
    margin-top: !important;
  }
  .mr-xl-false,
  .mx-xl-false {
    margin-right: !important;
  }
  .mb-xl-false,
  .my-xl-false {
    margin-bottom: !important;
  }
  .ml-xl-false,
  .mx-xl-false {
    margin-left: !important;
  }
  .p-xl-false {
    padding: !important;
  }
  .pt-xl-false,
  .py-xl-false {
    padding-top: !important;
  }
  .pr-xl-false,
  .px-xl-false {
    padding-right: !important;
  }
  .pb-xl-false,
  .py-xl-false {
    padding-bottom: !important;
  }
  .pl-xl-false,
  .px-xl-false {
    padding-left: !important;
  }
  .m-xl-nfalse {
    margin: - !important;
  }
  .mt-xl-nfalse,
  .my-xl-nfalse {
    margin-top: - !important;
  }
  .mr-xl-nfalse,
  .mx-xl-nfalse {
    margin-right: - !important;
  }
  .mb-xl-nfalse,
  .my-xl-nfalse {
    margin-bottom: - !important;
  }
  .ml-xl-nfalse,
  .mx-xl-nfalse {
    margin-left: - !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: 1500px) {
  .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-color-first {
  color: #000000 !important;
}

a.text-color-first:hover, a.text-color-first:focus {
  color: black !important;
}

.text-color-second {
  color: #E20025 !important;
}

a.text-color-second:hover, a.text-color-second:focus {
  color: #960018 !important;
}

.text-color-third {
  color: #004489 !important;
}

a.text-color-third:hover, a.text-color-third:focus {
  color: #001e3d !important;
}

.text-color-fourth {
  color: #FFFFFF !important;
}

a.text-color-fourth:hover, a.text-color-fourth:focus {
  color: #d9d9d9 !important;
}

.text-body {
  color: #000 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  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: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

html, body {
  height: 100%;
  width: 100%;
}

* {
  outline: none;
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  background-color: #000;
}

hr {
  border-color: #000;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

.site-main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 165px;
}

@media (max-width: 1499.98px) {
  .site-main {
    padding-top: 130px;
  }
}

@media (max-width: 991.98px) {
  .site-main {
    padding-top: 96px;
  }
}

.footer-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-header, .site-main, .site-footer {
  -webkit-animation: fade-in 0.5s 0.8s linear forwards;
          animation: fade-in 0.5s 0.8s linear forwards;
  opacity: 0;
}

.section-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100vw;
}

.section-content .section-content--inner {
  margin-left: auto;
  margin-right: auto;
}

.section-content .section-content--inner:not(.fullwidth) {
  max-width: 1680px;
  padding-left: 30px;
  padding-right: 30px;
}

.site-main .section-content:last-child:not([class*='pb-']):not([class*='mb-']) {
  margin-bottom: 250px;
}

@media (max-width: 1499.98px) {
  .site-main .section-content:last-child:not([class*='pb-']):not([class*='mb-']) {
    margin-bottom: 175px;
  }
}

@media (max-width: 991.98px) {
  .site-main .section-content:last-child:not([class*='pb-']):not([class*='mb-']) {
    margin-bottom: 125px;
  }
}

.site-main > .section-content {
  overflow: hidden;
}

.site-main > .section-content:not([class*='pt-']) {
  padding-top: 250px;
}

@media (max-width: 1499.98px) {
  .site-main > .section-content:not([class*='pt-']) {
    padding-top: 175px;
  }
}

@media (max-width: 991.98px) {
  .site-main > .section-content:not([class*='pt-']) {
    padding-top: 125px;
  }
}

.module {
  position: relative;
}

.module-x .module-inner {
  position: relative;
}

svg {
  overflow: visible;
}

.ml--2 {
  margin-left: -16.66667%;
}

.ml--1 {
  margin-left: -8.33333%;
}

.mt--75 {
  margin-top: -75px;
}

.ml--50 {
  margin-left: 50%;
}

.row.align-self-stretch .row,
.row.align-self-stretch .module,
.row.align-self-stretch .module .module-inner {
  height: 100%;
}

.pl-0 {
  padding-left: 0px;
}

@media (max-width: 1499.98px) {
  .pl-0 {
    padding-left: 0px;
  }
}

@media (max-width: 991.98px) {
  .pl-0 {
    padding-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .pl-0 {
    padding-left: 0px;
  }
}

.pr-0 {
  padding-right: 0px;
}

@media (max-width: 1499.98px) {
  .pr-0 {
    padding-right: 0px;
  }
}

@media (max-width: 991.98px) {
  .pr-0 {
    padding-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .pr-0 {
    padding-right: 0px;
  }
}

.pl-1 {
  padding-left: 1px;
}

@media (max-width: 1499.98px) {
  .pl-1 {
    padding-left: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-1 {
    padding-left: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-1 {
    padding-left: 0.25px;
  }
}

.pr-1 {
  padding-right: 1px;
}

@media (max-width: 1499.98px) {
  .pr-1 {
    padding-right: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-1 {
    padding-right: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-1 {
    padding-right: 0.25px;
  }
}

.pl-2 {
  padding-left: 2px;
}

@media (max-width: 1499.98px) {
  .pl-2 {
    padding-left: 1px;
  }
}

@media (max-width: 991.98px) {
  .pl-2 {
    padding-left: 1px;
  }
}

@media (max-width: 767.98px) {
  .pl-2 {
    padding-left: 0.5px;
  }
}

.pr-2 {
  padding-right: 2px;
}

@media (max-width: 1499.98px) {
  .pr-2 {
    padding-right: 1px;
  }
}

@media (max-width: 991.98px) {
  .pr-2 {
    padding-right: 1px;
  }
}

@media (max-width: 767.98px) {
  .pr-2 {
    padding-right: 0.5px;
  }
}

.pl-3 {
  padding-left: 3px;
}

@media (max-width: 1499.98px) {
  .pl-3 {
    padding-left: 1.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-3 {
    padding-left: 1.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-3 {
    padding-left: 0.75px;
  }
}

.pr-3 {
  padding-right: 3px;
}

@media (max-width: 1499.98px) {
  .pr-3 {
    padding-right: 1.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-3 {
    padding-right: 1.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-3 {
    padding-right: 0.75px;
  }
}

.pl-4 {
  padding-left: 4px;
}

@media (max-width: 1499.98px) {
  .pl-4 {
    padding-left: 2px;
  }
}

@media (max-width: 991.98px) {
  .pl-4 {
    padding-left: 2px;
  }
}

@media (max-width: 767.98px) {
  .pl-4 {
    padding-left: 1px;
  }
}

.pr-4 {
  padding-right: 4px;
}

@media (max-width: 1499.98px) {
  .pr-4 {
    padding-right: 2px;
  }
}

@media (max-width: 991.98px) {
  .pr-4 {
    padding-right: 2px;
  }
}

@media (max-width: 767.98px) {
  .pr-4 {
    padding-right: 1px;
  }
}

.pl-5 {
  padding-left: 5px;
}

@media (max-width: 1499.98px) {
  .pl-5 {
    padding-left: 2.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-5 {
    padding-left: 2.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-5 {
    padding-left: 1.25px;
  }
}

.pr-5 {
  padding-right: 5px;
}

@media (max-width: 1499.98px) {
  .pr-5 {
    padding-right: 2.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-5 {
    padding-right: 2.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-5 {
    padding-right: 1.25px;
  }
}

.pl-6 {
  padding-left: 6px;
}

@media (max-width: 1499.98px) {
  .pl-6 {
    padding-left: 3px;
  }
}

@media (max-width: 991.98px) {
  .pl-6 {
    padding-left: 3px;
  }
}

@media (max-width: 767.98px) {
  .pl-6 {
    padding-left: 1.5px;
  }
}

.pr-6 {
  padding-right: 6px;
}

@media (max-width: 1499.98px) {
  .pr-6 {
    padding-right: 3px;
  }
}

@media (max-width: 991.98px) {
  .pr-6 {
    padding-right: 3px;
  }
}

@media (max-width: 767.98px) {
  .pr-6 {
    padding-right: 1.5px;
  }
}

.pl-7 {
  padding-left: 7px;
}

@media (max-width: 1499.98px) {
  .pl-7 {
    padding-left: 3.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-7 {
    padding-left: 3.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-7 {
    padding-left: 1.75px;
  }
}

.pr-7 {
  padding-right: 7px;
}

@media (max-width: 1499.98px) {
  .pr-7 {
    padding-right: 3.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-7 {
    padding-right: 3.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-7 {
    padding-right: 1.75px;
  }
}

.pl-8 {
  padding-left: 8px;
}

@media (max-width: 1499.98px) {
  .pl-8 {
    padding-left: 4px;
  }
}

@media (max-width: 991.98px) {
  .pl-8 {
    padding-left: 4px;
  }
}

@media (max-width: 767.98px) {
  .pl-8 {
    padding-left: 2px;
  }
}

.pr-8 {
  padding-right: 8px;
}

@media (max-width: 1499.98px) {
  .pr-8 {
    padding-right: 4px;
  }
}

@media (max-width: 991.98px) {
  .pr-8 {
    padding-right: 4px;
  }
}

@media (max-width: 767.98px) {
  .pr-8 {
    padding-right: 2px;
  }
}

.pl-9 {
  padding-left: 9px;
}

@media (max-width: 1499.98px) {
  .pl-9 {
    padding-left: 4.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-9 {
    padding-left: 4.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-9 {
    padding-left: 2.25px;
  }
}

.pr-9 {
  padding-right: 9px;
}

@media (max-width: 1499.98px) {
  .pr-9 {
    padding-right: 4.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-9 {
    padding-right: 4.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-9 {
    padding-right: 2.25px;
  }
}

.pl-10 {
  padding-left: 10px;
}

@media (max-width: 1499.98px) {
  .pl-10 {
    padding-left: 5px;
  }
}

@media (max-width: 991.98px) {
  .pl-10 {
    padding-left: 5px;
  }
}

@media (max-width: 767.98px) {
  .pl-10 {
    padding-left: 2.5px;
  }
}

.pr-10 {
  padding-right: 10px;
}

@media (max-width: 1499.98px) {
  .pr-10 {
    padding-right: 5px;
  }
}

@media (max-width: 991.98px) {
  .pr-10 {
    padding-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .pr-10 {
    padding-right: 2.5px;
  }
}

.pl-15 {
  padding-left: 15px;
}

@media (max-width: 1499.98px) {
  .pl-15 {
    padding-left: 7.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-15 {
    padding-left: 7.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-15 {
    padding-left: 3.75px;
  }
}

.pr-15 {
  padding-right: 15px;
}

@media (max-width: 1499.98px) {
  .pr-15 {
    padding-right: 7.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-15 {
    padding-right: 7.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-15 {
    padding-right: 3.75px;
  }
}

.pl-16 {
  padding-left: 16px;
}

@media (max-width: 1499.98px) {
  .pl-16 {
    padding-left: 8px;
  }
}

@media (max-width: 991.98px) {
  .pl-16 {
    padding-left: 8px;
  }
}

@media (max-width: 767.98px) {
  .pl-16 {
    padding-left: 4px;
  }
}

.pr-16 {
  padding-right: 16px;
}

@media (max-width: 1499.98px) {
  .pr-16 {
    padding-right: 8px;
  }
}

@media (max-width: 991.98px) {
  .pr-16 {
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .pr-16 {
    padding-right: 4px;
  }
}

.pl-20 {
  padding-left: 20px;
}

@media (max-width: 1499.98px) {
  .pl-20 {
    padding-left: 10px;
  }
}

@media (max-width: 991.98px) {
  .pl-20 {
    padding-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .pl-20 {
    padding-left: 5px;
  }
}

.pr-20 {
  padding-right: 20px;
}

@media (max-width: 1499.98px) {
  .pr-20 {
    padding-right: 10px;
  }
}

@media (max-width: 991.98px) {
  .pr-20 {
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .pr-20 {
    padding-right: 5px;
  }
}

.pl-25 {
  padding-left: 25px;
}

@media (max-width: 1499.98px) {
  .pl-25 {
    padding-left: 12.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-25 {
    padding-left: 12.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-25 {
    padding-left: 6.25px;
  }
}

.pr-25 {
  padding-right: 25px;
}

@media (max-width: 1499.98px) {
  .pr-25 {
    padding-right: 12.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-25 {
    padding-right: 12.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-25 {
    padding-right: 6.25px;
  }
}

.pl-30 {
  padding-left: 30px;
}

@media (max-width: 1499.98px) {
  .pl-30 {
    padding-left: 15px;
  }
}

@media (max-width: 991.98px) {
  .pl-30 {
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .pl-30 {
    padding-left: 7.5px;
  }
}

.pr-30 {
  padding-right: 30px;
}

@media (max-width: 1499.98px) {
  .pr-30 {
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .pr-30 {
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .pr-30 {
    padding-right: 7.5px;
  }
}

.pl-35 {
  padding-left: 35px;
}

@media (max-width: 1499.98px) {
  .pl-35 {
    padding-left: 17.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-35 {
    padding-left: 17.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-35 {
    padding-left: 8.75px;
  }
}

.pr-35 {
  padding-right: 35px;
}

@media (max-width: 1499.98px) {
  .pr-35 {
    padding-right: 17.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-35 {
    padding-right: 17.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-35 {
    padding-right: 8.75px;
  }
}

.pl-40 {
  padding-left: 40px;
}

@media (max-width: 1499.98px) {
  .pl-40 {
    padding-left: 20px;
  }
}

@media (max-width: 991.98px) {
  .pl-40 {
    padding-left: 20px;
  }
}

@media (max-width: 767.98px) {
  .pl-40 {
    padding-left: 10px;
  }
}

.pr-40 {
  padding-right: 40px;
}

@media (max-width: 1499.98px) {
  .pr-40 {
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .pr-40 {
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .pr-40 {
    padding-right: 10px;
  }
}

.pl-45 {
  padding-left: 45px;
}

@media (max-width: 1499.98px) {
  .pl-45 {
    padding-left: 22.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-45 {
    padding-left: 22.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-45 {
    padding-left: 11.25px;
  }
}

.pr-45 {
  padding-right: 45px;
}

@media (max-width: 1499.98px) {
  .pr-45 {
    padding-right: 22.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-45 {
    padding-right: 22.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-45 {
    padding-right: 11.25px;
  }
}

.pl-50 {
  padding-left: 50px;
}

@media (max-width: 1499.98px) {
  .pl-50 {
    padding-left: 25px;
  }
}

@media (max-width: 991.98px) {
  .pl-50 {
    padding-left: 25px;
  }
}

@media (max-width: 767.98px) {
  .pl-50 {
    padding-left: 12.5px;
  }
}

.pr-50 {
  padding-right: 50px;
}

@media (max-width: 1499.98px) {
  .pr-50 {
    padding-right: 25px;
  }
}

@media (max-width: 991.98px) {
  .pr-50 {
    padding-right: 25px;
  }
}

@media (max-width: 767.98px) {
  .pr-50 {
    padding-right: 12.5px;
  }
}

.pl-55 {
  padding-left: 55px;
}

@media (max-width: 1499.98px) {
  .pl-55 {
    padding-left: 27.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-55 {
    padding-left: 27.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-55 {
    padding-left: 13.75px;
  }
}

.pr-55 {
  padding-right: 55px;
}

@media (max-width: 1499.98px) {
  .pr-55 {
    padding-right: 27.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-55 {
    padding-right: 27.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-55 {
    padding-right: 13.75px;
  }
}

.pl-60 {
  padding-left: 60px;
}

@media (max-width: 1499.98px) {
  .pl-60 {
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .pl-60 {
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .pl-60 {
    padding-left: 15px;
  }
}

.pr-60 {
  padding-right: 60px;
}

@media (max-width: 1499.98px) {
  .pr-60 {
    padding-right: 30px;
  }
}

@media (max-width: 991.98px) {
  .pr-60 {
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .pr-60 {
    padding-right: 15px;
  }
}

.pl-65 {
  padding-left: 65px;
}

@media (max-width: 1499.98px) {
  .pl-65 {
    padding-left: 32.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-65 {
    padding-left: 32.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-65 {
    padding-left: 16.25px;
  }
}

.pr-65 {
  padding-right: 65px;
}

@media (max-width: 1499.98px) {
  .pr-65 {
    padding-right: 32.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-65 {
    padding-right: 32.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-65 {
    padding-right: 16.25px;
  }
}

.pl-70 {
  padding-left: 70px;
}

@media (max-width: 1499.98px) {
  .pl-70 {
    padding-left: 35px;
  }
}

@media (max-width: 991.98px) {
  .pl-70 {
    padding-left: 35px;
  }
}

@media (max-width: 767.98px) {
  .pl-70 {
    padding-left: 17.5px;
  }
}

.pr-70 {
  padding-right: 70px;
}

@media (max-width: 1499.98px) {
  .pr-70 {
    padding-right: 35px;
  }
}

@media (max-width: 991.98px) {
  .pr-70 {
    padding-right: 35px;
  }
}

@media (max-width: 767.98px) {
  .pr-70 {
    padding-right: 17.5px;
  }
}

.pl-75 {
  padding-left: 75px;
}

@media (max-width: 1499.98px) {
  .pl-75 {
    padding-left: 37.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-75 {
    padding-left: 37.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-75 {
    padding-left: 18.75px;
  }
}

.pr-75 {
  padding-right: 75px;
}

@media (max-width: 1499.98px) {
  .pr-75 {
    padding-right: 37.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-75 {
    padding-right: 37.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-75 {
    padding-right: 18.75px;
  }
}

.pl-80 {
  padding-left: 80px;
}

@media (max-width: 1499.98px) {
  .pl-80 {
    padding-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .pl-80 {
    padding-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .pl-80 {
    padding-left: 20px;
  }
}

.pr-80 {
  padding-right: 80px;
}

@media (max-width: 1499.98px) {
  .pr-80 {
    padding-right: 40px;
  }
}

@media (max-width: 991.98px) {
  .pr-80 {
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {
  .pr-80 {
    padding-right: 20px;
  }
}

.pl-85 {
  padding-left: 85px;
}

@media (max-width: 1499.98px) {
  .pl-85 {
    padding-left: 42.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-85 {
    padding-left: 42.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-85 {
    padding-left: 21.25px;
  }
}

.pr-85 {
  padding-right: 85px;
}

@media (max-width: 1499.98px) {
  .pr-85 {
    padding-right: 42.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-85 {
    padding-right: 42.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-85 {
    padding-right: 21.25px;
  }
}

.pl-90 {
  padding-left: 90px;
}

@media (max-width: 1499.98px) {
  .pl-90 {
    padding-left: 45px;
  }
}

@media (max-width: 991.98px) {
  .pl-90 {
    padding-left: 45px;
  }
}

@media (max-width: 767.98px) {
  .pl-90 {
    padding-left: 22.5px;
  }
}

.pr-90 {
  padding-right: 90px;
}

@media (max-width: 1499.98px) {
  .pr-90 {
    padding-right: 45px;
  }
}

@media (max-width: 991.98px) {
  .pr-90 {
    padding-right: 45px;
  }
}

@media (max-width: 767.98px) {
  .pr-90 {
    padding-right: 22.5px;
  }
}

.pl-95 {
  padding-left: 95px;
}

@media (max-width: 1499.98px) {
  .pl-95 {
    padding-left: 47.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-95 {
    padding-left: 47.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-95 {
    padding-left: 23.75px;
  }
}

.pr-95 {
  padding-right: 95px;
}

@media (max-width: 1499.98px) {
  .pr-95 {
    padding-right: 47.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-95 {
    padding-right: 47.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-95 {
    padding-right: 23.75px;
  }
}

.pl-100 {
  padding-left: 100px;
}

@media (max-width: 1499.98px) {
  .pl-100 {
    padding-left: 50px;
  }
}

@media (max-width: 991.98px) {
  .pl-100 {
    padding-left: 50px;
  }
}

@media (max-width: 767.98px) {
  .pl-100 {
    padding-left: 25px;
  }
}

.pr-100 {
  padding-right: 100px;
}

@media (max-width: 1499.98px) {
  .pr-100 {
    padding-right: 50px;
  }
}

@media (max-width: 991.98px) {
  .pr-100 {
    padding-right: 50px;
  }
}

@media (max-width: 767.98px) {
  .pr-100 {
    padding-right: 25px;
  }
}

.pl-105 {
  padding-left: 105px;
}

@media (max-width: 1499.98px) {
  .pl-105 {
    padding-left: 52.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-105 {
    padding-left: 52.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-105 {
    padding-left: 26.25px;
  }
}

.pr-105 {
  padding-right: 105px;
}

@media (max-width: 1499.98px) {
  .pr-105 {
    padding-right: 52.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-105 {
    padding-right: 52.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-105 {
    padding-right: 26.25px;
  }
}

.pl-110 {
  padding-left: 110px;
}

@media (max-width: 1499.98px) {
  .pl-110 {
    padding-left: 55px;
  }
}

@media (max-width: 991.98px) {
  .pl-110 {
    padding-left: 55px;
  }
}

@media (max-width: 767.98px) {
  .pl-110 {
    padding-left: 27.5px;
  }
}

.pr-110 {
  padding-right: 110px;
}

@media (max-width: 1499.98px) {
  .pr-110 {
    padding-right: 55px;
  }
}

@media (max-width: 991.98px) {
  .pr-110 {
    padding-right: 55px;
  }
}

@media (max-width: 767.98px) {
  .pr-110 {
    padding-right: 27.5px;
  }
}

.pl-115 {
  padding-left: 115px;
}

@media (max-width: 1499.98px) {
  .pl-115 {
    padding-left: 57.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-115 {
    padding-left: 57.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-115 {
    padding-left: 28.75px;
  }
}

.pr-115 {
  padding-right: 115px;
}

@media (max-width: 1499.98px) {
  .pr-115 {
    padding-right: 57.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-115 {
    padding-right: 57.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-115 {
    padding-right: 28.75px;
  }
}

.pl-120 {
  padding-left: 120px;
}

@media (max-width: 1499.98px) {
  .pl-120 {
    padding-left: 60px;
  }
}

@media (max-width: 991.98px) {
  .pl-120 {
    padding-left: 60px;
  }
}

@media (max-width: 767.98px) {
  .pl-120 {
    padding-left: 30px;
  }
}

.pr-120 {
  padding-right: 120px;
}

@media (max-width: 1499.98px) {
  .pr-120 {
    padding-right: 60px;
  }
}

@media (max-width: 991.98px) {
  .pr-120 {
    padding-right: 60px;
  }
}

@media (max-width: 767.98px) {
  .pr-120 {
    padding-right: 30px;
  }
}

.pl-125 {
  padding-left: 125px;
}

@media (max-width: 1499.98px) {
  .pl-125 {
    padding-left: 62.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-125 {
    padding-left: 62.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-125 {
    padding-left: 31.25px;
  }
}

.pr-125 {
  padding-right: 125px;
}

@media (max-width: 1499.98px) {
  .pr-125 {
    padding-right: 62.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-125 {
    padding-right: 62.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-125 {
    padding-right: 31.25px;
  }
}

.pl-130 {
  padding-left: 130px;
}

@media (max-width: 1499.98px) {
  .pl-130 {
    padding-left: 65px;
  }
}

@media (max-width: 991.98px) {
  .pl-130 {
    padding-left: 65px;
  }
}

@media (max-width: 767.98px) {
  .pl-130 {
    padding-left: 32.5px;
  }
}

.pr-130 {
  padding-right: 130px;
}

@media (max-width: 1499.98px) {
  .pr-130 {
    padding-right: 65px;
  }
}

@media (max-width: 991.98px) {
  .pr-130 {
    padding-right: 65px;
  }
}

@media (max-width: 767.98px) {
  .pr-130 {
    padding-right: 32.5px;
  }
}

.pl-135 {
  padding-left: 135px;
}

@media (max-width: 1499.98px) {
  .pl-135 {
    padding-left: 67.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-135 {
    padding-left: 67.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-135 {
    padding-left: 33.75px;
  }
}

.pr-135 {
  padding-right: 135px;
}

@media (max-width: 1499.98px) {
  .pr-135 {
    padding-right: 67.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-135 {
    padding-right: 67.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-135 {
    padding-right: 33.75px;
  }
}

.pl-140 {
  padding-left: 140px;
}

@media (max-width: 1499.98px) {
  .pl-140 {
    padding-left: 70px;
  }
}

@media (max-width: 991.98px) {
  .pl-140 {
    padding-left: 70px;
  }
}

@media (max-width: 767.98px) {
  .pl-140 {
    padding-left: 35px;
  }
}

.pr-140 {
  padding-right: 140px;
}

@media (max-width: 1499.98px) {
  .pr-140 {
    padding-right: 70px;
  }
}

@media (max-width: 991.98px) {
  .pr-140 {
    padding-right: 70px;
  }
}

@media (max-width: 767.98px) {
  .pr-140 {
    padding-right: 35px;
  }
}

.pl-145 {
  padding-left: 145px;
}

@media (max-width: 1499.98px) {
  .pl-145 {
    padding-left: 72.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-145 {
    padding-left: 72.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-145 {
    padding-left: 36.25px;
  }
}

.pr-145 {
  padding-right: 145px;
}

@media (max-width: 1499.98px) {
  .pr-145 {
    padding-right: 72.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-145 {
    padding-right: 72.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-145 {
    padding-right: 36.25px;
  }
}

.pl-150 {
  padding-left: 150px;
}

@media (max-width: 1499.98px) {
  .pl-150 {
    padding-left: 75px;
  }
}

@media (max-width: 991.98px) {
  .pl-150 {
    padding-left: 75px;
  }
}

@media (max-width: 767.98px) {
  .pl-150 {
    padding-left: 37.5px;
  }
}

.pr-150 {
  padding-right: 150px;
}

@media (max-width: 1499.98px) {
  .pr-150 {
    padding-right: 75px;
  }
}

@media (max-width: 991.98px) {
  .pr-150 {
    padding-right: 75px;
  }
}

@media (max-width: 767.98px) {
  .pr-150 {
    padding-right: 37.5px;
  }
}

.pl-155 {
  padding-left: 155px;
}

@media (max-width: 1499.98px) {
  .pl-155 {
    padding-left: 77.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-155 {
    padding-left: 77.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-155 {
    padding-left: 38.75px;
  }
}

.pr-155 {
  padding-right: 155px;
}

@media (max-width: 1499.98px) {
  .pr-155 {
    padding-right: 77.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-155 {
    padding-right: 77.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-155 {
    padding-right: 38.75px;
  }
}

.pl-160 {
  padding-left: 160px;
}

@media (max-width: 1499.98px) {
  .pl-160 {
    padding-left: 80px;
  }
}

@media (max-width: 991.98px) {
  .pl-160 {
    padding-left: 80px;
  }
}

@media (max-width: 767.98px) {
  .pl-160 {
    padding-left: 40px;
  }
}

.pr-160 {
  padding-right: 160px;
}

@media (max-width: 1499.98px) {
  .pr-160 {
    padding-right: 80px;
  }
}

@media (max-width: 991.98px) {
  .pr-160 {
    padding-right: 80px;
  }
}

@media (max-width: 767.98px) {
  .pr-160 {
    padding-right: 40px;
  }
}

.pl-165 {
  padding-left: 165px;
}

@media (max-width: 1499.98px) {
  .pl-165 {
    padding-left: 82.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-165 {
    padding-left: 82.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-165 {
    padding-left: 41.25px;
  }
}

.pr-165 {
  padding-right: 165px;
}

@media (max-width: 1499.98px) {
  .pr-165 {
    padding-right: 82.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-165 {
    padding-right: 82.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-165 {
    padding-right: 41.25px;
  }
}

.pl-170 {
  padding-left: 170px;
}

@media (max-width: 1499.98px) {
  .pl-170 {
    padding-left: 85px;
  }
}

@media (max-width: 991.98px) {
  .pl-170 {
    padding-left: 85px;
  }
}

@media (max-width: 767.98px) {
  .pl-170 {
    padding-left: 42.5px;
  }
}

.pr-170 {
  padding-right: 170px;
}

@media (max-width: 1499.98px) {
  .pr-170 {
    padding-right: 85px;
  }
}

@media (max-width: 991.98px) {
  .pr-170 {
    padding-right: 85px;
  }
}

@media (max-width: 767.98px) {
  .pr-170 {
    padding-right: 42.5px;
  }
}

.pl-175 {
  padding-left: 175px;
}

@media (max-width: 1499.98px) {
  .pl-175 {
    padding-left: 87.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-175 {
    padding-left: 87.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-175 {
    padding-left: 43.75px;
  }
}

.pr-175 {
  padding-right: 175px;
}

@media (max-width: 1499.98px) {
  .pr-175 {
    padding-right: 87.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-175 {
    padding-right: 87.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-175 {
    padding-right: 43.75px;
  }
}

.pl-180 {
  padding-left: 180px;
}

@media (max-width: 1499.98px) {
  .pl-180 {
    padding-left: 90px;
  }
}

@media (max-width: 991.98px) {
  .pl-180 {
    padding-left: 90px;
  }
}

@media (max-width: 767.98px) {
  .pl-180 {
    padding-left: 45px;
  }
}

.pr-180 {
  padding-right: 180px;
}

@media (max-width: 1499.98px) {
  .pr-180 {
    padding-right: 90px;
  }
}

@media (max-width: 991.98px) {
  .pr-180 {
    padding-right: 90px;
  }
}

@media (max-width: 767.98px) {
  .pr-180 {
    padding-right: 45px;
  }
}

.pl-185 {
  padding-left: 185px;
}

@media (max-width: 1499.98px) {
  .pl-185 {
    padding-left: 92.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-185 {
    padding-left: 92.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-185 {
    padding-left: 46.25px;
  }
}

.pr-185 {
  padding-right: 185px;
}

@media (max-width: 1499.98px) {
  .pr-185 {
    padding-right: 92.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-185 {
    padding-right: 92.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-185 {
    padding-right: 46.25px;
  }
}

.pl-190 {
  padding-left: 190px;
}

@media (max-width: 1499.98px) {
  .pl-190 {
    padding-left: 95px;
  }
}

@media (max-width: 991.98px) {
  .pl-190 {
    padding-left: 95px;
  }
}

@media (max-width: 767.98px) {
  .pl-190 {
    padding-left: 47.5px;
  }
}

.pr-190 {
  padding-right: 190px;
}

@media (max-width: 1499.98px) {
  .pr-190 {
    padding-right: 95px;
  }
}

@media (max-width: 991.98px) {
  .pr-190 {
    padding-right: 95px;
  }
}

@media (max-width: 767.98px) {
  .pr-190 {
    padding-right: 47.5px;
  }
}

.pl-195 {
  padding-left: 195px;
}

@media (max-width: 1499.98px) {
  .pl-195 {
    padding-left: 97.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-195 {
    padding-left: 97.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-195 {
    padding-left: 48.75px;
  }
}

.pr-195 {
  padding-right: 195px;
}

@media (max-width: 1499.98px) {
  .pr-195 {
    padding-right: 97.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-195 {
    padding-right: 97.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-195 {
    padding-right: 48.75px;
  }
}

.pl-200 {
  padding-left: 200px;
}

@media (max-width: 1499.98px) {
  .pl-200 {
    padding-left: 100px;
  }
}

@media (max-width: 991.98px) {
  .pl-200 {
    padding-left: 100px;
  }
}

@media (max-width: 767.98px) {
  .pl-200 {
    padding-left: 50px;
  }
}

.pr-200 {
  padding-right: 200px;
}

@media (max-width: 1499.98px) {
  .pr-200 {
    padding-right: 100px;
  }
}

@media (max-width: 991.98px) {
  .pr-200 {
    padding-right: 100px;
  }
}

@media (max-width: 767.98px) {
  .pr-200 {
    padding-right: 50px;
  }
}

.pl-205 {
  padding-left: 205px;
}

@media (max-width: 1499.98px) {
  .pl-205 {
    padding-left: 102.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-205 {
    padding-left: 102.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-205 {
    padding-left: 51.25px;
  }
}

.pr-205 {
  padding-right: 205px;
}

@media (max-width: 1499.98px) {
  .pr-205 {
    padding-right: 102.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-205 {
    padding-right: 102.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-205 {
    padding-right: 51.25px;
  }
}

.pl-210 {
  padding-left: 210px;
}

@media (max-width: 1499.98px) {
  .pl-210 {
    padding-left: 105px;
  }
}

@media (max-width: 991.98px) {
  .pl-210 {
    padding-left: 105px;
  }
}

@media (max-width: 767.98px) {
  .pl-210 {
    padding-left: 52.5px;
  }
}

.pr-210 {
  padding-right: 210px;
}

@media (max-width: 1499.98px) {
  .pr-210 {
    padding-right: 105px;
  }
}

@media (max-width: 991.98px) {
  .pr-210 {
    padding-right: 105px;
  }
}

@media (max-width: 767.98px) {
  .pr-210 {
    padding-right: 52.5px;
  }
}

.pl-220 {
  padding-left: 220px;
}

@media (max-width: 1499.98px) {
  .pl-220 {
    padding-left: 110px;
  }
}

@media (max-width: 991.98px) {
  .pl-220 {
    padding-left: 110px;
  }
}

@media (max-width: 767.98px) {
  .pl-220 {
    padding-left: 55px;
  }
}

.pr-220 {
  padding-right: 220px;
}

@media (max-width: 1499.98px) {
  .pr-220 {
    padding-right: 110px;
  }
}

@media (max-width: 991.98px) {
  .pr-220 {
    padding-right: 110px;
  }
}

@media (max-width: 767.98px) {
  .pr-220 {
    padding-right: 55px;
  }
}

.pl-230 {
  padding-left: 230px;
}

@media (max-width: 1499.98px) {
  .pl-230 {
    padding-left: 115px;
  }
}

@media (max-width: 991.98px) {
  .pl-230 {
    padding-left: 115px;
  }
}

@media (max-width: 767.98px) {
  .pl-230 {
    padding-left: 57.5px;
  }
}

.pr-230 {
  padding-right: 230px;
}

@media (max-width: 1499.98px) {
  .pr-230 {
    padding-right: 115px;
  }
}

@media (max-width: 991.98px) {
  .pr-230 {
    padding-right: 115px;
  }
}

@media (max-width: 767.98px) {
  .pr-230 {
    padding-right: 57.5px;
  }
}

.pl-240 {
  padding-left: 240px;
}

@media (max-width: 1499.98px) {
  .pl-240 {
    padding-left: 120px;
  }
}

@media (max-width: 991.98px) {
  .pl-240 {
    padding-left: 120px;
  }
}

@media (max-width: 767.98px) {
  .pl-240 {
    padding-left: 60px;
  }
}

.pr-240 {
  padding-right: 240px;
}

@media (max-width: 1499.98px) {
  .pr-240 {
    padding-right: 120px;
  }
}

@media (max-width: 991.98px) {
  .pr-240 {
    padding-right: 120px;
  }
}

@media (max-width: 767.98px) {
  .pr-240 {
    padding-right: 60px;
  }
}

.pl-250 {
  padding-left: 250px;
}

@media (max-width: 1499.98px) {
  .pl-250 {
    padding-left: 125px;
  }
}

@media (max-width: 991.98px) {
  .pl-250 {
    padding-left: 125px;
  }
}

@media (max-width: 767.98px) {
  .pl-250 {
    padding-left: 62.5px;
  }
}

.pr-250 {
  padding-right: 250px;
}

@media (max-width: 1499.98px) {
  .pr-250 {
    padding-right: 125px;
  }
}

@media (max-width: 991.98px) {
  .pr-250 {
    padding-right: 125px;
  }
}

@media (max-width: 767.98px) {
  .pr-250 {
    padding-right: 62.5px;
  }
}

.pl-300 {
  padding-left: 300px;
}

@media (max-width: 1499.98px) {
  .pl-300 {
    padding-left: 150px;
  }
}

@media (max-width: 991.98px) {
  .pl-300 {
    padding-left: 150px;
  }
}

@media (max-width: 767.98px) {
  .pl-300 {
    padding-left: 75px;
  }
}

.pr-300 {
  padding-right: 300px;
}

@media (max-width: 1499.98px) {
  .pr-300 {
    padding-right: 150px;
  }
}

@media (max-width: 991.98px) {
  .pr-300 {
    padding-right: 150px;
  }
}

@media (max-width: 767.98px) {
  .pr-300 {
    padding-right: 75px;
  }
}

.pl-350 {
  padding-left: 350px;
}

@media (max-width: 1499.98px) {
  .pl-350 {
    padding-left: 175px;
  }
}

@media (max-width: 991.98px) {
  .pl-350 {
    padding-left: 175px;
  }
}

@media (max-width: 767.98px) {
  .pl-350 {
    padding-left: 87.5px;
  }
}

.pr-350 {
  padding-right: 350px;
}

@media (max-width: 1499.98px) {
  .pr-350 {
    padding-right: 175px;
  }
}

@media (max-width: 991.98px) {
  .pr-350 {
    padding-right: 175px;
  }
}

@media (max-width: 767.98px) {
  .pr-350 {
    padding-right: 87.5px;
  }
}

.pl-400 {
  padding-left: 400px;
}

@media (max-width: 1499.98px) {
  .pl-400 {
    padding-left: 200px;
  }
}

@media (max-width: 991.98px) {
  .pl-400 {
    padding-left: 200px;
  }
}

@media (max-width: 767.98px) {
  .pl-400 {
    padding-left: 100px;
  }
}

.pr-400 {
  padding-right: 400px;
}

@media (max-width: 1499.98px) {
  .pr-400 {
    padding-right: 200px;
  }
}

@media (max-width: 991.98px) {
  .pr-400 {
    padding-right: 200px;
  }
}

@media (max-width: 767.98px) {
  .pr-400 {
    padding-right: 100px;
  }
}

.pl-450 {
  padding-left: 450px;
}

@media (max-width: 1499.98px) {
  .pl-450 {
    padding-left: 225px;
  }
}

@media (max-width: 991.98px) {
  .pl-450 {
    padding-left: 225px;
  }
}

@media (max-width: 767.98px) {
  .pl-450 {
    padding-left: 112.5px;
  }
}

.pr-450 {
  padding-right: 450px;
}

@media (max-width: 1499.98px) {
  .pr-450 {
    padding-right: 225px;
  }
}

@media (max-width: 991.98px) {
  .pr-450 {
    padding-right: 225px;
  }
}

@media (max-width: 767.98px) {
  .pr-450 {
    padding-right: 112.5px;
  }
}

.pl-500 {
  padding-left: 500px;
}

@media (max-width: 1499.98px) {
  .pl-500 {
    padding-left: 250px;
  }
}

@media (max-width: 991.98px) {
  .pl-500 {
    padding-left: 250px;
  }
}

@media (max-width: 767.98px) {
  .pl-500 {
    padding-left: 125px;
  }
}

.pr-500 {
  padding-right: 500px;
}

@media (max-width: 1499.98px) {
  .pr-500 {
    padding-right: 250px;
  }
}

@media (max-width: 991.98px) {
  .pr-500 {
    padding-right: 250px;
  }
}

@media (max-width: 767.98px) {
  .pr-500 {
    padding-right: 125px;
  }
}

.pl-550 {
  padding-left: 550px;
}

@media (max-width: 1499.98px) {
  .pl-550 {
    padding-left: 275px;
  }
}

@media (max-width: 991.98px) {
  .pl-550 {
    padding-left: 275px;
  }
}

@media (max-width: 767.98px) {
  .pl-550 {
    padding-left: 137.5px;
  }
}

.pr-550 {
  padding-right: 550px;
}

@media (max-width: 1499.98px) {
  .pr-550 {
    padding-right: 275px;
  }
}

@media (max-width: 991.98px) {
  .pr-550 {
    padding-right: 275px;
  }
}

@media (max-width: 767.98px) {
  .pr-550 {
    padding-right: 137.5px;
  }
}

.pl-600 {
  padding-left: 600px;
}

@media (max-width: 1499.98px) {
  .pl-600 {
    padding-left: 300px;
  }
}

@media (max-width: 991.98px) {
  .pl-600 {
    padding-left: 300px;
  }
}

@media (max-width: 767.98px) {
  .pl-600 {
    padding-left: 150px;
  }
}

.pr-600 {
  padding-right: 600px;
}

@media (max-width: 1499.98px) {
  .pr-600 {
    padding-right: 300px;
  }
}

@media (max-width: 991.98px) {
  .pr-600 {
    padding-right: 300px;
  }
}

@media (max-width: 767.98px) {
  .pr-600 {
    padding-right: 150px;
  }
}

.pl-650 {
  padding-left: 650px;
}

@media (max-width: 1499.98px) {
  .pl-650 {
    padding-left: 325px;
  }
}

@media (max-width: 991.98px) {
  .pl-650 {
    padding-left: 325px;
  }
}

@media (max-width: 767.98px) {
  .pl-650 {
    padding-left: 162.5px;
  }
}

.pr-650 {
  padding-right: 650px;
}

@media (max-width: 1499.98px) {
  .pr-650 {
    padding-right: 325px;
  }
}

@media (max-width: 991.98px) {
  .pr-650 {
    padding-right: 325px;
  }
}

@media (max-width: 767.98px) {
  .pr-650 {
    padding-right: 162.5px;
  }
}

.pl-700 {
  padding-left: 700px;
}

@media (max-width: 1499.98px) {
  .pl-700 {
    padding-left: 350px;
  }
}

@media (max-width: 991.98px) {
  .pl-700 {
    padding-left: 350px;
  }
}

@media (max-width: 767.98px) {
  .pl-700 {
    padding-left: 175px;
  }
}

.pr-700 {
  padding-right: 700px;
}

@media (max-width: 1499.98px) {
  .pr-700 {
    padding-right: 350px;
  }
}

@media (max-width: 991.98px) {
  .pr-700 {
    padding-right: 350px;
  }
}

@media (max-width: 767.98px) {
  .pr-700 {
    padding-right: 175px;
  }
}

.pl-750 {
  padding-left: 750px;
}

@media (max-width: 1499.98px) {
  .pl-750 {
    padding-left: 375px;
  }
}

@media (max-width: 991.98px) {
  .pl-750 {
    padding-left: 375px;
  }
}

@media (max-width: 767.98px) {
  .pl-750 {
    padding-left: 187.5px;
  }
}

.pr-750 {
  padding-right: 750px;
}

@media (max-width: 1499.98px) {
  .pr-750 {
    padding-right: 375px;
  }
}

@media (max-width: 991.98px) {
  .pr-750 {
    padding-right: 375px;
  }
}

@media (max-width: 767.98px) {
  .pr-750 {
    padding-right: 187.5px;
  }
}

.pl-800 {
  padding-left: 800px;
}

@media (max-width: 1499.98px) {
  .pl-800 {
    padding-left: 400px;
  }
}

@media (max-width: 991.98px) {
  .pl-800 {
    padding-left: 400px;
  }
}

@media (max-width: 767.98px) {
  .pl-800 {
    padding-left: 200px;
  }
}

.pr-800 {
  padding-right: 800px;
}

@media (max-width: 1499.98px) {
  .pr-800 {
    padding-right: 400px;
  }
}

@media (max-width: 991.98px) {
  .pr-800 {
    padding-right: 400px;
  }
}

@media (max-width: 767.98px) {
  .pr-800 {
    padding-right: 200px;
  }
}

.pl-850 {
  padding-left: 850px;
}

@media (max-width: 1499.98px) {
  .pl-850 {
    padding-left: 425px;
  }
}

@media (max-width: 991.98px) {
  .pl-850 {
    padding-left: 425px;
  }
}

@media (max-width: 767.98px) {
  .pl-850 {
    padding-left: 212.5px;
  }
}

.pr-850 {
  padding-right: 850px;
}

@media (max-width: 1499.98px) {
  .pr-850 {
    padding-right: 425px;
  }
}

@media (max-width: 991.98px) {
  .pr-850 {
    padding-right: 425px;
  }
}

@media (max-width: 767.98px) {
  .pr-850 {
    padding-right: 212.5px;
  }
}

.pl-900 {
  padding-left: 900px;
}

@media (max-width: 1499.98px) {
  .pl-900 {
    padding-left: 450px;
  }
}

@media (max-width: 991.98px) {
  .pl-900 {
    padding-left: 450px;
  }
}

@media (max-width: 767.98px) {
  .pl-900 {
    padding-left: 225px;
  }
}

.pr-900 {
  padding-right: 900px;
}

@media (max-width: 1499.98px) {
  .pr-900 {
    padding-right: 450px;
  }
}

@media (max-width: 991.98px) {
  .pr-900 {
    padding-right: 450px;
  }
}

@media (max-width: 767.98px) {
  .pr-900 {
    padding-right: 225px;
  }
}

.pl-950 {
  padding-left: 950px;
}

@media (max-width: 1499.98px) {
  .pl-950 {
    padding-left: 475px;
  }
}

@media (max-width: 991.98px) {
  .pl-950 {
    padding-left: 475px;
  }
}

@media (max-width: 767.98px) {
  .pl-950 {
    padding-left: 237.5px;
  }
}

.pr-950 {
  padding-right: 950px;
}

@media (max-width: 1499.98px) {
  .pr-950 {
    padding-right: 475px;
  }
}

@media (max-width: 991.98px) {
  .pr-950 {
    padding-right: 475px;
  }
}

@media (max-width: 767.98px) {
  .pr-950 {
    padding-right: 237.5px;
  }
}

.pl-1000 {
  padding-left: 1000px;
}

@media (max-width: 1499.98px) {
  .pl-1000 {
    padding-left: 500px;
  }
}

@media (max-width: 991.98px) {
  .pl-1000 {
    padding-left: 500px;
  }
}

@media (max-width: 767.98px) {
  .pl-1000 {
    padding-left: 250px;
  }
}

.pr-1000 {
  padding-right: 1000px;
}

@media (max-width: 1499.98px) {
  .pr-1000 {
    padding-right: 500px;
  }
}

@media (max-width: 991.98px) {
  .pr-1000 {
    padding-right: 500px;
  }
}

@media (max-width: 767.98px) {
  .pr-1000 {
    padding-right: 250px;
  }
}

.pt-0 {
  padding-top: 0px;
}

@media (max-width: 1499.98px) {
  .pt-0 {
    padding-top: 0px;
  }
}

@media (max-width: 991.98px) {
  .pt-0 {
    padding-top: 0px;
  }
}

.mt-0 {
  margin-top: 0px;
}

@media (max-width: 1499.98px) {
  .mt-0 {
    margin-top: 0px;
  }
}

@media (max-width: 991.98px) {
  .mt-0 {
    margin-top: 0px;
  }
}

.pb-0 {
  padding-bottom: 0px;
}

@media (max-width: 1499.98px) {
  .pb-0 {
    padding-bottom: 0px;
  }
}

@media (max-width: 991.98px) {
  .pb-0 {
    padding-bottom: 0px;
  }
}

.mb-0 {
  margin-bottom: 0px;
}

@media (max-width: 1499.98px) {
  .mb-0 {
    margin-bottom: 0px;
  }
}

@media (max-width: 991.98px) {
  .mb-0 {
    margin-bottom: 0px;
  }
}

.pt-1 {
  padding-top: 1px;
}

@media (max-width: 1499.98px) {
  .pt-1 {
    padding-top: 0.7px;
  }
}

@media (max-width: 991.98px) {
  .pt-1 {
    padding-top: 0.5px;
  }
}

.mt-1 {
  margin-top: 1px;
}

@media (max-width: 1499.98px) {
  .mt-1 {
    margin-top: 0.7px;
  }
}

@media (max-width: 991.98px) {
  .mt-1 {
    margin-top: 0.5px;
  }
}

.pb-1 {
  padding-bottom: 1px;
}

@media (max-width: 1499.98px) {
  .pb-1 {
    padding-bottom: 0.7px;
  }
}

@media (max-width: 991.98px) {
  .pb-1 {
    padding-bottom: 0.5px;
  }
}

.mb-1 {
  margin-bottom: 1px;
}

@media (max-width: 1499.98px) {
  .mb-1 {
    margin-bottom: 0.7px;
  }
}

@media (max-width: 991.98px) {
  .mb-1 {
    margin-bottom: 0.5px;
  }
}

.pt-2 {
  padding-top: 2px;
}

@media (max-width: 1499.98px) {
  .pt-2 {
    padding-top: 1.4px;
  }
}

@media (max-width: 991.98px) {
  .pt-2 {
    padding-top: 1px;
  }
}

.mt-2 {
  margin-top: 2px;
}

@media (max-width: 1499.98px) {
  .mt-2 {
    margin-top: 1.4px;
  }
}

@media (max-width: 991.98px) {
  .mt-2 {
    margin-top: 1px;
  }
}

.pb-2 {
  padding-bottom: 2px;
}

@media (max-width: 1499.98px) {
  .pb-2 {
    padding-bottom: 1.4px;
  }
}

@media (max-width: 991.98px) {
  .pb-2 {
    padding-bottom: 1px;
  }
}

.mb-2 {
  margin-bottom: 2px;
}

@media (max-width: 1499.98px) {
  .mb-2 {
    margin-bottom: 1.4px;
  }
}

@media (max-width: 991.98px) {
  .mb-2 {
    margin-bottom: 1px;
  }
}

.pt-3 {
  padding-top: 3px;
}

@media (max-width: 1499.98px) {
  .pt-3 {
    padding-top: 2.1px;
  }
}

@media (max-width: 991.98px) {
  .pt-3 {
    padding-top: 1.5px;
  }
}

.mt-3 {
  margin-top: 3px;
}

@media (max-width: 1499.98px) {
  .mt-3 {
    margin-top: 2.1px;
  }
}

@media (max-width: 991.98px) {
  .mt-3 {
    margin-top: 1.5px;
  }
}

.pb-3 {
  padding-bottom: 3px;
}

@media (max-width: 1499.98px) {
  .pb-3 {
    padding-bottom: 2.1px;
  }
}

@media (max-width: 991.98px) {
  .pb-3 {
    padding-bottom: 1.5px;
  }
}

.mb-3 {
  margin-bottom: 3px;
}

@media (max-width: 1499.98px) {
  .mb-3 {
    margin-bottom: 2.1px;
  }
}

@media (max-width: 991.98px) {
  .mb-3 {
    margin-bottom: 1.5px;
  }
}

.pt-4 {
  padding-top: 4px;
}

@media (max-width: 1499.98px) {
  .pt-4 {
    padding-top: 2.8px;
  }
}

@media (max-width: 991.98px) {
  .pt-4 {
    padding-top: 2px;
  }
}

.mt-4 {
  margin-top: 4px;
}

@media (max-width: 1499.98px) {
  .mt-4 {
    margin-top: 2.8px;
  }
}

@media (max-width: 991.98px) {
  .mt-4 {
    margin-top: 2px;
  }
}

.pb-4 {
  padding-bottom: 4px;
}

@media (max-width: 1499.98px) {
  .pb-4 {
    padding-bottom: 2.8px;
  }
}

@media (max-width: 991.98px) {
  .pb-4 {
    padding-bottom: 2px;
  }
}

.mb-4 {
  margin-bottom: 4px;
}

@media (max-width: 1499.98px) {
  .mb-4 {
    margin-bottom: 2.8px;
  }
}

@media (max-width: 991.98px) {
  .mb-4 {
    margin-bottom: 2px;
  }
}

.pt-5 {
  padding-top: 5px;
}

@media (max-width: 1499.98px) {
  .pt-5 {
    padding-top: 3.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-5 {
    padding-top: 2.5px;
  }
}

.mt-5 {
  margin-top: 5px;
}

@media (max-width: 1499.98px) {
  .mt-5 {
    margin-top: 3.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-5 {
    margin-top: 2.5px;
  }
}

.pb-5 {
  padding-bottom: 5px;
}

@media (max-width: 1499.98px) {
  .pb-5 {
    padding-bottom: 3.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-5 {
    padding-bottom: 2.5px;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

@media (max-width: 1499.98px) {
  .mb-5 {
    margin-bottom: 3.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-5 {
    margin-bottom: 2.5px;
  }
}

.pt-6 {
  padding-top: 6px;
}

@media (max-width: 1499.98px) {
  .pt-6 {
    padding-top: 4.2px;
  }
}

@media (max-width: 991.98px) {
  .pt-6 {
    padding-top: 3px;
  }
}

.mt-6 {
  margin-top: 6px;
}

@media (max-width: 1499.98px) {
  .mt-6 {
    margin-top: 4.2px;
  }
}

@media (max-width: 991.98px) {
  .mt-6 {
    margin-top: 3px;
  }
}

.pb-6 {
  padding-bottom: 6px;
}

@media (max-width: 1499.98px) {
  .pb-6 {
    padding-bottom: 4.2px;
  }
}

@media (max-width: 991.98px) {
  .pb-6 {
    padding-bottom: 3px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}

@media (max-width: 1499.98px) {
  .mb-6 {
    margin-bottom: 4.2px;
  }
}

@media (max-width: 991.98px) {
  .mb-6 {
    margin-bottom: 3px;
  }
}

.pt-7 {
  padding-top: 7px;
}

@media (max-width: 1499.98px) {
  .pt-7 {
    padding-top: 4.9px;
  }
}

@media (max-width: 991.98px) {
  .pt-7 {
    padding-top: 3.5px;
  }
}

.mt-7 {
  margin-top: 7px;
}

@media (max-width: 1499.98px) {
  .mt-7 {
    margin-top: 4.9px;
  }
}

@media (max-width: 991.98px) {
  .mt-7 {
    margin-top: 3.5px;
  }
}

.pb-7 {
  padding-bottom: 7px;
}

@media (max-width: 1499.98px) {
  .pb-7 {
    padding-bottom: 4.9px;
  }
}

@media (max-width: 991.98px) {
  .pb-7 {
    padding-bottom: 3.5px;
  }
}

.mb-7 {
  margin-bottom: 7px;
}

@media (max-width: 1499.98px) {
  .mb-7 {
    margin-bottom: 4.9px;
  }
}

@media (max-width: 991.98px) {
  .mb-7 {
    margin-bottom: 3.5px;
  }
}

.pt-8 {
  padding-top: 8px;
}

@media (max-width: 1499.98px) {
  .pt-8 {
    padding-top: 5.6px;
  }
}

@media (max-width: 991.98px) {
  .pt-8 {
    padding-top: 4px;
  }
}

.mt-8 {
  margin-top: 8px;
}

@media (max-width: 1499.98px) {
  .mt-8 {
    margin-top: 5.6px;
  }
}

@media (max-width: 991.98px) {
  .mt-8 {
    margin-top: 4px;
  }
}

.pb-8 {
  padding-bottom: 8px;
}

@media (max-width: 1499.98px) {
  .pb-8 {
    padding-bottom: 5.6px;
  }
}

@media (max-width: 991.98px) {
  .pb-8 {
    padding-bottom: 4px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

@media (max-width: 1499.98px) {
  .mb-8 {
    margin-bottom: 5.6px;
  }
}

@media (max-width: 991.98px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.pt-9 {
  padding-top: 9px;
}

@media (max-width: 1499.98px) {
  .pt-9 {
    padding-top: 6.3px;
  }
}

@media (max-width: 991.98px) {
  .pt-9 {
    padding-top: 4.5px;
  }
}

.mt-9 {
  margin-top: 9px;
}

@media (max-width: 1499.98px) {
  .mt-9 {
    margin-top: 6.3px;
  }
}

@media (max-width: 991.98px) {
  .mt-9 {
    margin-top: 4.5px;
  }
}

.pb-9 {
  padding-bottom: 9px;
}

@media (max-width: 1499.98px) {
  .pb-9 {
    padding-bottom: 6.3px;
  }
}

@media (max-width: 991.98px) {
  .pb-9 {
    padding-bottom: 4.5px;
  }
}

.mb-9 {
  margin-bottom: 9px;
}

@media (max-width: 1499.98px) {
  .mb-9 {
    margin-bottom: 6.3px;
  }
}

@media (max-width: 991.98px) {
  .mb-9 {
    margin-bottom: 4.5px;
  }
}

.pt-10 {
  padding-top: 10px;
}

@media (max-width: 1499.98px) {
  .pt-10 {
    padding-top: 7px;
  }
}

@media (max-width: 991.98px) {
  .pt-10 {
    padding-top: 5px;
  }
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 1499.98px) {
  .mt-10 {
    margin-top: 7px;
  }
}

@media (max-width: 991.98px) {
  .mt-10 {
    margin-top: 5px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

@media (max-width: 1499.98px) {
  .pb-10 {
    padding-bottom: 7px;
  }
}

@media (max-width: 991.98px) {
  .pb-10 {
    padding-bottom: 5px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

@media (max-width: 1499.98px) {
  .mb-10 {
    margin-bottom: 7px;
  }
}

@media (max-width: 991.98px) {
  .mb-10 {
    margin-bottom: 5px;
  }
}

.pt-15 {
  padding-top: 15px;
}

@media (max-width: 1499.98px) {
  .pt-15 {
    padding-top: 10.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-15 {
    padding-top: 7.5px;
  }
}

.mt-15 {
  margin-top: 15px;
}

@media (max-width: 1499.98px) {
  .mt-15 {
    margin-top: 10.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-15 {
    margin-top: 7.5px;
  }
}

.pb-15 {
  padding-bottom: 15px;
}

@media (max-width: 1499.98px) {
  .pb-15 {
    padding-bottom: 10.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-15 {
    padding-bottom: 7.5px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

@media (max-width: 1499.98px) {
  .mb-15 {
    margin-bottom: 10.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-15 {
    margin-bottom: 7.5px;
  }
}

.pt-16 {
  padding-top: 16px;
}

@media (max-width: 1499.98px) {
  .pt-16 {
    padding-top: 11.2px;
  }
}

@media (max-width: 991.98px) {
  .pt-16 {
    padding-top: 8px;
  }
}

.mt-16 {
  margin-top: 16px;
}

@media (max-width: 1499.98px) {
  .mt-16 {
    margin-top: 11.2px;
  }
}

@media (max-width: 991.98px) {
  .mt-16 {
    margin-top: 8px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}

@media (max-width: 1499.98px) {
  .pb-16 {
    padding-bottom: 11.2px;
  }
}

@media (max-width: 991.98px) {
  .pb-16 {
    padding-bottom: 8px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}

@media (max-width: 1499.98px) {
  .mb-16 {
    margin-bottom: 11.2px;
  }
}

@media (max-width: 991.98px) {
  .mb-16 {
    margin-bottom: 8px;
  }
}

.pt-20 {
  padding-top: 20px;
}

@media (max-width: 1499.98px) {
  .pt-20 {
    padding-top: 14px;
  }
}

@media (max-width: 991.98px) {
  .pt-20 {
    padding-top: 10px;
  }
}

.mt-20 {
  margin-top: 20px;
}

@media (max-width: 1499.98px) {
  .mt-20 {
    margin-top: 14px;
  }
}

@media (max-width: 991.98px) {
  .mt-20 {
    margin-top: 10px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}

@media (max-width: 1499.98px) {
  .pb-20 {
    padding-bottom: 14px;
  }
}

@media (max-width: 991.98px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 1499.98px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

@media (max-width: 991.98px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.pt-25 {
  padding-top: 25px;
}

@media (max-width: 1499.98px) {
  .pt-25 {
    padding-top: 17.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-25 {
    padding-top: 12.5px;
  }
}

.mt-25 {
  margin-top: 25px;
}

@media (max-width: 1499.98px) {
  .mt-25 {
    margin-top: 17.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-25 {
    margin-top: 12.5px;
  }
}

.pb-25 {
  padding-bottom: 25px;
}

@media (max-width: 1499.98px) {
  .pb-25 {
    padding-bottom: 17.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-25 {
    padding-bottom: 12.5px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}

@media (max-width: 1499.98px) {
  .mb-25 {
    margin-bottom: 17.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-25 {
    margin-bottom: 12.5px;
  }
}

.pt-30 {
  padding-top: 30px;
}

@media (max-width: 1499.98px) {
  .pt-30 {
    padding-top: 21px;
  }
}

@media (max-width: 991.98px) {
  .pt-30 {
    padding-top: 15px;
  }
}

.mt-30 {
  margin-top: 30px;
}

@media (max-width: 1499.98px) {
  .mt-30 {
    margin-top: 21px;
  }
}

@media (max-width: 991.98px) {
  .mt-30 {
    margin-top: 15px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

@media (max-width: 1499.98px) {
  .pb-30 {
    padding-bottom: 21px;
  }
}

@media (max-width: 991.98px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 1499.98px) {
  .mb-30 {
    margin-bottom: 21px;
  }
}

@media (max-width: 991.98px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.pt-35 {
  padding-top: 35px;
}

@media (max-width: 1499.98px) {
  .pt-35 {
    padding-top: 24.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-35 {
    padding-top: 17.5px;
  }
}

.mt-35 {
  margin-top: 35px;
}

@media (max-width: 1499.98px) {
  .mt-35 {
    margin-top: 24.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-35 {
    margin-top: 17.5px;
  }
}

.pb-35 {
  padding-bottom: 35px;
}

@media (max-width: 1499.98px) {
  .pb-35 {
    padding-bottom: 24.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-35 {
    padding-bottom: 17.5px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

@media (max-width: 1499.98px) {
  .mb-35 {
    margin-bottom: 24.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-35 {
    margin-bottom: 17.5px;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media (max-width: 1499.98px) {
  .pt-40 {
    padding-top: 28px;
  }
}

@media (max-width: 991.98px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media (max-width: 1499.98px) {
  .mt-40 {
    margin-top: 28px;
  }
}

@media (max-width: 991.98px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

@media (max-width: 1499.98px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}

@media (max-width: 991.98px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 1499.98px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}

@media (max-width: 991.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.pt-45 {
  padding-top: 45px;
}

@media (max-width: 1499.98px) {
  .pt-45 {
    padding-top: 31.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-45 {
    padding-top: 22.5px;
  }
}

.mt-45 {
  margin-top: 45px;
}

@media (max-width: 1499.98px) {
  .mt-45 {
    margin-top: 31.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-45 {
    margin-top: 22.5px;
  }
}

.pb-45 {
  padding-bottom: 45px;
}

@media (max-width: 1499.98px) {
  .pb-45 {
    padding-bottom: 31.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-45 {
    padding-bottom: 22.5px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}

@media (max-width: 1499.98px) {
  .mb-45 {
    margin-bottom: 31.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-45 {
    margin-bottom: 22.5px;
  }
}

.pt-50 {
  padding-top: 50px;
}

@media (max-width: 1499.98px) {
  .pt-50 {
    padding-top: 35px;
  }
}

@media (max-width: 991.98px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 1499.98px) {
  .mt-50 {
    margin-top: 35px;
  }
}

@media (max-width: 991.98px) {
  .mt-50 {
    margin-top: 25px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

@media (max-width: 1499.98px) {
  .pb-50 {
    padding-bottom: 35px;
  }
}

@media (max-width: 991.98px) {
  .pb-50 {
    padding-bottom: 25px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 1499.98px) {
  .mb-50 {
    margin-bottom: 35px;
  }
}

@media (max-width: 991.98px) {
  .mb-50 {
    margin-bottom: 25px;
  }
}

.pt-55 {
  padding-top: 55px;
}

@media (max-width: 1499.98px) {
  .pt-55 {
    padding-top: 38.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-55 {
    padding-top: 27.5px;
  }
}

.mt-55 {
  margin-top: 55px;
}

@media (max-width: 1499.98px) {
  .mt-55 {
    margin-top: 38.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-55 {
    margin-top: 27.5px;
  }
}

.pb-55 {
  padding-bottom: 55px;
}

@media (max-width: 1499.98px) {
  .pb-55 {
    padding-bottom: 38.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-55 {
    padding-bottom: 27.5px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}

@media (max-width: 1499.98px) {
  .mb-55 {
    margin-bottom: 38.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-55 {
    margin-bottom: 27.5px;
  }
}

.pt-60 {
  padding-top: 60px;
}

@media (max-width: 1499.98px) {
  .pt-60 {
    padding-top: 42px;
  }
}

@media (max-width: 991.98px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media (max-width: 1499.98px) {
  .mt-60 {
    margin-top: 42px;
  }
}

@media (max-width: 991.98px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

@media (max-width: 1499.98px) {
  .pb-60 {
    padding-bottom: 42px;
  }
}

@media (max-width: 991.98px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 1499.98px) {
  .mb-60 {
    margin-bottom: 42px;
  }
}

@media (max-width: 991.98px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.pt-65 {
  padding-top: 65px;
}

@media (max-width: 1499.98px) {
  .pt-65 {
    padding-top: 45.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-65 {
    padding-top: 32.5px;
  }
}

.mt-65 {
  margin-top: 65px;
}

@media (max-width: 1499.98px) {
  .mt-65 {
    margin-top: 45.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-65 {
    margin-top: 32.5px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

@media (max-width: 1499.98px) {
  .pb-65 {
    padding-bottom: 45.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-65 {
    padding-bottom: 32.5px;
  }
}

.mb-65 {
  margin-bottom: 65px;
}

@media (max-width: 1499.98px) {
  .mb-65 {
    margin-bottom: 45.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-65 {
    margin-bottom: 32.5px;
  }
}

.pt-70 {
  padding-top: 70px;
}

@media (max-width: 1499.98px) {
  .pt-70 {
    padding-top: 49px;
  }
}

@media (max-width: 991.98px) {
  .pt-70 {
    padding-top: 35px;
  }
}

.mt-70 {
  margin-top: 70px;
}

@media (max-width: 1499.98px) {
  .mt-70 {
    margin-top: 49px;
  }
}

@media (max-width: 991.98px) {
  .mt-70 {
    margin-top: 35px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}

@media (max-width: 1499.98px) {
  .pb-70 {
    padding-bottom: 49px;
  }
}

@media (max-width: 991.98px) {
  .pb-70 {
    padding-bottom: 35px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 1499.98px) {
  .mb-70 {
    margin-bottom: 49px;
  }
}

@media (max-width: 991.98px) {
  .mb-70 {
    margin-bottom: 35px;
  }
}

.pt-75 {
  padding-top: 75px;
}

@media (max-width: 1499.98px) {
  .pt-75 {
    padding-top: 52.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-75 {
    padding-top: 37.5px;
  }
}

.mt-75 {
  margin-top: 75px;
}

@media (max-width: 1499.98px) {
  .mt-75 {
    margin-top: 52.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-75 {
    margin-top: 37.5px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}

@media (max-width: 1499.98px) {
  .pb-75 {
    padding-bottom: 52.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-75 {
    padding-bottom: 37.5px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}

@media (max-width: 1499.98px) {
  .mb-75 {
    margin-bottom: 52.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-75 {
    margin-bottom: 37.5px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media (max-width: 1499.98px) {
  .pt-80 {
    padding-top: 56px;
  }
}

@media (max-width: 991.98px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media (max-width: 1499.98px) {
  .mt-80 {
    margin-top: 56px;
  }
}

@media (max-width: 991.98px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (max-width: 1499.98px) {
  .pb-80 {
    padding-bottom: 56px;
  }
}

@media (max-width: 991.98px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 1499.98px) {
  .mb-80 {
    margin-bottom: 56px;
  }
}

@media (max-width: 991.98px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.pt-85 {
  padding-top: 85px;
}

@media (max-width: 1499.98px) {
  .pt-85 {
    padding-top: 59.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-85 {
    padding-top: 42.5px;
  }
}

.mt-85 {
  margin-top: 85px;
}

@media (max-width: 1499.98px) {
  .mt-85 {
    margin-top: 59.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-85 {
    margin-top: 42.5px;
  }
}

.pb-85 {
  padding-bottom: 85px;
}

@media (max-width: 1499.98px) {
  .pb-85 {
    padding-bottom: 59.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-85 {
    padding-bottom: 42.5px;
  }
}

.mb-85 {
  margin-bottom: 85px;
}

@media (max-width: 1499.98px) {
  .mb-85 {
    margin-bottom: 59.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-85 {
    margin-bottom: 42.5px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media (max-width: 1499.98px) {
  .pt-90 {
    padding-top: 63px;
  }
}

@media (max-width: 991.98px) {
  .pt-90 {
    padding-top: 45px;
  }
}

.mt-90 {
  margin-top: 90px;
}

@media (max-width: 1499.98px) {
  .mt-90 {
    margin-top: 63px;
  }
}

@media (max-width: 991.98px) {
  .mt-90 {
    margin-top: 45px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media (max-width: 1499.98px) {
  .pb-90 {
    padding-bottom: 63px;
  }
}

@media (max-width: 991.98px) {
  .pb-90 {
    padding-bottom: 45px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 1499.98px) {
  .mb-90 {
    margin-bottom: 63px;
  }
}

@media (max-width: 991.98px) {
  .mb-90 {
    margin-bottom: 45px;
  }
}

.pt-95 {
  padding-top: 95px;
}

@media (max-width: 1499.98px) {
  .pt-95 {
    padding-top: 66.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-95 {
    padding-top: 47.5px;
  }
}

.mt-95 {
  margin-top: 95px;
}

@media (max-width: 1499.98px) {
  .mt-95 {
    margin-top: 66.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-95 {
    margin-top: 47.5px;
  }
}

.pb-95 {
  padding-bottom: 95px;
}

@media (max-width: 1499.98px) {
  .pb-95 {
    padding-bottom: 66.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-95 {
    padding-bottom: 47.5px;
  }
}

.mb-95 {
  margin-bottom: 95px;
}

@media (max-width: 1499.98px) {
  .mb-95 {
    margin-bottom: 66.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-95 {
    margin-bottom: 47.5px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 1499.98px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media (max-width: 1499.98px) {
  .mt-100 {
    margin-top: 70px;
  }
}

@media (max-width: 991.98px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 1499.98px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 1499.98px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

@media (max-width: 991.98px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.pt-105 {
  padding-top: 105px;
}

@media (max-width: 1499.98px) {
  .pt-105 {
    padding-top: 73.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-105 {
    padding-top: 52.5px;
  }
}

.mt-105 {
  margin-top: 105px;
}

@media (max-width: 1499.98px) {
  .mt-105 {
    margin-top: 73.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-105 {
    margin-top: 52.5px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}

@media (max-width: 1499.98px) {
  .pb-105 {
    padding-bottom: 73.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-105 {
    padding-bottom: 52.5px;
  }
}

.mb-105 {
  margin-bottom: 105px;
}

@media (max-width: 1499.98px) {
  .mb-105 {
    margin-bottom: 73.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-105 {
    margin-bottom: 52.5px;
  }
}

.pt-110 {
  padding-top: 110px;
}

@media (max-width: 1499.98px) {
  .pt-110 {
    padding-top: 77px;
  }
}

@media (max-width: 991.98px) {
  .pt-110 {
    padding-top: 55px;
  }
}

.mt-110 {
  margin-top: 110px;
}

@media (max-width: 1499.98px) {
  .mt-110 {
    margin-top: 77px;
  }
}

@media (max-width: 991.98px) {
  .mt-110 {
    margin-top: 55px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}

@media (max-width: 1499.98px) {
  .pb-110 {
    padding-bottom: 77px;
  }
}

@media (max-width: 991.98px) {
  .pb-110 {
    padding-bottom: 55px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}

@media (max-width: 1499.98px) {
  .mb-110 {
    margin-bottom: 77px;
  }
}

@media (max-width: 991.98px) {
  .mb-110 {
    margin-bottom: 55px;
  }
}

.pt-115 {
  padding-top: 115px;
}

@media (max-width: 1499.98px) {
  .pt-115 {
    padding-top: 80.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-115 {
    padding-top: 57.5px;
  }
}

.mt-115 {
  margin-top: 115px;
}

@media (max-width: 1499.98px) {
  .mt-115 {
    margin-top: 80.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-115 {
    margin-top: 57.5px;
  }
}

.pb-115 {
  padding-bottom: 115px;
}

@media (max-width: 1499.98px) {
  .pb-115 {
    padding-bottom: 80.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-115 {
    padding-bottom: 57.5px;
  }
}

.mb-115 {
  margin-bottom: 115px;
}

@media (max-width: 1499.98px) {
  .mb-115 {
    margin-bottom: 80.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-115 {
    margin-bottom: 57.5px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 1499.98px) {
  .pt-120 {
    padding-top: 84px;
  }
}

@media (max-width: 991.98px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}

@media (max-width: 1499.98px) {
  .mt-120 {
    margin-top: 84px;
  }
}

@media (max-width: 991.98px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 1499.98px) {
  .pb-120 {
    padding-bottom: 84px;
  }
}

@media (max-width: 991.98px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 1499.98px) {
  .mb-120 {
    margin-bottom: 84px;
  }
}

@media (max-width: 991.98px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.pt-125 {
  padding-top: 125px;
}

@media (max-width: 1499.98px) {
  .pt-125 {
    padding-top: 87.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-125 {
    padding-top: 62.5px;
  }
}

.mt-125 {
  margin-top: 125px;
}

@media (max-width: 1499.98px) {
  .mt-125 {
    margin-top: 87.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-125 {
    margin-top: 62.5px;
  }
}

.pb-125 {
  padding-bottom: 125px;
}

@media (max-width: 1499.98px) {
  .pb-125 {
    padding-bottom: 87.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-125 {
    padding-bottom: 62.5px;
  }
}

.mb-125 {
  margin-bottom: 125px;
}

@media (max-width: 1499.98px) {
  .mb-125 {
    margin-bottom: 87.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-125 {
    margin-bottom: 62.5px;
  }
}

.pt-130 {
  padding-top: 130px;
}

@media (max-width: 1499.98px) {
  .pt-130 {
    padding-top: 91px;
  }
}

@media (max-width: 991.98px) {
  .pt-130 {
    padding-top: 65px;
  }
}

.mt-130 {
  margin-top: 130px;
}

@media (max-width: 1499.98px) {
  .mt-130 {
    margin-top: 91px;
  }
}

@media (max-width: 991.98px) {
  .mt-130 {
    margin-top: 65px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}

@media (max-width: 1499.98px) {
  .pb-130 {
    padding-bottom: 91px;
  }
}

@media (max-width: 991.98px) {
  .pb-130 {
    padding-bottom: 65px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}

@media (max-width: 1499.98px) {
  .mb-130 {
    margin-bottom: 91px;
  }
}

@media (max-width: 991.98px) {
  .mb-130 {
    margin-bottom: 65px;
  }
}

.pt-135 {
  padding-top: 135px;
}

@media (max-width: 1499.98px) {
  .pt-135 {
    padding-top: 94.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-135 {
    padding-top: 67.5px;
  }
}

.mt-135 {
  margin-top: 135px;
}

@media (max-width: 1499.98px) {
  .mt-135 {
    margin-top: 94.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-135 {
    margin-top: 67.5px;
  }
}

.pb-135 {
  padding-bottom: 135px;
}

@media (max-width: 1499.98px) {
  .pb-135 {
    padding-bottom: 94.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-135 {
    padding-bottom: 67.5px;
  }
}

.mb-135 {
  margin-bottom: 135px;
}

@media (max-width: 1499.98px) {
  .mb-135 {
    margin-bottom: 94.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-135 {
    margin-bottom: 67.5px;
  }
}

.pt-140 {
  padding-top: 140px;
}

@media (max-width: 1499.98px) {
  .pt-140 {
    padding-top: 98px;
  }
}

@media (max-width: 991.98px) {
  .pt-140 {
    padding-top: 70px;
  }
}

.mt-140 {
  margin-top: 140px;
}

@media (max-width: 1499.98px) {
  .mt-140 {
    margin-top: 98px;
  }
}

@media (max-width: 991.98px) {
  .mt-140 {
    margin-top: 70px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}

@media (max-width: 1499.98px) {
  .pb-140 {
    padding-bottom: 98px;
  }
}

@media (max-width: 991.98px) {
  .pb-140 {
    padding-bottom: 70px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}

@media (max-width: 1499.98px) {
  .mb-140 {
    margin-bottom: 98px;
  }
}

@media (max-width: 991.98px) {
  .mb-140 {
    margin-bottom: 70px;
  }
}

.pt-145 {
  padding-top: 145px;
}

@media (max-width: 1499.98px) {
  .pt-145 {
    padding-top: 101.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-145 {
    padding-top: 72.5px;
  }
}

.mt-145 {
  margin-top: 145px;
}

@media (max-width: 1499.98px) {
  .mt-145 {
    margin-top: 101.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-145 {
    margin-top: 72.5px;
  }
}

.pb-145 {
  padding-bottom: 145px;
}

@media (max-width: 1499.98px) {
  .pb-145 {
    padding-bottom: 101.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-145 {
    padding-bottom: 72.5px;
  }
}

.mb-145 {
  margin-bottom: 145px;
}

@media (max-width: 1499.98px) {
  .mb-145 {
    margin-bottom: 101.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-145 {
    margin-bottom: 72.5px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media (max-width: 1499.98px) {
  .pt-150 {
    padding-top: 105px;
  }
}

@media (max-width: 991.98px) {
  .pt-150 {
    padding-top: 75px;
  }
}

.mt-150 {
  margin-top: 150px;
}

@media (max-width: 1499.98px) {
  .mt-150 {
    margin-top: 105px;
  }
}

@media (max-width: 991.98px) {
  .mt-150 {
    margin-top: 75px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media (max-width: 1499.98px) {
  .pb-150 {
    padding-bottom: 105px;
  }
}

@media (max-width: 991.98px) {
  .pb-150 {
    padding-bottom: 75px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}

@media (max-width: 1499.98px) {
  .mb-150 {
    margin-bottom: 105px;
  }
}

@media (max-width: 991.98px) {
  .mb-150 {
    margin-bottom: 75px;
  }
}

.pt-155 {
  padding-top: 155px;
}

@media (max-width: 1499.98px) {
  .pt-155 {
    padding-top: 108.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-155 {
    padding-top: 77.5px;
  }
}

.mt-155 {
  margin-top: 155px;
}

@media (max-width: 1499.98px) {
  .mt-155 {
    margin-top: 108.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-155 {
    margin-top: 77.5px;
  }
}

.pb-155 {
  padding-bottom: 155px;
}

@media (max-width: 1499.98px) {
  .pb-155 {
    padding-bottom: 108.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-155 {
    padding-bottom: 77.5px;
  }
}

.mb-155 {
  margin-bottom: 155px;
}

@media (max-width: 1499.98px) {
  .mb-155 {
    margin-bottom: 108.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-155 {
    margin-bottom: 77.5px;
  }
}

.pt-160 {
  padding-top: 160px;
}

@media (max-width: 1499.98px) {
  .pt-160 {
    padding-top: 112px;
  }
}

@media (max-width: 991.98px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.mt-160 {
  margin-top: 160px;
}

@media (max-width: 1499.98px) {
  .mt-160 {
    margin-top: 112px;
  }
}

@media (max-width: 991.98px) {
  .mt-160 {
    margin-top: 80px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}

@media (max-width: 1499.98px) {
  .pb-160 {
    padding-bottom: 112px;
  }
}

@media (max-width: 991.98px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.mb-160 {
  margin-bottom: 160px;
}

@media (max-width: 1499.98px) {
  .mb-160 {
    margin-bottom: 112px;
  }
}

@media (max-width: 991.98px) {
  .mb-160 {
    margin-bottom: 80px;
  }
}

.pt-165 {
  padding-top: 165px;
}

@media (max-width: 1499.98px) {
  .pt-165 {
    padding-top: 115.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-165 {
    padding-top: 82.5px;
  }
}

.mt-165 {
  margin-top: 165px;
}

@media (max-width: 1499.98px) {
  .mt-165 {
    margin-top: 115.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-165 {
    margin-top: 82.5px;
  }
}

.pb-165 {
  padding-bottom: 165px;
}

@media (max-width: 1499.98px) {
  .pb-165 {
    padding-bottom: 115.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-165 {
    padding-bottom: 82.5px;
  }
}

.mb-165 {
  margin-bottom: 165px;
}

@media (max-width: 1499.98px) {
  .mb-165 {
    margin-bottom: 115.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-165 {
    margin-bottom: 82.5px;
  }
}

.pt-170 {
  padding-top: 170px;
}

@media (max-width: 1499.98px) {
  .pt-170 {
    padding-top: 119px;
  }
}

@media (max-width: 991.98px) {
  .pt-170 {
    padding-top: 85px;
  }
}

.mt-170 {
  margin-top: 170px;
}

@media (max-width: 1499.98px) {
  .mt-170 {
    margin-top: 119px;
  }
}

@media (max-width: 991.98px) {
  .mt-170 {
    margin-top: 85px;
  }
}

.pb-170 {
  padding-bottom: 170px;
}

@media (max-width: 1499.98px) {
  .pb-170 {
    padding-bottom: 119px;
  }
}

@media (max-width: 991.98px) {
  .pb-170 {
    padding-bottom: 85px;
  }
}

.mb-170 {
  margin-bottom: 170px;
}

@media (max-width: 1499.98px) {
  .mb-170 {
    margin-bottom: 119px;
  }
}

@media (max-width: 991.98px) {
  .mb-170 {
    margin-bottom: 85px;
  }
}

.pt-175 {
  padding-top: 175px;
}

@media (max-width: 1499.98px) {
  .pt-175 {
    padding-top: 122.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-175 {
    padding-top: 87.5px;
  }
}

.mt-175 {
  margin-top: 175px;
}

@media (max-width: 1499.98px) {
  .mt-175 {
    margin-top: 122.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-175 {
    margin-top: 87.5px;
  }
}

.pb-175 {
  padding-bottom: 175px;
}

@media (max-width: 1499.98px) {
  .pb-175 {
    padding-bottom: 122.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-175 {
    padding-bottom: 87.5px;
  }
}

.mb-175 {
  margin-bottom: 175px;
}

@media (max-width: 1499.98px) {
  .mb-175 {
    margin-bottom: 122.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-175 {
    margin-bottom: 87.5px;
  }
}

.pt-180 {
  padding-top: 180px;
}

@media (max-width: 1499.98px) {
  .pt-180 {
    padding-top: 126px;
  }
}

@media (max-width: 991.98px) {
  .pt-180 {
    padding-top: 90px;
  }
}

.mt-180 {
  margin-top: 180px;
}

@media (max-width: 1499.98px) {
  .mt-180 {
    margin-top: 126px;
  }
}

@media (max-width: 991.98px) {
  .mt-180 {
    margin-top: 90px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}

@media (max-width: 1499.98px) {
  .pb-180 {
    padding-bottom: 126px;
  }
}

@media (max-width: 991.98px) {
  .pb-180 {
    padding-bottom: 90px;
  }
}

.mb-180 {
  margin-bottom: 180px;
}

@media (max-width: 1499.98px) {
  .mb-180 {
    margin-bottom: 126px;
  }
}

@media (max-width: 991.98px) {
  .mb-180 {
    margin-bottom: 90px;
  }
}

.pt-185 {
  padding-top: 185px;
}

@media (max-width: 1499.98px) {
  .pt-185 {
    padding-top: 129.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-185 {
    padding-top: 92.5px;
  }
}

.mt-185 {
  margin-top: 185px;
}

@media (max-width: 1499.98px) {
  .mt-185 {
    margin-top: 129.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-185 {
    margin-top: 92.5px;
  }
}

.pb-185 {
  padding-bottom: 185px;
}

@media (max-width: 1499.98px) {
  .pb-185 {
    padding-bottom: 129.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-185 {
    padding-bottom: 92.5px;
  }
}

.mb-185 {
  margin-bottom: 185px;
}

@media (max-width: 1499.98px) {
  .mb-185 {
    margin-bottom: 129.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-185 {
    margin-bottom: 92.5px;
  }
}

.pt-190 {
  padding-top: 190px;
}

@media (max-width: 1499.98px) {
  .pt-190 {
    padding-top: 133px;
  }
}

@media (max-width: 991.98px) {
  .pt-190 {
    padding-top: 95px;
  }
}

.mt-190 {
  margin-top: 190px;
}

@media (max-width: 1499.98px) {
  .mt-190 {
    margin-top: 133px;
  }
}

@media (max-width: 991.98px) {
  .mt-190 {
    margin-top: 95px;
  }
}

.pb-190 {
  padding-bottom: 190px;
}

@media (max-width: 1499.98px) {
  .pb-190 {
    padding-bottom: 133px;
  }
}

@media (max-width: 991.98px) {
  .pb-190 {
    padding-bottom: 95px;
  }
}

.mb-190 {
  margin-bottom: 190px;
}

@media (max-width: 1499.98px) {
  .mb-190 {
    margin-bottom: 133px;
  }
}

@media (max-width: 991.98px) {
  .mb-190 {
    margin-bottom: 95px;
  }
}

.pt-195 {
  padding-top: 195px;
}

@media (max-width: 1499.98px) {
  .pt-195 {
    padding-top: 136.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-195 {
    padding-top: 97.5px;
  }
}

.mt-195 {
  margin-top: 195px;
}

@media (max-width: 1499.98px) {
  .mt-195 {
    margin-top: 136.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-195 {
    margin-top: 97.5px;
  }
}

.pb-195 {
  padding-bottom: 195px;
}

@media (max-width: 1499.98px) {
  .pb-195 {
    padding-bottom: 136.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-195 {
    padding-bottom: 97.5px;
  }
}

.mb-195 {
  margin-bottom: 195px;
}

@media (max-width: 1499.98px) {
  .mb-195 {
    margin-bottom: 136.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-195 {
    margin-bottom: 97.5px;
  }
}

.pt-200 {
  padding-top: 200px;
}

@media (max-width: 1499.98px) {
  .pt-200 {
    padding-top: 140px;
  }
}

@media (max-width: 991.98px) {
  .pt-200 {
    padding-top: 100px;
  }
}

.mt-200 {
  margin-top: 200px;
}

@media (max-width: 1499.98px) {
  .mt-200 {
    margin-top: 140px;
  }
}

@media (max-width: 991.98px) {
  .mt-200 {
    margin-top: 100px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}

@media (max-width: 1499.98px) {
  .pb-200 {
    padding-bottom: 140px;
  }
}

@media (max-width: 991.98px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}

.mb-200 {
  margin-bottom: 200px;
}

@media (max-width: 1499.98px) {
  .mb-200 {
    margin-bottom: 140px;
  }
}

@media (max-width: 991.98px) {
  .mb-200 {
    margin-bottom: 100px;
  }
}

.pt-205 {
  padding-top: 205px;
}

@media (max-width: 1499.98px) {
  .pt-205 {
    padding-top: 143.5px;
  }
}

@media (max-width: 991.98px) {
  .pt-205 {
    padding-top: 102.5px;
  }
}

.mt-205 {
  margin-top: 205px;
}

@media (max-width: 1499.98px) {
  .mt-205 {
    margin-top: 143.5px;
  }
}

@media (max-width: 991.98px) {
  .mt-205 {
    margin-top: 102.5px;
  }
}

.pb-205 {
  padding-bottom: 205px;
}

@media (max-width: 1499.98px) {
  .pb-205 {
    padding-bottom: 143.5px;
  }
}

@media (max-width: 991.98px) {
  .pb-205 {
    padding-bottom: 102.5px;
  }
}

.mb-205 {
  margin-bottom: 205px;
}

@media (max-width: 1499.98px) {
  .mb-205 {
    margin-bottom: 143.5px;
  }
}

@media (max-width: 991.98px) {
  .mb-205 {
    margin-bottom: 102.5px;
  }
}

.pt-210 {
  padding-top: 210px;
}

@media (max-width: 1499.98px) {
  .pt-210 {
    padding-top: 147px;
  }
}

@media (max-width: 991.98px) {
  .pt-210 {
    padding-top: 105px;
  }
}

.mt-210 {
  margin-top: 210px;
}

@media (max-width: 1499.98px) {
  .mt-210 {
    margin-top: 147px;
  }
}

@media (max-width: 991.98px) {
  .mt-210 {
    margin-top: 105px;
  }
}

.pb-210 {
  padding-bottom: 210px;
}

@media (max-width: 1499.98px) {
  .pb-210 {
    padding-bottom: 147px;
  }
}

@media (max-width: 991.98px) {
  .pb-210 {
    padding-bottom: 105px;
  }
}

.mb-210 {
  margin-bottom: 210px;
}

@media (max-width: 1499.98px) {
  .mb-210 {
    margin-bottom: 147px;
  }
}

@media (max-width: 991.98px) {
  .mb-210 {
    margin-bottom: 105px;
  }
}

.pt-220 {
  padding-top: 220px;
}

@media (max-width: 1499.98px) {
  .pt-220 {
    padding-top: 154px;
  }
}

@media (max-width: 991.98px) {
  .pt-220 {
    padding-top: 110px;
  }
}

.mt-220 {
  margin-top: 220px;
}

@media (max-width: 1499.98px) {
  .mt-220 {
    margin-top: 154px;
  }
}

@media (max-width: 991.98px) {
  .mt-220 {
    margin-top: 110px;
  }
}

.pb-220 {
  padding-bottom: 220px;
}

@media (max-width: 1499.98px) {
  .pb-220 {
    padding-bottom: 154px;
  }
}

@media (max-width: 991.98px) {
  .pb-220 {
    padding-bottom: 110px;
  }
}

.mb-220 {
  margin-bottom: 220px;
}

@media (max-width: 1499.98px) {
  .mb-220 {
    margin-bottom: 154px;
  }
}

@media (max-width: 991.98px) {
  .mb-220 {
    margin-bottom: 110px;
  }
}

.pt-230 {
  padding-top: 230px;
}

@media (max-width: 1499.98px) {
  .pt-230 {
    padding-top: 161px;
  }
}

@media (max-width: 991.98px) {
  .pt-230 {
    padding-top: 115px;
  }
}

.mt-230 {
  margin-top: 230px;
}

@media (max-width: 1499.98px) {
  .mt-230 {
    margin-top: 161px;
  }
}

@media (max-width: 991.98px) {
  .mt-230 {
    margin-top: 115px;
  }
}

.pb-230 {
  padding-bottom: 230px;
}

@media (max-width: 1499.98px) {
  .pb-230 {
    padding-bottom: 161px;
  }
}

@media (max-width: 991.98px) {
  .pb-230 {
    padding-bottom: 115px;
  }
}

.mb-230 {
  margin-bottom: 230px;
}

@media (max-width: 1499.98px) {
  .mb-230 {
    margin-bottom: 161px;
  }
}

@media (max-width: 991.98px) {
  .mb-230 {
    margin-bottom: 115px;
  }
}

.pt-240 {
  padding-top: 240px;
}

@media (max-width: 1499.98px) {
  .pt-240 {
    padding-top: 168px;
  }
}

@media (max-width: 991.98px) {
  .pt-240 {
    padding-top: 120px;
  }
}

.mt-240 {
  margin-top: 240px;
}

@media (max-width: 1499.98px) {
  .mt-240 {
    margin-top: 168px;
  }
}

@media (max-width: 991.98px) {
  .mt-240 {
    margin-top: 120px;
  }
}

.pb-240 {
  padding-bottom: 240px;
}

@media (max-width: 1499.98px) {
  .pb-240 {
    padding-bottom: 168px;
  }
}

@media (max-width: 991.98px) {
  .pb-240 {
    padding-bottom: 120px;
  }
}

.mb-240 {
  margin-bottom: 240px;
}

@media (max-width: 1499.98px) {
  .mb-240 {
    margin-bottom: 168px;
  }
}

@media (max-width: 991.98px) {
  .mb-240 {
    margin-bottom: 120px;
  }
}

.pt-250 {
  padding-top: 250px;
}

@media (max-width: 1499.98px) {
  .pt-250 {
    padding-top: 175px;
  }
}

@media (max-width: 991.98px) {
  .pt-250 {
    padding-top: 125px;
  }
}

.mt-250 {
  margin-top: 250px;
}

@media (max-width: 1499.98px) {
  .mt-250 {
    margin-top: 175px;
  }
}

@media (max-width: 991.98px) {
  .mt-250 {
    margin-top: 125px;
  }
}

.pb-250 {
  padding-bottom: 250px;
}

@media (max-width: 1499.98px) {
  .pb-250 {
    padding-bottom: 175px;
  }
}

@media (max-width: 991.98px) {
  .pb-250 {
    padding-bottom: 125px;
  }
}

.mb-250 {
  margin-bottom: 250px;
}

@media (max-width: 1499.98px) {
  .mb-250 {
    margin-bottom: 175px;
  }
}

@media (max-width: 991.98px) {
  .mb-250 {
    margin-bottom: 125px;
  }
}

.pt-300 {
  padding-top: 300px;
}

@media (max-width: 1499.98px) {
  .pt-300 {
    padding-top: 210px;
  }
}

@media (max-width: 991.98px) {
  .pt-300 {
    padding-top: 150px;
  }
}

.mt-300 {
  margin-top: 300px;
}

@media (max-width: 1499.98px) {
  .mt-300 {
    margin-top: 210px;
  }
}

@media (max-width: 991.98px) {
  .mt-300 {
    margin-top: 150px;
  }
}

.pb-300 {
  padding-bottom: 300px;
}

@media (max-width: 1499.98px) {
  .pb-300 {
    padding-bottom: 210px;
  }
}

@media (max-width: 991.98px) {
  .pb-300 {
    padding-bottom: 150px;
  }
}

.mb-300 {
  margin-bottom: 300px;
}

@media (max-width: 1499.98px) {
  .mb-300 {
    margin-bottom: 210px;
  }
}

@media (max-width: 991.98px) {
  .mb-300 {
    margin-bottom: 150px;
  }
}

.pt-350 {
  padding-top: 350px;
}

@media (max-width: 1499.98px) {
  .pt-350 {
    padding-top: 245px;
  }
}

@media (max-width: 991.98px) {
  .pt-350 {
    padding-top: 175px;
  }
}

.mt-350 {
  margin-top: 350px;
}

@media (max-width: 1499.98px) {
  .mt-350 {
    margin-top: 245px;
  }
}

@media (max-width: 991.98px) {
  .mt-350 {
    margin-top: 175px;
  }
}

.pb-350 {
  padding-bottom: 350px;
}

@media (max-width: 1499.98px) {
  .pb-350 {
    padding-bottom: 245px;
  }
}

@media (max-width: 991.98px) {
  .pb-350 {
    padding-bottom: 175px;
  }
}

.mb-350 {
  margin-bottom: 350px;
}

@media (max-width: 1499.98px) {
  .mb-350 {
    margin-bottom: 245px;
  }
}

@media (max-width: 991.98px) {
  .mb-350 {
    margin-bottom: 175px;
  }
}

.pt-400 {
  padding-top: 400px;
}

@media (max-width: 1499.98px) {
  .pt-400 {
    padding-top: 280px;
  }
}

@media (max-width: 991.98px) {
  .pt-400 {
    padding-top: 200px;
  }
}

.mt-400 {
  margin-top: 400px;
}

@media (max-width: 1499.98px) {
  .mt-400 {
    margin-top: 280px;
  }
}

@media (max-width: 991.98px) {
  .mt-400 {
    margin-top: 200px;
  }
}

.pb-400 {
  padding-bottom: 400px;
}

@media (max-width: 1499.98px) {
  .pb-400 {
    padding-bottom: 280px;
  }
}

@media (max-width: 991.98px) {
  .pb-400 {
    padding-bottom: 200px;
  }
}

.mb-400 {
  margin-bottom: 400px;
}

@media (max-width: 1499.98px) {
  .mb-400 {
    margin-bottom: 280px;
  }
}

@media (max-width: 991.98px) {
  .mb-400 {
    margin-bottom: 200px;
  }
}

.pt-450 {
  padding-top: 450px;
}

@media (max-width: 1499.98px) {
  .pt-450 {
    padding-top: 315px;
  }
}

@media (max-width: 991.98px) {
  .pt-450 {
    padding-top: 225px;
  }
}

.mt-450 {
  margin-top: 450px;
}

@media (max-width: 1499.98px) {
  .mt-450 {
    margin-top: 315px;
  }
}

@media (max-width: 991.98px) {
  .mt-450 {
    margin-top: 225px;
  }
}

.pb-450 {
  padding-bottom: 450px;
}

@media (max-width: 1499.98px) {
  .pb-450 {
    padding-bottom: 315px;
  }
}

@media (max-width: 991.98px) {
  .pb-450 {
    padding-bottom: 225px;
  }
}

.mb-450 {
  margin-bottom: 450px;
}

@media (max-width: 1499.98px) {
  .mb-450 {
    margin-bottom: 315px;
  }
}

@media (max-width: 991.98px) {
  .mb-450 {
    margin-bottom: 225px;
  }
}

.pt-500 {
  padding-top: 500px;
}

@media (max-width: 1499.98px) {
  .pt-500 {
    padding-top: 350px;
  }
}

@media (max-width: 991.98px) {
  .pt-500 {
    padding-top: 250px;
  }
}

.mt-500 {
  margin-top: 500px;
}

@media (max-width: 1499.98px) {
  .mt-500 {
    margin-top: 350px;
  }
}

@media (max-width: 991.98px) {
  .mt-500 {
    margin-top: 250px;
  }
}

.pb-500 {
  padding-bottom: 500px;
}

@media (max-width: 1499.98px) {
  .pb-500 {
    padding-bottom: 350px;
  }
}

@media (max-width: 991.98px) {
  .pb-500 {
    padding-bottom: 250px;
  }
}

.mb-500 {
  margin-bottom: 500px;
}

@media (max-width: 1499.98px) {
  .mb-500 {
    margin-bottom: 350px;
  }
}

@media (max-width: 991.98px) {
  .mb-500 {
    margin-bottom: 250px;
  }
}

.pt-550 {
  padding-top: 550px;
}

@media (max-width: 1499.98px) {
  .pt-550 {
    padding-top: 385px;
  }
}

@media (max-width: 991.98px) {
  .pt-550 {
    padding-top: 275px;
  }
}

.mt-550 {
  margin-top: 550px;
}

@media (max-width: 1499.98px) {
  .mt-550 {
    margin-top: 385px;
  }
}

@media (max-width: 991.98px) {
  .mt-550 {
    margin-top: 275px;
  }
}

.pb-550 {
  padding-bottom: 550px;
}

@media (max-width: 1499.98px) {
  .pb-550 {
    padding-bottom: 385px;
  }
}

@media (max-width: 991.98px) {
  .pb-550 {
    padding-bottom: 275px;
  }
}

.mb-550 {
  margin-bottom: 550px;
}

@media (max-width: 1499.98px) {
  .mb-550 {
    margin-bottom: 385px;
  }
}

@media (max-width: 991.98px) {
  .mb-550 {
    margin-bottom: 275px;
  }
}

.pt-600 {
  padding-top: 600px;
}

@media (max-width: 1499.98px) {
  .pt-600 {
    padding-top: 420px;
  }
}

@media (max-width: 991.98px) {
  .pt-600 {
    padding-top: 300px;
  }
}

.mt-600 {
  margin-top: 600px;
}

@media (max-width: 1499.98px) {
  .mt-600 {
    margin-top: 420px;
  }
}

@media (max-width: 991.98px) {
  .mt-600 {
    margin-top: 300px;
  }
}

.pb-600 {
  padding-bottom: 600px;
}

@media (max-width: 1499.98px) {
  .pb-600 {
    padding-bottom: 420px;
  }
}

@media (max-width: 991.98px) {
  .pb-600 {
    padding-bottom: 300px;
  }
}

.mb-600 {
  margin-bottom: 600px;
}

@media (max-width: 1499.98px) {
  .mb-600 {
    margin-bottom: 420px;
  }
}

@media (max-width: 991.98px) {
  .mb-600 {
    margin-bottom: 300px;
  }
}

.pt-650 {
  padding-top: 650px;
}

@media (max-width: 1499.98px) {
  .pt-650 {
    padding-top: 455px;
  }
}

@media (max-width: 991.98px) {
  .pt-650 {
    padding-top: 325px;
  }
}

.mt-650 {
  margin-top: 650px;
}

@media (max-width: 1499.98px) {
  .mt-650 {
    margin-top: 455px;
  }
}

@media (max-width: 991.98px) {
  .mt-650 {
    margin-top: 325px;
  }
}

.pb-650 {
  padding-bottom: 650px;
}

@media (max-width: 1499.98px) {
  .pb-650 {
    padding-bottom: 455px;
  }
}

@media (max-width: 991.98px) {
  .pb-650 {
    padding-bottom: 325px;
  }
}

.mb-650 {
  margin-bottom: 650px;
}

@media (max-width: 1499.98px) {
  .mb-650 {
    margin-bottom: 455px;
  }
}

@media (max-width: 991.98px) {
  .mb-650 {
    margin-bottom: 325px;
  }
}

.pt-700 {
  padding-top: 700px;
}

@media (max-width: 1499.98px) {
  .pt-700 {
    padding-top: 490px;
  }
}

@media (max-width: 991.98px) {
  .pt-700 {
    padding-top: 350px;
  }
}

.mt-700 {
  margin-top: 700px;
}

@media (max-width: 1499.98px) {
  .mt-700 {
    margin-top: 490px;
  }
}

@media (max-width: 991.98px) {
  .mt-700 {
    margin-top: 350px;
  }
}

.pb-700 {
  padding-bottom: 700px;
}

@media (max-width: 1499.98px) {
  .pb-700 {
    padding-bottom: 490px;
  }
}

@media (max-width: 991.98px) {
  .pb-700 {
    padding-bottom: 350px;
  }
}

.mb-700 {
  margin-bottom: 700px;
}

@media (max-width: 1499.98px) {
  .mb-700 {
    margin-bottom: 490px;
  }
}

@media (max-width: 991.98px) {
  .mb-700 {
    margin-bottom: 350px;
  }
}

.pt-750 {
  padding-top: 750px;
}

@media (max-width: 1499.98px) {
  .pt-750 {
    padding-top: 525px;
  }
}

@media (max-width: 991.98px) {
  .pt-750 {
    padding-top: 375px;
  }
}

.mt-750 {
  margin-top: 750px;
}

@media (max-width: 1499.98px) {
  .mt-750 {
    margin-top: 525px;
  }
}

@media (max-width: 991.98px) {
  .mt-750 {
    margin-top: 375px;
  }
}

.pb-750 {
  padding-bottom: 750px;
}

@media (max-width: 1499.98px) {
  .pb-750 {
    padding-bottom: 525px;
  }
}

@media (max-width: 991.98px) {
  .pb-750 {
    padding-bottom: 375px;
  }
}

.mb-750 {
  margin-bottom: 750px;
}

@media (max-width: 1499.98px) {
  .mb-750 {
    margin-bottom: 525px;
  }
}

@media (max-width: 991.98px) {
  .mb-750 {
    margin-bottom: 375px;
  }
}

.pt-800 {
  padding-top: 800px;
}

@media (max-width: 1499.98px) {
  .pt-800 {
    padding-top: 560px;
  }
}

@media (max-width: 991.98px) {
  .pt-800 {
    padding-top: 400px;
  }
}

.mt-800 {
  margin-top: 800px;
}

@media (max-width: 1499.98px) {
  .mt-800 {
    margin-top: 560px;
  }
}

@media (max-width: 991.98px) {
  .mt-800 {
    margin-top: 400px;
  }
}

.pb-800 {
  padding-bottom: 800px;
}

@media (max-width: 1499.98px) {
  .pb-800 {
    padding-bottom: 560px;
  }
}

@media (max-width: 991.98px) {
  .pb-800 {
    padding-bottom: 400px;
  }
}

.mb-800 {
  margin-bottom: 800px;
}

@media (max-width: 1499.98px) {
  .mb-800 {
    margin-bottom: 560px;
  }
}

@media (max-width: 991.98px) {
  .mb-800 {
    margin-bottom: 400px;
  }
}

.pt-850 {
  padding-top: 850px;
}

@media (max-width: 1499.98px) {
  .pt-850 {
    padding-top: 595px;
  }
}

@media (max-width: 991.98px) {
  .pt-850 {
    padding-top: 425px;
  }
}

.mt-850 {
  margin-top: 850px;
}

@media (max-width: 1499.98px) {
  .mt-850 {
    margin-top: 595px;
  }
}

@media (max-width: 991.98px) {
  .mt-850 {
    margin-top: 425px;
  }
}

.pb-850 {
  padding-bottom: 850px;
}

@media (max-width: 1499.98px) {
  .pb-850 {
    padding-bottom: 595px;
  }
}

@media (max-width: 991.98px) {
  .pb-850 {
    padding-bottom: 425px;
  }
}

.mb-850 {
  margin-bottom: 850px;
}

@media (max-width: 1499.98px) {
  .mb-850 {
    margin-bottom: 595px;
  }
}

@media (max-width: 991.98px) {
  .mb-850 {
    margin-bottom: 425px;
  }
}

.pt-900 {
  padding-top: 900px;
}

@media (max-width: 1499.98px) {
  .pt-900 {
    padding-top: 630px;
  }
}

@media (max-width: 991.98px) {
  .pt-900 {
    padding-top: 450px;
  }
}

.mt-900 {
  margin-top: 900px;
}

@media (max-width: 1499.98px) {
  .mt-900 {
    margin-top: 630px;
  }
}

@media (max-width: 991.98px) {
  .mt-900 {
    margin-top: 450px;
  }
}

.pb-900 {
  padding-bottom: 900px;
}

@media (max-width: 1499.98px) {
  .pb-900 {
    padding-bottom: 630px;
  }
}

@media (max-width: 991.98px) {
  .pb-900 {
    padding-bottom: 450px;
  }
}

.mb-900 {
  margin-bottom: 900px;
}

@media (max-width: 1499.98px) {
  .mb-900 {
    margin-bottom: 630px;
  }
}

@media (max-width: 991.98px) {
  .mb-900 {
    margin-bottom: 450px;
  }
}

.pt-950 {
  padding-top: 950px;
}

@media (max-width: 1499.98px) {
  .pt-950 {
    padding-top: 665px;
  }
}

@media (max-width: 991.98px) {
  .pt-950 {
    padding-top: 475px;
  }
}

.mt-950 {
  margin-top: 950px;
}

@media (max-width: 1499.98px) {
  .mt-950 {
    margin-top: 665px;
  }
}

@media (max-width: 991.98px) {
  .mt-950 {
    margin-top: 475px;
  }
}

.pb-950 {
  padding-bottom: 950px;
}

@media (max-width: 1499.98px) {
  .pb-950 {
    padding-bottom: 665px;
  }
}

@media (max-width: 991.98px) {
  .pb-950 {
    padding-bottom: 475px;
  }
}

.mb-950 {
  margin-bottom: 950px;
}

@media (max-width: 1499.98px) {
  .mb-950 {
    margin-bottom: 665px;
  }
}

@media (max-width: 991.98px) {
  .mb-950 {
    margin-bottom: 475px;
  }
}

.pt-1000 {
  padding-top: 1000px;
}

@media (max-width: 1499.98px) {
  .pt-1000 {
    padding-top: 700px;
  }
}

@media (max-width: 991.98px) {
  .pt-1000 {
    padding-top: 500px;
  }
}

.mt-1000 {
  margin-top: 1000px;
}

@media (max-width: 1499.98px) {
  .mt-1000 {
    margin-top: 700px;
  }
}

@media (max-width: 991.98px) {
  .mt-1000 {
    margin-top: 500px;
  }
}

.pb-1000 {
  padding-bottom: 1000px;
}

@media (max-width: 1499.98px) {
  .pb-1000 {
    padding-bottom: 700px;
  }
}

@media (max-width: 991.98px) {
  .pb-1000 {
    padding-bottom: 500px;
  }
}

.mb-1000 {
  margin-bottom: 1000px;
}

@media (max-width: 1499.98px) {
  .mb-1000 {
    margin-bottom: 700px;
  }
}

@media (max-width: 991.98px) {
  .mb-1000 {
    margin-bottom: 500px;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

::-moz-selection {
  background: #004489;
  color: #fff;
}

::selection {
  background: #004489;
  color: #fff;
}

.bg-color-blue {
  background-color: #004489;
}

.bg-color-red {
  background-color: #E20025;
}

.border-color-blue {
  border-color: #004489;
}

.border-color-red {
  border-color: #E20025;
}

.border-color-white {
  border-color: #FFFFFF;
}

.text-color-blue {
  color: #004489;
}

.text-color-red {
  color: #E20025;
}

.text-color-white {
  color: #FFFFFF;
}

@font-face {
  font-family: "Vinci Sans";
  font-weight: 400;
  src: url("../fonts/Vinci-Sans/Vinci-Sans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Vinci Sans";
  font-weight: 500;
  src: url("../fonts/Vinci-Sans/Vinci-Sans-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Vinci Sans";
  font-weight: 700;
  src: url("../fonts/Vinci-Sans/Vinci-Sans-Bold.otf") format("opentype");
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
  -ms-word-break: break-word;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 1499.98px) {
  body {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

a {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

a[href^=tel] {
  text-decoration: none;
}

.site-main a {
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-decoration: underline;
}

.site-main a:hover, .site-main a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.site-main a.nav-item {
  text-decoration: none;
}

.title, .btn a {
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-wrap: break-word;
}

.module-headline .title {
  font-size: 80px;
  font-size: 5rem;
  line-height: 82px;
  line-height: 5.125rem;
  text-transform: uppercase;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 500;
  color: #004489;
  margin-top: -10px;
}

@media (max-width: 1499.98px) {
  .module-headline .title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 62px;
    line-height: 3.875rem;
  }
}

@media (max-width: 991.98px) {
  .module-headline .title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .module-headline .title br {
    display: none;
  }
}

.module-subline .title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-transform: uppercase;
  letter-spacing: calculateRem(1.88px);
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
  color: #E20025;
  margin-bottom: 0px;
}

@media (max-width: 1499.98px) {
  .module-subline .title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .module-subline .title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .module-subline .title br {
    display: none;
  }
}

.module-caption h1, .module-caption h2, .module-caption h3, .module-caption h4, .module-caption h5, .module-caption h6 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #004489;
}

.module-caption b, .module-caption strong {
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
}

.bg-color .module-headline .title {
  color: #FFFFFF;
}

.module-button .btn {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 1499.98px) {
  .module-button .btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    font-family: 'Vinci Sans';
    font-style: normal;
    font-weight: 400;
  }
}

@media (max-width: 991.98px) {
  .module-button .btn {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 13px;
    line-height: 0.8125rem;
    font-family: 'Vinci Sans';
    font-style: normal;
    font-weight: 400;
  }
}

.site-footer {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  background-color: #004489;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}

@media (max-width: 1499.98px) {
  .site-footer {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

@media (max-width: 991.98px) {
  .site-footer {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 15px;
    line-height: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.site-footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.site-footer .footer-text {
  letter-spacing: calculateRem(1.88px);
}

.site-footer .footer-text span {
  color: #E20025;
}

.site-footer .footer-menue .list-inline-item:not(:last-child) {
  margin-right: 0.625rem;
}

.site-footer .logo img {
  max-width: 100%;
}

.site-footer ul, .site-footer li {
  margin-bottom: 0;
}

.site-footer ul.social .list-inline-item:not(:last-child) {
  margin-right: 0.3125rem;
}

.site-footer ul.social .list-inline-item a {
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  display: inline-block;
}

@media (max-width: 1499.98px) {
  .site-footer ul.social .list-inline-item a {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .site-footer ul.social .list-inline-item a {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.site-footer ul.social .list-inline-item a img {
  width: 100%;
  height: auto;
}

.site-footer .module--bar {
  display: block !important;
}

.site-footer .module--bar img {
  width: 100%;
  max-width: 60px;
  height: auto;
}

@media (max-width: 991.98px) {
  .site-footer .row > div {
    margin: 15px 0;
  }
}

@media (max-width: 767.98px) {
  .site-footer .row > div {
    margin: 15px 0;
  }
}

@media (max-width: 575.98px) {
  .site-footer .row > div {
    margin: 15px 0;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
}

.site-header .navbar {
  display: block;
  padding: 0;
}

@media (max-width: 1499.98px) {
  .site-header .navbar {
    padding: 0 40px;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar {
    padding: 0 0px;
  }
}

.site-header.is--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.site-header .row.align-items-center {
  height: 165px;
}

@media (max-width: 1499.98px) {
  .site-header .row.align-items-center {
    height: 130px;
  }
}

@media (max-width: 991.98px) {
  .site-header .row.align-items-center {
    height: 96px;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand {
    margin-top: 1.25rem;
  }
}

.navbar-brand .logo {
  color: #004489;
}

.navbar-brand .logo img {
  width: 12.5rem;
  height: auto;
}

@media (max-width: 1499.98px) {
  .navbar-brand .logo img {
    width: 9.1875rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand .logo img {
    width: 6.25rem;
  }
}

.navbar-toggler {
  z-index: 10000;
  position: fixed;
  right: 30px;
  top: 19px;
  border: 0;
  width: auto;
  height: auto;
  padding: 18px;
}

.navbar-toggler .icon-bar {
  background-color: #004489;
  width: 33px;
  height: 3px;
  display: block;
  transition: all 0.2s ease-in-out;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-toggler .icon-bar.top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
  position: relative;
  left: 3px;
  top: 0;
}

.navbar-toggler .icon-bar.middle-bar {
  opacity: 0;
}

.navbar-toggler .icon-bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
  position: relative;
  left: 3px;
}

.navbar-toggler.collapsed .icon-bar.top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  left: 0;
  top: 0;
}

.navbar-toggler.collapsed .icon-bar.middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .icon-bar.bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  left: 0;
  top: 0;
}

#navbar-main .navbar-main--inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 991.98px) {
  #navbar-main .navbar-main--inner {
    border-top: 1px solid #004489;
    display: block;
    background-color: #FFFFFF;
    position: fixed;
    top: 96px;
    left: 0;
    padding: 20px 30px;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
  }
}

#navbar-main .navbar-nav .nav-item > a {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 500;
  color: #004489;
  text-decoration: none;
  padding: 67px 0;
}

@media (max-width: 1499.98px) {
  #navbar-main .navbar-nav .nav-item > a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (max-width: 1499.98px) {
  #navbar-main .navbar-nav .nav-item > a {
    padding: 54px 0;
  }
}

@media (max-width: 991.98px) {
  #navbar-main .navbar-nav .nav-item > a {
    padding: 5px 0;
  }
}

#navbar-main .navbar-nav .nav-item > a:hover {
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 700;
  color: #E20025;
}

#navbar-main .navbar-nav .nav-item > a:hover .arrow svg polygon {
  fill: #E20025;
}

#navbar-main .navbar-nav .nav-item.show > a {
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 700;
  color: #E20025;
}

#navbar-main .navbar-nav .nav-item.show > a .arrow svg polygon {
  fill: #E20025;
}

#navbar-main .navbar-nav .nav-item.meta a {
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
}

#navbar-main .navbar-nav .nav-item.meta a:hover {
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 500;
  color: #E20025;
}

#navbar-main .navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}

#navbar-main .navbar-nav .nav-item .dropdown-toggle:after {
  display: none;
}

#navbar-main .navbar-nav .nav-item .arrow {
  display: inline-block;
  width: 16px;
  margin-left: 10px;
}

@media (max-width: 1499.98px) {
  #navbar-main .navbar-nav .nav-item .arrow {
    width: 13px;
  }
}

#navbar-main .navbar-nav .nav-item .arrow svg {
  width: 100%;
}

#navbar-main .navbar-nav .nav-item .arrow svg polygon {
  transition: all 0.2s ease-in-out;
  fill: #004489;
}

#navbar-main .navbar-nav li.nav-item:not(:last-child) {
  margin-right: 50px;
}

@media (max-width: 1499.98px) {
  #navbar-main .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 991.98px) {
  #navbar-main .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  #navbar-main .navbar-nav li.nav-item:not(.show) {
    margin-bottom: 30px;
  }
}

#navbar-main .dropdown-menu {
  position: fixed;
  left: 0;
  top: 165px;
  width: 100%;
  height: auto;
  border: 0;
  background: transparent;
  border-top: 1px solid #004489;
  padding: 0;
  margin-top: 0;
}

@media (max-width: 1499.98px) {
  #navbar-main .dropdown-menu {
    top: 130px;
  }
}

@media (max-width: 991.98px) {
  #navbar-main .dropdown-menu {
    position: relative;
    top: auto;
    border-top: 0px;
    padding-top: 30px;
  }
}

#navbar-main .dropdown-menu .section-content {
  background-color: #FFF;
}

@media (max-width: 991.98px) {
  #navbar-main .dropdown-menu .section-content .section-content--inner {
    padding-left: 0;
    padding-right: 0;
  }
}

#navbar-main .dropdown-menu .section-content .container-fluid, #navbar-main .dropdown-menu .section-content .container-sm, #navbar-main .dropdown-menu .section-content .container-md, #navbar-main .dropdown-menu .section-content .container-lg, #navbar-main .dropdown-menu .section-content .container-xl {
  display: block;
}

#navbar-main .dropdown-menu h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
  color: #E20025;
  margin-top: 2.0625rem;
}

@media (max-width: 1499.98px) {
  #navbar-main .dropdown-menu h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-top: 0.625rem;
  }
}

@media (max-width: 991.98px) {
  #navbar-main .dropdown-menu h2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 25px;
    line-height: 1.5625rem;
    display: none;
  }
}

#navbar-main .dropdown-menu .module--bar.bar-red {
  margin-bottom: 55px;
}

#navbar-main .dropdown-menu .module.module--image .figure img {
  width: auto !important;
  height: 270px !important;
  position: relative;
  left: 0;
  right: 0;
  max-width: none !important;
}

@media (max-width: 991.98px) {
  #navbar-main .dropdown-menu .module.module--image .figure img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 767.98px) {
  #navbar-main .dropdown-menu .module.module--image {
    display: none;
  }
}

#navbar-main .dropdown-menu ul, #navbar-main .dropdown-menu li {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}

#navbar-main .dropdown-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

#navbar-main .dropdown-menu ul li {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 50px;
}

@media (max-width: 1499.98px) {
  #navbar-main .dropdown-menu ul li {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

#navbar-main .dropdown-menu ul li a {
  display: block;
  text-align: center;
  border: 1px solid #E20025;
}

#navbar-main .dropdown-menu ul li a .arrow {
  width: 10px !important;
}

@media (max-width: 1499.98px) {
  #navbar-main .dropdown-menu ul li a .arrow {
    width: 6px !important;
  }
}

#navbar-main .dropdown-menu ul li a:hover {
  background: #E20025;
  border: 1px solid #E20025;
  color: #FFFFFF;
}

#navbar-main .dropdown-menu ul li a:hover .arrow svg polygon {
  fill: #FFFFFF;
}

#navbar-main .dropdown-menu .list-inline-item {
  display: inline-block;
}

@media (max-width: 767.98px) {
  #navbar-main .dropdown-menu .list-inline-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

body .filler {
  opacity: 0.75;
  background-color: #004489;
  content: "";
  display: none !important;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -10;
  top: 165px;
}

@media (max-width: 1499.98px) {
  body .filler {
    top: 130px;
  }
}

@media (max-width: 991.98px) {
  body .filler {
    top: 96px;
  }
}

body #navbar-main > .filler {
  display: none;
}

body.is--menu-open {
  overflow: hidden;
  padding-right: 17px;
}

.module--bar {
  height: auto;
  display: inline-block;
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.module--bar picture {
  display: inline-block;
  width: 100%;
}

.module--bar img {
  margin: 0 0;
  padding: 0 0;
  height: auto;
  max-width: 100%;
  height: auto;
}

.module--bar.bar-red path {
  fill: #E20025;
}

.module--bar.bar-blue path {
  fill: #004489;
}

.module--bar.bar-white path {
  fill: #FFFFFF;
}

@media (max-width: 991.98px) {
  .module--bar {
    display: none;
  }
  .module--bar.mobile--block {
    display: block;
  }
  .module--bar.mobile--block img {
    width: 100%;
    height: auto;
  }
  .module--bar.mobile--block.mb-16 {
    margin-bottom: 16px;
  }
}

.module--bar + .module--bar:not([class*='pt-']) {
  padding-top: 27px;
}

.module-button .btn {
  border: 0;
  padding: 0;
  box-shadow: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 15px 5px 12px 5px;
  display: block;
}

.module-button .btn.btn--default {
  background: transparent;
  border: 1px solid #E20025;
  color: #004489;
}

.module-button .btn.btn--default .arrow svg polygon {
  fill: #004489;
}

.module-button .btn.btn--default:hover {
  background: #E20025;
  border: 1px solid #E20025;
  color: #FFFFFF;
}

.module-button .btn.btn--default:hover .arrow svg polygon {
  fill: #FFFFFF;
}

.module-button .btn.btn--primary {
  background: transparent;
  border: 1px solid #E20025;
  color: #FFFFFF;
}

.module-button .btn.btn--primary .arrow svg polygon {
  fill: #FFFFFF;
}

.module-button .btn.btn--primary:hover {
  background: #E20025;
  border: 1px solid #E20025;
  color: #FFFFFF;
}

.module-button .btn.btn--primary:hover .arrow svg polygon {
  fill: #FFFFFF;
}

.module-button .btn.btn--secondary {
  background: transparent;
  border: 1px solid #004489;
  color: #FFFFFF;
}

.module-button .btn.btn--secondary .arrow svg polygon {
  fill: #FFFFFF;
}

.module-button .btn.btn--secondary:hover {
  background: #004489;
  border: 1px solid #004489;
  color: #FFFFFF;
}

.module-button .btn.btn--secondary:hover .arrow svg polygon {
  fill: #FFFFFF;
}

.module-button .arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1499.98px) {
  .module-button .arrow {
    width: 6px;
  }
}

.module-button .arrow svg {
  width: 100%;
}

.module-button .arrow svg polygon {
  transition: all 0.2s ease-in-out;
}

.carousel.references a.carousel-control-prev,
.carousel.references a.carousel-control-next {
  position: absolute;
}

.carousel.references .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjMGQ0Njg1OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjEwIiByeT0iMTAiLz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNS40OCA5Ljk4IDUuNDkgMTAgNS40OCAxMC4wMSAxMS43NyAxNi4yOSAxMy4wOCAxNC45NyA4LjEgMTAgMTMuMDggNS4wMiAxMS43NyAzLjcgNS40OCA5Ljk4Ii8+Cjwvc3ZnPg==");
}

.carousel.references .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjMGQ0Njg1OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjEwIiByeT0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwIDIwKSByb3RhdGUoLTE4MCkiLz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTQuNTIgMTAuMDIgMTQuNTEgMTAgMTQuNTIgOS45OSA4LjIzIDMuNzEgNi45MiA1LjAzIDExLjkgMTAgNi45MiAxNC45OCA4LjIzIDE2LjMgMTQuNTIgMTAuMDIiLz4KPC9zdmc+");
}

.module--contact .module--image .figure img {
  width: 32%;
  height: auto;
}

@media (max-width: 991.98px) {
  .module--contact .module--image .figure img {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .module--contact .module--image .figure img {
    width: 60%;
  }
}

.module--contact .module--text .module-caption {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
}

.module--contact .module--text .module-caption h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 700;
  color: #E20025;
}

.module--contact .module--text .module-caption p + p {
  margin-top: 30px;
}

#CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay * {
  font-size: 18px !important;
  line-height: 22px !important;
  font-family: Vinci Sans !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

#CybotCookiebotDialog h2 {
  font-weight: 500 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  font-weight: 500 !important;
  text-transform: uppercase;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-color: #004489 !important;
  color: #004489 !important;
  font-weight: 500 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #004489 !important;
}

#CybotCookiebotDialog label, #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonDescription {
  font-weight: 500 !important;
}

span.CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #004489 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #004489 !important;
  border-color: #004489 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: #004489 !important;
  color: #004489 !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab {
  color: #004489 !important;
  font-weight: 500 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #004489 !important;
  color: #004489 !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: #FFF !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #004489 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #004489 !important;
}

.module--fullwidthteaser .module--image {
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  height: 100%;
}

.module--fullwidthteaser .module--image .figure {
  position: relative;
  width: 100%;
  height: 100%;
  background: #004489;
}

.module--fullwidthteaser .module--image .figure img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.module--fullwidthteaser .module--text .module-subline {
  margin-top: 70px;
}

.module--fullwidthteaser .module--text .module-subline .title, .module--fullwidthteaser .module--text .module-subline .title a {
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .module--fullwidthteaser .module--text .module-subline {
    margin-top: 0px;
  }
}

.module--fullwidthteaser .module--text .module-button {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .module--fullwidthteaser .module--text .module-button {
    margin-top: 0px;
  }
}

.module--fullwidthteaser .module--bar.bar-white {
  margin-top: 108px;
}

.module--fullwidthteaser .content-inner {
  -ms-flex: 0 0 79.77788%;
      flex: 0 0 79.77788%;
  max-width: 79.77788%;
  margin: 0 auto;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .module--fullwidthteaser .content-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.module--fullwidthteaser .module-fullwidthteaser {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.module--fullwidthteaser .module-fullwidthteaser:hover .module--image .figure img {
  opacity: 0.15;
}

.module--fullwidthteaser .module-fullwidthteaser:hover .content-inner {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .module--fullwidthteaser .module-fullwidthteaser .module--image .figure img {
    opacity: 0.15;
  }
  .module--fullwidthteaser .module-fullwidthteaser .content-inner {
    opacity: 1;
  }
}

.module--fullwidthteaser + .module--fullwidthteaser {
  margin-top: 16px;
}

.module--headerteaser {
  border-top: 1px solid #004489;
  border-bottom: 1px solid #004489;
}

.module--headerteaser .content--image {
  position: absolute;
  top: 0;
  left: 0;
}

.module--headerteaser .content--image div {
  height: 100%;
}

@media (max-width: 991.98px) {
  .module--headerteaser .content--image {
    position: relative;
  }
  .module--headerteaser .content--image div {
    height: auto;
  }
}

.module--headerteaser .module--image {
  position: relative;
  width: 100%;
  height: 100%;
}

.module--headerteaser .module--image .figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.module--headerteaser .module--image .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .module--headerteaser .module--text {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1499.98px) {
  .module--headerteaser .module--text .module-headline .title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 41px;
    line-height: 2.5625rem;
  }
}

@media (max-width: 991.98px) {
  .module--headerteaser .module--text .module-headline .title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

@media (max-width: 1499.98px) {
  .module--headerteaser .module--text .module-subline .title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

@media (max-width: 991.98px) {
  .module--headerteaser .module--text .module-subline .title {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

@media (max-width: 991.98px) {
  .module--headerteaser .module--text .module-caption {
    display: none;
  }
}

.module--headerteaser.bg-color * {
  color: #FFFFFF !important;
}

.module--history .module-headline .title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-transform: uppercase;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
  color: #E20025;
  margin-top: 0;
}

.module--iconteaser {
  border: 1px solid #E20025;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 16px;
}

.module--iconteaser:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.module--iconteaser .content-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.module--iconteaser .module--image {
  position: relative;
  width: 100%;
  height: 100%;
}

.module--iconteaser .module--image .figure {
  position: relative;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: auto;
}

.module--iconteaser .module--image .figure img {
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.module--iconteaser .module--image .figure.off {
  opacity: 1;
}

.module--iconteaser .module--image .figure.hover {
  opacity: 0;
}

.module--iconteaser .module--text {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
}

.module--iconteaser .module--text .module-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.module--iconteaser .module--text a {
  width: 100%;
  height: 100%;
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 1499.98px) {
  .module--iconteaser .module--text a {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}

@media (max-width: 991.98px) {
  .module--iconteaser .module--text a {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}

.module--iconteaser .module--text a span.title {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

.module--iconteaser .module--text .arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1499.98px) {
  .module--iconteaser .module--text .arrow {
    width: 6px;
  }
}

.module--iconteaser .module--text .arrow svg {
  width: 100%;
}

.module--iconteaser .module--text .arrow svg polygon {
  transition: all 0.2s ease-in-out;
  fill: #FFFFFF;
}

.module--iconteaser:hover {
  background-color: #E20025;
}

.module--iconteaser:hover .module--image .figure.off {
  opacity: 0;
}

.module--iconteaser:hover .module--image .figure.hover {
  opacity: 1;
}

.cols-4 .col {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 991.98px) {
  .cols-4 .col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

.cols-5 .col {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 991.98px) {
  .cols-5 .col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

.module--image .figure, .module--image picture {
  margin: 0 0;
  width: 100%;
  display: inline-block;
}

.module--image .figure img, .module--image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.module--image picture {
  position: relative;
  width: 100%;
  height: 100%;
}

.module--image.bg--image {
  width: 100%;
  height: auto;
  position: absolute;
}

.module--jobs .module-caption h1, .module--jobs .module-caption h2, .module--jobs .module-caption h3, .module--jobs .module-caption h4, .module--jobs .module-caption h5, .module--jobs .module-caption h6 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #004489;
}

.module--jobs .jobs-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.module--jobs .jobs-contact .module--image {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%;
  padding-top: 8px;
}

.module--jobs .jobs-contact .module--image .figure {
  padding-right: 16px;
}

.module--jobs .jobs-contact .module--text {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.site-main .module--jobs:nth-child(even) .module--bar {
  display: block;
}

@media (max-width: 991.98px) {
  .site-main .module--jobs:nth-child(even) .module--bar {
    display: none;
  }
}

.site-main .module--jobs:nth-child(odd) .module--bar {
  display: none;
}

@media (max-width: 991.98px) {
  .site-main .module--jobs:nth-child(odd) .module--bar {
    display: none;
  }
}

.module--lightbox-gallery {
  position: relative;
}

.module--lightbox-gallery .gallery--inner .col {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 991.98px) {
  .module--lightbox-gallery .gallery--inner .col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

.module--lightbox-gallery .gallery--inner .col a {
  display: block;
  border: 1px solid #707070;
  max-width: 15.3125rem;
}

@media (max-width: 991.98px) {
  .module--lightbox-gallery .gallery--inner .col a {
    max-width: 100%;
  }
}

.lightboxOverlay {
  background-color: #FFF;
  opacity: .92;
}

#lightbox .lb-nav--x .lb-prev, #lightbox .lb-nav--x .lb-next {
  background: transparent;
  width: 20%;
  height: 100%;
}

#lightbox .lb-nav--x .lb-prev:after, #lightbox .lb-nav--x .lb-next:after {
  display: block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
}

#lightbox .lb-nav--x .lb-prev:after {
  left: 20px;
  right: auto;
  background-size: 20px 20px;
  background-position: center left;
  background-repeat: no-repeat;
}

#lightbox .lb-nav--x .lb-next:after {
  left: auto;
  right: 20px;
  background-size: 20px 20px;
  background-position: center right;
  background-repeat: no-repeat;
}

#lightbox .lb-details {
  display: none;
}

.module--pageheader {
  border-top: 1px solid #004489;
}

.module--pageheader .module--text .module-subline .title {
  color: #FFFFFF;
}

.module--referenzen {
  position: relative;
  overflow: visible !important;
}

@media (max-width: 991.98px) {
  .module--referenzen .module--image.bg--image {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .module--image:not(.module--referenzen.bg--image) {
    padding-bottom: 0px;
  }
}

.module--referenzen .module--text .module-caption h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  color: #000000;
}

.module--referenzen .module--text .module-caption p + h2 {
  margin-top: 30px;
}

.module--referenzen .module--text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.module--referenzen .module--text ul li {
  position: relative;
}

@media (max-width: 991.98px) {
  .module--referenzen .module--text ul li {
    padding-left: 20px;
  }
}

.module--referenzen .module--text ul li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: -20px;
}

@media (max-width: 991.98px) {
  .module--referenzen .module--text ul li:before {
    left: 0px;
  }
}

.module--referenzen .module--text ul li + li {
  margin-top: 30px;
}

.module--referenzen .module--bar.bar-red {
  width: 38.57999%;
}

.module--team .module--image .figure {
  border-radius: 50%;
  overflow: hidden;
}

.module--team .module--text .module-caption {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
}

.module--team .module--text .module-caption h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  color: #000000;
}

.module--team .module--text .module-caption h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000000;
}

.module--team .module--text .module-caption h2 + p,
.module--team .module--text .module-caption h3 + p {
  margin-top: 30px;
}

.module--team .module--bar {
  display: none;
}

.module--team .module--bar.bar-blue {
  margin-left: -16px;
}

.site-main .module--team:nth-child(even) .module--bar.bar-red {
  display: block;
}

@media (max-width: 991.98px) {
  .site-main .module--team:nth-child(even) .module--bar.bar-red {
    display: none;
  }
}

.site-main .module--team:nth-child(odd) .module--bar.bar-blue {
  display: block;
}

@media (max-width: 991.98px) {
  .site-main .module--team:nth-child(odd) .module--bar.bar-blue {
    display: none;
  }
}

.module--text {
  z-index: 100;
}

.scroll-to-top {
  opacity: 0;
  text-decoration: none;
  position: fixed;
  bottom: 11.25rem;
  right: 3.125rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 40px;
  background-color: #FFF;
  z-index: 9999;
  outline: 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 991.98px) {
  .scroll-to-top {
    right: 1.875rem;
    bottom: 9.375rem;
  }
}

.scroll-to-top .arrow {
  display: inline-block;
  width: 16px;
}

.scroll-to-top .arrow svg {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.scroll-to-top .arrow svg polygon {
  fill: #004489;
  transition: all 0.2s ease-in-out;
}

.scroll-to-top.is--visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.scroll-to-top:hover {
  opacity: 0.7;
}

.custom-checkbox {
  padding-left: 0;
}

.custom-checkbox > .checkbox {
  width: 100%;
  padding-left: 5rem;
}

.custom-checkbox .custom-control-label::before {
  top: .65rem;
  left: -5rem;
  width: 3.625rem;
  height: 3.375rem;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #E20025;
  background-color: transparent;
}

.custom-checkbox .custom-control-label::after {
  top: .65rem;
  left: -5rem;
  width: 3.625rem;
  height: 3.375rem;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #E20025;
}

.custom-checkbox label {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  min-height: 1.75rem;
  padding: 0.5rem 0 0.25rem 0;
}

.custom-checkbox p {
  margin-bottom: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #E20025;
}

.powermail_fieldwrap_datenschutz .custom-checkbox.custom-control {
  min-height: auto;
}

.powermail_fieldwrap_datenschutz .custom-checkbox > .checkbox {
  border-top: 0;
  padding-top: 1.6875rem;
  padding-bottom: 0;
}

.powermail_fieldwrap_datenschutz .custom-checkbox > .checkbox label {
  min-height: auto;
  padding-bottom: 1.625rem;
}

.powermail_fieldwrap_datenschutz .custom-checkbox .custom-control-label::before {
  top: 0rem;
}

.powermail_fieldwrap_datenschutz .custom-checkbox .custom-control-label::after {
  top: 0rem;
}

.powermail_fieldwrap_datenschutz .custom-checkbox label {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  min-height: 1.75rem;
  margin-top: 0;
  padding: 0 0;
}

.powermail_fieldwrap_datenschutz .custom-checkbox label a {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 500;
  color: #E20025;
}

.section-content.form-content {
  overflow: visible;
}

.tx-powermail {
  overflow: visible;
}

.tx-powermail .powermail_fieldwrap_type_html p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.tx-powermail .parsley-errors-list,
.tx-powermail .powermail-errors-list {
  display: none;
}

.tx-powermail .powermail_fieldwrap input,
.tx-powermail .powermail_fieldwrap textarea {
  margin-bottom: 16px;
}

.form-control, .powermail_input, .powermail_textarea {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 54px;
  line-height: 3.375rem;
  font-family: 'Vinci Sans';
  font-style: normal;
  font-weight: 400;
  height: 3.375rem;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: calculateRem(1.88px);
  color: #004489 !important;
  border: 1px solid #E20025;
  background: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: .375rem .75rem;
}

.form-control::-webkit-input-placeholder, .powermail_input::-webkit-input-placeholder, .powermail_textarea::-webkit-input-placeholder {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 54px;
  line-height: 3.375rem;
  height: 3.375rem;
  color: #004489;
  opacity: 1;
}

.form-control::-moz-placeholder, .powermail_input::-moz-placeholder, .powermail_textarea::-moz-placeholder {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 54px;
  line-height: 3.375rem;
  height: 3.375rem;
  color: #004489;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .powermail_input:-ms-input-placeholder, .powermail_textarea:-ms-input-placeholder {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 54px;
  line-height: 3.375rem;
  height: 3.375rem;
  color: #004489;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .powermail_input::-ms-input-placeholder, .powermail_textarea::-ms-input-placeholder {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 54px;
  line-height: 3.375rem;
  height: 3.375rem;
  color: #004489;
  opacity: 1;
}

.form-control::placeholder, .powermail_input::placeholder, .powermail_textarea::placeholder {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 54px;
  line-height: 3.375rem;
  height: 3.375rem;
  color: #004489;
  opacity: 1;
}

.form-control.parsley-error, .powermail_input.parsley-error, .powermail_textarea.parsley-error,
.form-control.powermail_field_error, .powermail_input.powermail_field_error, .powermail_textareapowermail_field_error {
  color: #E20025;
}

.form-control.parsley-error::-webkit-input-placeholder, .powermail_input.parsley-error::-webkit-input-placeholder, .powermail_textarea.parsley-error::-webkit-input-placeholder,
.form-control.powermail_field_error::-webkit-input-placeholder, .powermail_input.powermail_field_error::-webkit-input-placeholder, .powermail_textarea.powermail_field_error::-webkit-input-placeholder {
  color: #E20025;
}

.form-control.parsley-error::-moz-placeholder, .powermail_input.parsley-error::-moz-placeholder, .powermail_textarea.parsley-error::-moz-placeholder,
.form-control.powermail_field_error::-moz-placeholder, .powermail_input.powermail_field_error::-moz-placeholder, .powermail_textarea.powermail_field_error::-moz-placeholder {
  color: #E20025;
}

.form-control.parsley-error:-ms-input-placeholder, .powermail_input.parsley-error:-ms-input-placeholder, .powermail_textarea.parsley-error:-ms-input-placeholder,
.form-control.powermail_field_error:-ms-input-placeholder, .powermail_input.powermail_field_error:-ms-input-placeholder, .powermail_textarea.powermail_field_error:-ms-input-placeholder {
  color: #E20025;
}

.form-control.parsley-error::-ms-input-placeholder, .powermail_input.parsley-error::-ms-input-placeholder, .powermail_textarea.parsley-error::-ms-input-placeholder,
.form-control.powermail_field_error::-ms-input-placeholder, .powermail_input.powermail_field_error::-ms-input-placeholder, .powermail_textarea.powermail_field_error::-ms-input-placeholder {
  color: #E20025;
}

.form-control.parsley-error::placeholder, .powermail_input.parsley-error::placeholder, .powermail_textarea.parsley-error::placeholder,
.form-control.powermail_field_error::placeholder, .powermail_input.powermail_field_error::placeholder, .powermail_textarea.powermail_field_error::placeholder {
  color: #E20025;
}

.form-control:focus, .powermail_input:focus, .powermail_textarea:focus {
  opacity: 1 !important;
  border: 1px solid #004489;
}

.powermail_textarea {
  padding-top: 14px;
  line-height: 25px;
  line-height: 1.5625rem;
}

.powermail_textarea::-webkit-input-placeholder {
  line-height: 25px;
  line-height: 1.5625rem;
}

.powermail_textarea::-moz-placeholder {
  line-height: 25px;
  line-height: 1.5625rem;
}

.powermail_textarea:-ms-input-placeholder {
  line-height: 25px;
  line-height: 1.5625rem;
}

.powermail_textarea::-ms-input-placeholder {
  line-height: 25px;
  line-height: 1.5625rem;
}

.powermail_textarea::placeholder {
  line-height: 25px;
  line-height: 1.5625rem;
}

.powermail_textarea, textarea.form-control {
  height: 10rem;
  resize: none;
}

.powermail_fieldwrap:not(.powermail_fieldwrap_type_check) label,
label.powermail_label {
  display: none;
}

.btn-submit {
  margin-top: 1.875rem;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 54px;
  line-height: 3.375rem;
  height: 3.375rem;
  text-transform: uppercase;
  letter-spacing: calculateRem(1.88px);
  color: #FFFFFF;
  border: 1px solid #004489;
  width: 100%;
  background: #004489;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.btn-submit:hover {
  transition: all 0.4s ease-in-out;
}

.form-control.parsley-error, .powermail_input.parsley-error, .powermail_textarea.parsley-error,
.form-control.powermail_field_error, .powermail_input.powermail_field_error, .powermail_textarea.powermail_field_error {
  z-index: 10000;
  position: relative;
  border-color: #E20025;
  color: #E20025;
}

.form-control.parsley-error::-webkit-input-placeholder, .powermail_input.parsley-error::-webkit-input-placeholder, .powermail_textarea.parsley-error::-webkit-input-placeholder,
.form-control.powermail_field_error::-webkit-input-placeholder, .powermail_input.powermail_field_error::-webkit-input-placeholder, .powermail_textarea.powermail_field_error::-webkit-input-placeholder {
  color: #E20025;
}

.form-control.parsley-error::-moz-placeholder, .powermail_input.parsley-error::-moz-placeholder, .powermail_textarea.parsley-error::-moz-placeholder,
.form-control.powermail_field_error::-moz-placeholder, .powermail_input.powermail_field_error::-moz-placeholder, .powermail_textarea.powermail_field_error::-moz-placeholder {
    color: #E20025;
}

.form-control.parsley-error:-ms-input-placeholder, .powermail_input.parsley-error:-ms-input-placeholder, .powermail_textarea.parsley-error:-ms-input-placeholder,
.form-control.powermail_field_error:-ms-input-placeholder, .powermail_input.powermail_field_error:-ms-input-placeholder, .powermail_textarea.powermail_field_error:-ms-input-placeholder {
  color: #E20025;
}

.form-control.parsley-error::-ms-input-placeholder, .powermail_input.parsley-error::-ms-input-placeholder, .powermail_textarea.parsley-error::-ms-input-placeholder,
.form-control.powermail_field_error::-ms-input-placeholder, .powermail_input.powermail_field_error::-ms-input-placeholder, .powermail_textarea.powermail_field_error::-ms-input-placeholder {
  color: #E20025;
}

.form-control.parsley-error::placeholder, .powermail_input.parsley-error::placeholder, .powermail_textarea.parsley-error::placeholder,
.form-control.powermail_field_error::placeholder, .powermail_input.powermail_field_error::placeholder, .powermail_textarea.powermail_field_error::placeholder {
  color: #E20025;
}

.checkbox.parsley-error .custom-control-label *,
.checkbox.powermail_field_error .custom-control-label * {
  color: #E20025;
}

.checkbox.parsley-error .custom-control-label:before,
.checkbox.powermail_field_error .custom-control-label:before {
  border-color: #E20025;
}

.powermail_message_error {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}

.powermail_message_error li {
  color: #E20025;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
