html .social\.link.\--inverse .icn-facebook,
html .social\.link.\--inverse .icn-facebook-f,
html .social\.link.\--inverse .icn-facebook-official,
html .social\.link.\--inverse .icn-facebook-square {
  color: #4c79bd;
}

html .social\.link.\--inverse:hover .icn-facebook,
html .social\.link.\--inverse:hover .icn-facebook-f,
html .social\.link.\--inverse:hover .icn-facebook-official,
html .social\.link.\--inverse:hover .icn-facebook-square {
  color: #5f87c4;
}

.social\.link .icn-facebook,
.social\.link .icn-facebook-f,
.social\.link .icn-facebook-official,
.social\.link .icn-facebook-square {
  background-color: #4c79bd;
}

.social\.link:hover .icn-facebook,
.social\.link:hover .icn-facebook-f,
.social\.link:hover .icn-facebook-official,
.social\.link:hover .icn-facebook-square {
  background-color: #5f87c4;
}

html .social\.link.\--inverse .icn-twitter,
html .social\.link.\--inverse .icn-twitter-square {
  color: #56ccf1;
}

html .social\.link.\--inverse:hover .icn-twitter,
html .social\.link.\--inverse:hover .icn-twitter-square {
  color: #6ed3f3;
}

.social\.link .icn-twitter,
.social\.link .icn-twitter-square {
  background-color: #56ccf1;
}

.social\.link:hover .icn-twitter,
.social\.link:hover .icn-twitter-square {
  background-color: #6ed3f3;
}

html .social\.link.\--inverse .icn-linkedin,
html .social\.link.\--inverse .icn-linkedin-square {
  color: #8bc9dd;
}

html .social\.link.\--inverse:hover .icn-linkedin,
html .social\.link.\--inverse:hover .icn-linkedin-square {
  color: #9fd2e3;
}

.social\.link .icn-linkedin,
.social\.link .icn-linkedin-square {
  background-color: #8bc9dd;
}

.social\.link:hover .icn-linkedin,
.social\.link:hover .icn-linkedin-square {
  background-color: #9fd2e3;
}

html .social\.link.\--inverse .icn-instagram {
  color: #c7c5b3;
}

html .social\.link.\--inverse:hover .icn-instagram {
  color: #d2d0c2;
}

.social\.link .icn-instagram {
  background-color: #c7c5b3;
}

.social\.link:hover .icn-instagram {
  background-color: #d2d0c2;
}

html .social\.link.\--inverse .icn-google-plus,
html .social\.link.\--inverse .icn-google-plus-official,
html .social\.link.\--inverse .icn-google-plus-square {
  color: #e04334;
}

html .social\.link.\--inverse:hover .icn-google-plus,
html .social\.link.\--inverse:hover .icn-google-plus-official,
html .social\.link.\--inverse:hover .icn-google-plus-square {
  color: #e3574a;
}

.social\.link .icn-google-plus,
.social\.link .icn-google-plus-official,
.social\.link .icn-google-plus-square {
  background-color: #e04334;
}

.social\.link:hover .icn-google-plus,
.social\.link:hover .icn-google-plus-official,
.social\.link:hover .icn-google-plus-square {
  background-color: #e3574a;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    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;
  }

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: "Museo Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
  text-align: left;
  background-color: #222;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
  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;
}

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

dfn {
  font-style: italic;
}

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: #de105e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #ee196a;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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-cancel-button,
[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;
}

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: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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: 5px;
}

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #222;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
}

@media (min-width: 496px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 784px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1040px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1296px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1382px) {
  .container {
    max-width: 1366px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters,
html .row.\--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
html .row.\--no-gutters > .col,
.no-gutters > [class*="col-"],
html .row.\--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-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-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%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 496px) {
  .col-xs {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 784px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1040px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1296px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1382px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #222;
}

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

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #a4cce7;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

.table .thead-dark th {
  color: #222;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #222;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 495px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xs.table-bordered {
    border: 0;
  }
}

@media (max-width: 783px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm.table-bordered {
    border: 0;
  }
}

@media (max-width: 1039px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md.table-bordered {
    border: 0;
  }
}

@media (max-width: 1295px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg.table-bordered {
    border: 0;
  }
}

@media (max-width: 1381px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control,
.checkbox-group {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #495057;
  background-color: #f2f6fd;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand,
.checkbox-group::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.checkbox-group:focus {
  color: #495057;
  background-color: #f2f6fd;
  border-color: #006fbb;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.25);
}

.form-control::-webkit-input-placeholder,
.checkbox-group::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.checkbox-group:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.checkbox-group::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder,
.checkbox-group::placeholder {
  color: #868e96;
  opacity: 1;
}

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

select.form-control:not([size]):not([multiple]),
select.checkbox-group:not([size]):not([multiple]) {
  height: calc(2.15rem + 2px);
}

select.form-control:focus::-ms-value,
select.checkbox-group:focus::-ms-value {
  color: #495057;
  background-color: #f2f6fd;
}

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

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

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

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.4;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.checkbox-group,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.checkbox-group,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.checkbox-group:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.checkbox-group:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.was-validated .checkbox-group:valid,
.form-control.is-valid,
.is-valid.checkbox-group,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.was-validated .checkbox-group:valid:focus,
.form-control.is-valid:focus,
.is-valid.checkbox-group:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .checkbox-group:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .checkbox-group:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.is-valid.checkbox-group ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.is-valid.checkbox-group ~ .valid-tooltip,
.was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-file-input:valid ~ .custom-file-control::before,
.custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

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

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.was-validated .checkbox-group:invalid,
.form-control.is-invalid,
.is-invalid.checkbox-group,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.was-validated .checkbox-group:invalid:focus,
.form-control.is-invalid:focus,
.is-invalid.checkbox-group:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .checkbox-group:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .checkbox-group:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.is-invalid.checkbox-group ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.checkbox-group ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-file-input:invalid ~ .custom-file-control::before,
.custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

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

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 784px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .form-inline .checkbox-group {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #006fbb;
  border-color: #006fbb;
}

.btn-primary:hover {
  color: #fff;
  background-color: #005895;
  border-color: #005188;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #006fbb;
  border-color: #006fbb;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005188;
  border-color: #00497b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #006fbb;
  background-color: transparent;
  background-image: none;
  border-color: #006fbb;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #006fbb;
  border-color: #006fbb;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #006fbb;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #006fbb;
  border-color: #006fbb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 187, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

.btn-link {
  font-weight: 400;
  color: #de105e;
  background-color: transparent;
}

.btn-link:hover {
  color: #ee196a;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #868e96;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.42s ease-in-out;
  transition: height 0.42s ease-in-out;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.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: none;
  border: 0;
}

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

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  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: #868e96;
  white-space: nowrap;
}

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

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

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

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn + .dropdown-toggle-split::after {
  margin-left: 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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.input-group .form-control,
.input-group .checkbox-group {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .checkbox-group:focus,
.input-group .form-control:active,
.input-group .checkbox-group:active,
.input-group .form-control:hover,
.input-group .checkbox-group:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .checkbox-group:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group .checkbox-group:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group .checkbox-group:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child),
.checkbox-group + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

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

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.4rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #04b4b1;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #04b4b1, 0 0 0 0.2rem rgba(4, 180, 177, 0.5);
  box-shadow: 0 0 0 1px #04b4b1, 0 0 0 0.2rem rgba(4, 180, 177, 0.5);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #0bfaf6;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f6fd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #006fbb;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.15rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  vertical-align: middle;
  background: #f2f6fd url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #006fbb;
  outline: none;
}

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

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

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

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.15rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #006fbb;
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #006fbb;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.15rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f6fd;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.15rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

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

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

.nav-link.disabled {
  color: #868e96;
}

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

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #222;
  border-color: #ddd #ddd #222;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

@media (max-width: 495px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 496px) {
  .navbar-expand-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .navbar-expand-xs .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

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

  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

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

  .navbar-expand-xs .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 784px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

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

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

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

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

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 1040px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

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

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

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

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

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 1296px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

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

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

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

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

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 1382px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

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

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

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

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

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

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

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

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

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

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 1rem;
}

@media (min-width: 784px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 784px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}

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

@media (min-width: 784px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #006fbb;
  border-color: #006fbb;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #de105e;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #ee196a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #006fbb;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #005188;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 784px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  opacity: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.alert.alert-visible {
  opacity: 1;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
  line-height: 1rem;
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.alert-dismissible .close .icn,
.alert-dismissible .close .job\.downloads\.item:before,
.alert-dismissible .close html .nav.\--default .nav\.item:after,
html .nav.\--default .alert-dismissible .close .nav\.item:after,
.alert-dismissible .close html .nav.\--sidebar .nav\.item:after,
html .nav.\--sidebar .alert-dismissible .close .nav\.item:after,
.alert-dismissible .close html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
html .nav.\--btns .alert-dismissible .close .nav\.item.\--has-children > .nav\.item\.content:after,
.alert-dismissible .close .sorting\.item:before,
.alert-dismissible .close .featured\.job:before,
.alert-dismissible .close .featured\.job:after,
.alert-dismissible .close .latest\.job:after {
  color: inherit;
}

.alert-primary {
  color: #fff;
  background-color: #006fbb;
  border-color: #006fbb;
}

.alert-primary hr {
  border-top-color: #0060a2;
}

.alert-primary .alert-link {
  color: #e6e6e6;
}

.alert-primary .icn,
.alert-primary .job\.downloads\.item:before,
.alert-primary html .nav.\--default .nav\.item:after,
html .nav.\--default .alert-primary .nav\.item:after,
.alert-primary html .nav.\--sidebar .nav\.item:after,
html .nav.\--sidebar .alert-primary .nav\.item:after,
.alert-primary html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
html .nav.\--btns .alert-primary .nav\.item.\--has-children > .nav\.item\.content:after,
.alert-primary .sorting\.item:before,
.alert-primary .featured\.job:before,
.alert-primary .featured\.job:after,
.alert-primary .latest\.job:after {
  color: #0066ac;
}

.alert-primary.alert-dismissible .close {
  color: #0066ac;
}

.alert-primary.alert-dismissible .close:focus,
.alert-primary.alert-dismissible .close:hover {
  color: #0066ac;
  opacity: 1;
}

.alert-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.alert-secondary hr {
  border-top-color: #78818a;
}

.alert-secondary .alert-link {
  color: #e6e6e6;
}

.alert-secondary .icn,
.alert-secondary .job\.downloads\.item:before,
.alert-secondary html .nav.\--default .nav\.item:after,
html .nav.\--default .alert-secondary .nav\.item:after,
.alert-secondary html .nav.\--sidebar .nav\.item:after,
html .nav.\--sidebar .alert-secondary .nav\.item:after,
.alert-secondary html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
html .nav.\--btns .alert-secondary .nav\.item.\--has-children > .nav\.item\.content:after,
.alert-secondary .sorting\.item:before,
.alert-secondary .featured\.job:before,
.alert-secondary .featured\.job:after,
.alert-secondary .latest\.job:after {
  color: #7b838a;
}

.alert-secondary.alert-dismissible .close {
  color: #7b838a;
}

.alert-secondary.alert-dismissible .close:focus,
.alert-secondary.alert-dismissible .close:hover {
  color: #7b838a;
  opacity: 1;
}

.alert-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

.alert-success hr {
  border-top-color: #449d48;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-success .icn,
.alert-success .job\.downloads\.item:before,
.alert-success html .nav.\--default .nav\.item:after,
html .nav.\--default .alert-success .nav\.item:after,
.alert-success html .nav.\--sidebar .nav\.item:after,
html .nav.\--sidebar .alert-success .nav\.item:after,
.alert-success html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
html .nav.\--btns .alert-success .nav\.item.\--has-children > .nav\.item\.content:after,
.alert-success .sorting\.item:before,
.alert-success .featured\.job:before,
.alert-success .featured\.job:after,
.alert-success .latest\.job:after {
  color: #388e3c;
}

.alert-success.alert-dismissible .close {
  color: #388e3c;
}

.alert-success.alert-dismissible .close:focus,
.alert-success.alert-dismissible .close:hover {
  color: #2e7d32;
  opacity: 1;
}

.alert-info {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.alert-info hr {
  border-top-color: #0d8aee;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-info .icn,
.alert-info .job\.downloads\.item:before,
.alert-info html .nav.\--default .nav\.item:after,
html .nav.\--default .alert-info .nav\.item:after,
.alert-info html .nav.\--sidebar .nav\.item:after,
html .nav.\--sidebar .alert-info .nav\.item:after,
.alert-info html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
html .nav.\--btns .alert-info .nav\.item.\--has-children > .nav\.item\.content:after,
.alert-info .sorting\.item:before,
.alert-info .featured\.job:before,
.alert-info .featured\.job:after,
.alert-info .latest\.job:after {
  color: #1976d2;
}

.alert-info.alert-dismissible .close {
  color: #1976d2;
}

.alert-info.alert-dismissible .close:focus,
.alert-info.alert-dismissible .close:hover {
  color: #1565c0;
  opacity: 1;
}

.alert-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.alert-warning hr {
  border-top-color: #edb100;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-warning .icn,
.alert-warning .job\.downloads\.item:before,
.alert-warning html .nav.\--default .nav\.item:after,
html .nav.\--default .alert-warning .nav\.item:after,
.alert-warning html .nav.\--sidebar .nav\.item:after,
html .nav.\--sidebar .alert-warning .nav\.item:after,
.alert-warning html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
html .nav.\--btns .alert-warning .nav\.item.\--has-children > .nav\.item\.content:after,
.alert-warning .sorting\.item:before,
.alert-warning .featured\.job:before,
.alert-warning .featured\.job:after,
.alert-warning .latest\.job:after {
  color: #ffa000;
}

.alert-warning.alert-dismissible .close {
  color: #ffa000;
}

.alert-warning.alert-dismissible .close:focus,
.alert-warning.alert-dismissible .close:hover {
  color: #ff8f00;
  opacity: 1;
}

.alert-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

.alert-danger hr {
  border-top-color: #f32c1e;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

.alert-danger .icn,
.alert-danger .job\.downloads\.item:before,
.alert-danger html .nav.\--default .nav\.item:after,
html .nav.\--default .alert-danger .nav\.item:after,
.alert-danger html .nav.\--sidebar .nav\.item:after,
html .nav.\--sidebar .alert-danger .nav\.item:after,
.alert-danger html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
html .nav.\--btns .alert-danger .nav\.item.\--has-children > .nav\.item\.content:after,
.alert-danger .sorting\.item:before,
.alert-danger .featured\.job:before,
.alert-danger .featured\.job:after,
.alert-danger .latest\.job:after {
  color: #d32f2f;
}

.alert-danger.alert-dismissible .close {
  color: #d32f2f;
}

.alert-danger.alert-dismissible .close:focus,
.alert-danger.alert-dismissible .close:hover {
  color: #c62828;
  opacity: 1;
}

.alert-light {
  color: #333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.alert-light hr {
  border-top-color: #e9ecef;
}

.alert-light .alert-link {
  color: #1a1a1a;
}

.alert-light .icn,
.alert-light .job\.downloads\.item:before,
.alert-light html .nav.\--default .nav\.item:after,
html .nav.\--default .alert-light .nav\.item:after,
.alert-light html .nav.\--sidebar .nav\.item:after,
html .nav.\--sidebar .alert-light .nav\.item:after,
.alert-light html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
html .nav.\--btns .alert-light .nav\.item.\--has-children > .nav\.item\.content:after,
.alert-light .sorting\.item:before,
.alert-light .featured\.job:before,
.alert-light .featured\.job:after,
.alert-light .latest\.job:after {
  color: #e4e5e6;
}

.alert-light.alert-dismissible .close {
  color: #e4e5e6;
}

.alert-light.alert-dismissible .close:focus,
.alert-light.alert-dismissible .close:hover {
  color: #e4e5e6;
  opacity: 1;
}

.alert-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.alert-dark hr {
  border-top-color: #292d32;
}

.alert-dark .alert-link {
  color: #e6e6e6;
}

.alert-dark .icn,
.alert-dark .job\.downloads\.item:before,
.alert-dark html .nav.\--default .nav\.item:after,
html .nav.\--default .alert-dark .nav\.item:after,
.alert-dark html .nav.\--sidebar .nav\.item:after,
html .nav.\--sidebar .alert-dark .nav\.item:after,
.alert-dark html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
html .nav.\--btns .alert-dark .nav\.item.\--has-children > .nav\.item\.content:after,
.alert-dark .sorting\.item:before,
.alert-dark .featured\.job:before,
.alert-dark .featured\.job:after,
.alert-dark .latest\.job:after {
  color: #30353b;
}

.alert-dark.alert-dismissible .close {
  color: #30353b;
}

.alert-dark.alert-dismissible .close:focus,
.alert-dark.alert-dismissible .close:hover {
  color: #30353b;
  opacity: 1;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #006fbb;
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

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

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

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

.list-group-item-action:active {
  color: #333;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

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

.list-group-item-primary {
  color: #003a61;
  background-color: #b8d7ec;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #003a61;
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #003a61;
  background-color: #a4cce7;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #003a61;
  border-color: #003a61;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Museo Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  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: 5px;
  height: 5px;
}

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

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

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

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

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

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

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

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

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

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

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

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Museo Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

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

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-right,
.popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

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

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left,
.popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

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

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.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-primary {
  background-color: #006fbb !important;
}

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

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #006fbb !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

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

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

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

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

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

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

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

.rounded {
  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-circle {
  border-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive .embed-responsive-item,
.embed .embed-responsive-item,
.embed-responsive .embed\.item,
.embed .embed\.item,
.embed-responsive iframe,
.embed iframe,
.embed-responsive embed,
.embed embed,
.embed-responsive object,
.embed object,
.embed-responsive video,
.embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 496px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 784px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1040px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1296px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1382px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -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: 496px) {
  .float-xs-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-4 {
  margin: 0.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 0.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 0.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 0.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 0.25rem !important;
}

.m-8 {
  margin: 0.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 0.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 0.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 0.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 0.5rem !important;
}

.m-12 {
  margin: 0.75rem !important;
}

.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}

.m-16 {
  margin: 1rem !important;
}

.mt-16,
.my-16 {
  margin-top: 1rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 1rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 1rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 1rem !important;
}

.m-24 {
  margin: 1.5rem !important;
}

.mt-24,
.my-24 {
  margin-top: 1.5rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 1.5rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 1.5rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 1.5rem !important;
}

.m-32 {
  margin: 2rem !important;
}

.mt-32,
.my-32 {
  margin-top: 2rem !important;
}

.mr-32,
.mx-32 {
  margin-right: 2rem !important;
}

.mb-32,
.my-32 {
  margin-bottom: 2rem !important;
}

.ml-32,
.mx-32 {
  margin-left: 2rem !important;
}

.m-48 {
  margin: 3rem !important;
}

.mt-48,
.my-48 {
  margin-top: 3rem !important;
}

.mr-48,
.mx-48 {
  margin-right: 3rem !important;
}

.mb-48,
.my-48 {
  margin-bottom: 3rem !important;
}

.ml-48,
.mx-48 {
  margin-left: 3rem !important;
}

.m-64 {
  margin: 4rem !important;
}

.mt-64,
.my-64 {
  margin-top: 4rem !important;
}

.mr-64,
.mx-64 {
  margin-right: 4rem !important;
}

.mb-64,
.my-64 {
  margin-bottom: 4rem !important;
}

.ml-64,
.mx-64 {
  margin-left: 4rem !important;
}

.m-96 {
  margin: 6rem !important;
}

.mt-96,
.my-96 {
  margin-top: 6rem !important;
}

.mr-96,
.mx-96 {
  margin-right: 6rem !important;
}

.mb-96,
.my-96 {
  margin-bottom: 6rem !important;
}

.ml-96,
.mx-96 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-4 {
  padding: 0.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 0.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 0.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 0.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 0.25rem !important;
}

.p-8 {
  padding: 0.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 0.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 0.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 0.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 0.5rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}

.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}

.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}

.p-16 {
  padding: 1rem !important;
}

.pt-16,
.py-16 {
  padding-top: 1rem !important;
}

.pr-16,
.px-16 {
  padding-right: 1rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 1rem !important;
}

.pl-16,
.px-16 {
  padding-left: 1rem !important;
}

.p-24 {
  padding: 1.5rem !important;
}

.pt-24,
.py-24 {
  padding-top: 1.5rem !important;
}

.pr-24,
.px-24 {
  padding-right: 1.5rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 1.5rem !important;
}

.pl-24,
.px-24 {
  padding-left: 1.5rem !important;
}

.p-32 {
  padding: 2rem !important;
}

.pt-32,
.py-32 {
  padding-top: 2rem !important;
}

.pr-32,
.px-32 {
  padding-right: 2rem !important;
}

.pb-32,
.py-32 {
  padding-bottom: 2rem !important;
}

.pl-32,
.px-32 {
  padding-left: 2rem !important;
}

.p-48 {
  padding: 3rem !important;
}

.pt-48,
.py-48 {
  padding-top: 3rem !important;
}

.pr-48,
.px-48 {
  padding-right: 3rem !important;
}

.pb-48,
.py-48 {
  padding-bottom: 3rem !important;
}

.pl-48,
.px-48 {
  padding-left: 3rem !important;
}

.p-64 {
  padding: 4rem !important;
}

.pt-64,
.py-64 {
  padding-top: 4rem !important;
}

.pr-64,
.px-64 {
  padding-right: 4rem !important;
}

.pb-64,
.py-64 {
  padding-bottom: 4rem !important;
}

.pl-64,
.px-64 {
  padding-left: 4rem !important;
}

.p-96 {
  padding: 6rem !important;
}

.pt-96,
.py-96 {
  padding-top: 6rem !important;
}

.pr-96,
.px-96 {
  padding-right: 6rem !important;
}

.pb-96,
.py-96 {
  padding-bottom: 6rem !important;
}

.pl-96,
.px-96 {
  padding-left: 6rem !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: 496px) {
  .m-xs-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xs-4 {
    margin: 0.25rem !important;
  }

  .mt-xs-4,
  .my-xs-4 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 0.25rem !important;
  }

  .m-xs-8 {
    margin: 0.5rem !important;
  }

  .mt-xs-8,
  .my-xs-8 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 0.5rem !important;
  }

  .m-xs-12 {
    margin: 0.75rem !important;
  }

  .mt-xs-12,
  .my-xs-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xs-12,
  .mx-xs-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xs-12,
  .my-xs-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xs-12,
  .mx-xs-12 {
    margin-left: 0.75rem !important;
  }

  .m-xs-16 {
    margin: 1rem !important;
  }

  .mt-xs-16,
  .my-xs-16 {
    margin-top: 1rem !important;
  }

  .mr-xs-16,
  .mx-xs-16 {
    margin-right: 1rem !important;
  }

  .mb-xs-16,
  .my-xs-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-16,
  .mx-xs-16 {
    margin-left: 1rem !important;
  }

  .m-xs-24 {
    margin: 1.5rem !important;
  }

  .mt-xs-24,
  .my-xs-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-24,
  .mx-xs-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-24,
  .my-xs-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-24,
  .mx-xs-24 {
    margin-left: 1.5rem !important;
  }

  .m-xs-32 {
    margin: 2rem !important;
  }

  .mt-xs-32,
  .my-xs-32 {
    margin-top: 2rem !important;
  }

  .mr-xs-32,
  .mx-xs-32 {
    margin-right: 2rem !important;
  }

  .mb-xs-32,
  .my-xs-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xs-32,
  .mx-xs-32 {
    margin-left: 2rem !important;
  }

  .m-xs-48 {
    margin: 3rem !important;
  }

  .mt-xs-48,
  .my-xs-48 {
    margin-top: 3rem !important;
  }

  .mr-xs-48,
  .mx-xs-48 {
    margin-right: 3rem !important;
  }

  .mb-xs-48,
  .my-xs-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-48,
  .mx-xs-48 {
    margin-left: 3rem !important;
  }

  .m-xs-64 {
    margin: 4rem !important;
  }

  .mt-xs-64,
  .my-xs-64 {
    margin-top: 4rem !important;
  }

  .mr-xs-64,
  .mx-xs-64 {
    margin-right: 4rem !important;
  }

  .mb-xs-64,
  .my-xs-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xs-64,
  .mx-xs-64 {
    margin-left: 4rem !important;
  }

  .m-xs-96 {
    margin: 6rem !important;
  }

  .mt-xs-96,
  .my-xs-96 {
    margin-top: 6rem !important;
  }

  .mr-xs-96,
  .mx-xs-96 {
    margin-right: 6rem !important;
  }

  .mb-xs-96,
  .my-xs-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xs-96,
  .mx-xs-96 {
    margin-left: 6rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-xs-4 {
    padding: 0.25rem !important;
  }

  .pt-xs-4,
  .py-xs-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-4,
  .px-xs-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-4,
  .px-xs-4 {
    padding-left: 0.25rem !important;
  }

  .p-xs-8 {
    padding: 0.5rem !important;
  }

  .pt-xs-8,
  .py-xs-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-8,
  .px-xs-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-8,
  .px-xs-8 {
    padding-left: 0.5rem !important;
  }

  .p-xs-12 {
    padding: 0.75rem !important;
  }

  .pt-xs-12,
  .py-xs-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xs-12,
  .px-xs-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xs-12,
  .py-xs-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xs-12,
  .px-xs-12 {
    padding-left: 0.75rem !important;
  }

  .p-xs-16 {
    padding: 1rem !important;
  }

  .pt-xs-16,
  .py-xs-16 {
    padding-top: 1rem !important;
  }

  .pr-xs-16,
  .px-xs-16 {
    padding-right: 1rem !important;
  }

  .pb-xs-16,
  .py-xs-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-16,
  .px-xs-16 {
    padding-left: 1rem !important;
  }

  .p-xs-24 {
    padding: 1.5rem !important;
  }

  .pt-xs-24,
  .py-xs-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-24,
  .px-xs-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-24,
  .py-xs-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-24,
  .px-xs-24 {
    padding-left: 1.5rem !important;
  }

  .p-xs-32 {
    padding: 2rem !important;
  }

  .pt-xs-32,
  .py-xs-32 {
    padding-top: 2rem !important;
  }

  .pr-xs-32,
  .px-xs-32 {
    padding-right: 2rem !important;
  }

  .pb-xs-32,
  .py-xs-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xs-32,
  .px-xs-32 {
    padding-left: 2rem !important;
  }

  .p-xs-48 {
    padding: 3rem !important;
  }

  .pt-xs-48,
  .py-xs-48 {
    padding-top: 3rem !important;
  }

  .pr-xs-48,
  .px-xs-48 {
    padding-right: 3rem !important;
  }

  .pb-xs-48,
  .py-xs-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-48,
  .px-xs-48 {
    padding-left: 3rem !important;
  }

  .p-xs-64 {
    padding: 4rem !important;
  }

  .pt-xs-64,
  .py-xs-64 {
    padding-top: 4rem !important;
  }

  .pr-xs-64,
  .px-xs-64 {
    padding-right: 4rem !important;
  }

  .pb-xs-64,
  .py-xs-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xs-64,
  .px-xs-64 {
    padding-left: 4rem !important;
  }

  .p-xs-96 {
    padding: 6rem !important;
  }

  .pt-xs-96,
  .py-xs-96 {
    padding-top: 6rem !important;
  }

  .pr-xs-96,
  .px-xs-96 {
    padding-right: 6rem !important;
  }

  .pb-xs-96,
  .py-xs-96 {
    padding-bottom: 6rem !important;
  }

  .pl-xs-96,
  .px-xs-96 {
    padding-left: 6rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

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

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

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

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

@media (min-width: 784px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-sm-4 {
    margin: 0.25rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 0.25rem !important;
  }

  .m-sm-8 {
    margin: 0.5rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 0.5rem !important;
  }

  .m-sm-12 {
    margin: 0.75rem !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 0.75rem !important;
  }

  .m-sm-16 {
    margin: 1rem !important;
  }

  .mt-sm-16,
  .my-sm-16 {
    margin-top: 1rem !important;
  }

  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 1rem !important;
  }

  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 1rem !important;
  }

  .m-sm-24 {
    margin: 1.5rem !important;
  }

  .mt-sm-24,
  .my-sm-24 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 1.5rem !important;
  }

  .m-sm-32 {
    margin: 2rem !important;
  }

  .mt-sm-32,
  .my-sm-32 {
    margin-top: 2rem !important;
  }

  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 2rem !important;
  }

  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 2rem !important;
  }

  .m-sm-48 {
    margin: 3rem !important;
  }

  .mt-sm-48,
  .my-sm-48 {
    margin-top: 3rem !important;
  }

  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 3rem !important;
  }

  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 3rem !important;
  }

  .m-sm-64 {
    margin: 4rem !important;
  }

  .mt-sm-64,
  .my-sm-64 {
    margin-top: 4rem !important;
  }

  .mr-sm-64,
  .mx-sm-64 {
    margin-right: 4rem !important;
  }

  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-64,
  .mx-sm-64 {
    margin-left: 4rem !important;
  }

  .m-sm-96 {
    margin: 6rem !important;
  }

  .mt-sm-96,
  .my-sm-96 {
    margin-top: 6rem !important;
  }

  .mr-sm-96,
  .mx-sm-96 {
    margin-right: 6rem !important;
  }

  .mb-sm-96,
  .my-sm-96 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-96,
  .mx-sm-96 {
    margin-left: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-sm-4 {
    padding: 0.25rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 0.25rem !important;
  }

  .p-sm-8 {
    padding: 0.5rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 0.5rem !important;
  }

  .p-sm-12 {
    padding: 0.75rem !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-12,
  .px-sm-12 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 0.75rem !important;
  }

  .p-sm-16 {
    padding: 1rem !important;
  }

  .pt-sm-16,
  .py-sm-16 {
    padding-top: 1rem !important;
  }

  .pr-sm-16,
  .px-sm-16 {
    padding-right: 1rem !important;
  }

  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-16,
  .px-sm-16 {
    padding-left: 1rem !important;
  }

  .p-sm-24 {
    padding: 1.5rem !important;
  }

  .pt-sm-24,
  .py-sm-24 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-24,
  .px-sm-24 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-24,
  .px-sm-24 {
    padding-left: 1.5rem !important;
  }

  .p-sm-32 {
    padding: 2rem !important;
  }

  .pt-sm-32,
  .py-sm-32 {
    padding-top: 2rem !important;
  }

  .pr-sm-32,
  .px-sm-32 {
    padding-right: 2rem !important;
  }

  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-32,
  .px-sm-32 {
    padding-left: 2rem !important;
  }

  .p-sm-48 {
    padding: 3rem !important;
  }

  .pt-sm-48,
  .py-sm-48 {
    padding-top: 3rem !important;
  }

  .pr-sm-48,
  .px-sm-48 {
    padding-right: 3rem !important;
  }

  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-48,
  .px-sm-48 {
    padding-left: 3rem !important;
  }

  .p-sm-64 {
    padding: 4rem !important;
  }

  .pt-sm-64,
  .py-sm-64 {
    padding-top: 4rem !important;
  }

  .pr-sm-64,
  .px-sm-64 {
    padding-right: 4rem !important;
  }

  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-64,
  .px-sm-64 {
    padding-left: 4rem !important;
  }

  .p-sm-96 {
    padding: 6rem !important;
  }

  .pt-sm-96,
  .py-sm-96 {
    padding-top: 6rem !important;
  }

  .pr-sm-96,
  .px-sm-96 {
    padding-right: 6rem !important;
  }

  .pb-sm-96,
  .py-sm-96 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-96,
  .px-sm-96 {
    padding-left: 6rem !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: 1040px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-md-4 {
    margin: 0.25rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 0.25rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 0.25rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.25rem !important;
  }

  .m-md-8 {
    margin: 0.5rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 0.5rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 0.5rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 0.5rem !important;
  }

  .m-md-12 {
    margin: 0.75rem !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 0.75rem !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 0.75rem !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 0.75rem !important;
  }

  .m-md-16 {
    margin: 1rem !important;
  }

  .mt-md-16,
  .my-md-16 {
    margin-top: 1rem !important;
  }

  .mr-md-16,
  .mx-md-16 {
    margin-right: 1rem !important;
  }

  .mb-md-16,
  .my-md-16 {
    margin-bottom: 1rem !important;
  }

  .ml-md-16,
  .mx-md-16 {
    margin-left: 1rem !important;
  }

  .m-md-24 {
    margin: 1.5rem !important;
  }

  .mt-md-24,
  .my-md-24 {
    margin-top: 1.5rem !important;
  }

  .mr-md-24,
  .mx-md-24 {
    margin-right: 1.5rem !important;
  }

  .mb-md-24,
  .my-md-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-24,
  .mx-md-24 {
    margin-left: 1.5rem !important;
  }

  .m-md-32 {
    margin: 2rem !important;
  }

  .mt-md-32,
  .my-md-32 {
    margin-top: 2rem !important;
  }

  .mr-md-32,
  .mx-md-32 {
    margin-right: 2rem !important;
  }

  .mb-md-32,
  .my-md-32 {
    margin-bottom: 2rem !important;
  }

  .ml-md-32,
  .mx-md-32 {
    margin-left: 2rem !important;
  }

  .m-md-48 {
    margin: 3rem !important;
  }

  .mt-md-48,
  .my-md-48 {
    margin-top: 3rem !important;
  }

  .mr-md-48,
  .mx-md-48 {
    margin-right: 3rem !important;
  }

  .mb-md-48,
  .my-md-48 {
    margin-bottom: 3rem !important;
  }

  .ml-md-48,
  .mx-md-48 {
    margin-left: 3rem !important;
  }

  .m-md-64 {
    margin: 4rem !important;
  }

  .mt-md-64,
  .my-md-64 {
    margin-top: 4rem !important;
  }

  .mr-md-64,
  .mx-md-64 {
    margin-right: 4rem !important;
  }

  .mb-md-64,
  .my-md-64 {
    margin-bottom: 4rem !important;
  }

  .ml-md-64,
  .mx-md-64 {
    margin-left: 4rem !important;
  }

  .m-md-96 {
    margin: 6rem !important;
  }

  .mt-md-96,
  .my-md-96 {
    margin-top: 6rem !important;
  }

  .mr-md-96,
  .mx-md-96 {
    margin-right: 6rem !important;
  }

  .mb-md-96,
  .my-md-96 {
    margin-bottom: 6rem !important;
  }

  .ml-md-96,
  .mx-md-96 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-md-4 {
    padding: 0.25rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 0.25rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 0.25rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 0.25rem !important;
  }

  .p-md-8 {
    padding: 0.5rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 0.5rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 0.5rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 0.5rem !important;
  }

  .p-md-12 {
    padding: 0.75rem !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 0.75rem !important;
  }

  .pr-md-12,
  .px-md-12 {
    padding-right: 0.75rem !important;
  }

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-12,
  .px-md-12 {
    padding-left: 0.75rem !important;
  }

  .p-md-16 {
    padding: 1rem !important;
  }

  .pt-md-16,
  .py-md-16 {
    padding-top: 1rem !important;
  }

  .pr-md-16,
  .px-md-16 {
    padding-right: 1rem !important;
  }

  .pb-md-16,
  .py-md-16 {
    padding-bottom: 1rem !important;
  }

  .pl-md-16,
  .px-md-16 {
    padding-left: 1rem !important;
  }

  .p-md-24 {
    padding: 1.5rem !important;
  }

  .pt-md-24,
  .py-md-24 {
    padding-top: 1.5rem !important;
  }

  .pr-md-24,
  .px-md-24 {
    padding-right: 1.5rem !important;
  }

  .pb-md-24,
  .py-md-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-24,
  .px-md-24 {
    padding-left: 1.5rem !important;
  }

  .p-md-32 {
    padding: 2rem !important;
  }

  .pt-md-32,
  .py-md-32 {
    padding-top: 2rem !important;
  }

  .pr-md-32,
  .px-md-32 {
    padding-right: 2rem !important;
  }

  .pb-md-32,
  .py-md-32 {
    padding-bottom: 2rem !important;
  }

  .pl-md-32,
  .px-md-32 {
    padding-left: 2rem !important;
  }

  .p-md-48 {
    padding: 3rem !important;
  }

  .pt-md-48,
  .py-md-48 {
    padding-top: 3rem !important;
  }

  .pr-md-48,
  .px-md-48 {
    padding-right: 3rem !important;
  }

  .pb-md-48,
  .py-md-48 {
    padding-bottom: 3rem !important;
  }

  .pl-md-48,
  .px-md-48 {
    padding-left: 3rem !important;
  }

  .p-md-64 {
    padding: 4rem !important;
  }

  .pt-md-64,
  .py-md-64 {
    padding-top: 4rem !important;
  }

  .pr-md-64,
  .px-md-64 {
    padding-right: 4rem !important;
  }

  .pb-md-64,
  .py-md-64 {
    padding-bottom: 4rem !important;
  }

  .pl-md-64,
  .px-md-64 {
    padding-left: 4rem !important;
  }

  .p-md-96 {
    padding: 6rem !important;
  }

  .pt-md-96,
  .py-md-96 {
    padding-top: 6rem !important;
  }

  .pr-md-96,
  .px-md-96 {
    padding-right: 6rem !important;
  }

  .pb-md-96,
  .py-md-96 {
    padding-bottom: 6rem !important;
  }

  .pl-md-96,
  .px-md-96 {
    padding-left: 6rem !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: 1296px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-lg-4 {
    margin: 0.25rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 0.25rem !important;
  }

  .m-lg-8 {
    margin: 0.5rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 0.5rem !important;
  }

  .m-lg-12 {
    margin: 0.75rem !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 0.75rem !important;
  }

  .m-lg-16 {
    margin: 1rem !important;
  }

  .mt-lg-16,
  .my-lg-16 {
    margin-top: 1rem !important;
  }

  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 1rem !important;
  }

  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 1rem !important;
  }

  .m-lg-24 {
    margin: 1.5rem !important;
  }

  .mt-lg-24,
  .my-lg-24 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 1.5rem !important;
  }

  .m-lg-32 {
    margin: 2rem !important;
  }

  .mt-lg-32,
  .my-lg-32 {
    margin-top: 2rem !important;
  }

  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 2rem !important;
  }

  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 2rem !important;
  }

  .m-lg-48 {
    margin: 3rem !important;
  }

  .mt-lg-48,
  .my-lg-48 {
    margin-top: 3rem !important;
  }

  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 3rem !important;
  }

  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 3rem !important;
  }

  .m-lg-64 {
    margin: 4rem !important;
  }

  .mt-lg-64,
  .my-lg-64 {
    margin-top: 4rem !important;
  }

  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 4rem !important;
  }

  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 4rem !important;
  }

  .m-lg-96 {
    margin: 6rem !important;
  }

  .mt-lg-96,
  .my-lg-96 {
    margin-top: 6rem !important;
  }

  .mr-lg-96,
  .mx-lg-96 {
    margin-right: 6rem !important;
  }

  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-96,
  .mx-lg-96 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-lg-4 {
    padding: 0.25rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 0.25rem !important;
  }

  .p-lg-8 {
    padding: 0.5rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 0.5rem !important;
  }

  .p-lg-12 {
    padding: 0.75rem !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 0.75rem !important;
  }

  .p-lg-16 {
    padding: 1rem !important;
  }

  .pt-lg-16,
  .py-lg-16 {
    padding-top: 1rem !important;
  }

  .pr-lg-16,
  .px-lg-16 {
    padding-right: 1rem !important;
  }

  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-16,
  .px-lg-16 {
    padding-left: 1rem !important;
  }

  .p-lg-24 {
    padding: 1.5rem !important;
  }

  .pt-lg-24,
  .py-lg-24 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-24,
  .px-lg-24 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-24,
  .px-lg-24 {
    padding-left: 1.5rem !important;
  }

  .p-lg-32 {
    padding: 2rem !important;
  }

  .pt-lg-32,
  .py-lg-32 {
    padding-top: 2rem !important;
  }

  .pr-lg-32,
  .px-lg-32 {
    padding-right: 2rem !important;
  }

  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-32,
  .px-lg-32 {
    padding-left: 2rem !important;
  }

  .p-lg-48 {
    padding: 3rem !important;
  }

  .pt-lg-48,
  .py-lg-48 {
    padding-top: 3rem !important;
  }

  .pr-lg-48,
  .px-lg-48 {
    padding-right: 3rem !important;
  }

  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-48,
  .px-lg-48 {
    padding-left: 3rem !important;
  }

  .p-lg-64 {
    padding: 4rem !important;
  }

  .pt-lg-64,
  .py-lg-64 {
    padding-top: 4rem !important;
  }

  .pr-lg-64,
  .px-lg-64 {
    padding-right: 4rem !important;
  }

  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-64,
  .px-lg-64 {
    padding-left: 4rem !important;
  }

  .p-lg-96 {
    padding: 6rem !important;
  }

  .pt-lg-96,
  .py-lg-96 {
    padding-top: 6rem !important;
  }

  .pr-lg-96,
  .px-lg-96 {
    padding-right: 6rem !important;
  }

  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-96,
  .px-lg-96 {
    padding-left: 6rem !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: 1382px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xl-4 {
    margin: 0.25rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 0.25rem !important;
  }

  .m-xl-8 {
    margin: 0.5rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 0.5rem !important;
  }

  .m-xl-12 {
    margin: 0.75rem !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xl-16 {
    margin: 1rem !important;
  }

  .mt-xl-16,
  .my-xl-16 {
    margin-top: 1rem !important;
  }

  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 1rem !important;
  }

  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 1rem !important;
  }

  .m-xl-24 {
    margin: 1.5rem !important;
  }

  .mt-xl-24,
  .my-xl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 1.5rem !important;
  }

  .m-xl-32 {
    margin: 2rem !important;
  }

  .mt-xl-32,
  .my-xl-32 {
    margin-top: 2rem !important;
  }

  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 2rem !important;
  }

  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 2rem !important;
  }

  .m-xl-48 {
    margin: 3rem !important;
  }

  .mt-xl-48,
  .my-xl-48 {
    margin-top: 3rem !important;
  }

  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 3rem !important;
  }

  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 3rem !important;
  }

  .m-xl-64 {
    margin: 4rem !important;
  }

  .mt-xl-64,
  .my-xl-64 {
    margin-top: 4rem !important;
  }

  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 4rem !important;
  }

  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 4rem !important;
  }

  .m-xl-96 {
    margin: 6rem !important;
  }

  .mt-xl-96,
  .my-xl-96 {
    margin-top: 6rem !important;
  }

  .mr-xl-96,
  .mx-xl-96 {
    margin-right: 6rem !important;
  }

  .mb-xl-96,
  .my-xl-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-96,
  .mx-xl-96 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-xl-4 {
    padding: 0.25rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 0.25rem !important;
  }

  .p-xl-8 {
    padding: 0.5rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 0.5rem !important;
  }

  .p-xl-12 {
    padding: 0.75rem !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xl-16 {
    padding: 1rem !important;
  }

  .pt-xl-16,
  .py-xl-16 {
    padding-top: 1rem !important;
  }

  .pr-xl-16,
  .px-xl-16 {
    padding-right: 1rem !important;
  }

  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-16,
  .px-xl-16 {
    padding-left: 1rem !important;
  }

  .p-xl-24 {
    padding: 1.5rem !important;
  }

  .pt-xl-24,
  .py-xl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-24,
  .px-xl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-24,
  .px-xl-24 {
    padding-left: 1.5rem !important;
  }

  .p-xl-32 {
    padding: 2rem !important;
  }

  .pt-xl-32,
  .py-xl-32 {
    padding-top: 2rem !important;
  }

  .pr-xl-32,
  .px-xl-32 {
    padding-right: 2rem !important;
  }

  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-32,
  .px-xl-32 {
    padding-left: 2rem !important;
  }

  .p-xl-48 {
    padding: 3rem !important;
  }

  .pt-xl-48,
  .py-xl-48 {
    padding-top: 3rem !important;
  }

  .pr-xl-48,
  .px-xl-48 {
    padding-right: 3rem !important;
  }

  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-48,
  .px-xl-48 {
    padding-left: 3rem !important;
  }

  .p-xl-64 {
    padding: 4rem !important;
  }

  .pt-xl-64,
  .py-xl-64 {
    padding-top: 4rem !important;
  }

  .pr-xl-64,
  .px-xl-64 {
    padding-right: 4rem !important;
  }

  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-64,
  .px-xl-64 {
    padding-left: 4rem !important;
  }

  .p-xl-96 {
    padding: 6rem !important;
  }

  .pt-xl-96,
  .py-xl-96 {
    padding-top: 6rem !important;
  }

  .pr-xl-96,
  .px-xl-96 {
    padding-right: 6rem !important;
  }

  .pb-xl-96,
  .py-xl-96 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-96,
  .px-xl-96 {
    padding-left: 6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

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

.text-justify {
  text-align: justify !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: 496px) {
  .text-xs-left {
    text-align: left !important;
  }

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

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

@media (min-width: 784px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1040px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1296px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1382px) {
  .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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #006fbb !important;
}

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

.text-secondary {
  color: #868e96 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #868e96 !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * csstyle v2.0.0-dev for sass (http://www.csstyle.io)
 * Copyright (c) 2014-2016 Dave Geddes & Sven Wittevrongel
 * Licensed under MIT (https://github.com/geddski/csstyle/blob/master/LICENSE)
 */

label[for],
label[data-set] {
  cursor: pointer;
}

#Jobsgopublic .\+valign\.center,
#Jobsgopublic .blog\.post\.icn,
#Jobsgopublic .modal,
#Jobsgopublic .\+valign\.bottom,
#Jobsgopublic .\+valign\.stretch,
#Jobsgopublic .\+valign\.base,
.featured\.jobs,
.featured\.bg,
.latest\.jobs,
.latest\.bg,
.served\.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#Jobsgopublic .\+valign\.center,
#Jobsgopublic .blog\.post\.icn,
#Jobsgopublic .modal,
#Jobsgopublic .\+valign\.bottom,
#Jobsgopublic .\+valign\.stretch,
#Jobsgopublic .\+valign\.base {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.featured\.jobs,
.featured\.bg,
.latest\.jobs,
.latest\.bg,
.served\.bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

* {
  outline: none !important;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  text-rendering: optimizeLegibility;
}

a,
.a {
  cursor: pointer;
  text-decoration: none;
  color: #de105e;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Museo Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

::-moz-selection {
  background-color: rgba(0, 111, 187, 0.8);
  color: #fff;
}

::selection {
  background-color: rgba(0, 111, 187, 0.8);
  color: #fff;
}

/*!
 * Font Awesome Pro 5.0.5 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

.icn,
.job\.downloads\.item:before,
html .nav.\--default .nav\.item:after,
html .nav.\--sidebar .nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
.sorting\.item:before,
.featured\.job:before,
.featured\.job:after,
.latest\.job:after,
.fas,
.job\.downloads\.item:before,
html .nav.\--default .nav\.item:after,
html .nav.\--sidebar .nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .nav\.item\.content:after,
.sorting\.item:before,
.icn,
.featured\.job:before,
.featured\.job:after,
.latest\.job:after,
.far,
html .icn.\--regular,
html .\--regular.job\.downloads\.item:before,
html .nav.\--default .\--regular.nav\.item:after,
html .nav.\--sidebar .\--regular.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .\--regular.nav\.item\.content:after,
html .\--regular.sorting\.item:before,
html .\--regular.featured\.job:before,
html .\--regular.featured\.job:after,
html .\--regular.latest\.job:after,
.fal,
.featured\.job:before,
.featured\.job:after,
.latest\.job:after,
html .icn.\--light,
html .\--light.job\.downloads\.item:before,
html .nav.\--default .\--light.nav\.item:after,
html .nav.\--sidebar .\--light.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .\--light.nav\.item\.content:after,
html .\--light.sorting\.item:before,
html .\--light.featured\.job:before,
html .\--light.featured\.job:after,
html .\--light.latest\.job:after,
.fab,
html .icn.\--brand,
html .\--brand.job\.downloads\.item:before,
html .nav.\--default .\--brand.nav\.item:after,
html .nav.\--sidebar .\--brand.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .\--brand.nav\.item\.content:after,
html .\--brand.sorting\.item:before,
html .\--brand.featured\.job:before,
html .\--brand.featured\.job:after,
html .\--brand.latest\.job:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.icn-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.icn-xs {
  font-size: .75em;
}

.icn-sm {
  font-size: .875em;
}

.icn-1x {
  font-size: 1em;
}

.icn-2x {
  font-size: 2em;
}

.icn-3x {
  font-size: 3em;
}

.icn-4x {
  font-size: 4em;
}

.icn-5x {
  font-size: 5em;
}

.icn-6x {
  font-size: 6em;
}

.icn-7x {
  font-size: 7em;
}

.icn-8x {
  font-size: 8em;
}

.icn-9x {
  font-size: 9em;
}

.icn-10x {
  font-size: 10em;
}

.icn-fw,
.job\.downloads\.item:before {
  text-align: center;
  width: 1.25em;
}

.icn-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.icn-ul > li {
  position: relative;
}

.icn-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.icn-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.icn-pull-left {
  float: left;
}

.icn-pull-right {
  float: right;
}

.icn.icn-pull-left,
.icn-pull-left.job\.downloads\.item:before,
html .nav.\--default .icn-pull-left.nav\.item:after,
html .nav.\--sidebar .icn-pull-left.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-left.nav\.item\.content:after,
.icn-pull-left.sorting\.item:before,
.icn-pull-left.featured\.job:before,
.icn-pull-left.featured\.job:after,
.icn-pull-left.latest\.job:after,
.fas.icn-pull-left,
.icn-pull-left.job\.downloads\.item:before,
html .nav.\--default .icn-pull-left.nav\.item:after,
html .nav.\--sidebar .icn-pull-left.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-left.nav\.item\.content:after,
.icn-pull-left.sorting\.item:before,
.icn-pull-left.icn,
.icn-pull-left.featured\.job:before,
.icn-pull-left.featured\.job:after,
.icn-pull-left.latest\.job:after,
.far.icn-pull-left,
html .icn-pull-left.icn.\--regular,
html .icn-pull-left.\--regular.job\.downloads\.item:before,
html .nav.\--default .icn-pull-left.\--regular.nav\.item:after,
html .nav.\--sidebar .icn-pull-left.\--regular.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-left.\--regular.nav\.item\.content:after,
html .icn-pull-left.\--regular.sorting\.item:before,
html .icn-pull-left.\--regular.featured\.job:before,
html .icn-pull-left.\--regular.featured\.job:after,
html .icn-pull-left.\--regular.latest\.job:after,
.fal.icn-pull-left,
.icn-pull-left.featured\.job:before,
.icn-pull-left.featured\.job:after,
.icn-pull-left.latest\.job:after,
html .icn-pull-left.icn.\--light,
html .icn-pull-left.\--light.job\.downloads\.item:before,
html .nav.\--default .icn-pull-left.\--light.nav\.item:after,
html .nav.\--sidebar .icn-pull-left.\--light.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-left.\--light.nav\.item\.content:after,
html .icn-pull-left.\--light.sorting\.item:before,
.fab.icn-pull-left,
html .icn-pull-left.icn.\--brand,
html .icn-pull-left.\--brand.job\.downloads\.item:before,
html .nav.\--default .icn-pull-left.\--brand.nav\.item:after,
html .nav.\--sidebar .icn-pull-left.\--brand.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-left.\--brand.nav\.item\.content:after,
html .icn-pull-left.\--brand.sorting\.item:before,
html .icn-pull-left.\--brand.featured\.job:before,
html .icn-pull-left.\--brand.featured\.job:after,
html .icn-pull-left.\--brand.latest\.job:after {
  margin-right: .3em;
}

.icn.icn-pull-right,
.icn-pull-right.job\.downloads\.item:before,
html .nav.\--default .icn-pull-right.nav\.item:after,
html .nav.\--sidebar .icn-pull-right.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-right.nav\.item\.content:after,
.icn-pull-right.sorting\.item:before,
.icn-pull-right.featured\.job:before,
.icn-pull-right.featured\.job:after,
.icn-pull-right.latest\.job:after,
.fas.icn-pull-right,
.icn-pull-right.job\.downloads\.item:before,
html .nav.\--default .icn-pull-right.nav\.item:after,
html .nav.\--sidebar .icn-pull-right.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-right.nav\.item\.content:after,
.icn-pull-right.sorting\.item:before,
.icn-pull-right.icn,
.icn-pull-right.featured\.job:before,
.icn-pull-right.featured\.job:after,
.icn-pull-right.latest\.job:after,
.far.icn-pull-right,
html .icn-pull-right.icn.\--regular,
html .icn-pull-right.\--regular.job\.downloads\.item:before,
html .nav.\--default .icn-pull-right.\--regular.nav\.item:after,
html .nav.\--sidebar .icn-pull-right.\--regular.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-right.\--regular.nav\.item\.content:after,
html .icn-pull-right.\--regular.sorting\.item:before,
html .icn-pull-right.\--regular.featured\.job:before,
html .icn-pull-right.\--regular.featured\.job:after,
html .icn-pull-right.\--regular.latest\.job:after,
.fal.icn-pull-right,
.icn-pull-right.featured\.job:before,
.icn-pull-right.featured\.job:after,
.icn-pull-right.latest\.job:after,
html .icn-pull-right.icn.\--light,
html .icn-pull-right.\--light.job\.downloads\.item:before,
html .nav.\--default .icn-pull-right.\--light.nav\.item:after,
html .nav.\--sidebar .icn-pull-right.\--light.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-right.\--light.nav\.item\.content:after,
html .icn-pull-right.\--light.sorting\.item:before,
.fab.icn-pull-right,
html .icn-pull-right.icn.\--brand,
html .icn-pull-right.\--brand.job\.downloads\.item:before,
html .nav.\--default .icn-pull-right.\--brand.nav\.item:after,
html .nav.\--sidebar .icn-pull-right.\--brand.nav\.item:after,
html .nav.\--btns .nav\.item.\--has-children > .icn-pull-right.\--brand.nav\.item\.content:after,
html .icn-pull-right.\--brand.sorting\.item:before,
html .icn-pull-right.\--brand.featured\.job:before,
html .icn-pull-right.\--brand.featured\.job:after,
html .icn-pull-right.\--brand.latest\.job:after {
  margin-left: .3em;
}

.icn-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.icn-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icn-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icn-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icn-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icn-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icn-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icn-flip-horizontal.icn-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .icn-rotate-90,
:root .icn-rotate-180,
:root .icn-rotate-270,
:root .icn-flip-horizontal,
:root .icn-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.icn-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.icn-stack-1x,
.icn-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.icn-stack-1x {
  line-height: inherit;
}

.icn-stack-2x {
  font-size: 2em;
}

.icn-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.icn-500px:before {
  content: "\f26e";
}

.icn-accessible-icon:before {
  content: "\f368";
}

.icn-accusoft:before {
  content: "\f369";
}

.icn-address-book:before {
  content: "\f2b9";
}

.icn-address-card:before {
  content: "\f2bb";
}

.icn-adjust:before {
  content: "\f042";
}

.icn-adn:before {
  content: "\f170";
}

.icn-adversal:before {
  content: "\f36a";
}

.icn-affiliatetheme:before {
  content: "\f36b";
}

.icn-alarm-clock:before {
  content: "\f34e";
}

.icn-algolia:before {
  content: "\f36c";
}

.icn-align-center:before {
  content: "\f037";
}

.icn-align-justify:before {
  content: "\f039";
}

.icn-align-left:before {
  content: "\f036";
}

.icn-align-right:before {
  content: "\f038";
}

.icn-amazon:before {
  content: "\f270";
}

.icn-amazon-pay:before {
  content: "\f42c";
}

.icn-ambulance:before {
  content: "\f0f9";
}

.icn-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.icn-amilia:before {
  content: "\f36d";
}

.icn-anchor:before {
  content: "\f13d";
}

.icn-android:before {
  content: "\f17b";
}

.icn-angellist:before {
  content: "\f209";
}

.icn-angle-double-down:before {
  content: "\f103";
}

.icn-angle-double-left:before {
  content: "\f100";
}

.icn-angle-double-right:before {
  content: "\f101";
}

.icn-angle-double-up:before {
  content: "\f102";
}

.icn-angle-down:before {
  content: "\f107";
}

.icn-angle-left:before {
  content: "\f104";
}

.icn-angle-right:before {
  content: "\f105";
}

.icn-angle-up:before {
  content: "\f106";
}

.icn-angrycreative:before {
  content: "\f36e";
}

.icn-angular:before {
  content: "\f420";
}

.icn-app-store:before {
  content: "\f36f";
}

.icn-app-store-ios:before {
  content: "\f370";
}

.icn-apper:before {
  content: "\f371";
}

.icn-apple:before {
  content: "\f179";
}

.icn-apple-pay:before {
  content: "\f415";
}

.icn-archive:before {
  content: "\f187";
}

.icn-arrow-alt-circle-down:before {
  content: "\f358";
}

.icn-arrow-alt-circle-left:before {
  content: "\f359";
}

.icn-arrow-alt-circle-right:before {
  content: "\f35a";
}

.icn-arrow-alt-circle-up:before {
  content: "\f35b";
}

.icn-arrow-alt-down:before {
  content: "\f354";
}

.icn-arrow-alt-from-bottom:before {
  content: "\f346";
}

.icn-arrow-alt-from-left:before {
  content: "\f347";
}

.icn-arrow-alt-from-right:before {
  content: "\f348";
}

.icn-arrow-alt-from-top:before {
  content: "\f349";
}

.icn-arrow-alt-left:before {
  content: "\f355";
}

.icn-arrow-alt-right:before {
  content: "\f356";
}

.icn-arrow-alt-square-down:before {
  content: "\f350";
}

.icn-arrow-alt-square-left:before {
  content: "\f351";
}

.icn-arrow-alt-square-right:before {
  content: "\f352";
}

.icn-arrow-alt-square-up:before {
  content: "\f353";
}

.icn-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.icn-arrow-alt-to-left:before {
  content: "\f34b";
}

.icn-arrow-alt-to-right:before {
  content: "\f34c";
}

.icn-arrow-alt-to-top:before {
  content: "\f34d";
}

.icn-arrow-alt-up:before {
  content: "\f357";
}

.icn-arrow-circle-down:before {
  content: "\f0ab";
}

.icn-arrow-circle-left:before {
  content: "\f0a8";
}

.icn-arrow-circle-right:before {
  content: "\f0a9";
}

.icn-arrow-circle-up:before {
  content: "\f0aa";
}

.icn-arrow-down:before {
  content: "\f063";
}

.icn-arrow-from-bottom:before {
  content: "\f342";
}

.icn-arrow-from-left:before {
  content: "\f343";
}

.icn-arrow-from-right:before {
  content: "\f344";
}

.icn-arrow-from-top:before {
  content: "\f345";
}

.icn-arrow-left:before {
  content: "\f060";
}

.icn-arrow-right:before {
  content: "\f061";
}

.icn-arrow-square-down:before {
  content: "\f339";
}

.icn-arrow-square-left:before {
  content: "\f33a";
}

.icn-arrow-square-right:before {
  content: "\f33b";
}

.icn-arrow-square-up:before {
  content: "\f33c";
}

.icn-arrow-to-bottom:before {
  content: "\f33d";
}

.icn-arrow-to-left:before {
  content: "\f33e";
}

.icn-arrow-to-right:before {
  content: "\f340";
}

.icn-arrow-to-top:before {
  content: "\f341";
}

.icn-arrow-up:before {
  content: "\f062";
}

.icn-arrows:before {
  content: "\f047";
}

.icn-arrows-alt:before {
  content: "\f0b2";
}

.icn-arrows-alt-h:before {
  content: "\f337";
}

.icn-arrows-alt-v:before {
  content: "\f338";
}

.icn-arrows-h:before {
  content: "\f07e";
}

.icn-arrows-v:before {
  content: "\f07d";
}

.icn-assistive-listening-systems:before {
  content: "\f2a2";
}

.icn-asterisk:before {
  content: "\f069";
}

.icn-asymmetrik:before {
  content: "\f372";
}

.icn-at:before {
  content: "\f1fa";
}

.icn-audible:before {
  content: "\f373";
}

.icn-audio-description:before {
  content: "\f29e";
}

.icn-autoprefixer:before {
  content: "\f41c";
}

.icn-avianex:before {
  content: "\f374";
}

.icn-aviato:before {
  content: "\f421";
}

.icn-aws:before {
  content: "\f375";
}

.icn-backward:before {
  content: "\f04a";
}

.icn-badge:before {
  content: "\f335";
}

.icn-badge-check:before {
  content: "\f336";
}

.icn-balance-scale:before {
  content: "\f24e";
}

.icn-ban:before {
  content: "\f05e";
}

.icn-bandcamp:before {
  content: "\f2d5";
}

.icn-barcode:before {
  content: "\f02a";
}

.icn-bars:before {
  content: "\f0c9";
}

.icn-baseball:before {
  content: "\f432";
}

.icn-baseball-ball:before {
  content: "\f433";
}

.icn-basketball-ball:before {
  content: "\f434";
}

.icn-basketball-hoop:before {
  content: "\f435";
}

.icn-bath:before {
  content: "\f2cd";
}

.icn-battery-bolt:before {
  content: "\f376";
}

.icn-battery-empty:before {
  content: "\f244";
}

.icn-battery-full:before {
  content: "\f240";
}

.icn-battery-half:before {
  content: "\f242";
}

.icn-battery-quarter:before {
  content: "\f243";
}

.icn-battery-slash:before {
  content: "\f377";
}

.icn-battery-three-quarters:before {
  content: "\f241";
}

.icn-bed:before {
  content: "\f236";
}

.icn-beer:before {
  content: "\f0fc";
}

.icn-behance:before {
  content: "\f1b4";
}

.icn-behance-square:before {
  content: "\f1b5";
}

.icn-bell:before {
  content: "\f0f3";
}

.icn-bell-slash:before {
  content: "\f1f6";
}

.icn-bicycle:before {
  content: "\f206";
}

.icn-bimobject:before {
  content: "\f378";
}

.icn-binoculars:before {
  content: "\f1e5";
}

.icn-birthday-cake:before {
  content: "\f1fd";
}

.icn-bitbucket:before {
  content: "\f171";
}

.icn-bitcoin:before {
  content: "\f379";
}

.icn-bity:before {
  content: "\f37a";
}

.icn-black-tie:before {
  content: "\f27e";
}

.icn-blackberry:before {
  content: "\f37b";
}

.icn-blind:before {
  content: "\f29d";
}

.icn-blogger:before {
  content: "\f37c";
}

.icn-blogger-b:before {
  content: "\f37d";
}

.icn-bluetooth:before {
  content: "\f293";
}

.icn-bluetooth-b:before {
  content: "\f294";
}

.icn-bold:before {
  content: "\f032";
}

.icn-bolt:before {
  content: "\f0e7";
}

.icn-bomb:before {
  content: "\f1e2";
}

.icn-book:before {
  content: "\f02d";
}

.icn-bookmark:before {
  content: "\f02e";
}

.icn-bowling-ball:before {
  content: "\f436";
}

.icn-bowling-pins:before {
  content: "\f437";
}

.icn-boxing-glove:before {
  content: "\f438";
}

.icn-braille:before {
  content: "\f2a1";
}

.icn-briefcase:before {
  content: "\f0b1";
}

.icn-browser:before {
  content: "\f37e";
}

.icn-btc:before {
  content: "\f15a";
}

.icn-bug:before {
  content: "\f188";
}

.icn-building:before {
  content: "\f1ad";
}

.icn-bullhorn:before {
  content: "\f0a1";
}

.icn-bullseye:before {
  content: "\f140";
}

.icn-buromobelexperte:before {
  content: "\f37f";
}

.icn-bus:before {
  content: "\f207";
}

.icn-buysellads:before {
  content: "\f20d";
}

.icn-calculator:before {
  content: "\f1ec";
}

.icn-calendar:before {
  content: "\f133";
}

.icn-calendar-alt:before {
  content: "\f073";
}

.icn-calendar-check:before {
  content: "\f274";
}

.icn-calendar-edit:before {
  content: "\f333";
}

.icn-calendar-exclamation:before {
  content: "\f334";
}

.icn-calendar-minus:before {
  content: "\f272";
}

.icn-calendar-plus:before {
  content: "\f271";
}

.icn-calendar-times:before {
  content: "\f273";
}

.icn-camera:before {
  content: "\f030";
}

.icn-camera-alt:before {
  content: "\f332";
}

.icn-camera-retro:before {
  content: "\f083";
}

.icn-car:before {
  content: "\f1b9";
}

.icn-caret-circle-down:before {
  content: "\f32d";
}

.icn-caret-circle-left:before {
  content: "\f32e";
}

.icn-caret-circle-right:before {
  content: "\f330";
}

.icn-caret-circle-up:before {
  content: "\f331";
}

.icn-caret-down:before {
  content: "\f0d7";
}

.icn-caret-left:before {
  content: "\f0d9";
}

.icn-caret-right:before {
  content: "\f0da";
}

.icn-caret-square-down:before {
  content: "\f150";
}

.icn-caret-square-left:before {
  content: "\f191";
}

.icn-caret-square-right:before {
  content: "\f152";
}

.icn-caret-square-up:before {
  content: "\f151";
}

.icn-caret-up:before {
  content: "\f0d8";
}

.icn-cart-arrow-down:before {
  content: "\f218";
}

.icn-cart-plus:before {
  content: "\f217";
}

.icn-cc-amazon-pay:before {
  content: "\f42d";
}

.icn-cc-amex:before {
  content: "\f1f3";
}

.icn-cc-apple-pay:before {
  content: "\f416";
}

.icn-cc-diners-club:before {
  content: "\f24c";
}

.icn-cc-discover:before {
  content: "\f1f2";
}

.icn-cc-jcb:before {
  content: "\f24b";
}

.icn-cc-mastercard:before {
  content: "\f1f1";
}

.icn-cc-paypal:before {
  content: "\f1f4";
}

.icn-cc-stripe:before {
  content: "\f1f5";
}

.icn-cc-visa:before {
  content: "\f1f0";
}

.icn-centercode:before {
  content: "\f380";
}

.icn-certificate:before {
  content: "\f0a3";
}

.icn-chart-area:before {
  content: "\f1fe";
}

.icn-chart-bar:before {
  content: "\f080";
}

.icn-chart-line:before {
  content: "\f201";
}

.icn-chart-pie:before {
  content: "\f200";
}

.icn-check:before {
  content: "\f00c";
}

.icn-check-circle:before {
  content: "\f058";
}

.icn-check-square:before {
  content: "\f14a";
}

.icn-chess:before {
  content: "\f439";
}

.icn-chess-bishop:before {
  content: "\f43a";
}

.icn-chess-bishop-alt:before {
  content: "\f43b";
}

.icn-chess-board:before {
  content: "\f43c";
}

.icn-chess-clock:before {
  content: "\f43d";
}

.icn-chess-clock-alt:before {
  content: "\f43e";
}

.icn-chess-king:before {
  content: "\f43f";
}

.icn-chess-king-alt:before {
  content: "\f440";
}

.icn-chess-knight:before {
  content: "\f441";
}

.icn-chess-knight-alt:before {
  content: "\f442";
}

.icn-chess-pawn:before {
  content: "\f443";
}

.icn-chess-pawn-alt:before {
  content: "\f444";
}

.icn-chess-queen:before {
  content: "\f445";
}

.icn-chess-queen-alt:before {
  content: "\f446";
}

.icn-chess-rook:before {
  content: "\f447";
}

.icn-chess-rook-alt:before {
  content: "\f448";
}

.icn-chevron-circle-down:before {
  content: "\f13a";
}

.icn-chevron-circle-left:before {
  content: "\f137";
}

.icn-chevron-circle-right:before {
  content: "\f138";
}

.icn-chevron-circle-up:before {
  content: "\f139";
}

.icn-chevron-double-down:before {
  content: "\f322";
}

.icn-chevron-double-left:before {
  content: "\f323";
}

.icn-chevron-double-right:before {
  content: "\f324";
}

.icn-chevron-double-up:before {
  content: "\f325";
}

.icn-chevron-down:before {
  content: "\f078";
}

.icn-chevron-left:before {
  content: "\f053";
}

.icn-chevron-right:before {
  content: "\f054";
}

.icn-chevron-square-down:before {
  content: "\f329";
}

.icn-chevron-square-left:before {
  content: "\f32a";
}

.icn-chevron-square-right:before {
  content: "\f32b";
}

.icn-chevron-square-up:before {
  content: "\f32c";
}

.icn-chevron-up:before {
  content: "\f077";
}

.icn-child:before {
  content: "\f1ae";
}

.icn-chrome:before {
  content: "\f268";
}

.icn-circle:before {
  content: "\f111";
}

.icn-circle-notch:before {
  content: "\f1ce";
}

.icn-clipboard:before {
  content: "\f328";
}

.icn-clock:before {
  content: "\f017";
}

.icn-clone:before {
  content: "\f24d";
}

.icn-closed-captioning:before {
  content: "\f20a";
}

.icn-cloud:before {
  content: "\f0c2";
}

.icn-cloud-download:before {
  content: "\f0ed";
}

.icn-cloud-download-alt:before {
  content: "\f381";
}

.icn-cloud-upload:before {
  content: "\f0ee";
}

.icn-cloud-upload-alt:before {
  content: "\f382";
}

.icn-cloudscale:before {
  content: "\f383";
}

.icn-cloudsmith:before {
  content: "\f384";
}

.icn-cloudversify:before {
  content: "\f385";
}

.icn-club:before {
  content: "\f327";
}

.icn-code:before {
  content: "\f121";
}

.icn-code-branch:before {
  content: "\f126";
}

.icn-code-commit:before {
  content: "\f386";
}

.icn-code-merge:before {
  content: "\f387";
}

.icn-codepen:before {
  content: "\f1cb";
}

.icn-codiepie:before {
  content: "\f284";
}

.icn-coffee:before {
  content: "\f0f4";
}

.icn-cog:before {
  content: "\f013";
}

.icn-cogs:before {
  content: "\f085";
}

.icn-columns:before {
  content: "\f0db";
}

.icn-comment:before {
  content: "\f075";
}

.icn-comment-alt:before {
  content: "\f27a";
}

.icn-comments:before {
  content: "\f086";
}

.icn-compass:before {
  content: "\f14e";
}

.icn-compress:before {
  content: "\f066";
}

.icn-compress-alt:before {
  content: "\f422";
}

.icn-compress-wide:before {
  content: "\f326";
}

.icn-connectdevelop:before {
  content: "\f20e";
}

.icn-contao:before {
  content: "\f26d";
}

.icn-copy:before {
  content: "\f0c5";
}

.icn-copyright:before {
  content: "\f1f9";
}

.icn-cpanel:before {
  content: "\f388";
}

.icn-creative-commons:before {
  content: "\f25e";
}

.icn-credit-card:before {
  content: "\f09d";
}

.icn-credit-card-blank:before {
  content: "\f389";
}

.icn-credit-card-front:before {
  content: "\f38a";
}

.icn-cricket:before {
  content: "\f449";
}

.icn-crop:before {
  content: "\f125";
}

.icn-crosshairs:before {
  content: "\f05b";
}

.icn-css3:before {
  content: "\f13c";
}

.icn-css3-alt:before {
  content: "\f38b";
}

.icn-cube:before {
  content: "\f1b2";
}

.icn-cubes:before {
  content: "\f1b3";
}

.icn-curling:before {
  content: "\f44a";
}

.icn-cut:before {
  content: "\f0c4";
}

.icn-cuttlefish:before {
  content: "\f38c";
}

.icn-d-and-d:before {
  content: "\f38d";
}

.icn-dashcube:before {
  content: "\f210";
}

.icn-database:before {
  content: "\f1c0";
}

.icn-deaf:before {
  content: "\f2a4";
}

.icn-delicious:before {
  content: "\f1a5";
}

.icn-deploydog:before {
  content: "\f38e";
}

.icn-deskpro:before {
  content: "\f38f";
}

.icn-desktop:before {
  content: "\f108";
}

.icn-desktop-alt:before {
  content: "\f390";
}

.icn-deviantart:before {
  content: "\f1bd";
}

.icn-diamond:before {
  content: "\f219";
}

.icn-digg:before {
  content: "\f1a6";
}

.icn-digital-ocean:before {
  content: "\f391";
}

.icn-discord:before {
  content: "\f392";
}

.icn-discourse:before {
  content: "\f393";
}

.icn-dochub:before {
  content: "\f394";
}

.icn-docker:before {
  content: "\f395";
}

.icn-dollar-sign:before {
  content: "\f155";
}

.icn-dot-circle:before {
  content: "\f192";
}

.icn-download:before {
  content: "\f019";
}

.icn-draft2digital:before {
  content: "\f396";
}

.icn-dribbble:before {
  content: "\f17d";
}

.icn-dribbble-square:before {
  content: "\f397";
}

.icn-dropbox:before {
  content: "\f16b";
}

.icn-drupal:before {
  content: "\f1a9";
}

.icn-dumbbell:before {
  content: "\f44b";
}

.icn-dyalog:before {
  content: "\f399";
}

.icn-earlybirds:before {
  content: "\f39a";
}

.icn-edge:before {
  content: "\f282";
}

.icn-edit:before {
  content: "\f044";
}

.icn-eject:before {
  content: "\f052";
}

.icn-elementor:before {
  content: "\f430";
}

.icn-ellipsis-h:before {
  content: "\f141";
}

.icn-ellipsis-h-alt:before {
  content: "\f39b";
}

.icn-ellipsis-v:before {
  content: "\f142";
}

.icn-ellipsis-v-alt:before {
  content: "\f39c";
}

.icn-ember:before {
  content: "\f423";
}

.icn-empire:before {
  content: "\f1d1";
}

.icn-envelope:before {
  content: "\f0e0";
}

.icn-envelope-open:before {
  content: "\f2b6";
}

.icn-envelope-square:before {
  content: "\f199";
}

.icn-envira:before {
  content: "\f299";
}

.icn-eraser:before {
  content: "\f12d";
}

.icn-erlang:before {
  content: "\f39d";
}

.icn-ethereum:before {
  content: "\f42e";
}

.icn-etsy:before {
  content: "\f2d7";
}

.icn-euro-sign:before {
  content: "\f153";
}

.icn-exchange:before {
  content: "\f0ec";
}

.icn-exchange-alt:before {
  content: "\f362";
}

.icn-exclamation:before {
  content: "\f12a";
}

.icn-exclamation-circle:before {
  content: "\f06a";
}

.icn-exclamation-square:before {
  content: "\f321";
}

.icn-exclamation-triangle:before {
  content: "\f071";
}

.icn-expand:before {
  content: "\f065";
}

.icn-expand-alt:before {
  content: "\f424";
}

.icn-expand-arrows:before {
  content: "\f31d";
}

.icn-expand-arrows-alt:before {
  content: "\f31e";
}

.icn-expand-wide:before {
  content: "\f320";
}

.icn-expeditedssl:before {
  content: "\f23e";
}

.icn-external-link:before {
  content: "\f08e";
}

.icn-external-link-alt:before {
  content: "\f35d";
}

.icn-external-link-square:before {
  content: "\f14c";
}

.icn-external-link-square-alt:before {
  content: "\f360";
}

.icn-eye:before {
  content: "\f06e";
}

.icn-eye-dropper:before {
  content: "\f1fb";
}

.icn-eye-slash:before {
  content: "\f070";
}

.icn-facebook:before {
  content: "\f09a";
}

.icn-facebook-f:before {
  content: "\f39e";
}

.icn-facebook-messenger:before {
  content: "\f39f";
}

.icn-facebook-square:before {
  content: "\f082";
}

.icn-fast-backward:before {
  content: "\f049";
}

.icn-fast-forward:before {
  content: "\f050";
}

.icn-fax:before {
  content: "\f1ac";
}

.icn-female:before {
  content: "\f182";
}

.icn-field-hockey:before {
  content: "\f44c";
}

.icn-fighter-jet:before {
  content: "\f0fb";
}

.icn-file:before {
  content: "\f15b";
}

.icn-file-alt:before {
  content: "\f15c";
}

.icn-file-archive:before {
  content: "\f1c6";
}

.icn-file-audio:before {
  content: "\f1c7";
}

.icn-file-check:before {
  content: "\f316";
}

.icn-file-code:before {
  content: "\f1c9";
}

.icn-file-edit:before {
  content: "\f31c";
}

.icn-file-excel:before {
  content: "\f1c3";
}

.icn-file-exclamation:before {
  content: "\f31a";
}

.icn-file-image:before {
  content: "\f1c5";
}

.icn-file-minus:before {
  content: "\f318";
}

.icn-file-pdf:before {
  content: "\f1c1";
}

.icn-file-plus:before {
  content: "\f319";
}

.icn-file-powerpoint:before {
  content: "\f1c4";
}

.icn-file-times:before {
  content: "\f317";
}

.icn-file-video:before {
  content: "\f1c8";
}

.icn-file-word:before {
  content: "\f1c2";
}

.icn-film:before {
  content: "\f008";
}

.icn-film-alt:before {
  content: "\f3a0";
}

.icn-filter:before {
  content: "\f0b0";
}

.icn-fire:before {
  content: "\f06d";
}

.icn-fire-extinguisher:before {
  content: "\f134";
}

.icn-firefox:before {
  content: "\f269";
}

.icn-first-order:before {
  content: "\f2b0";
}

.icn-firstdraft:before {
  content: "\f3a1";
}

.icn-flag:before {
  content: "\f024";
}

.icn-flag-checkered:before {
  content: "\f11e";
}

.icn-flask:before {
  content: "\f0c3";
}

.icn-flickr:before {
  content: "\f16e";
}

.icn-flipboard:before {
  content: "\f44d";
}

.icn-fly:before {
  content: "\f417";
}

.icn-folder:before {
  content: "\f07b";
}

.icn-folder-open:before {
  content: "\f07c";
}

.icn-font:before {
  content: "\f031";
}

.icn-font-awesome:before {
  content: "\f2b4";
}

.icn-font-awesome-alt:before {
  content: "\f35c";
}

.icn-font-awesome-flag:before {
  content: "\f425";
}

.icn-fonticons:before {
  content: "\f280";
}

.icn-fonticons-fi:before {
  content: "\f3a2";
}

.icn-football-ball:before {
  content: "\f44e";
}

.icn-football-helmet:before {
  content: "\f44f";
}

.icn-fort-awesome:before {
  content: "\f286";
}

.icn-fort-awesome-alt:before {
  content: "\f3a3";
}

.icn-forumbee:before {
  content: "\f211";
}

.icn-forward:before {
  content: "\f04e";
}

.icn-foursquare:before {
  content: "\f180";
}

.icn-free-code-camp:before {
  content: "\f2c5";
}

.icn-freebsd:before {
  content: "\f3a4";
}

.icn-frown:before {
  content: "\f119";
}

.icn-futbol:before {
  content: "\f1e3";
}

.icn-gamepad:before {
  content: "\f11b";
}

.icn-gavel:before {
  content: "\f0e3";
}

.icn-gem:before {
  content: "\f3a5";
}

.icn-genderless:before {
  content: "\f22d";
}

.icn-get-pocket:before {
  content: "\f265";
}

.icn-gg:before {
  content: "\f260";
}

.icn-gg-circle:before {
  content: "\f261";
}

.icn-gift:before {
  content: "\f06b";
}

.icn-git:before {
  content: "\f1d3";
}

.icn-git-square:before {
  content: "\f1d2";
}

.icn-github:before {
  content: "\f09b";
}

.icn-github-alt:before {
  content: "\f113";
}

.icn-github-square:before {
  content: "\f092";
}

.icn-gitkraken:before {
  content: "\f3a6";
}

.icn-gitlab:before {
  content: "\f296";
}

.icn-gitter:before {
  content: "\f426";
}

.icn-glass-martini:before {
  content: "\f000";
}

.icn-glide:before {
  content: "\f2a5";
}

.icn-glide-g:before {
  content: "\f2a6";
}

.icn-globe:before {
  content: "\f0ac";
}

.icn-gofore:before {
  content: "\f3a7";
}

.icn-golf-ball:before {
  content: "\f450";
}

.icn-golf-club:before {
  content: "\f451";
}

.icn-goodreads:before {
  content: "\f3a8";
}

.icn-goodreads-g:before {
  content: "\f3a9";
}

.icn-google:before {
  content: "\f1a0";
}

.icn-google-drive:before {
  content: "\f3aa";
}

.icn-google-play:before {
  content: "\f3ab";
}

.icn-google-plus:before {
  content: "\f2b3";
}

.icn-google-plus-g:before {
  content: "\f0d5";
}

.icn-google-plus-square:before {
  content: "\f0d4";
}

.icn-google-wallet:before {
  content: "\f1ee";
}

.icn-graduation-cap:before {
  content: "\f19d";
}

.icn-gratipay:before {
  content: "\f184";
}

.icn-grav:before {
  content: "\f2d6";
}

.icn-gripfire:before {
  content: "\f3ac";
}

.icn-grunt:before {
  content: "\f3ad";
}

.icn-gulp:before {
  content: "\f3ae";
}

.icn-h-square:before {
  content: "\f0fd";
}

.icn-h1:before {
  content: "\f313";
}

.icn-h2:before {
  content: "\f314";
}

.icn-h3:before {
  content: "\f315";
}

.icn-hacker-news:before {
  content: "\f1d4";
}

.icn-hacker-news-square:before {
  content: "\f3af";
}

.icn-hand-lizard:before {
  content: "\f258";
}

.icn-hand-paper:before {
  content: "\f256";
}

.icn-hand-peace:before {
  content: "\f25b";
}

.icn-hand-point-down:before {
  content: "\f0a7";
}

.icn-hand-point-left:before {
  content: "\f0a5";
}

.icn-hand-point-right:before {
  content: "\f0a4";
}

.icn-hand-point-up:before {
  content: "\f0a6";
}

.icn-hand-pointer:before {
  content: "\f25a";
}

.icn-hand-rock:before {
  content: "\f255";
}

.icn-hand-scissors:before {
  content: "\f257";
}

.icn-hand-spock:before {
  content: "\f259";
}

.icn-handshake:before {
  content: "\f2b5";
}

.icn-hashtag:before {
  content: "\f292";
}

.icn-hdd:before {
  content: "\f0a0";
}

.icn-heading:before {
  content: "\f1dc";
}

.icn-headphones:before {
  content: "\f025";
}

.icn-heart:before {
  content: "\f004";
}

.icn-heartbeat:before {
  content: "\f21e";
}

.icn-hexagon:before {
  content: "\f312";
}

.icn-hips:before {
  content: "\f452";
}

.icn-hire-a-helper:before {
  content: "\f3b0";
}

.icn-history:before {
  content: "\f1da";
}

.icn-hockey-puck:before {
  content: "\f453";
}

.icn-hockey-sticks:before {
  content: "\f454";
}

.icn-home:before {
  content: "\f015";
}

.icn-hooli:before {
  content: "\f427";
}

.icn-hospital:before {
  content: "\f0f8";
}

.icn-hotjar:before {
  content: "\f3b1";
}

.icn-hourglass:before {
  content: "\f254";
}

.icn-hourglass-end:before {
  content: "\f253";
}

.icn-hourglass-half:before {
  content: "\f252";
}

.icn-hourglass-start:before {
  content: "\f251";
}

.icn-houzz:before {
  content: "\f27c";
}

.icn-html5:before {
  content: "\f13b";
}

.icn-hubspot:before {
  content: "\f3b2";
}

.icn-i-cursor:before {
  content: "\f246";
}

.icn-id-badge:before {
  content: "\f2c1";
}

.icn-id-card:before {
  content: "\f2c2";
}

.icn-image:before {
  content: "\f03e";
}

.icn-images:before {
  content: "\f302";
}

.icn-imdb:before {
  content: "\f2d8";
}

.icn-inbox:before {
  content: "\f01c";
}

.icn-inbox-in:before {
  content: "\f310";
}

.icn-inbox-out:before {
  content: "\f311";
}

.icn-indent:before {
  content: "\f03c";
}

.icn-industry:before {
  content: "\f275";
}

.icn-industry-alt:before {
  content: "\f3b3";
}

.icn-info:before {
  content: "\f129";
}

.icn-info-circle:before {
  content: "\f05a";
}

.icn-info-square:before {
  content: "\f30f";
}

.icn-instagram:before {
  content: "\f16d";
}

.icn-internet-explorer:before {
  content: "\f26b";
}

.icn-ioxhost:before {
  content: "\f208";
}

.icn-italic:before {
  content: "\f033";
}

.icn-itunes:before {
  content: "\f3b4";
}

.icn-itunes-note:before {
  content: "\f3b5";
}

.icn-jack-o-lantern:before {
  content: "\f30e";
}

.icn-jenkins:before {
  content: "\f3b6";
}

.icn-joget:before {
  content: "\f3b7";
}

.icn-joomla:before {
  content: "\f1aa";
}

.icn-js:before {
  content: "\f3b8";
}

.icn-js-square:before {
  content: "\f3b9";
}

.icn-jsfiddle:before {
  content: "\f1cc";
}

.icn-key:before {
  content: "\f084";
}

.icn-keyboard:before {
  content: "\f11c";
}

.icn-keycdn:before {
  content: "\f3ba";
}

.icn-kickstarter:before {
  content: "\f3bb";
}

.icn-kickstarter-k:before {
  content: "\f3bc";
}

.icn-korvue:before {
  content: "\f42f";
}

.icn-language:before {
  content: "\f1ab";
}

.icn-laptop:before {
  content: "\f109";
}

.icn-laravel:before {
  content: "\f3bd";
}

.icn-lastfm:before {
  content: "\f202";
}

.icn-lastfm-square:before {
  content: "\f203";
}

.icn-leaf:before {
  content: "\f06c";
}

.icn-leanpub:before {
  content: "\f212";
}