@charset "UTF-8";
/* ===================================== */
/* ======= | Bootstrap Styles | ======== */
/* ===================================== */

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

body {
  margin: 0;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

hr {
  margin: 16px 0;
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #333333; }

h1, .h1 {
  font-size: 48px;
  font-size: 3rem; }

h2, .h2 {
  font-size: 36px;
  font-size: 2.25rem; }

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

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

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

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

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

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

address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-style: italic;
  line-height: inherit; }

ol,
ul {
  padding-left: 32px;
  padding-left: 2rem; }

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

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

dt {
  color: #191919;
  font-weight: 700; }

dd {
  margin-bottom: 1em;
  margin-left: 0; }

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .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: #14CBCB;
  text-decoration: none; }
  a:hover {
    color: #0d8585;
    text-decoration: underline; }

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 87.5%; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

kbd {
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #191919;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  color: #758085;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

textarea {
  overflow: auto;
  resize: vertical;
  -webkit-appearance: textfield; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

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

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: 0; }

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

::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

main {
  display: block; }

[hidden] {
  display: none !important; }

.lead {
  color: #333333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400; }

b.lead {
  font-weight: bold; }

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

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

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

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

.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: 8px;
    margin-right: 0.5rem; }

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

blockquote, .blockquote {
  position: relative;
  padding-top: 1.5em;
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 0;
  font-style: italic;
  font-weight: 400; }
  blockquote:before, .blockquote:before {
    display: block;
    position: absolute;
    line-height: 30px;
    height: 30px;
    width: 40px;
    top: 0;
    left: 0;
    font-size: 1.5em;
    font-style: normal;
    color: #B8D736;
    font-family: 'alwayshandy';
    z-index: -1; }

blockquote p:only-child {
  margin-bottom: 0; }

blockquote > footer {
  margin-top: -1em; }

blockquote cite {
  display: block;
  font-size: .6em;
  font-style: normal;
  color: #7f7f7f;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: -.25em; }

blockquote small, blockquote .small {
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: .6em;
  color: #999999; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #666666; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

@media (min-width: 1240px) {
  .container-xl {
    max-width: 1200px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table, table {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #333333;
  vertical-align: top; }
  .table th,
  .table td, table th,
  table td {
    padding: 16px;
    padding: 1rem;
    border-bottom: 1px solid #f7f7f7; }
  .table tbody, table tbody {
    vertical-align: inherit; }
  .table td, table td {
    border-bottom: 1px solid #f7f7f7; }
  .table thead th, table thead th {
    font-weight: normal;
    vertical-align: bottom;
    background-color: #f7f7f7;
    border-bottom-color: #f7f7f7;
    color: #7f7f7f; }
  .table tbody + tbody, table tbody + tbody {
    border-top: 2px solid #f7f7f7; }

.table-sm th,
.table-sm td {
  padding: 4px;
  padding: 0.25rem; }

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

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

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

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

.table-accent,
.table-accent > th,
.table-accent > td {
  background-color: #bdf0f0; }

.table-accent th,
.table-accent td,
.table-accent thead th,
.table-accent tbody + tbody {
  border-color: #85e4e4; }

.table-hover .table-accent:hover {
  background-color: #a8ebeb; }
  .table-hover .table-accent:hover > td,
  .table-hover .table-accent:hover > th {
    background-color: #a8ebeb; }

.table-compliment,
.table-compliment > th,
.table-compliment > td {
  background-color: #ebf4c7; }

.table-compliment th,
.table-compliment td,
.table-compliment thead th,
.table-compliment tbody + tbody {
  border-color: #daea96; }

.table-hover .table-compliment:hover {
  background-color: #e3f0b2; }
  .table-hover .table-compliment:hover > td,
  .table-hover .table-compliment:hover > th {
    background-color: #e3f0b2; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #ffdfbf; }

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #ffc388; }

.table-hover .table-orange:hover {
  background-color: #ffd2a6; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #ffd2a6; }

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #afafaf; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfbfb; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595; }

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #333333;
  border-color: #464646; }

.table .thead-light th {
  color: #7f7f7f;
  background-color: #e0e0e0;
  border-color: #f7f7f7; }

.table-dark {
  color: #ffffff;
  background-color: #333333; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #464646; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, .075); }

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

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

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

@media (max-width: 1239.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.75em + 1.564rem + 2px);
  padding: 12.512px 20px;
  padding: 0.782rem 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control.wpcf7-not-valid {
    border-color: #f00; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #4c4c4c;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25); }
  .form-control::-webkit-input-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e0e0e0;
    opacity: 1; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 12.512px 0;
  padding: 0.782rem 0;
  margin-bottom: 0;
  line-height: 1.75;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

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

textarea.form-control {
  height: auto; }

.form-select {
  display: inline-block;
  width: 100%;
  height: calc(1.75em + 1.564rem + 2px);
  padding: 12.512px 56px 12.512px 40px;
  padding: 0.782rem 3.5rem 0.782rem 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  color: #4c4c4c;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 40px center/16px 12px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 2.5rem center/16px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 0.18rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25); }
    .form-select:focus::-ms-value {
      color: #4c4c4c;
      background-color: transparent; }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 40px;
    padding-right: 2.5rem;
    background-image: none; }
  .form-select:disabled {
    color: #666666;
    background-color: #e0e0e0; }
  .form-select::-ms-expand {
    display: none; }

.form-select-sm {
  height: calc(1.75em + 0.5rem + 2px);
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem; }

.form-select-lg {
  height: calc(1.75em + 1rem + 2px);
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 20px;
  font-size: 1.25rem; }

.form-check {
  display: block;
  min-height: 28px;
  min-height: 1.75rem;
  padding-left: 1.75em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem; }

.form-check-input {
  float: left;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  margin-left: -1.75em;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25); }
  .form-check-input:checked {
    background-color: #007bff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em;
    border-color: #007bff; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #007bff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em;
    border-color: #007bff; }
  .form-check-input[disabled] {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5; }
    .form-check-input[disabled] ~ .form-check-label {
      opacity: .5; }

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

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: calc(1.25em - 2px);
    border-radius: 2em; }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
      background-position: right center; }

.form-check-inline {
  display: inline-block;
  margin-right: 16px;
  margin-right: 1rem; }

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

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.75em + 1.564rem + 2px);
  margin: 0;
  opacity: 0; }
  .form-file-input:focus ~ .form-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25); }
  .form-file-input:focus-within ~ .form-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25); }
  .form-file-input[disabled] ~ .form-file-label .form-file-text {
    background-color: #e0e0e0; }

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(1.75em + 1.564rem + 2px);
  border-color: #e0e0e0;
  border-radius: 5px; }

.form-file-text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 12.512px 40px;
  padding: 0.782rem 2.5rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.75;
  color: #4c4c4c;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.form-file-button {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 12.512px 40px;
  padding: 0.782rem 2.5rem;
  margin-left: -1px;
  line-height: 1.75;
  color: #4c4c4c;
  background-color: #e0e0e0;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }

.form-range {
  width: 100%;
  height: 24px;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-range:focus {
    outline: none; }
    .form-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 123, 255, .25);
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 123, 255, .25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 123, 255, .25); }
    .form-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 123, 255, .25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin-top: -4px;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -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;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #cccccc;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -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;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 8px;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #cccccc;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-ms-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin-top: 0;
    margin-right: 4px;
    margin-right: 0.25rem;
    margin-left: 4px;
    margin-left: 0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .form-range::-ms-track {
    width: 100%;
    height: 8px;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 8px;
    border-width: 0.5rem; }
  .form-range::-ms-fill-lower {
    background-color: #cccccc;
    border-radius: 1rem; }
  .form-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #cccccc;
    border-radius: 1rem; }
  .form-range:disabled::-webkit-slider-thumb {
    background-color: #7f7f7f; }
  .form-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .form-range:disabled::-moz-range-thumb {
    background-color: #7f7f7f; }
  .form-range:disabled::-moz-range-track {
    cursor: default; }
  .form-range:disabled::-ms-thumb {
    background-color: #7f7f7f; }

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

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

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

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

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12.512px 40px;
  padding: 0.782rem 2.5rem;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 5px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 56px;
  padding-right: 3.5rem; }

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #ffffff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: 0.18rem; }

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.75em + 1.564rem);
  background-position: top calc(0.4375em + 0.391rem) right calc(0.4375em + 0.391rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 4.673rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 2.5rem center/16px 12px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") transparent no-repeat center right 3.5rem/calc(0.875em + 0.782rem) calc(0.875em + 0.782rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, .25); }
  .was-validated .form-select:valid ~ .valid-feedback,
  .was-validated .form-select:valid ~ .valid-tooltip, .form-select.is-valid ~ .valid-feedback,
  .form-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28a745; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #34ce57; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, .25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745; }
  .was-validated .form-check-input:valid ~ .valid-feedback,
  .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
  .form-check-input.is-valid ~ .valid-tooltip {
    display: block; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #ffffff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: 0.18rem; }

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.75em + 1.564rem);
  background-position: top calc(0.4375em + 0.391rem) right calc(0.4375em + 0.391rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 4.673rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 2.5rem center/16px 12px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.1'/%3e%3c/svg%3e") transparent no-repeat center right 3.5rem/calc(0.875em + 0.782rem) calc(0.875em + 0.782rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25); }
  .was-validated .form-select:invalid ~ .invalid-feedback,
  .was-validated .form-select:invalid ~ .invalid-tooltip, .form-select.is-invalid ~ .invalid-feedback,
  .form-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #e4606d; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }
  .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
  .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  font-size: 1.2em;
  padding: 12.512px 40px;
  padding: 0.782rem 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  border-radius: 0.18rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn-round {
    border-radius: 50px; }
  .btn:hover {
    color: #333333;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-accent {
  color: #ffffff;
  background-color: #14CBCB;
  border-color: #14CBCB; }
  .btn-accent:hover {
    color: #ffffff;
    background-color: #11a8a8;
    border-color: transparent; }
  .btn-accent:focus, .btn-accent.focus {
    color: #ffffff;
    background-color: #11a8a8;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(55, 211, 211, .5);
    box-shadow: 0 0 0 0.25rem rgba(55, 211, 211, .5); }
  .btn-accent.disabled, .btn-accent:disabled {
    color: #ffffff;
    background-color: #14CBCB;
    border-color: #14CBCB; }
  .btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
  .show > .btn-accent.dropdown-toggle {
    color: #ffffff;
    background-color: #0f9d9d;
    border-color: transparent; }
    .btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-accent.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(55, 211, 211, .5);
      box-shadow: 0 0 0 0.25rem rgba(55, 211, 211, .5); }

.btn-compliment {
  color: #191919;
  background-color: #B8D736;
  border-color: #B8D736; }
  .btn-compliment:hover {
    color: #191919;
    background-color: #a3c026;
    border-color: transparent; }
  .btn-compliment:focus, .btn-compliment.focus {
    color: #191919;
    background-color: #a3c026;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(160, 187, 50, .5);
    box-shadow: 0 0 0 0.25rem rgba(160, 187, 50, .5); }
  .btn-compliment.disabled, .btn-compliment:disabled {
    color: #191919;
    background-color: #B8D736;
    border-color: #B8D736; }
  .btn-compliment:not(:disabled):not(.disabled):active, .btn-compliment:not(:disabled):not(.disabled).active,
  .show > .btn-compliment.dropdown-toggle {
    color: #191919;
    background-color: #9ab624;
    border-color: transparent; }
    .btn-compliment:not(:disabled):not(.disabled):active:focus, .btn-compliment:not(:disabled):not(.disabled).active:focus,
    .show > .btn-compliment.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(160, 187, 50, .5);
      box-shadow: 0 0 0 0.25rem rgba(160, 187, 50, .5); }

.btn-white {
  color: #191919;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover {
    color: #191919;
    background-color: #ececec;
    border-color: transparent; }
  .btn-white:focus, .btn-white.focus {
    color: #191919;
    background-color: #ececec;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 221, 221, .5);
    box-shadow: 0 0 0 0.25rem rgba(221, 221, 221, .5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #191919;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #191919;
    background-color: #e6e6e6;
    border-color: transparent; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 221, 221, .5);
      box-shadow: 0 0 0 0.25rem rgba(221, 221, 221, .5); }

.btn-orange {
  color: #191919;
  background-color: #FF8C1A;
  border-color: #FF8C1A; }
  .btn-orange:hover {
    color: #ffffff;
    background-color: #f37900;
    border-color: transparent; }
  .btn-orange:focus, .btn-orange.focus {
    color: #ffffff;
    background-color: #f37900;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 123, 26, .5);
    box-shadow: 0 0 0 0.25rem rgba(221, 123, 26, .5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #191919;
    background-color: #FF8C1A;
    border-color: #FF8C1A; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #ffffff;
    background-color: #e67200;
    border-color: transparent; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 123, 26, .5);
      box-shadow: 0 0 0 0.25rem rgba(221, 123, 26, .5); }

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: transparent; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #0069d9;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 0.25rem rgba(38, 143, 255, .5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: transparent; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 143, 255, .5);
      box-shadow: 0 0 0 0.25rem rgba(38, 143, 255, .5); }

.btn-secondary {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #535353;
    border-color: transparent; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: #535353;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, .5);
    box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, .5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #666666;
    border-color: #666666; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #4d4d4d;
    border-color: transparent; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, .5);
      box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, .5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: transparent; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #218838;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 0.25rem rgba(72, 180, 97, .5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    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: #ffffff;
    background-color: #1e7e34;
    border-color: transparent; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 180, 97, .5);
      box-shadow: 0 0 0 0.25rem rgba(72, 180, 97, .5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: transparent; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #138496;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, .5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    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: #ffffff;
    background-color: #117a8b;
    border-color: transparent; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, .5);
      box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, .5); }

.btn-warning {
  color: #191919;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #191919;
    background-color: #e0a800;
    border-color: transparent; }
  .btn-warning:focus, .btn-warning.focus {
    color: #191919;
    background-color: #e0a800;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 168, 10, .5);
    box-shadow: 0 0 0 0.25rem rgba(221, 168, 10, .5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #191919;
    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: #191919;
    background-color: #d39e00;
    border-color: transparent; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 168, 10, .5);
      box-shadow: 0 0 0 0.25rem rgba(221, 168, 10, .5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: transparent; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #c82333;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, .5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    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: #ffffff;
    background-color: #bd2130;
    border-color: transparent; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, .5);
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, .5); }

.btn-light {
  color: #191919;
  background-color: #f7f7f7;
  border-color: #f7f7f7; }
  .btn-light:hover {
    color: #191919;
    background-color: #e4e4e4;
    border-color: transparent; }
  .btn-light:focus, .btn-light.focus {
    color: #191919;
    background-color: #e4e4e4;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(214, 214, 214, .5);
    box-shadow: 0 0 0 0.25rem rgba(214, 214, 214, .5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #191919;
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #191919;
    background-color: #dedede;
    border-color: transparent; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(214, 214, 214, .5);
      box-shadow: 0 0 0 0.25rem rgba(214, 214, 214, .5); }

.btn-dark {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #202020;
    border-color: transparent; }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #202020;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, .5);
    box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, .5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1a1a1a;
    border-color: transparent; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, .5);
      box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, .5); }

.btn-outline-accent {
  color: #14CBCB;
  border-color: #14CBCB;
  color: inherit; }
  .btn-outline-accent:hover {
    color: #ffffff;
    background-color: #14CBCB;
    border-color: #14CBCB; }
  .btn-outline-accent:focus, .btn-outline-accent.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(20, 203, 203, .5);
    box-shadow: 0 0 0 0.25rem rgba(20, 203, 203, .5); }
  .btn-outline-accent.disabled, .btn-outline-accent:disabled {
    color: #14CBCB;
    background-color: transparent; }
  .btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
  .show > .btn-outline-accent.dropdown-toggle {
    color: #ffffff;
    background-color: #14CBCB;
    border-color: #14CBCB; }
    .btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-accent.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(20, 203, 203, .5);
      box-shadow: 0 0 0 0.25rem rgba(20, 203, 203, .5); }

.btn-outline-compliment {
  color: #B8D736;
  border-color: #B8D736;
  color: inherit; }
  .btn-outline-compliment:hover {
    color: #191919;
    background-color: #B8D736;
    border-color: #B8D736; }
  .btn-outline-compliment:focus, .btn-outline-compliment.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(184, 215, 54, .5);
    box-shadow: 0 0 0 0.25rem rgba(184, 215, 54, .5); }
  .btn-outline-compliment.disabled, .btn-outline-compliment:disabled {
    color: #B8D736;
    background-color: transparent; }
  .btn-outline-compliment:not(:disabled):not(.disabled):active, .btn-outline-compliment:not(:disabled):not(.disabled).active,
  .show > .btn-outline-compliment.dropdown-toggle {
    color: #191919;
    background-color: #B8D736;
    border-color: #B8D736; }
    .btn-outline-compliment:not(:disabled):not(.disabled):active:focus, .btn-outline-compliment:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-compliment.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(184, 215, 54, .5);
      box-shadow: 0 0 0 0.25rem rgba(184, 215, 54, .5); }

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
  color: inherit; }
  .btn-outline-white:hover {
    color: #191919;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, .5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #191919;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, .5);
      box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, .5); }

.btn-outline-orange {
  color: #FF8C1A;
  border-color: #FF8C1A;
  color: inherit; }
  .btn-outline-orange:hover {
    color: #191919;
    background-color: #FF8C1A;
    border-color: #FF8C1A; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 140, 26, .5);
    box-shadow: 0 0 0 0.25rem rgba(255, 140, 26, .5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #FF8C1A;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #191919;
    background-color: #FF8C1A;
    border-color: #FF8C1A; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 140, 26, .5);
      box-shadow: 0 0 0 0.25rem rgba(255, 140, 26, .5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
  color: inherit; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .5);
      box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .5); }

.btn-outline-secondary {
  color: #666666;
  border-color: #666666;
  color: inherit; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #666666;
    border-color: #666666; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, .5);
    box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, .5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #666666;
    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: #ffffff;
    background-color: #666666;
    border-color: #666666; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, .5);
      box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, .5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
  color: inherit; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, .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: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, .5);
      box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, .5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
  color: inherit; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, .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: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, .5);
      box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, .5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
  color: inherit; }
  .btn-outline-warning:hover {
    color: #191919;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, .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: #191919;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, .5);
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, .5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  color: inherit; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .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: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .5);
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .5); }

.btn-outline-light {
  color: #f7f7f7;
  border-color: #f7f7f7;
  color: inherit; }
  .btn-outline-light:hover {
    color: #191919;
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(247, 247, 247, .5);
    box-shadow: 0 0 0 0.25rem rgba(247, 247, 247, .5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f7f7f7;
    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: #191919;
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(247, 247, 247, .5);
      box-shadow: 0 0 0 0.25rem rgba(247, 247, 247, .5); }

.btn-outline-dark {
  color: #333333;
  border-color: #333333;
  color: inherit; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, .5);
    box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, .5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #333333;
    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: #ffffff;
    background-color: #333333;
    border-color: #333333; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, .5);
      box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, .5); }

.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #fff !important; }

.btn-link {
  font-weight: 400;
  color: #14CBCB;
  text-decoration: none; }
  .btn-link:hover {
    color: #0d8585;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #666666;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  border-radius: 0.2rem; }

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  min-width: 10rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.18rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #191919;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #0c0c0c;
    text-decoration: none;
    background-color: #f7f7f7; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #666666;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  color: #191919; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

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

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

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

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

.dropdown-toggle-split {
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-left: 30px;
  padding-left: 1.875rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -2px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

.nav-link {
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #666666;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #cccccc; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 2.88px;
    border-top-left-radius: 0.18rem;
    border-top-right-radius: 2.88px;
    border-top-right-radius: 0.18rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e0e0e0 #e0e0e0 #cccccc; }
    .nav-tabs .nav-link.disabled {
      color: #666666;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #cccccc #cccccc #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff; }

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 16px;
  padding: 0.5rem 1rem; }
  .navbar > [class^="container"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 4.5px;
  padding-top: 0.28125rem;
  padding-bottom: 4.5px;
  padding-bottom: 0.28125rem;
  margin-right: 16px;
  margin-right: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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; }

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > [class^="container"] {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > [class^="container"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > [class^="container"] {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > [class^="container"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > [class^="container"] {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > [class^="container"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1239.98px) {
  .navbar-expand-xl > [class^="container"] {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1240px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > [class^="container"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > [class^="container"] {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 8px;
      padding-right: 0.5rem;
      padding-left: 8px;
      padding-left: 0.5rem; }
  .navbar-expand > [class^="container"] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(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, .9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .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: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #ffffff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.18rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 2.88px;
    border-top-left-radius: 0.18rem;
    border-top-right-radius: 2.88px;
    border-top-right-radius: 0.18rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2.88px;
    border-bottom-right-radius: 0.18rem;
    border-bottom-left-radius: 2.88px;
    border-bottom-left-radius: 0.18rem; }

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

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

.card-subtitle {
  margin-top: -6px;
  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: 20px;
  margin-left: 1.25rem; }

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

.card-footer {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.18rem - 1px) calc(0.18rem - 1px); }

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.18rem - 1px); }

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -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:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

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

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.18rem;
  font-size: .75em;
  text-transform: uppercase; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5em; }
  .breadcrumb-item + .breadcrumb-item::before {
    position: relative;
    display: inline-block;
    padding-right: 0.5em;
    color: inherit;
    content: "»";
    line-height: 1;
    top: -1px; }

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

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

.breadcrumb-item.active {
  color: #758085; }

.breadcrumb-item > a {
  color: inherit; }
  .breadcrumb-item > a:hover {
    color: #14CBCB;
    text-decoration: none; }

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

.page-link {
  position: relative;
  display: block;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #14CBCB;
  background-color: #ffffff;
  border: 1px solid #cccccc; }
  .page-link:hover {
    z-index: 2;
    color: #0d8585;
    text-decoration: none;
    background-color: #e0e0e0;
    border-color: #cccccc; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #666666;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #cccccc; }

.pagination-lg .page-link {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75; }

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

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

.pagination-sm .page-link {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75; }

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

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

.badge {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.18rem; }
  .badge-accent {
    background-color: #14CBCB; }
  .badge-compliment {
    background-color: #B8D736; }
  .badge:empty {
    display: none; }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-accent {
  color: #0a6a6a;
  background-color: #d0f5f5;
  border-color: #bdf0f0; }
  .alert-accent .alert-link {
    color: #063b3b; }

.alert-compliment {
  color: #60701c;
  background-color: #f1f7d7;
  border-color: #ebf4c7; }
  .alert-compliment .alert-link {
    color: #3d4712; }

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-white .alert-link {
    color: #6c6c6c; }

.alert-orange {
  color: #85490e;
  background-color: #ffe8d1;
  border-color: #ffdfbf; }
  .alert-orange .alert-link {
    color: #573009; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #353535;
  background-color: #e0e0e0;
  border-color: #d4d4d4; }
  .alert-secondary .alert-link {
    color: #1c1c1c; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success .alert-link {
    color: #0b2e13; }

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: gray;
  background-color: #fdfdfd;
  border-color: #fdfdfd; }
  .alert-light .alert-link {
    color: #676767; }

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6; }
  .alert-dark .alert-link {
    color: #020202; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  height: 1rem;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #e0e0e0;
  border-radius: 0.18rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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 (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
      animation: none; } }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #4c4c4c;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #4c4c4c;
    text-decoration: none;
    background-color: #f7f7f7; }
  .list-group-item-action:active {
    color: #333333;
    background-color: #e0e0e0; }

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

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 2.88px;
    border-bottom-left-radius: 0.18rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 2.88px;
    border-top-right-radius: 0.18rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.18rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.18rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.18rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.18rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.18rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.18rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1240px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.18rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.18rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

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

.list-group-item-accent {
  color: #0a6a6a;
  background-color: #bdf0f0; }
  .list-group-item-accent.list-group-item-action:hover, .list-group-item-accent.list-group-item-action:focus {
    color: #0a6a6a;
    background-color: #a8ebeb; }
  .list-group-item-accent.list-group-item-action.active {
    color: #ffffff;
    background-color: #0a6a6a;
    border-color: #0a6a6a; }

.list-group-item-compliment {
  color: #60701c;
  background-color: #ebf4c7; }
  .list-group-item-compliment.list-group-item-action:hover, .list-group-item-compliment.list-group-item-action:focus {
    color: #60701c;
    background-color: #e3f0b2; }
  .list-group-item-compliment.list-group-item-action.active {
    color: #ffffff;
    background-color: #60701c;
    border-color: #60701c; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #ffffff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-orange {
  color: #85490e;
  background-color: #ffdfbf; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #85490e;
    background-color: #ffd2a6; }
  .list-group-item-orange.list-group-item-action.active {
    color: #ffffff;
    background-color: #85490e;
    border-color: #85490e; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #353535;
  background-color: #d4d4d4; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #353535;
    background-color: #c7c7c7; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #353535;
    border-color: #353535; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #155724;
    border-color: #155724; }

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

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: gray;
  background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: gray;
    background-color: #f0f0f0; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: gray;
    border-color: gray; }

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1b1b;
    background-color: #b9b9b9; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1b1b;
    border-color: #1b1b1b; }

.close {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.18rem; }
  .toast:not(:last-child) {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  color: #666666;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05); }

.toast-body {
  padding: 12px;
  padding: 0.75rem; }

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

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

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

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

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0; }

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

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px;
  padding: 1rem;
  border-top: 1px solid #cccccc;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > :not(:first-child) {
    margin-left: 4px;
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: 4px;
    margin-right: .25rem; }

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 12.8px;
    width: 0.8rem;
    height: 6.4px;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.18rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 16px;
    width: 1rem;
    height: 8px;
    height: 0.5rem;
    margin: 0 4.8px;
    margin: 0 0.3rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem + -1px); }
    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
      bottom: 0;
      border-width: 8px 8px 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, .25); }
    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
      bottom: 1px;
      border-width: 8px 8px 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 8px;
  margin-left: 0.5rem; }
  .bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem + -1px);
    width: 8px;
    width: 0.5rem;
    height: 16px;
    height: 1rem;
    margin: 4.8px 0;
    margin: 0.3rem 0; }
    .bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
      left: 0;
      border-width: 8px 8px 8px 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, .25); }
    .bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
      left: 1px;
      border-width: 8px 8px 8px 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 8px;
  margin-top: 0.5rem; }
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem + -1px); }
    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
      top: 0;
      border-width: 0 8px 8px 8px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, .25); }
    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
      top: 1px;
      border-width: 0 8px 8px 8px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 16px;
    width: 1rem;
    margin-left: -8px;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 8px;
  margin-right: 0.5rem; }
  .bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem + -1px);
    width: 8px;
    width: 0.5rem;
    height: 16px;
    height: 1rem;
    margin: 4.8px 0;
    margin: 0.3rem 0; }
    .bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
      right: 0;
      border-width: 8px 0 8px 8px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, .25); }
    .bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
      right: 1px;
      border-width: 8px 0 8px 8px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #ffffff; }

.popover-header {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  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: 8px 12px;
  padding: 0.5rem 0.75rem;
  color: #333333; }

.carousel {
  position: relative; }

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

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

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem; }

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

.embed-responsive {
  position: relative;
  width: 100%; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

.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,
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: 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; }

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

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

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

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

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

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

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

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

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

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

.border-accent {
  border-color: #14CBCB !important; }

.border-compliment {
  border-color: #B8D736 !important; }

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

.border-orange {
  border-color: #FF8C1A !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #666666 !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: #f7f7f7 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 4px !important;
  margin: 0.25rem !important; }

.m-2 {
  margin: 8px !important;
  margin: 0.5rem !important; }

.m-3 {
  margin: 16px !important;
  margin: 1rem !important; }

.m-4 {
  margin: 24px !important;
  margin: 1.5rem !important; }

.m-5 {
  margin: 48px !important;
  margin: 3rem !important; }

.m-10 {
  margin: 10px !important; }

.m-20 {
  margin: 20px !important; }

.m-30 {
  margin: 30px !important; }

.m-40 {
  margin: 40px !important; }

.m-50 {
  margin: 50px !important; }

.m-60 {
  margin: 60px !important; }

.m-70 {
  margin: 70px !important; }

.m-80 {
  margin: 80px !important; }

.m-90 {
  margin: 90px !important; }

.m-100 {
  margin: 100px !important; }

.m-110 {
  margin: 110px !important; }

.m-120 {
  margin: 120px !important; }

.m-130 {
  margin: 130px !important; }

.m-140 {
  margin: 140px !important; }

.m-150 {
  margin: 150px !important; }

.m-160 {
  margin: 160px !important; }

.m-170 {
  margin: 170px !important; }

.m-180 {
  margin: 180px !important; }

.m-190 {
  margin: 190px !important; }

.m-200 {
  margin: 200px !important; }

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 4px !important;
  margin-right: 0.25rem !important;
  margin-left: 4px !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 8px !important;
  margin-right: 0.5rem !important;
  margin-left: 8px !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 16px !important;
  margin-right: 1rem !important;
  margin-left: 16px !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important;
  margin-left: 24px !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 48px !important;
  margin-right: 3rem !important;
  margin-left: 48px !important;
  margin-left: 3rem !important; }

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important; }

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important; }

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important; }

.mx-110 {
  margin-right: 110px !important;
  margin-left: 110px !important; }

.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important; }

.mx-130 {
  margin-right: 130px !important;
  margin-left: 130px !important; }

.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important; }

.mx-150 {
  margin-right: 150px !important;
  margin-left: 150px !important; }

.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important; }

.mx-170 {
  margin-right: 170px !important;
  margin-left: 170px !important; }

.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important; }

.mx-190 {
  margin-right: 190px !important;
  margin-left: 190px !important; }

.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 4px !important;
  margin-top: 0.25rem !important;
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important;
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 16px !important;
  margin-top: 1rem !important;
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 48px !important;
  margin-top: 3rem !important;
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important; }

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important; }

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important; }

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 4px !important;
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 16px !important;
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 48px !important;
  margin-top: 3rem !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-160 {
  margin-top: 160px !important; }

.mt-170 {
  margin-top: 170px !important; }

.mt-180 {
  margin-top: 180px !important; }

.mt-190 {
  margin-top: 190px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 4px !important;
  margin-right: 0.25rem !important; }

.mr-2 {
  margin-right: 8px !important;
  margin-right: 0.5rem !important; }

.mr-3 {
  margin-right: 16px !important;
  margin-right: 1rem !important; }

.mr-4 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important; }

.mr-5 {
  margin-right: 48px !important;
  margin-right: 3rem !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mr-110 {
  margin-right: 110px !important; }

.mr-120 {
  margin-right: 120px !important; }

.mr-130 {
  margin-right: 130px !important; }

.mr-140 {
  margin-right: 140px !important; }

.mr-150 {
  margin-right: 150px !important; }

.mr-160 {
  margin-right: 160px !important; }

.mr-170 {
  margin-right: 170px !important; }

.mr-180 {
  margin-right: 180px !important; }

.mr-190 {
  margin-right: 190px !important; }

.mr-200 {
  margin-right: 200px !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-160 {
  margin-bottom: 160px !important; }

.mb-170 {
  margin-bottom: 170px !important; }

.mb-180 {
  margin-bottom: 180px !important; }

.mb-190 {
  margin-bottom: 190px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 4px !important;
  margin-left: 0.25rem !important; }

.ml-2 {
  margin-left: 8px !important;
  margin-left: 0.5rem !important; }

.ml-3 {
  margin-left: 16px !important;
  margin-left: 1rem !important; }

.ml-4 {
  margin-left: 24px !important;
  margin-left: 1.5rem !important; }

.ml-5 {
  margin-left: 48px !important;
  margin-left: 3rem !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

.ml-110 {
  margin-left: 110px !important; }

.ml-120 {
  margin-left: 120px !important; }

.ml-130 {
  margin-left: 130px !important; }

.ml-140 {
  margin-left: 140px !important; }

.ml-150 {
  margin-left: 150px !important; }

.ml-160 {
  margin-left: 160px !important; }

.ml-170 {
  margin-left: 170px !important; }

.ml-180 {
  margin-left: 180px !important; }

.ml-190 {
  margin-left: 190px !important; }

.ml-200 {
  margin-left: 200px !important; }

.ml-auto {
  margin-left: auto !important; }

.m-n1 {
  margin: -4px !important;
  margin: -0.25rem !important; }

.m-n2 {
  margin: -8px !important;
  margin: -0.5rem !important; }

.m-n3 {
  margin: -16px !important;
  margin: -1rem !important; }

.m-n4 {
  margin: -24px !important;
  margin: -1.5rem !important; }

.m-n5 {
  margin: -48px !important;
  margin: -3rem !important; }

.m-n10 {
  margin: -10px !important; }

.m-n20 {
  margin: -20px !important; }

.m-n30 {
  margin: -30px !important; }

.m-n40 {
  margin: -40px !important; }

.m-n50 {
  margin: -50px !important; }

.m-n60 {
  margin: -60px !important; }

.m-n70 {
  margin: -70px !important; }

.m-n80 {
  margin: -80px !important; }

.m-n90 {
  margin: -90px !important; }

.m-n100 {
  margin: -100px !important; }

.m-n110 {
  margin: -110px !important; }

.m-n120 {
  margin: -120px !important; }

.m-n130 {
  margin: -130px !important; }

.m-n140 {
  margin: -140px !important; }

.m-n150 {
  margin: -150px !important; }

.m-n160 {
  margin: -160px !important; }

.m-n170 {
  margin: -170px !important; }

.m-n180 {
  margin: -180px !important; }

.m-n190 {
  margin: -190px !important; }

.m-n200 {
  margin: -200px !important; }

.mx-n1 {
  margin-right: -4px !important;
  margin-right: -0.25rem !important;
  margin-left: -4px !important;
  margin-left: -0.25rem !important; }

.mx-n2 {
  margin-right: -8px !important;
  margin-right: -0.5rem !important;
  margin-left: -8px !important;
  margin-left: -0.5rem !important; }

.mx-n3 {
  margin-right: -16px !important;
  margin-right: -1rem !important;
  margin-left: -16px !important;
  margin-left: -1rem !important; }

.mx-n4 {
  margin-right: -24px !important;
  margin-right: -1.5rem !important;
  margin-left: -24px !important;
  margin-left: -1.5rem !important; }

.mx-n5 {
  margin-right: -48px !important;
  margin-right: -3rem !important;
  margin-left: -48px !important;
  margin-left: -3rem !important; }

.mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important; }

.mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important; }

.mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important; }

.mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important; }

.mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important; }

.mx-n60 {
  margin-right: -60px !important;
  margin-left: -60px !important; }

.mx-n70 {
  margin-right: -70px !important;
  margin-left: -70px !important; }

.mx-n80 {
  margin-right: -80px !important;
  margin-left: -80px !important; }

.mx-n90 {
  margin-right: -90px !important;
  margin-left: -90px !important; }

.mx-n100 {
  margin-right: -100px !important;
  margin-left: -100px !important; }

.mx-n110 {
  margin-right: -110px !important;
  margin-left: -110px !important; }

.mx-n120 {
  margin-right: -120px !important;
  margin-left: -120px !important; }

.mx-n130 {
  margin-right: -130px !important;
  margin-left: -130px !important; }

.mx-n140 {
  margin-right: -140px !important;
  margin-left: -140px !important; }

.mx-n150 {
  margin-right: -150px !important;
  margin-left: -150px !important; }

.mx-n160 {
  margin-right: -160px !important;
  margin-left: -160px !important; }

.mx-n170 {
  margin-right: -170px !important;
  margin-left: -170px !important; }

.mx-n180 {
  margin-right: -180px !important;
  margin-left: -180px !important; }

.mx-n190 {
  margin-right: -190px !important;
  margin-left: -190px !important; }

.mx-n200 {
  margin-right: -200px !important;
  margin-left: -200px !important; }

.my-n1 {
  margin-top: -4px !important;
  margin-top: -0.25rem !important;
  margin-bottom: -4px !important;
  margin-bottom: -0.25rem !important; }

.my-n2 {
  margin-top: -8px !important;
  margin-top: -0.5rem !important;
  margin-bottom: -8px !important;
  margin-bottom: -0.5rem !important; }

.my-n3 {
  margin-top: -16px !important;
  margin-top: -1rem !important;
  margin-bottom: -16px !important;
  margin-bottom: -1rem !important; }

.my-n4 {
  margin-top: -24px !important;
  margin-top: -1.5rem !important;
  margin-bottom: -24px !important;
  margin-bottom: -1.5rem !important; }

.my-n5 {
  margin-top: -48px !important;
  margin-top: -3rem !important;
  margin-bottom: -48px !important;
  margin-bottom: -3rem !important; }

.my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

.my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important; }

.my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important; }

.my-n60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important; }

.my-n70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important; }

.my-n80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important; }

.my-n90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important; }

.my-n100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important; }

.my-n110 {
  margin-top: -110px !important;
  margin-bottom: -110px !important; }

.my-n120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important; }

.my-n130 {
  margin-top: -130px !important;
  margin-bottom: -130px !important; }

.my-n140 {
  margin-top: -140px !important;
  margin-bottom: -140px !important; }

.my-n150 {
  margin-top: -150px !important;
  margin-bottom: -150px !important; }

.my-n160 {
  margin-top: -160px !important;
  margin-bottom: -160px !important; }

.my-n170 {
  margin-top: -170px !important;
  margin-bottom: -170px !important; }

.my-n180 {
  margin-top: -180px !important;
  margin-bottom: -180px !important; }

.my-n190 {
  margin-top: -190px !important;
  margin-bottom: -190px !important; }

.my-n200 {
  margin-top: -200px !important;
  margin-bottom: -200px !important; }

.mt-n1 {
  margin-top: -4px !important;
  margin-top: -0.25rem !important; }

.mt-n2 {
  margin-top: -8px !important;
  margin-top: -0.5rem !important; }

.mt-n3 {
  margin-top: -16px !important;
  margin-top: -1rem !important; }

.mt-n4 {
  margin-top: -24px !important;
  margin-top: -1.5rem !important; }

.mt-n5 {
  margin-top: -48px !important;
  margin-top: -3rem !important; }

.mt-n10 {
  margin-top: -10px !important; }

.mt-n20 {
  margin-top: -20px !important; }

.mt-n30 {
  margin-top: -30px !important; }

.mt-n40 {
  margin-top: -40px !important; }

.mt-n50 {
  margin-top: -50px !important; }

.mt-n60 {
  margin-top: -60px !important; }

.mt-n70 {
  margin-top: -70px !important; }

.mt-n80 {
  margin-top: -80px !important; }

.mt-n90 {
  margin-top: -90px !important; }

.mt-n100 {
  margin-top: -100px !important; }

.mt-n110 {
  margin-top: -110px !important; }

.mt-n120 {
  margin-top: -120px !important; }

.mt-n130 {
  margin-top: -130px !important; }

.mt-n140 {
  margin-top: -140px !important; }

.mt-n150 {
  margin-top: -150px !important; }

.mt-n160 {
  margin-top: -160px !important; }

.mt-n170 {
  margin-top: -170px !important; }

.mt-n180 {
  margin-top: -180px !important; }

.mt-n190 {
  margin-top: -190px !important; }

.mt-n200 {
  margin-top: -200px !important; }

.mr-n1 {
  margin-right: -4px !important;
  margin-right: -0.25rem !important; }

.mr-n2 {
  margin-right: -8px !important;
  margin-right: -0.5rem !important; }

.mr-n3 {
  margin-right: -16px !important;
  margin-right: -1rem !important; }

.mr-n4 {
  margin-right: -24px !important;
  margin-right: -1.5rem !important; }

.mr-n5 {
  margin-right: -48px !important;
  margin-right: -3rem !important; }

.mr-n10 {
  margin-right: -10px !important; }

.mr-n20 {
  margin-right: -20px !important; }

.mr-n30 {
  margin-right: -30px !important; }

.mr-n40 {
  margin-right: -40px !important; }

.mr-n50 {
  margin-right: -50px !important; }

.mr-n60 {
  margin-right: -60px !important; }

.mr-n70 {
  margin-right: -70px !important; }

.mr-n80 {
  margin-right: -80px !important; }

.mr-n90 {
  margin-right: -90px !important; }

.mr-n100 {
  margin-right: -100px !important; }

.mr-n110 {
  margin-right: -110px !important; }

.mr-n120 {
  margin-right: -120px !important; }

.mr-n130 {
  margin-right: -130px !important; }

.mr-n140 {
  margin-right: -140px !important; }

.mr-n150 {
  margin-right: -150px !important; }

.mr-n160 {
  margin-right: -160px !important; }

.mr-n170 {
  margin-right: -170px !important; }

.mr-n180 {
  margin-right: -180px !important; }

.mr-n190 {
  margin-right: -190px !important; }

.mr-n200 {
  margin-right: -200px !important; }

.mb-n1 {
  margin-bottom: -4px !important;
  margin-bottom: -0.25rem !important; }

.mb-n2 {
  margin-bottom: -8px !important;
  margin-bottom: -0.5rem !important; }

.mb-n3 {
  margin-bottom: -16px !important;
  margin-bottom: -1rem !important; }

.mb-n4 {
  margin-bottom: -24px !important;
  margin-bottom: -1.5rem !important; }

.mb-n5 {
  margin-bottom: -48px !important;
  margin-bottom: -3rem !important; }

.mb-n10 {
  margin-bottom: -10px !important; }

.mb-n20 {
  margin-bottom: -20px !important; }

.mb-n30 {
  margin-bottom: -30px !important; }

.mb-n40 {
  margin-bottom: -40px !important; }

.mb-n50 {
  margin-bottom: -50px !important; }

.mb-n60 {
  margin-bottom: -60px !important; }

.mb-n70 {
  margin-bottom: -70px !important; }

.mb-n80 {
  margin-bottom: -80px !important; }

.mb-n90 {
  margin-bottom: -90px !important; }

.mb-n100 {
  margin-bottom: -100px !important; }

.mb-n110 {
  margin-bottom: -110px !important; }

.mb-n120 {
  margin-bottom: -120px !important; }

.mb-n130 {
  margin-bottom: -130px !important; }

.mb-n140 {
  margin-bottom: -140px !important; }

.mb-n150 {
  margin-bottom: -150px !important; }

.mb-n160 {
  margin-bottom: -160px !important; }

.mb-n170 {
  margin-bottom: -170px !important; }

.mb-n180 {
  margin-bottom: -180px !important; }

.mb-n190 {
  margin-bottom: -190px !important; }

.mb-n200 {
  margin-bottom: -200px !important; }

.ml-n1 {
  margin-left: -4px !important;
  margin-left: -0.25rem !important; }

.ml-n2 {
  margin-left: -8px !important;
  margin-left: -0.5rem !important; }

.ml-n3 {
  margin-left: -16px !important;
  margin-left: -1rem !important; }

.ml-n4 {
  margin-left: -24px !important;
  margin-left: -1.5rem !important; }

.ml-n5 {
  margin-left: -48px !important;
  margin-left: -3rem !important; }

.ml-n10 {
  margin-left: -10px !important; }

.ml-n20 {
  margin-left: -20px !important; }

.ml-n30 {
  margin-left: -30px !important; }

.ml-n40 {
  margin-left: -40px !important; }

.ml-n50 {
  margin-left: -50px !important; }

.ml-n60 {
  margin-left: -60px !important; }

.ml-n70 {
  margin-left: -70px !important; }

.ml-n80 {
  margin-left: -80px !important; }

.ml-n90 {
  margin-left: -90px !important; }

.ml-n100 {
  margin-left: -100px !important; }

.ml-n110 {
  margin-left: -110px !important; }

.ml-n120 {
  margin-left: -120px !important; }

.ml-n130 {
  margin-left: -130px !important; }

.ml-n140 {
  margin-left: -140px !important; }

.ml-n150 {
  margin-left: -150px !important; }

.ml-n160 {
  margin-left: -160px !important; }

.ml-n170 {
  margin-left: -170px !important; }

.ml-n180 {
  margin-left: -180px !important; }

.ml-n190 {
  margin-left: -190px !important; }

.ml-n200 {
  margin-left: -200px !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 4px !important;
  padding: 0.25rem !important; }

.p-2 {
  padding: 8px !important;
  padding: 0.5rem !important; }

.p-3 {
  padding: 16px !important;
  padding: 1rem !important; }

.p-4 {
  padding: 24px !important;
  padding: 1.5rem !important; }

.p-5 {
  padding: 48px !important;
  padding: 3rem !important; }

.p-10 {
  padding: 10px !important; }

.p-20 {
  padding: 20px !important; }

.p-30 {
  padding: 30px !important; }

.p-40 {
  padding: 40px !important; }

.p-50 {
  padding: 50px !important; }

.p-60 {
  padding: 60px !important; }

.p-70 {
  padding: 70px !important; }

.p-80 {
  padding: 80px !important; }

.p-90 {
  padding: 90px !important; }

.p-100 {
  padding: 100px !important; }

.p-110 {
  padding: 110px !important; }

.p-120 {
  padding: 120px !important; }

.p-130 {
  padding: 130px !important; }

.p-140 {
  padding: 140px !important; }

.p-150 {
  padding: 150px !important; }

.p-160 {
  padding: 160px !important; }

.p-170 {
  padding: 170px !important; }

.p-180 {
  padding: 180px !important; }

.p-190 {
  padding: 190px !important; }

.p-200 {
  padding: 200px !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 4px !important;
  padding-right: 0.25rem !important;
  padding-left: 4px !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important;
  padding-left: 8px !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 16px !important;
  padding-right: 1rem !important;
  padding-left: 16px !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
  padding-left: 24px !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 48px !important;
  padding-right: 3rem !important;
  padding-left: 48px !important;
  padding-left: 3rem !important; }

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important; }

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important; }

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important; }

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important; }

.px-110 {
  padding-right: 110px !important;
  padding-left: 110px !important; }

.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important; }

.px-130 {
  padding-right: 130px !important;
  padding-left: 130px !important; }

.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important; }

.px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important; }

.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important; }

.px-170 {
  padding-right: 170px !important;
  padding-left: 170px !important; }

.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important; }

.px-190 {
  padding-right: 190px !important;
  padding-left: 190px !important; }

.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important;
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 16px !important;
  padding-top: 1rem !important;
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 48px !important;
  padding-top: 3rem !important;
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important; }

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important; }

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 16px !important;
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 48px !important;
  padding-top: 3rem !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-160 {
  padding-top: 160px !important; }

.pt-170 {
  padding-top: 170px !important; }

.pt-180 {
  padding-top: 180px !important; }

.pt-190 {
  padding-top: 190px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 4px !important;
  padding-right: 0.25rem !important; }

.pr-2 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important; }

.pr-3 {
  padding-right: 16px !important;
  padding-right: 1rem !important; }

.pr-4 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important; }

.pr-5 {
  padding-right: 48px !important;
  padding-right: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-160 {
  padding-bottom: 160px !important; }

.pb-170 {
  padding-bottom: 170px !important; }

.pb-180 {
  padding-bottom: 180px !important; }

.pb-190 {
  padding-bottom: 190px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 4px !important;
  padding-left: 0.25rem !important; }

.pl-2 {
  padding-left: 8px !important;
  padding-left: 0.5rem !important; }

.pl-3 {
  padding-left: 16px !important;
  padding-left: 1rem !important; }

.pl-4 {
  padding-left: 24px !important;
  padding-left: 1.5rem !important; }

.pl-5 {
  padding-left: 48px !important;
  padding-left: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

.text-justify {
  text-align: justify !important; }

.text-white {
  color: #ffffff !important; }

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

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

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

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

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

.bg-accent {
  background-color: #14CBCB !important; }

.bg-compliment {
  background-color: #B8D736 !important; }

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

.bg-orange {
  background-color: #FF8C1A !important; }

.bg-primary {
  background-color: #007bff !important; }

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

.bg-success {
  background-color: #28a745 !important; }

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

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

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

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

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

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

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

.font-italic {
  font-style: italic !important; }

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

.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

.rounded-top {
  border-top-left-radius: 2.88px !important;
  border-top-left-radius: 0.18rem !important;
  border-top-right-radius: 2.88px !important;
  border-top-right-radius: 0.18rem !important; }

.rounded-right {
  border-top-right-radius: 2.88px !important;
  border-top-right-radius: 0.18rem !important;
  border-bottom-right-radius: 2.88px !important;
  border-bottom-right-radius: 0.18rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 2.88px !important;
  border-bottom-right-radius: 0.18rem !important;
  border-bottom-left-radius: 2.88px !important;
  border-bottom-left-radius: 0.18rem !important; }

.rounded-left {
  border-bottom-left-radius: 2.88px !important;
  border-bottom-left-radius: 0.18rem !important;
  border-top-left-radius: 2.88px !important;
  border-top-left-radius: 0.18rem !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .m-sm-100 {
    margin: 100px !important; }
  .m-sm-110 {
    margin: 110px !important; }
  .m-sm-120 {
    margin: 120px !important; }
  .m-sm-130 {
    margin: 130px !important; }
  .m-sm-140 {
    margin: 140px !important; }
  .m-sm-150 {
    margin: 150px !important; }
  .m-sm-160 {
    margin: 160px !important; }
  .m-sm-170 {
    margin: 170px !important; }
  .m-sm-180 {
    margin: 180px !important; }
  .m-sm-190 {
    margin: 190px !important; }
  .m-sm-200 {
    margin: 200px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-sm-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-sm-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-sm-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-sm-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-sm-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-90 {
    margin-top: 90px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; }
  .mt-sm-110 {
    margin-top: 110px !important; }
  .mt-sm-120 {
    margin-top: 120px !important; }
  .mt-sm-130 {
    margin-top: 130px !important; }
  .mt-sm-140 {
    margin-top: 140px !important; }
  .mt-sm-150 {
    margin-top: 150px !important; }
  .mt-sm-160 {
    margin-top: 160px !important; }
  .mt-sm-170 {
    margin-top: 170px !important; }
  .mt-sm-180 {
    margin-top: 180px !important; }
  .mt-sm-190 {
    margin-top: 190px !important; }
  .mt-sm-200 {
    margin-top: 200px !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mr-sm-10 {
    margin-right: 10px !important; }
  .mr-sm-20 {
    margin-right: 20px !important; }
  .mr-sm-30 {
    margin-right: 30px !important; }
  .mr-sm-40 {
    margin-right: 40px !important; }
  .mr-sm-50 {
    margin-right: 50px !important; }
  .mr-sm-60 {
    margin-right: 60px !important; }
  .mr-sm-70 {
    margin-right: 70px !important; }
  .mr-sm-80 {
    margin-right: 80px !important; }
  .mr-sm-90 {
    margin-right: 90px !important; }
  .mr-sm-100 {
    margin-right: 100px !important; }
  .mr-sm-110 {
    margin-right: 110px !important; }
  .mr-sm-120 {
    margin-right: 120px !important; }
  .mr-sm-130 {
    margin-right: 130px !important; }
  .mr-sm-140 {
    margin-right: 140px !important; }
  .mr-sm-150 {
    margin-right: 150px !important; }
  .mr-sm-160 {
    margin-right: 160px !important; }
  .mr-sm-170 {
    margin-right: 170px !important; }
  .mr-sm-180 {
    margin-right: 180px !important; }
  .mr-sm-190 {
    margin-right: 190px !important; }
  .mr-sm-200 {
    margin-right: 200px !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-90 {
    margin-bottom: 90px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; }
  .mb-sm-110 {
    margin-bottom: 110px !important; }
  .mb-sm-120 {
    margin-bottom: 120px !important; }
  .mb-sm-130 {
    margin-bottom: 130px !important; }
  .mb-sm-140 {
    margin-bottom: 140px !important; }
  .mb-sm-150 {
    margin-bottom: 150px !important; }
  .mb-sm-160 {
    margin-bottom: 160px !important; }
  .mb-sm-170 {
    margin-bottom: 170px !important; }
  .mb-sm-180 {
    margin-bottom: 180px !important; }
  .mb-sm-190 {
    margin-bottom: 190px !important; }
  .mb-sm-200 {
    margin-bottom: 200px !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .ml-sm-10 {
    margin-left: 10px !important; }
  .ml-sm-20 {
    margin-left: 20px !important; }
  .ml-sm-30 {
    margin-left: 30px !important; }
  .ml-sm-40 {
    margin-left: 40px !important; }
  .ml-sm-50 {
    margin-left: 50px !important; }
  .ml-sm-60 {
    margin-left: 60px !important; }
  .ml-sm-70 {
    margin-left: 70px !important; }
  .ml-sm-80 {
    margin-left: 80px !important; }
  .ml-sm-90 {
    margin-left: 90px !important; }
  .ml-sm-100 {
    margin-left: 100px !important; }
  .ml-sm-110 {
    margin-left: 110px !important; }
  .ml-sm-120 {
    margin-left: 120px !important; }
  .ml-sm-130 {
    margin-left: 130px !important; }
  .ml-sm-140 {
    margin-left: 140px !important; }
  .ml-sm-150 {
    margin-left: 150px !important; }
  .ml-sm-160 {
    margin-left: 160px !important; }
  .ml-sm-170 {
    margin-left: 170px !important; }
  .ml-sm-180 {
    margin-left: 180px !important; }
  .ml-sm-190 {
    margin-left: 190px !important; }
  .ml-sm-200 {
    margin-left: 200px !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .m-sm-n20 {
    margin: -20px !important; }
  .m-sm-n30 {
    margin: -30px !important; }
  .m-sm-n40 {
    margin: -40px !important; }
  .m-sm-n50 {
    margin: -50px !important; }
  .m-sm-n60 {
    margin: -60px !important; }
  .m-sm-n70 {
    margin: -70px !important; }
  .m-sm-n80 {
    margin: -80px !important; }
  .m-sm-n90 {
    margin: -90px !important; }
  .m-sm-n100 {
    margin: -100px !important; }
  .m-sm-n110 {
    margin: -110px !important; }
  .m-sm-n120 {
    margin: -120px !important; }
  .m-sm-n130 {
    margin: -130px !important; }
  .m-sm-n140 {
    margin: -140px !important; }
  .m-sm-n150 {
    margin: -150px !important; }
  .m-sm-n160 {
    margin: -160px !important; }
  .m-sm-n170 {
    margin: -170px !important; }
  .m-sm-n180 {
    margin: -180px !important; }
  .m-sm-n190 {
    margin: -190px !important; }
  .m-sm-n200 {
    margin: -200px !important; }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-sm-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-sm-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-sm-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-sm-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-sm-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-sm-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-sm-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-sm-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .mx-sm-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-sm-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-sm-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .mx-sm-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .mx-sm-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .mx-sm-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .mx-sm-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .mx-sm-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .mx-sm-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .mx-sm-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-sm-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-sm-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-sm-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-sm-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-sm-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-sm-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-sm-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-sm-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .my-sm-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-sm-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-sm-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .my-sm-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .my-sm-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .my-sm-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .my-sm-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .my-sm-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .my-sm-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .my-sm-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
    margin-top: -1.5rem !important; }
  .mt-sm-n5 {
    margin-top: -3rem !important; }
  .mt-sm-n10 {
    margin-top: -10px !important; }
  .mt-sm-n20 {
    margin-top: -20px !important; }
  .mt-sm-n30 {
    margin-top: -30px !important; }
  .mt-sm-n40 {
    margin-top: -40px !important; }
  .mt-sm-n50 {
    margin-top: -50px !important; }
  .mt-sm-n60 {
    margin-top: -60px !important; }
  .mt-sm-n70 {
    margin-top: -70px !important; }
  .mt-sm-n80 {
    margin-top: -80px !important; }
  .mt-sm-n90 {
    margin-top: -90px !important; }
  .mt-sm-n100 {
    margin-top: -100px !important; }
  .mt-sm-n110 {
    margin-top: -110px !important; }
  .mt-sm-n120 {
    margin-top: -120px !important; }
  .mt-sm-n130 {
    margin-top: -130px !important; }
  .mt-sm-n140 {
    margin-top: -140px !important; }
  .mt-sm-n150 {
    margin-top: -150px !important; }
  .mt-sm-n160 {
    margin-top: -160px !important; }
  .mt-sm-n170 {
    margin-top: -170px !important; }
  .mt-sm-n180 {
    margin-top: -180px !important; }
  .mt-sm-n190 {
    margin-top: -190px !important; }
  .mt-sm-n200 {
    margin-top: -200px !important; }
  .mr-sm-n1 {
    margin-right: -0.25rem !important; }
  .mr-sm-n2 {
    margin-right: -0.5rem !important; }
  .mr-sm-n3 {
    margin-right: -1rem !important; }
  .mr-sm-n4 {
    margin-right: -1.5rem !important; }
  .mr-sm-n5 {
    margin-right: -3rem !important; }
  .mr-sm-n10 {
    margin-right: -10px !important; }
  .mr-sm-n20 {
    margin-right: -20px !important; }
  .mr-sm-n30 {
    margin-right: -30px !important; }
  .mr-sm-n40 {
    margin-right: -40px !important; }
  .mr-sm-n50 {
    margin-right: -50px !important; }
  .mr-sm-n60 {
    margin-right: -60px !important; }
  .mr-sm-n70 {
    margin-right: -70px !important; }
  .mr-sm-n80 {
    margin-right: -80px !important; }
  .mr-sm-n90 {
    margin-right: -90px !important; }
  .mr-sm-n100 {
    margin-right: -100px !important; }
  .mr-sm-n110 {
    margin-right: -110px !important; }
  .mr-sm-n120 {
    margin-right: -120px !important; }
  .mr-sm-n130 {
    margin-right: -130px !important; }
  .mr-sm-n140 {
    margin-right: -140px !important; }
  .mr-sm-n150 {
    margin-right: -150px !important; }
  .mr-sm-n160 {
    margin-right: -160px !important; }
  .mr-sm-n170 {
    margin-right: -170px !important; }
  .mr-sm-n180 {
    margin-right: -180px !important; }
  .mr-sm-n190 {
    margin-right: -190px !important; }
  .mr-sm-n200 {
    margin-right: -200px !important; }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -3rem !important; }
  .mb-sm-n10 {
    margin-bottom: -10px !important; }
  .mb-sm-n20 {
    margin-bottom: -20px !important; }
  .mb-sm-n30 {
    margin-bottom: -30px !important; }
  .mb-sm-n40 {
    margin-bottom: -40px !important; }
  .mb-sm-n50 {
    margin-bottom: -50px !important; }
  .mb-sm-n60 {
    margin-bottom: -60px !important; }
  .mb-sm-n70 {
    margin-bottom: -70px !important; }
  .mb-sm-n80 {
    margin-bottom: -80px !important; }
  .mb-sm-n90 {
    margin-bottom: -90px !important; }
  .mb-sm-n100 {
    margin-bottom: -100px !important; }
  .mb-sm-n110 {
    margin-bottom: -110px !important; }
  .mb-sm-n120 {
    margin-bottom: -120px !important; }
  .mb-sm-n130 {
    margin-bottom: -130px !important; }
  .mb-sm-n140 {
    margin-bottom: -140px !important; }
  .mb-sm-n150 {
    margin-bottom: -150px !important; }
  .mb-sm-n160 {
    margin-bottom: -160px !important; }
  .mb-sm-n170 {
    margin-bottom: -170px !important; }
  .mb-sm-n180 {
    margin-bottom: -180px !important; }
  .mb-sm-n190 {
    margin-bottom: -190px !important; }
  .mb-sm-n200 {
    margin-bottom: -200px !important; }
  .ml-sm-n1 {
    margin-left: -0.25rem !important; }
  .ml-sm-n2 {
    margin-left: -0.5rem !important; }
  .ml-sm-n3 {
    margin-left: -1rem !important; }
  .ml-sm-n4 {
    margin-left: -1.5rem !important; }
  .ml-sm-n5 {
    margin-left: -3rem !important; }
  .ml-sm-n10 {
    margin-left: -10px !important; }
  .ml-sm-n20 {
    margin-left: -20px !important; }
  .ml-sm-n30 {
    margin-left: -30px !important; }
  .ml-sm-n40 {
    margin-left: -40px !important; }
  .ml-sm-n50 {
    margin-left: -50px !important; }
  .ml-sm-n60 {
    margin-left: -60px !important; }
  .ml-sm-n70 {
    margin-left: -70px !important; }
  .ml-sm-n80 {
    margin-left: -80px !important; }
  .ml-sm-n90 {
    margin-left: -90px !important; }
  .ml-sm-n100 {
    margin-left: -100px !important; }
  .ml-sm-n110 {
    margin-left: -110px !important; }
  .ml-sm-n120 {
    margin-left: -120px !important; }
  .ml-sm-n130 {
    margin-left: -130px !important; }
  .ml-sm-n140 {
    margin-left: -140px !important; }
  .ml-sm-n150 {
    margin-left: -150px !important; }
  .ml-sm-n160 {
    margin-left: -160px !important; }
  .ml-sm-n170 {
    margin-left: -170px !important; }
  .ml-sm-n180 {
    margin-left: -180px !important; }
  .ml-sm-n190 {
    margin-left: -190px !important; }
  .ml-sm-n200 {
    margin-left: -200px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .p-sm-100 {
    padding: 100px !important; }
  .p-sm-110 {
    padding: 110px !important; }
  .p-sm-120 {
    padding: 120px !important; }
  .p-sm-130 {
    padding: 130px !important; }
  .p-sm-140 {
    padding: 140px !important; }
  .p-sm-150 {
    padding: 150px !important; }
  .p-sm-160 {
    padding: 160px !important; }
  .p-sm-170 {
    padding: 170px !important; }
  .p-sm-180 {
    padding: 180px !important; }
  .p-sm-190 {
    padding: 190px !important; }
  .p-sm-200 {
    padding: 200px !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-sm-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-sm-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-sm-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-sm-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-sm-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-70 {
    padding-top: 70px !important; }
  .pt-sm-80 {
    padding-top: 80px !important; }
  .pt-sm-90 {
    padding-top: 90px !important; }
  .pt-sm-100 {
    padding-top: 100px !important; }
  .pt-sm-110 {
    padding-top: 110px !important; }
  .pt-sm-120 {
    padding-top: 120px !important; }
  .pt-sm-130 {
    padding-top: 130px !important; }
  .pt-sm-140 {
    padding-top: 140px !important; }
  .pt-sm-150 {
    padding-top: 150px !important; }
  .pt-sm-160 {
    padding-top: 160px !important; }
  .pt-sm-170 {
    padding-top: 170px !important; }
  .pt-sm-180 {
    padding-top: 180px !important; }
  .pt-sm-190 {
    padding-top: 190px !important; }
  .pt-sm-200 {
    padding-top: 200px !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pr-sm-10 {
    padding-right: 10px !important; }
  .pr-sm-20 {
    padding-right: 20px !important; }
  .pr-sm-30 {
    padding-right: 30px !important; }
  .pr-sm-40 {
    padding-right: 40px !important; }
  .pr-sm-50 {
    padding-right: 50px !important; }
  .pr-sm-60 {
    padding-right: 60px !important; }
  .pr-sm-70 {
    padding-right: 70px !important; }
  .pr-sm-80 {
    padding-right: 80px !important; }
  .pr-sm-90 {
    padding-right: 90px !important; }
  .pr-sm-100 {
    padding-right: 100px !important; }
  .pr-sm-110 {
    padding-right: 110px !important; }
  .pr-sm-120 {
    padding-right: 120px !important; }
  .pr-sm-130 {
    padding-right: 130px !important; }
  .pr-sm-140 {
    padding-right: 140px !important; }
  .pr-sm-150 {
    padding-right: 150px !important; }
  .pr-sm-160 {
    padding-right: 160px !important; }
  .pr-sm-170 {
    padding-right: 170px !important; }
  .pr-sm-180 {
    padding-right: 180px !important; }
  .pr-sm-190 {
    padding-right: 190px !important; }
  .pr-sm-200 {
    padding-right: 200px !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-70 {
    padding-bottom: 70px !important; }
  .pb-sm-80 {
    padding-bottom: 80px !important; }
  .pb-sm-90 {
    padding-bottom: 90px !important; }
  .pb-sm-100 {
    padding-bottom: 100px !important; }
  .pb-sm-110 {
    padding-bottom: 110px !important; }
  .pb-sm-120 {
    padding-bottom: 120px !important; }
  .pb-sm-130 {
    padding-bottom: 130px !important; }
  .pb-sm-140 {
    padding-bottom: 140px !important; }
  .pb-sm-150 {
    padding-bottom: 150px !important; }
  .pb-sm-160 {
    padding-bottom: 160px !important; }
  .pb-sm-170 {
    padding-bottom: 170px !important; }
  .pb-sm-180 {
    padding-bottom: 180px !important; }
  .pb-sm-190 {
    padding-bottom: 190px !important; }
  .pb-sm-200 {
    padding-bottom: 200px !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .pl-sm-10 {
    padding-left: 10px !important; }
  .pl-sm-20 {
    padding-left: 20px !important; }
  .pl-sm-30 {
    padding-left: 30px !important; }
  .pl-sm-40 {
    padding-left: 40px !important; }
  .pl-sm-50 {
    padding-left: 50px !important; }
  .pl-sm-60 {
    padding-left: 60px !important; }
  .pl-sm-70 {
    padding-left: 70px !important; }
  .pl-sm-80 {
    padding-left: 80px !important; }
  .pl-sm-90 {
    padding-left: 90px !important; }
  .pl-sm-100 {
    padding-left: 100px !important; }
  .pl-sm-110 {
    padding-left: 110px !important; }
  .pl-sm-120 {
    padding-left: 120px !important; }
  .pl-sm-130 {
    padding-left: 130px !important; }
  .pl-sm-140 {
    padding-left: 140px !important; }
  .pl-sm-150 {
    padding-left: 150px !important; }
  .pl-sm-160 {
    padding-left: 160px !important; }
  .pl-sm-170 {
    padding-left: 170px !important; }
  .pl-sm-180 {
    padding-left: 180px !important; }
  .pl-sm-190 {
    padding-left: 190px !important; }
  .pl-sm-200 {
    padding-left: 200px !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-justify {
    text-align: justify !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .m-md-100 {
    margin: 100px !important; }
  .m-md-110 {
    margin: 110px !important; }
  .m-md-120 {
    margin: 120px !important; }
  .m-md-130 {
    margin: 130px !important; }
  .m-md-140 {
    margin: 140px !important; }
  .m-md-150 {
    margin: 150px !important; }
  .m-md-160 {
    margin: 160px !important; }
  .m-md-170 {
    margin: 170px !important; }
  .m-md-180 {
    margin: 180px !important; }
  .m-md-190 {
    margin: 190px !important; }
  .m-md-200 {
    margin: 200px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-md-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-md-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-md-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-md-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-md-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-md-90 {
    margin-top: 90px !important; }
  .mt-md-100 {
    margin-top: 100px !important; }
  .mt-md-110 {
    margin-top: 110px !important; }
  .mt-md-120 {
    margin-top: 120px !important; }
  .mt-md-130 {
    margin-top: 130px !important; }
  .mt-md-140 {
    margin-top: 140px !important; }
  .mt-md-150 {
    margin-top: 150px !important; }
  .mt-md-160 {
    margin-top: 160px !important; }
  .mt-md-170 {
    margin-top: 170px !important; }
  .mt-md-180 {
    margin-top: 180px !important; }
  .mt-md-190 {
    margin-top: 190px !important; }
  .mt-md-200 {
    margin-top: 200px !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mr-md-10 {
    margin-right: 10px !important; }
  .mr-md-20 {
    margin-right: 20px !important; }
  .mr-md-30 {
    margin-right: 30px !important; }
  .mr-md-40 {
    margin-right: 40px !important; }
  .mr-md-50 {
    margin-right: 50px !important; }
  .mr-md-60 {
    margin-right: 60px !important; }
  .mr-md-70 {
    margin-right: 70px !important; }
  .mr-md-80 {
    margin-right: 80px !important; }
  .mr-md-90 {
    margin-right: 90px !important; }
  .mr-md-100 {
    margin-right: 100px !important; }
  .mr-md-110 {
    margin-right: 110px !important; }
  .mr-md-120 {
    margin-right: 120px !important; }
  .mr-md-130 {
    margin-right: 130px !important; }
  .mr-md-140 {
    margin-right: 140px !important; }
  .mr-md-150 {
    margin-right: 150px !important; }
  .mr-md-160 {
    margin-right: 160px !important; }
  .mr-md-170 {
    margin-right: 170px !important; }
  .mr-md-180 {
    margin-right: 180px !important; }
  .mr-md-190 {
    margin-right: 190px !important; }
  .mr-md-200 {
    margin-right: 200px !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-md-90 {
    margin-bottom: 90px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .mb-md-110 {
    margin-bottom: 110px !important; }
  .mb-md-120 {
    margin-bottom: 120px !important; }
  .mb-md-130 {
    margin-bottom: 130px !important; }
  .mb-md-140 {
    margin-bottom: 140px !important; }
  .mb-md-150 {
    margin-bottom: 150px !important; }
  .mb-md-160 {
    margin-bottom: 160px !important; }
  .mb-md-170 {
    margin-bottom: 170px !important; }
  .mb-md-180 {
    margin-bottom: 180px !important; }
  .mb-md-190 {
    margin-bottom: 190px !important; }
  .mb-md-200 {
    margin-bottom: 200px !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .ml-md-10 {
    margin-left: 10px !important; }
  .ml-md-20 {
    margin-left: 20px !important; }
  .ml-md-30 {
    margin-left: 30px !important; }
  .ml-md-40 {
    margin-left: 40px !important; }
  .ml-md-50 {
    margin-left: 50px !important; }
  .ml-md-60 {
    margin-left: 60px !important; }
  .ml-md-70 {
    margin-left: 70px !important; }
  .ml-md-80 {
    margin-left: 80px !important; }
  .ml-md-90 {
    margin-left: 90px !important; }
  .ml-md-100 {
    margin-left: 100px !important; }
  .ml-md-110 {
    margin-left: 110px !important; }
  .ml-md-120 {
    margin-left: 120px !important; }
  .ml-md-130 {
    margin-left: 130px !important; }
  .ml-md-140 {
    margin-left: 140px !important; }
  .ml-md-150 {
    margin-left: 150px !important; }
  .ml-md-160 {
    margin-left: 160px !important; }
  .ml-md-170 {
    margin-left: 170px !important; }
  .ml-md-180 {
    margin-left: 180px !important; }
  .ml-md-190 {
    margin-left: 190px !important; }
  .ml-md-200 {
    margin-left: 200px !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .m-md-n20 {
    margin: -20px !important; }
  .m-md-n30 {
    margin: -30px !important; }
  .m-md-n40 {
    margin: -40px !important; }
  .m-md-n50 {
    margin: -50px !important; }
  .m-md-n60 {
    margin: -60px !important; }
  .m-md-n70 {
    margin: -70px !important; }
  .m-md-n80 {
    margin: -80px !important; }
  .m-md-n90 {
    margin: -90px !important; }
  .m-md-n100 {
    margin: -100px !important; }
  .m-md-n110 {
    margin: -110px !important; }
  .m-md-n120 {
    margin: -120px !important; }
  .m-md-n130 {
    margin: -130px !important; }
  .m-md-n140 {
    margin: -140px !important; }
  .m-md-n150 {
    margin: -150px !important; }
  .m-md-n160 {
    margin: -160px !important; }
  .m-md-n170 {
    margin: -170px !important; }
  .m-md-n180 {
    margin: -180px !important; }
  .m-md-n190 {
    margin: -190px !important; }
  .m-md-n200 {
    margin: -200px !important; }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-md-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-md-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-md-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-md-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-md-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-md-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-md-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-md-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .mx-md-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .mx-md-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .mx-md-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .mx-md-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .mx-md-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .mx-md-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .mx-md-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-md-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-md-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-md-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-md-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-md-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-md-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-md-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-md-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .my-md-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .my-md-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .my-md-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .my-md-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .my-md-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .my-md-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .my-md-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
    margin-top: -1.5rem !important; }
  .mt-md-n5 {
    margin-top: -3rem !important; }
  .mt-md-n10 {
    margin-top: -10px !important; }
  .mt-md-n20 {
    margin-top: -20px !important; }
  .mt-md-n30 {
    margin-top: -30px !important; }
  .mt-md-n40 {
    margin-top: -40px !important; }
  .mt-md-n50 {
    margin-top: -50px !important; }
  .mt-md-n60 {
    margin-top: -60px !important; }
  .mt-md-n70 {
    margin-top: -70px !important; }
  .mt-md-n80 {
    margin-top: -80px !important; }
  .mt-md-n90 {
    margin-top: -90px !important; }
  .mt-md-n100 {
    margin-top: -100px !important; }
  .mt-md-n110 {
    margin-top: -110px !important; }
  .mt-md-n120 {
    margin-top: -120px !important; }
  .mt-md-n130 {
    margin-top: -130px !important; }
  .mt-md-n140 {
    margin-top: -140px !important; }
  .mt-md-n150 {
    margin-top: -150px !important; }
  .mt-md-n160 {
    margin-top: -160px !important; }
  .mt-md-n170 {
    margin-top: -170px !important; }
  .mt-md-n180 {
    margin-top: -180px !important; }
  .mt-md-n190 {
    margin-top: -190px !important; }
  .mt-md-n200 {
    margin-top: -200px !important; }
  .mr-md-n1 {
    margin-right: -0.25rem !important; }
  .mr-md-n2 {
    margin-right: -0.5rem !important; }
  .mr-md-n3 {
    margin-right: -1rem !important; }
  .mr-md-n4 {
    margin-right: -1.5rem !important; }
  .mr-md-n5 {
    margin-right: -3rem !important; }
  .mr-md-n10 {
    margin-right: -10px !important; }
  .mr-md-n20 {
    margin-right: -20px !important; }
  .mr-md-n30 {
    margin-right: -30px !important; }
  .mr-md-n40 {
    margin-right: -40px !important; }
  .mr-md-n50 {
    margin-right: -50px !important; }
  .mr-md-n60 {
    margin-right: -60px !important; }
  .mr-md-n70 {
    margin-right: -70px !important; }
  .mr-md-n80 {
    margin-right: -80px !important; }
  .mr-md-n90 {
    margin-right: -90px !important; }
  .mr-md-n100 {
    margin-right: -100px !important; }
  .mr-md-n110 {
    margin-right: -110px !important; }
  .mr-md-n120 {
    margin-right: -120px !important; }
  .mr-md-n130 {
    margin-right: -130px !important; }
  .mr-md-n140 {
    margin-right: -140px !important; }
  .mr-md-n150 {
    margin-right: -150px !important; }
  .mr-md-n160 {
    margin-right: -160px !important; }
  .mr-md-n170 {
    margin-right: -170px !important; }
  .mr-md-n180 {
    margin-right: -180px !important; }
  .mr-md-n190 {
    margin-right: -190px !important; }
  .mr-md-n200 {
    margin-right: -200px !important; }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -3rem !important; }
  .mb-md-n10 {
    margin-bottom: -10px !important; }
  .mb-md-n20 {
    margin-bottom: -20px !important; }
  .mb-md-n30 {
    margin-bottom: -30px !important; }
  .mb-md-n40 {
    margin-bottom: -40px !important; }
  .mb-md-n50 {
    margin-bottom: -50px !important; }
  .mb-md-n60 {
    margin-bottom: -60px !important; }
  .mb-md-n70 {
    margin-bottom: -70px !important; }
  .mb-md-n80 {
    margin-bottom: -80px !important; }
  .mb-md-n90 {
    margin-bottom: -90px !important; }
  .mb-md-n100 {
    margin-bottom: -100px !important; }
  .mb-md-n110 {
    margin-bottom: -110px !important; }
  .mb-md-n120 {
    margin-bottom: -120px !important; }
  .mb-md-n130 {
    margin-bottom: -130px !important; }
  .mb-md-n140 {
    margin-bottom: -140px !important; }
  .mb-md-n150 {
    margin-bottom: -150px !important; }
  .mb-md-n160 {
    margin-bottom: -160px !important; }
  .mb-md-n170 {
    margin-bottom: -170px !important; }
  .mb-md-n180 {
    margin-bottom: -180px !important; }
  .mb-md-n190 {
    margin-bottom: -190px !important; }
  .mb-md-n200 {
    margin-bottom: -200px !important; }
  .ml-md-n1 {
    margin-left: -0.25rem !important; }
  .ml-md-n2 {
    margin-left: -0.5rem !important; }
  .ml-md-n3 {
    margin-left: -1rem !important; }
  .ml-md-n4 {
    margin-left: -1.5rem !important; }
  .ml-md-n5 {
    margin-left: -3rem !important; }
  .ml-md-n10 {
    margin-left: -10px !important; }
  .ml-md-n20 {
    margin-left: -20px !important; }
  .ml-md-n30 {
    margin-left: -30px !important; }
  .ml-md-n40 {
    margin-left: -40px !important; }
  .ml-md-n50 {
    margin-left: -50px !important; }
  .ml-md-n60 {
    margin-left: -60px !important; }
  .ml-md-n70 {
    margin-left: -70px !important; }
  .ml-md-n80 {
    margin-left: -80px !important; }
  .ml-md-n90 {
    margin-left: -90px !important; }
  .ml-md-n100 {
    margin-left: -100px !important; }
  .ml-md-n110 {
    margin-left: -110px !important; }
  .ml-md-n120 {
    margin-left: -120px !important; }
  .ml-md-n130 {
    margin-left: -130px !important; }
  .ml-md-n140 {
    margin-left: -140px !important; }
  .ml-md-n150 {
    margin-left: -150px !important; }
  .ml-md-n160 {
    margin-left: -160px !important; }
  .ml-md-n170 {
    margin-left: -170px !important; }
  .ml-md-n180 {
    margin-left: -180px !important; }
  .ml-md-n190 {
    margin-left: -190px !important; }
  .ml-md-n200 {
    margin-left: -200px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .p-md-100 {
    padding: 100px !important; }
  .p-md-110 {
    padding: 110px !important; }
  .p-md-120 {
    padding: 120px !important; }
  .p-md-130 {
    padding: 130px !important; }
  .p-md-140 {
    padding: 140px !important; }
  .p-md-150 {
    padding: 150px !important; }
  .p-md-160 {
    padding: 160px !important; }
  .p-md-170 {
    padding: 170px !important; }
  .p-md-180 {
    padding: 180px !important; }
  .p-md-190 {
    padding: 190px !important; }
  .p-md-200 {
    padding: 200px !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-md-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-md-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-md-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-md-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-md-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pt-md-90 {
    padding-top: 90px !important; }
  .pt-md-100 {
    padding-top: 100px !important; }
  .pt-md-110 {
    padding-top: 110px !important; }
  .pt-md-120 {
    padding-top: 120px !important; }
  .pt-md-130 {
    padding-top: 130px !important; }
  .pt-md-140 {
    padding-top: 140px !important; }
  .pt-md-150 {
    padding-top: 150px !important; }
  .pt-md-160 {
    padding-top: 160px !important; }
  .pt-md-170 {
    padding-top: 170px !important; }
  .pt-md-180 {
    padding-top: 180px !important; }
  .pt-md-190 {
    padding-top: 190px !important; }
  .pt-md-200 {
    padding-top: 200px !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pr-md-10 {
    padding-right: 10px !important; }
  .pr-md-20 {
    padding-right: 20px !important; }
  .pr-md-30 {
    padding-right: 30px !important; }
  .pr-md-40 {
    padding-right: 40px !important; }
  .pr-md-50 {
    padding-right: 50px !important; }
  .pr-md-60 {
    padding-right: 60px !important; }
  .pr-md-70 {
    padding-right: 70px !important; }
  .pr-md-80 {
    padding-right: 80px !important; }
  .pr-md-90 {
    padding-right: 90px !important; }
  .pr-md-100 {
    padding-right: 100px !important; }
  .pr-md-110 {
    padding-right: 110px !important; }
  .pr-md-120 {
    padding-right: 120px !important; }
  .pr-md-130 {
    padding-right: 130px !important; }
  .pr-md-140 {
    padding-right: 140px !important; }
  .pr-md-150 {
    padding-right: 150px !important; }
  .pr-md-160 {
    padding-right: 160px !important; }
  .pr-md-170 {
    padding-right: 170px !important; }
  .pr-md-180 {
    padding-right: 180px !important; }
  .pr-md-190 {
    padding-right: 190px !important; }
  .pr-md-200 {
    padding-right: 200px !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .pb-md-90 {
    padding-bottom: 90px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; }
  .pb-md-110 {
    padding-bottom: 110px !important; }
  .pb-md-120 {
    padding-bottom: 120px !important; }
  .pb-md-130 {
    padding-bottom: 130px !important; }
  .pb-md-140 {
    padding-bottom: 140px !important; }
  .pb-md-150 {
    padding-bottom: 150px !important; }
  .pb-md-160 {
    padding-bottom: 160px !important; }
  .pb-md-170 {
    padding-bottom: 170px !important; }
  .pb-md-180 {
    padding-bottom: 180px !important; }
  .pb-md-190 {
    padding-bottom: 190px !important; }
  .pb-md-200 {
    padding-bottom: 200px !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .pl-md-10 {
    padding-left: 10px !important; }
  .pl-md-20 {
    padding-left: 20px !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .pl-md-40 {
    padding-left: 40px !important; }
  .pl-md-50 {
    padding-left: 50px !important; }
  .pl-md-60 {
    padding-left: 60px !important; }
  .pl-md-70 {
    padding-left: 70px !important; }
  .pl-md-80 {
    padding-left: 80px !important; }
  .pl-md-90 {
    padding-left: 90px !important; }
  .pl-md-100 {
    padding-left: 100px !important; }
  .pl-md-110 {
    padding-left: 110px !important; }
  .pl-md-120 {
    padding-left: 120px !important; }
  .pl-md-130 {
    padding-left: 130px !important; }
  .pl-md-140 {
    padding-left: 140px !important; }
  .pl-md-150 {
    padding-left: 150px !important; }
  .pl-md-160 {
    padding-left: 160px !important; }
  .pl-md-170 {
    padding-left: 170px !important; }
  .pl-md-180 {
    padding-left: 180px !important; }
  .pl-md-190 {
    padding-left: 190px !important; }
  .pl-md-200 {
    padding-left: 200px !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-justify {
    text-align: justify !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .m-lg-100 {
    margin: 100px !important; }
  .m-lg-110 {
    margin: 110px !important; }
  .m-lg-120 {
    margin: 120px !important; }
  .m-lg-130 {
    margin: 130px !important; }
  .m-lg-140 {
    margin: 140px !important; }
  .m-lg-150 {
    margin: 150px !important; }
  .m-lg-160 {
    margin: 160px !important; }
  .m-lg-170 {
    margin: 170px !important; }
  .m-lg-180 {
    margin: 180px !important; }
  .m-lg-190 {
    margin: 190px !important; }
  .m-lg-200 {
    margin: 200px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-lg-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-lg-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-lg-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-lg-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-lg-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-60 {
    margin-top: 60px !important; }
  .mt-lg-70 {
    margin-top: 70px !important; }
  .mt-lg-80 {
    margin-top: 80px !important; }
  .mt-lg-90 {
    margin-top: 90px !important; }
  .mt-lg-100 {
    margin-top: 100px !important; }
  .mt-lg-110 {
    margin-top: 110px !important; }
  .mt-lg-120 {
    margin-top: 120px !important; }
  .mt-lg-130 {
    margin-top: 130px !important; }
  .mt-lg-140 {
    margin-top: 140px !important; }
  .mt-lg-150 {
    margin-top: 150px !important; }
  .mt-lg-160 {
    margin-top: 160px !important; }
  .mt-lg-170 {
    margin-top: 170px !important; }
  .mt-lg-180 {
    margin-top: 180px !important; }
  .mt-lg-190 {
    margin-top: 190px !important; }
  .mt-lg-200 {
    margin-top: 200px !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mr-lg-10 {
    margin-right: 10px !important; }
  .mr-lg-20 {
    margin-right: 20px !important; }
  .mr-lg-30 {
    margin-right: 30px !important; }
  .mr-lg-40 {
    margin-right: 40px !important; }
  .mr-lg-50 {
    margin-right: 50px !important; }
  .mr-lg-60 {
    margin-right: 60px !important; }
  .mr-lg-70 {
    margin-right: 70px !important; }
  .mr-lg-80 {
    margin-right: 80px !important; }
  .mr-lg-90 {
    margin-right: 90px !important; }
  .mr-lg-100 {
    margin-right: 100px !important; }
  .mr-lg-110 {
    margin-right: 110px !important; }
  .mr-lg-120 {
    margin-right: 120px !important; }
  .mr-lg-130 {
    margin-right: 130px !important; }
  .mr-lg-140 {
    margin-right: 140px !important; }
  .mr-lg-150 {
    margin-right: 150px !important; }
  .mr-lg-160 {
    margin-right: 160px !important; }
  .mr-lg-170 {
    margin-right: 170px !important; }
  .mr-lg-180 {
    margin-right: 180px !important; }
  .mr-lg-190 {
    margin-right: 190px !important; }
  .mr-lg-200 {
    margin-right: 200px !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-20 {
    margin-bottom: 20px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-70 {
    margin-bottom: 70px !important; }
  .mb-lg-80 {
    margin-bottom: 80px !important; }
  .mb-lg-90 {
    margin-bottom: 90px !important; }
  .mb-lg-100 {
    margin-bottom: 100px !important; }
  .mb-lg-110 {
    margin-bottom: 110px !important; }
  .mb-lg-120 {
    margin-bottom: 120px !important; }
  .mb-lg-130 {
    margin-bottom: 130px !important; }
  .mb-lg-140 {
    margin-bottom: 140px !important; }
  .mb-lg-150 {
    margin-bottom: 150px !important; }
  .mb-lg-160 {
    margin-bottom: 160px !important; }
  .mb-lg-170 {
    margin-bottom: 170px !important; }
  .mb-lg-180 {
    margin-bottom: 180px !important; }
  .mb-lg-190 {
    margin-bottom: 190px !important; }
  .mb-lg-200 {
    margin-bottom: 200px !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .ml-lg-10 {
    margin-left: 10px !important; }
  .ml-lg-20 {
    margin-left: 20px !important; }
  .ml-lg-30 {
    margin-left: 30px !important; }
  .ml-lg-40 {
    margin-left: 40px !important; }
  .ml-lg-50 {
    margin-left: 50px !important; }
  .ml-lg-60 {
    margin-left: 60px !important; }
  .ml-lg-70 {
    margin-left: 70px !important; }
  .ml-lg-80 {
    margin-left: 80px !important; }
  .ml-lg-90 {
    margin-left: 90px !important; }
  .ml-lg-100 {
    margin-left: 100px !important; }
  .ml-lg-110 {
    margin-left: 110px !important; }
  .ml-lg-120 {
    margin-left: 120px !important; }
  .ml-lg-130 {
    margin-left: 130px !important; }
  .ml-lg-140 {
    margin-left: 140px !important; }
  .ml-lg-150 {
    margin-left: 150px !important; }
  .ml-lg-160 {
    margin-left: 160px !important; }
  .ml-lg-170 {
    margin-left: 170px !important; }
  .ml-lg-180 {
    margin-left: 180px !important; }
  .ml-lg-190 {
    margin-left: 190px !important; }
  .ml-lg-200 {
    margin-left: 200px !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .m-lg-n20 {
    margin: -20px !important; }
  .m-lg-n30 {
    margin: -30px !important; }
  .m-lg-n40 {
    margin: -40px !important; }
  .m-lg-n50 {
    margin: -50px !important; }
  .m-lg-n60 {
    margin: -60px !important; }
  .m-lg-n70 {
    margin: -70px !important; }
  .m-lg-n80 {
    margin: -80px !important; }
  .m-lg-n90 {
    margin: -90px !important; }
  .m-lg-n100 {
    margin: -100px !important; }
  .m-lg-n110 {
    margin: -110px !important; }
  .m-lg-n120 {
    margin: -120px !important; }
  .m-lg-n130 {
    margin: -130px !important; }
  .m-lg-n140 {
    margin: -140px !important; }
  .m-lg-n150 {
    margin: -150px !important; }
  .m-lg-n160 {
    margin: -160px !important; }
  .m-lg-n170 {
    margin: -170px !important; }
  .m-lg-n180 {
    margin: -180px !important; }
  .m-lg-n190 {
    margin: -190px !important; }
  .m-lg-n200 {
    margin: -200px !important; }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-lg-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-lg-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-lg-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-lg-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-lg-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-lg-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-lg-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-lg-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .mx-lg-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .mx-lg-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .mx-lg-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .mx-lg-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .mx-lg-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .mx-lg-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .mx-lg-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-lg-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-lg-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-lg-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-lg-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-lg-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-lg-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-lg-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-lg-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .my-lg-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .my-lg-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .my-lg-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .my-lg-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .my-lg-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .my-lg-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .my-lg-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
    margin-top: -1.5rem !important; }
  .mt-lg-n5 {
    margin-top: -3rem !important; }
  .mt-lg-n10 {
    margin-top: -10px !important; }
  .mt-lg-n20 {
    margin-top: -20px !important; }
  .mt-lg-n30 {
    margin-top: -30px !important; }
  .mt-lg-n40 {
    margin-top: -40px !important; }
  .mt-lg-n50 {
    margin-top: -50px !important; }
  .mt-lg-n60 {
    margin-top: -60px !important; }
  .mt-lg-n70 {
    margin-top: -70px !important; }
  .mt-lg-n80 {
    margin-top: -80px !important; }
  .mt-lg-n90 {
    margin-top: -90px !important; }
  .mt-lg-n100 {
    margin-top: -100px !important; }
  .mt-lg-n110 {
    margin-top: -110px !important; }
  .mt-lg-n120 {
    margin-top: -120px !important; }
  .mt-lg-n130 {
    margin-top: -130px !important; }
  .mt-lg-n140 {
    margin-top: -140px !important; }
  .mt-lg-n150 {
    margin-top: -150px !important; }
  .mt-lg-n160 {
    margin-top: -160px !important; }
  .mt-lg-n170 {
    margin-top: -170px !important; }
  .mt-lg-n180 {
    margin-top: -180px !important; }
  .mt-lg-n190 {
    margin-top: -190px !important; }
  .mt-lg-n200 {
    margin-top: -200px !important; }
  .mr-lg-n1 {
    margin-right: -0.25rem !important; }
  .mr-lg-n2 {
    margin-right: -0.5rem !important; }
  .mr-lg-n3 {
    margin-right: -1rem !important; }
  .mr-lg-n4 {
    margin-right: -1.5rem !important; }
  .mr-lg-n5 {
    margin-right: -3rem !important; }
  .mr-lg-n10 {
    margin-right: -10px !important; }
  .mr-lg-n20 {
    margin-right: -20px !important; }
  .mr-lg-n30 {
    margin-right: -30px !important; }
  .mr-lg-n40 {
    margin-right: -40px !important; }
  .mr-lg-n50 {
    margin-right: -50px !important; }
  .mr-lg-n60 {
    margin-right: -60px !important; }
  .mr-lg-n70 {
    margin-right: -70px !important; }
  .mr-lg-n80 {
    margin-right: -80px !important; }
  .mr-lg-n90 {
    margin-right: -90px !important; }
  .mr-lg-n100 {
    margin-right: -100px !important; }
  .mr-lg-n110 {
    margin-right: -110px !important; }
  .mr-lg-n120 {
    margin-right: -120px !important; }
  .mr-lg-n130 {
    margin-right: -130px !important; }
  .mr-lg-n140 {
    margin-right: -140px !important; }
  .mr-lg-n150 {
    margin-right: -150px !important; }
  .mr-lg-n160 {
    margin-right: -160px !important; }
  .mr-lg-n170 {
    margin-right: -170px !important; }
  .mr-lg-n180 {
    margin-right: -180px !important; }
  .mr-lg-n190 {
    margin-right: -190px !important; }
  .mr-lg-n200 {
    margin-right: -200px !important; }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -3rem !important; }
  .mb-lg-n10 {
    margin-bottom: -10px !important; }
  .mb-lg-n20 {
    margin-bottom: -20px !important; }
  .mb-lg-n30 {
    margin-bottom: -30px !important; }
  .mb-lg-n40 {
    margin-bottom: -40px !important; }
  .mb-lg-n50 {
    margin-bottom: -50px !important; }
  .mb-lg-n60 {
    margin-bottom: -60px !important; }
  .mb-lg-n70 {
    margin-bottom: -70px !important; }
  .mb-lg-n80 {
    margin-bottom: -80px !important; }
  .mb-lg-n90 {
    margin-bottom: -90px !important; }
  .mb-lg-n100 {
    margin-bottom: -100px !important; }
  .mb-lg-n110 {
    margin-bottom: -110px !important; }
  .mb-lg-n120 {
    margin-bottom: -120px !important; }
  .mb-lg-n130 {
    margin-bottom: -130px !important; }
  .mb-lg-n140 {
    margin-bottom: -140px !important; }
  .mb-lg-n150 {
    margin-bottom: -150px !important; }
  .mb-lg-n160 {
    margin-bottom: -160px !important; }
  .mb-lg-n170 {
    margin-bottom: -170px !important; }
  .mb-lg-n180 {
    margin-bottom: -180px !important; }
  .mb-lg-n190 {
    margin-bottom: -190px !important; }
  .mb-lg-n200 {
    margin-bottom: -200px !important; }
  .ml-lg-n1 {
    margin-left: -0.25rem !important; }
  .ml-lg-n2 {
    margin-left: -0.5rem !important; }
  .ml-lg-n3 {
    margin-left: -1rem !important; }
  .ml-lg-n4 {
    margin-left: -1.5rem !important; }
  .ml-lg-n5 {
    margin-left: -3rem !important; }
  .ml-lg-n10 {
    margin-left: -10px !important; }
  .ml-lg-n20 {
    margin-left: -20px !important; }
  .ml-lg-n30 {
    margin-left: -30px !important; }
  .ml-lg-n40 {
    margin-left: -40px !important; }
  .ml-lg-n50 {
    margin-left: -50px !important; }
  .ml-lg-n60 {
    margin-left: -60px !important; }
  .ml-lg-n70 {
    margin-left: -70px !important; }
  .ml-lg-n80 {
    margin-left: -80px !important; }
  .ml-lg-n90 {
    margin-left: -90px !important; }
  .ml-lg-n100 {
    margin-left: -100px !important; }
  .ml-lg-n110 {
    margin-left: -110px !important; }
  .ml-lg-n120 {
    margin-left: -120px !important; }
  .ml-lg-n130 {
    margin-left: -130px !important; }
  .ml-lg-n140 {
    margin-left: -140px !important; }
  .ml-lg-n150 {
    margin-left: -150px !important; }
  .ml-lg-n160 {
    margin-left: -160px !important; }
  .ml-lg-n170 {
    margin-left: -170px !important; }
  .ml-lg-n180 {
    margin-left: -180px !important; }
  .ml-lg-n190 {
    margin-left: -190px !important; }
  .ml-lg-n200 {
    margin-left: -200px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .p-lg-100 {
    padding: 100px !important; }
  .p-lg-110 {
    padding: 110px !important; }
  .p-lg-120 {
    padding: 120px !important; }
  .p-lg-130 {
    padding: 130px !important; }
  .p-lg-140 {
    padding: 140px !important; }
  .p-lg-150 {
    padding: 150px !important; }
  .p-lg-160 {
    padding: 160px !important; }
  .p-lg-170 {
    padding: 170px !important; }
  .p-lg-180 {
    padding: 180px !important; }
  .p-lg-190 {
    padding: 190px !important; }
  .p-lg-200 {
    padding: 200px !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-lg-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-lg-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-lg-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-lg-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-lg-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pt-lg-30 {
    padding-top: 30px !important; }
  .pt-lg-40 {
    padding-top: 40px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pt-lg-60 {
    padding-top: 60px !important; }
  .pt-lg-70 {
    padding-top: 70px !important; }
  .pt-lg-80 {
    padding-top: 80px !important; }
  .pt-lg-90 {
    padding-top: 90px !important; }
  .pt-lg-100 {
    padding-top: 100px !important; }
  .pt-lg-110 {
    padding-top: 110px !important; }
  .pt-lg-120 {
    padding-top: 120px !important; }
  .pt-lg-130 {
    padding-top: 130px !important; }
  .pt-lg-140 {
    padding-top: 140px !important; }
  .pt-lg-150 {
    padding-top: 150px !important; }
  .pt-lg-160 {
    padding-top: 160px !important; }
  .pt-lg-170 {
    padding-top: 170px !important; }
  .pt-lg-180 {
    padding-top: 180px !important; }
  .pt-lg-190 {
    padding-top: 190px !important; }
  .pt-lg-200 {
    padding-top: 200px !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pr-lg-10 {
    padding-right: 10px !important; }
  .pr-lg-20 {
    padding-right: 20px !important; }
  .pr-lg-30 {
    padding-right: 30px !important; }
  .pr-lg-40 {
    padding-right: 40px !important; }
  .pr-lg-50 {
    padding-right: 50px !important; }
  .pr-lg-60 {
    padding-right: 60px !important; }
  .pr-lg-70 {
    padding-right: 70px !important; }
  .pr-lg-80 {
    padding-right: 80px !important; }
  .pr-lg-90 {
    padding-right: 90px !important; }
  .pr-lg-100 {
    padding-right: 100px !important; }
  .pr-lg-110 {
    padding-right: 110px !important; }
  .pr-lg-120 {
    padding-right: 120px !important; }
  .pr-lg-130 {
    padding-right: 130px !important; }
  .pr-lg-140 {
    padding-right: 140px !important; }
  .pr-lg-150 {
    padding-right: 150px !important; }
  .pr-lg-160 {
    padding-right: 160px !important; }
  .pr-lg-170 {
    padding-right: 170px !important; }
  .pr-lg-180 {
    padding-right: 180px !important; }
  .pr-lg-190 {
    padding-right: 190px !important; }
  .pr-lg-200 {
    padding-right: 200px !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-20 {
    padding-bottom: 20px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-40 {
    padding-bottom: 40px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .pb-lg-60 {
    padding-bottom: 60px !important; }
  .pb-lg-70 {
    padding-bottom: 70px !important; }
  .pb-lg-80 {
    padding-bottom: 80px !important; }
  .pb-lg-90 {
    padding-bottom: 90px !important; }
  .pb-lg-100 {
    padding-bottom: 100px !important; }
  .pb-lg-110 {
    padding-bottom: 110px !important; }
  .pb-lg-120 {
    padding-bottom: 120px !important; }
  .pb-lg-130 {
    padding-bottom: 130px !important; }
  .pb-lg-140 {
    padding-bottom: 140px !important; }
  .pb-lg-150 {
    padding-bottom: 150px !important; }
  .pb-lg-160 {
    padding-bottom: 160px !important; }
  .pb-lg-170 {
    padding-bottom: 170px !important; }
  .pb-lg-180 {
    padding-bottom: 180px !important; }
  .pb-lg-190 {
    padding-bottom: 190px !important; }
  .pb-lg-200 {
    padding-bottom: 200px !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .pl-lg-10 {
    padding-left: 10px !important; }
  .pl-lg-20 {
    padding-left: 20px !important; }
  .pl-lg-30 {
    padding-left: 30px !important; }
  .pl-lg-40 {
    padding-left: 40px !important; }
  .pl-lg-50 {
    padding-left: 50px !important; }
  .pl-lg-60 {
    padding-left: 60px !important; }
  .pl-lg-70 {
    padding-left: 70px !important; }
  .pl-lg-80 {
    padding-left: 80px !important; }
  .pl-lg-90 {
    padding-left: 90px !important; }
  .pl-lg-100 {
    padding-left: 100px !important; }
  .pl-lg-110 {
    padding-left: 110px !important; }
  .pl-lg-120 {
    padding-left: 120px !important; }
  .pl-lg-130 {
    padding-left: 130px !important; }
  .pl-lg-140 {
    padding-left: 140px !important; }
  .pl-lg-150 {
    padding-left: 150px !important; }
  .pl-lg-160 {
    padding-left: 160px !important; }
  .pl-lg-170 {
    padding-left: 170px !important; }
  .pl-lg-180 {
    padding-left: 180px !important; }
  .pl-lg-190 {
    padding-left: 190px !important; }
  .pl-lg-200 {
    padding-left: 200px !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-justify {
    text-align: justify !important; } }

@media (min-width: 1240px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .m-xl-70 {
    margin: 70px !important; }
  .m-xl-80 {
    margin: 80px !important; }
  .m-xl-90 {
    margin: 90px !important; }
  .m-xl-100 {
    margin: 100px !important; }
  .m-xl-110 {
    margin: 110px !important; }
  .m-xl-120 {
    margin: 120px !important; }
  .m-xl-130 {
    margin: 130px !important; }
  .m-xl-140 {
    margin: 140px !important; }
  .m-xl-150 {
    margin: 150px !important; }
  .m-xl-160 {
    margin: 160px !important; }
  .m-xl-170 {
    margin: 170px !important; }
  .m-xl-180 {
    margin: 180px !important; }
  .m-xl-190 {
    margin: 190px !important; }
  .m-xl-200 {
    margin: 200px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-xl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important; }
  .mx-xl-170 {
    margin-right: 170px !important;
    margin-left: 170px !important; }
  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important; }
  .mx-xl-190 {
    margin-right: 190px !important;
    margin-left: 190px !important; }
  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }
  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mt-xl-20 {
    margin-top: 20px !important; }
  .mt-xl-30 {
    margin-top: 30px !important; }
  .mt-xl-40 {
    margin-top: 40px !important; }
  .mt-xl-50 {
    margin-top: 50px !important; }
  .mt-xl-60 {
    margin-top: 60px !important; }
  .mt-xl-70 {
    margin-top: 70px !important; }
  .mt-xl-80 {
    margin-top: 80px !important; }
  .mt-xl-90 {
    margin-top: 90px !important; }
  .mt-xl-100 {
    margin-top: 100px !important; }
  .mt-xl-110 {
    margin-top: 110px !important; }
  .mt-xl-120 {
    margin-top: 120px !important; }
  .mt-xl-130 {
    margin-top: 130px !important; }
  .mt-xl-140 {
    margin-top: 140px !important; }
  .mt-xl-150 {
    margin-top: 150px !important; }
  .mt-xl-160 {
    margin-top: 160px !important; }
  .mt-xl-170 {
    margin-top: 170px !important; }
  .mt-xl-180 {
    margin-top: 180px !important; }
  .mt-xl-190 {
    margin-top: 190px !important; }
  .mt-xl-200 {
    margin-top: 200px !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mr-xl-10 {
    margin-right: 10px !important; }
  .mr-xl-20 {
    margin-right: 20px !important; }
  .mr-xl-30 {
    margin-right: 30px !important; }
  .mr-xl-40 {
    margin-right: 40px !important; }
  .mr-xl-50 {
    margin-right: 50px !important; }
  .mr-xl-60 {
    margin-right: 60px !important; }
  .mr-xl-70 {
    margin-right: 70px !important; }
  .mr-xl-80 {
    margin-right: 80px !important; }
  .mr-xl-90 {
    margin-right: 90px !important; }
  .mr-xl-100 {
    margin-right: 100px !important; }
  .mr-xl-110 {
    margin-right: 110px !important; }
  .mr-xl-120 {
    margin-right: 120px !important; }
  .mr-xl-130 {
    margin-right: 130px !important; }
  .mr-xl-140 {
    margin-right: 140px !important; }
  .mr-xl-150 {
    margin-right: 150px !important; }
  .mr-xl-160 {
    margin-right: 160px !important; }
  .mr-xl-170 {
    margin-right: 170px !important; }
  .mr-xl-180 {
    margin-right: 180px !important; }
  .mr-xl-190 {
    margin-right: 190px !important; }
  .mr-xl-200 {
    margin-right: 200px !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .mb-xl-20 {
    margin-bottom: 20px !important; }
  .mb-xl-30 {
    margin-bottom: 30px !important; }
  .mb-xl-40 {
    margin-bottom: 40px !important; }
  .mb-xl-50 {
    margin-bottom: 50px !important; }
  .mb-xl-60 {
    margin-bottom: 60px !important; }
  .mb-xl-70 {
    margin-bottom: 70px !important; }
  .mb-xl-80 {
    margin-bottom: 80px !important; }
  .mb-xl-90 {
    margin-bottom: 90px !important; }
  .mb-xl-100 {
    margin-bottom: 100px !important; }
  .mb-xl-110 {
    margin-bottom: 110px !important; }
  .mb-xl-120 {
    margin-bottom: 120px !important; }
  .mb-xl-130 {
    margin-bottom: 130px !important; }
  .mb-xl-140 {
    margin-bottom: 140px !important; }
  .mb-xl-150 {
    margin-bottom: 150px !important; }
  .mb-xl-160 {
    margin-bottom: 160px !important; }
  .mb-xl-170 {
    margin-bottom: 170px !important; }
  .mb-xl-180 {
    margin-bottom: 180px !important; }
  .mb-xl-190 {
    margin-bottom: 190px !important; }
  .mb-xl-200 {
    margin-bottom: 200px !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .ml-xl-10 {
    margin-left: 10px !important; }
  .ml-xl-20 {
    margin-left: 20px !important; }
  .ml-xl-30 {
    margin-left: 30px !important; }
  .ml-xl-40 {
    margin-left: 40px !important; }
  .ml-xl-50 {
    margin-left: 50px !important; }
  .ml-xl-60 {
    margin-left: 60px !important; }
  .ml-xl-70 {
    margin-left: 70px !important; }
  .ml-xl-80 {
    margin-left: 80px !important; }
  .ml-xl-90 {
    margin-left: 90px !important; }
  .ml-xl-100 {
    margin-left: 100px !important; }
  .ml-xl-110 {
    margin-left: 110px !important; }
  .ml-xl-120 {
    margin-left: 120px !important; }
  .ml-xl-130 {
    margin-left: 130px !important; }
  .ml-xl-140 {
    margin-left: 140px !important; }
  .ml-xl-150 {
    margin-left: 150px !important; }
  .ml-xl-160 {
    margin-left: 160px !important; }
  .ml-xl-170 {
    margin-left: 170px !important; }
  .ml-xl-180 {
    margin-left: 180px !important; }
  .ml-xl-190 {
    margin-left: 190px !important; }
  .ml-xl-200 {
    margin-left: 200px !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .m-xl-n20 {
    margin: -20px !important; }
  .m-xl-n30 {
    margin: -30px !important; }
  .m-xl-n40 {
    margin: -40px !important; }
  .m-xl-n50 {
    margin: -50px !important; }
  .m-xl-n60 {
    margin: -60px !important; }
  .m-xl-n70 {
    margin: -70px !important; }
  .m-xl-n80 {
    margin: -80px !important; }
  .m-xl-n90 {
    margin: -90px !important; }
  .m-xl-n100 {
    margin: -100px !important; }
  .m-xl-n110 {
    margin: -110px !important; }
  .m-xl-n120 {
    margin: -120px !important; }
  .m-xl-n130 {
    margin: -130px !important; }
  .m-xl-n140 {
    margin: -140px !important; }
  .m-xl-n150 {
    margin: -150px !important; }
  .m-xl-n160 {
    margin: -160px !important; }
  .m-xl-n170 {
    margin: -170px !important; }
  .m-xl-n180 {
    margin: -180px !important; }
  .m-xl-n190 {
    margin: -190px !important; }
  .m-xl-n200 {
    margin: -200px !important; }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-xl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xl-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xl-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .mx-xl-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .mx-xl-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .mx-xl-n160 {
    margin-right: -160px !important;
    margin-left: -160px !important; }
  .mx-xl-n170 {
    margin-right: -170px !important;
    margin-left: -170px !important; }
  .mx-xl-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important; }
  .mx-xl-n190 {
    margin-right: -190px !important;
    margin-left: -190px !important; }
  .mx-xl-n200 {
    margin-right: -200px !important;
    margin-left: -200px !important; }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-xl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xl-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xl-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .my-xl-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .my-xl-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .my-xl-n160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important; }
  .my-xl-n170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important; }
  .my-xl-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }
  .my-xl-n190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important; }
  .my-xl-n200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important; }
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xl-n5 {
    margin-top: -3rem !important; }
  .mt-xl-n10 {
    margin-top: -10px !important; }
  .mt-xl-n20 {
    margin-top: -20px !important; }
  .mt-xl-n30 {
    margin-top: -30px !important; }
  .mt-xl-n40 {
    margin-top: -40px !important; }
  .mt-xl-n50 {
    margin-top: -50px !important; }
  .mt-xl-n60 {
    margin-top: -60px !important; }
  .mt-xl-n70 {
    margin-top: -70px !important; }
  .mt-xl-n80 {
    margin-top: -80px !important; }
  .mt-xl-n90 {
    margin-top: -90px !important; }
  .mt-xl-n100 {
    margin-top: -100px !important; }
  .mt-xl-n110 {
    margin-top: -110px !important; }
  .mt-xl-n120 {
    margin-top: -120px !important; }
  .mt-xl-n130 {
    margin-top: -130px !important; }
  .mt-xl-n140 {
    margin-top: -140px !important; }
  .mt-xl-n150 {
    margin-top: -150px !important; }
  .mt-xl-n160 {
    margin-top: -160px !important; }
  .mt-xl-n170 {
    margin-top: -170px !important; }
  .mt-xl-n180 {
    margin-top: -180px !important; }
  .mt-xl-n190 {
    margin-top: -190px !important; }
  .mt-xl-n200 {
    margin-top: -200px !important; }
  .mr-xl-n1 {
    margin-right: -0.25rem !important; }
  .mr-xl-n2 {
    margin-right: -0.5rem !important; }
  .mr-xl-n3 {
    margin-right: -1rem !important; }
  .mr-xl-n4 {
    margin-right: -1.5rem !important; }
  .mr-xl-n5 {
    margin-right: -3rem !important; }
  .mr-xl-n10 {
    margin-right: -10px !important; }
  .mr-xl-n20 {
    margin-right: -20px !important; }
  .mr-xl-n30 {
    margin-right: -30px !important; }
  .mr-xl-n40 {
    margin-right: -40px !important; }
  .mr-xl-n50 {
    margin-right: -50px !important; }
  .mr-xl-n60 {
    margin-right: -60px !important; }
  .mr-xl-n70 {
    margin-right: -70px !important; }
  .mr-xl-n80 {
    margin-right: -80px !important; }
  .mr-xl-n90 {
    margin-right: -90px !important; }
  .mr-xl-n100 {
    margin-right: -100px !important; }
  .mr-xl-n110 {
    margin-right: -110px !important; }
  .mr-xl-n120 {
    margin-right: -120px !important; }
  .mr-xl-n130 {
    margin-right: -130px !important; }
  .mr-xl-n140 {
    margin-right: -140px !important; }
  .mr-xl-n150 {
    margin-right: -150px !important; }
  .mr-xl-n160 {
    margin-right: -160px !important; }
  .mr-xl-n170 {
    margin-right: -170px !important; }
  .mr-xl-n180 {
    margin-right: -180px !important; }
  .mr-xl-n190 {
    margin-right: -190px !important; }
  .mr-xl-n200 {
    margin-right: -200px !important; }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -3rem !important; }
  .mb-xl-n10 {
    margin-bottom: -10px !important; }
  .mb-xl-n20 {
    margin-bottom: -20px !important; }
  .mb-xl-n30 {
    margin-bottom: -30px !important; }
  .mb-xl-n40 {
    margin-bottom: -40px !important; }
  .mb-xl-n50 {
    margin-bottom: -50px !important; }
  .mb-xl-n60 {
    margin-bottom: -60px !important; }
  .mb-xl-n70 {
    margin-bottom: -70px !important; }
  .mb-xl-n80 {
    margin-bottom: -80px !important; }
  .mb-xl-n90 {
    margin-bottom: -90px !important; }
  .mb-xl-n100 {
    margin-bottom: -100px !important; }
  .mb-xl-n110 {
    margin-bottom: -110px !important; }
  .mb-xl-n120 {
    margin-bottom: -120px !important; }
  .mb-xl-n130 {
    margin-bottom: -130px !important; }
  .mb-xl-n140 {
    margin-bottom: -140px !important; }
  .mb-xl-n150 {
    margin-bottom: -150px !important; }
  .mb-xl-n160 {
    margin-bottom: -160px !important; }
  .mb-xl-n170 {
    margin-bottom: -170px !important; }
  .mb-xl-n180 {
    margin-bottom: -180px !important; }
  .mb-xl-n190 {
    margin-bottom: -190px !important; }
  .mb-xl-n200 {
    margin-bottom: -200px !important; }
  .ml-xl-n1 {
    margin-left: -0.25rem !important; }
  .ml-xl-n2 {
    margin-left: -0.5rem !important; }
  .ml-xl-n3 {
    margin-left: -1rem !important; }
  .ml-xl-n4 {
    margin-left: -1.5rem !important; }
  .ml-xl-n5 {
    margin-left: -3rem !important; }
  .ml-xl-n10 {
    margin-left: -10px !important; }
  .ml-xl-n20 {
    margin-left: -20px !important; }
  .ml-xl-n30 {
    margin-left: -30px !important; }
  .ml-xl-n40 {
    margin-left: -40px !important; }
  .ml-xl-n50 {
    margin-left: -50px !important; }
  .ml-xl-n60 {
    margin-left: -60px !important; }
  .ml-xl-n70 {
    margin-left: -70px !important; }
  .ml-xl-n80 {
    margin-left: -80px !important; }
  .ml-xl-n90 {
    margin-left: -90px !important; }
  .ml-xl-n100 {
    margin-left: -100px !important; }
  .ml-xl-n110 {
    margin-left: -110px !important; }
  .ml-xl-n120 {
    margin-left: -120px !important; }
  .ml-xl-n130 {
    margin-left: -130px !important; }
  .ml-xl-n140 {
    margin-left: -140px !important; }
  .ml-xl-n150 {
    margin-left: -150px !important; }
  .ml-xl-n160 {
    margin-left: -160px !important; }
  .ml-xl-n170 {
    margin-left: -170px !important; }
  .ml-xl-n180 {
    margin-left: -180px !important; }
  .ml-xl-n190 {
    margin-left: -190px !important; }
  .ml-xl-n200 {
    margin-left: -200px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .p-xl-70 {
    padding: 70px !important; }
  .p-xl-80 {
    padding: 80px !important; }
  .p-xl-90 {
    padding: 90px !important; }
  .p-xl-100 {
    padding: 100px !important; }
  .p-xl-110 {
    padding: 110px !important; }
  .p-xl-120 {
    padding: 120px !important; }
  .p-xl-130 {
    padding: 130px !important; }
  .p-xl-140 {
    padding: 140px !important; }
  .p-xl-150 {
    padding: 150px !important; }
  .p-xl-160 {
    padding: 160px !important; }
  .p-xl-170 {
    padding: 170px !important; }
  .p-xl-180 {
    padding: 180px !important; }
  .p-xl-190 {
    padding: 190px !important; }
  .p-xl-200 {
    padding: 200px !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xl-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xl-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-xl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important; }
  .px-xl-170 {
    padding-right: 170px !important;
    padding-left: 170px !important; }
  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important; }
  .px-xl-190 {
    padding-right: 190px !important;
    padding-left: 190px !important; }
  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pt-xl-20 {
    padding-top: 20px !important; }
  .pt-xl-30 {
    padding-top: 30px !important; }
  .pt-xl-40 {
    padding-top: 40px !important; }
  .pt-xl-50 {
    padding-top: 50px !important; }
  .pt-xl-60 {
    padding-top: 60px !important; }
  .pt-xl-70 {
    padding-top: 70px !important; }
  .pt-xl-80 {
    padding-top: 80px !important; }
  .pt-xl-90 {
    padding-top: 90px !important; }
  .pt-xl-100 {
    padding-top: 100px !important; }
  .pt-xl-110 {
    padding-top: 110px !important; }
  .pt-xl-120 {
    padding-top: 120px !important; }
  .pt-xl-130 {
    padding-top: 130px !important; }
  .pt-xl-140 {
    padding-top: 140px !important; }
  .pt-xl-150 {
    padding-top: 150px !important; }
  .pt-xl-160 {
    padding-top: 160px !important; }
  .pt-xl-170 {
    padding-top: 170px !important; }
  .pt-xl-180 {
    padding-top: 180px !important; }
  .pt-xl-190 {
    padding-top: 190px !important; }
  .pt-xl-200 {
    padding-top: 200px !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pr-xl-10 {
    padding-right: 10px !important; }
  .pr-xl-20 {
    padding-right: 20px !important; }
  .pr-xl-30 {
    padding-right: 30px !important; }
  .pr-xl-40 {
    padding-right: 40px !important; }
  .pr-xl-50 {
    padding-right: 50px !important; }
  .pr-xl-60 {
    padding-right: 60px !important; }
  .pr-xl-70 {
    padding-right: 70px !important; }
  .pr-xl-80 {
    padding-right: 80px !important; }
  .pr-xl-90 {
    padding-right: 90px !important; }
  .pr-xl-100 {
    padding-right: 100px !important; }
  .pr-xl-110 {
    padding-right: 110px !important; }
  .pr-xl-120 {
    padding-right: 120px !important; }
  .pr-xl-130 {
    padding-right: 130px !important; }
  .pr-xl-140 {
    padding-right: 140px !important; }
  .pr-xl-150 {
    padding-right: 150px !important; }
  .pr-xl-160 {
    padding-right: 160px !important; }
  .pr-xl-170 {
    padding-right: 170px !important; }
  .pr-xl-180 {
    padding-right: 180px !important; }
  .pr-xl-190 {
    padding-right: 190px !important; }
  .pr-xl-200 {
    padding-right: 200px !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .pb-xl-20 {
    padding-bottom: 20px !important; }
  .pb-xl-30 {
    padding-bottom: 30px !important; }
  .pb-xl-40 {
    padding-bottom: 40px !important; }
  .pb-xl-50 {
    padding-bottom: 50px !important; }
  .pb-xl-60 {
    padding-bottom: 60px !important; }
  .pb-xl-70 {
    padding-bottom: 70px !important; }
  .pb-xl-80 {
    padding-bottom: 80px !important; }
  .pb-xl-90 {
    padding-bottom: 90px !important; }
  .pb-xl-100 {
    padding-bottom: 100px !important; }
  .pb-xl-110 {
    padding-bottom: 110px !important; }
  .pb-xl-120 {
    padding-bottom: 120px !important; }
  .pb-xl-130 {
    padding-bottom: 130px !important; }
  .pb-xl-140 {
    padding-bottom: 140px !important; }
  .pb-xl-150 {
    padding-bottom: 150px !important; }
  .pb-xl-160 {
    padding-bottom: 160px !important; }
  .pb-xl-170 {
    padding-bottom: 170px !important; }
  .pb-xl-180 {
    padding-bottom: 180px !important; }
  .pb-xl-190 {
    padding-bottom: 190px !important; }
  .pb-xl-200 {
    padding-bottom: 200px !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .pl-xl-10 {
    padding-left: 10px !important; }
  .pl-xl-20 {
    padding-left: 20px !important; }
  .pl-xl-30 {
    padding-left: 30px !important; }
  .pl-xl-40 {
    padding-left: 40px !important; }
  .pl-xl-50 {
    padding-left: 50px !important; }
  .pl-xl-60 {
    padding-left: 60px !important; }
  .pl-xl-70 {
    padding-left: 70px !important; }
  .pl-xl-80 {
    padding-left: 80px !important; }
  .pl-xl-90 {
    padding-left: 90px !important; }
  .pl-xl-100 {
    padding-left: 100px !important; }
  .pl-xl-110 {
    padding-left: 110px !important; }
  .pl-xl-120 {
    padding-left: 120px !important; }
  .pl-xl-130 {
    padding-left: 130px !important; }
  .pl-xl-140 {
    padding-left: 140px !important; }
  .pl-xl-150 {
    padding-left: 150px !important; }
  .pl-xl-160 {
    padding-left: 160px !important; }
  .pl-xl-170 {
    padding-left: 170px !important; }
  .pl-xl-180 {
    padding-left: 180px !important; }
  .pl-xl-190 {
    padding-left: 190px !important; }
  .pl-xl-200 {
    padding-left: 200px !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-justify {
    text-align: justify !important; } }

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

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

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

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

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

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

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

.text-accent {
  color: #14CBCB !important; }

a.text-accent:hover, a.text-accent:focus {
  color: #0d8585 !important; }

.text-compliment {
  color: #B8D736 !important; }

a.text-compliment:hover, a.text-compliment:focus {
  color: #88a120 !important; }

.text-white {
  color: #ffffff !important; }

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

.text-orange {
  color: #FF8C1A !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #cd6600 !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #666666 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #404040 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f7f7f7 !important; }

a.text-light:hover, a.text-light:focus {
  color: #d1d1d1 !important; }

.text-dark {
  color: #333333 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@font-face {
  font-family: "alwayshandy";
  src: url("fonts/alwayshandy.eot?p6vvw8");
  src: url("fonts/alwayshandy.eot?p6vvw8#iefix") format("embedded-opentype"), url("fonts/alwayshandy.ttf?p6vvw8") format("truetype"), url("fonts/alwayshandy.woff?p6vvw8") format("woff"), url("fonts/alwayshandy.svg?p6vvw8#alwayshandy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="ah-"], [class*=" ah-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "alwayshandy" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ah-left:before, .projectsCarouselNav .slick-arrow.slick-prev:before {
  content: ""; }

.ah-right:before, .projectsCarouselNav .slick-arrow.slick-next:before {
  content: ""; }

.ah-bottom:before {
  content: ""; }

.ah-quote:before, blockquote:before, .blockquote:before {
  content: ""; }

.ah-quote2:before {
  content: ""; }

.ah-eye:before, a[data-fancybox="gallery"]:before {
  content: ""; }

.ah-location:before {
  content: ""; }

.ah-mail2:before {
  content: ""; }

.ah-phone:before {
  content: ""; }

.ah-mail:before {
  content: ""; }

.ah-call:before {
  content: ""; }

.ah-point:before {
  content: ""; }

.ah-arrow-left:before {
  content: ""; }

.ah-arrow-right:before {
  content: ""; }

.ah-arrow-left1:before {
  content: ""; }

.ah-arrow-right1:before {
  content: ""; }

.ah-reply:before, .comment .comment-reply-link:before {
  content: ""; }

.bg-1, #ontop {
  background-color: #EDF3F0; }

.bg-2 {
  background-color: rgba(154, 167, 102, .15); }

.bg-3, .img-1 .img__decor1, .img-2 .img__decor1, .img-3 .img__decor1 {
  background-color: #F6ECE2; }

.page404 {
  padding: 120px 0; }

.contacts {
  padding: 120px 0;
  background: url("../img/circle.svg") center top 70px no-repeat; }

.footer {
  padding: 50px 0; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-navigation {
  position: static; }

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1, .fancybox-share .h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide:focus {
    outline: none !important; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ===================================== */
/* =========== | AH Styles | =========== */
/* ===================================== */
html, body, div, span, applet, object, iframe, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, .small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, hr,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, .mark, audio, video {
  position: relative; }

html {
  font-size: 16px; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
  letter-spacing: .025em; }
  @media only screen {
    body {
      overflow-x: hidden; } }
  @media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    body {
      max-width: 3840px; } }
  body.loading {
    overflow: hidden; }
  body.loading #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #14CBCB url(../img/loader.svg) center center no-repeat;
    background-size: 41px;
    z-index: 99999; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:focus {
    outline: none; }
  a[data-fancybox="gallery"] {
    display: block;
    background-color: #B8D736;
    font-family: 'alwayshandy';
    font-size: 3em;
    color: #fff; }
    a[data-fancybox="gallery"]:before {
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      height: 36px;
      width: 50px;
      margin: auto;
      line-height: 36px;
      text-align: center;
      vertical-align: middle;
      z-index: 2;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    a[data-fancybox="gallery"] > img {
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    a[data-fancybox="gallery"]:hover > img {
      opacity: .3; }
    a[data-fancybox="gallery"]:hover:before {
      opacity: 1; }

.btn {
  min-width: 200px; }
  .btn-accent, .btn-accent:hover, .btn-orange, .btn-orange:hover {
    color: #fff; }
  .btn-outline-accent:hover, .btn-outline-orange:hover {
    color: #fff; }
  .btn-white:hover {
    background-color: #f7f7f7; }
  .btn > i.ah-arrow-left {
    font-size: .75em;
    left: -.5em; }
  .btn > i.ah-arrow-left {
    font-size: .75em;
    right: -.5em; }

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

@media (max-width: 991.98px) {
  .wow {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    visibility: visible !important; } }

.text-inverse, .text-inverse h1, .text-inverse .h1, .text-inverse h2, .text-inverse .h2, .text-inverse h3, .text-inverse .h3, .text-inverse h4, .text-inverse .h4, .text-inverse h5, .text-inverse .h5, .text-inverse h6, .text-inverse .h6 {
  color: #fff; }

.section {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden; }
  .section__title {
    margin-bottom: 1em;
    max-width: 570px; }
    .section__title h5, .section__title .h5 {
      font-weight: 500;
      font-size: .875em;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding-bottom: 30px;
      margin-bottom: 20px; }
      .section__title h5:before, .section__title .h5:before {
        position: absolute;
        display: block;
        height: 2px;
        width: 70px;
        background-color: #14CBCB;
        content: '';
        bottom: 0; }
    .section__title h2:only-child, .section__title .h2:only-child {
      padding-bottom: .75em; }
      .section__title h2:only-child:before, .section__title .h2:only-child:before {
        position: absolute;
        display: block;
        height: 2px;
        width: 70px;
        background-color: #14CBCB;
        content: '';
        bottom: 0; }
    .section__title.st-left {
      text-align: left; }
      .section__title.st-left h2:only-child:before, .section__title.st-left .h2:only-child:before,
      .section__title.st-left h5:before,
      .section__title.st-left .h5:before {
        left: 0; }
    .section__title.st-right {
      text-align: right;
      margin-left: auto; }
      .section__title.st-right h2:only-child:before, .section__title.st-right .h2:only-child:before,
      .section__title.st-right h5:before,
      .section__title.st-right .h5:before {
        right: 0; }
    .section__title.st-center {
      text-align: center;
      margin-right: auto;
      margin-left: auto; }
      .section__title.st-center h2:only-child:before, .section__title.st-center .h2:only-child:before,
      .section__title.st-center h5:before,
      .section__title.st-center .h5:before {
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto; }
  .section-comment {
    margin-bottom: -1px;
    z-index: 2; }

.logo {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: inherit; }
  .logo:hover {
    text-decoration: none;
    color: inherit; }
  .logo > img, .logo > span {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .logo > span {
    margin-top: .5em;
    line-height: 1;
    font-weight: 700;
    font-size: 1.125em;
    font-family: "Lexend Deca", sans-serif;
    text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .logo > img {
      max-height: 55px; }
    .logo > span {
      font-size: 1em; } }

.dots_01 {
  position: absolute;
  bottom: 48px;
  right: 80px;
  width: 334px;
  height: 244px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%2314CBCB' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
  background-position: 17px 0;
  background-repeat: repeat; }

.dots_02, .dots_03 {
  position: absolute;
  height: 225px;
  width: 225px;
  border-radius: 50%;
  opacity: .5; }

.dots_02 {
  top: 45%;
  left: -170px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' height='17' width='17'%3E%3Ccircle fill='%23FF8C1A' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E");
  background-position: 8.5px;
  background-repeat: repeat; }

.dots_03 {
  top: -45px;
  right: -88px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' height='17' width='17'%3E%3Ccircle fill='%23B8D736' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E");
  background-position: 8.5px;
  background-repeat: repeat; }

.dots_04 {
  position: absolute;
  height: 454px;
  width: 90px;
  right: 0;
  top: 17%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%23FF8C1A' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
  background-position: 0;
  background-repeat: repeat; }

.dots_05 {
  position: absolute;
  height: 454px;
  width: 210px;
  top: -122px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%2314CBCB' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
  background-position: 17px 0;
  background-repeat: repeat; }

.dots_06 {
  position: absolute;
  height: 454px;
  width: 210px;
  top: 50%;
  left: 5px;
  margin-top: -247px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%2314CBCB' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
  background-position: 17px 0;
  background-repeat: repeat; }

.dots_07 {
  position: absolute;
  height: 424px;
  width: 116px;
  top: 100px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%2314CBCB' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
  background-position: 17px 0;
  background-repeat: repeat; }

.dots_08 {
  position: absolute;
  height: 454px;
  width: 184px;
  top: 50%;
  right: 0;
  margin-top: -280px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%2314CBCB' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
  background-position: 17px 0;
  background-repeat: repeat; }

.circle {
  position: absolute;
  height: 1161px;
  width: 1161px;
  bottom: 0;
  right: 0;
  margin-right: -50%;
  margin-bottom: -50%;
  background: url(../img/circle.svg) center;
  background-size: cover; }

.title {
  margin-bottom: 2.5em; }
  .title:after {
    content: '';
    display: block;
    height: 2px;
    width: 46px;
    background-color: #14CBCB;
    margin-top: 1.125em; }
  .title.st-left {
    text-align: left; }
    .title.st-left:after {
      margin-right: auto;
      margin-left: 0; }
  .title.st-center {
    text-align: center; }
    .title.st-center:after {
      margin-left: auto;
      margin-right: auto; }
  .title.st-right {
    text-align: right; }
    .title.st-right:after {
      margin-left: auto;
      margin-right: 0; }
  .title-v1 {
    padding-left: 1em;
    margin-bottom: 1em;
    border-left: 3px solid #14CBCB; }
    p + .title-v1 {
      margin-top: 1em; }
  .title-v2 {
    margin-bottom: 1em; }
    p + .title-v2 {
      margin-top: .5em; }
    .title-v2 > span {
      border-bottom: 2px solid #B8D736; }
  .title-v3 {
    padding-bottom: .75em;
    margin-bottom: 1em; }
    p + .title-v3 {
      margin-top: 1em; }
    .title-v3:before {
      position: absolute;
      content: '';
      display: block;
      height: 4px;
      width: 100px;
      background-color: #FF8C1A;
      bottom: 0; }
    .title-v3.st-left {
      text-align: left; }
      .title-v3.st-left:before {
        left: 0; }
    .title-v3.st-right {
      text-align: right; }
      .title-v3.st-right:before {
        right: 0; }
    .title-v3.st-center {
      text-align: center; }
      .title-v3.st-center:before {
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto; }

.type__title {
  font-size: 1.8em;
  padding-left: .5em;
  margin-bottom: 1em;
  border-left: 4px solid #14CBCB;
  font-weight: bold;
  line-height: 1;
  color: #333333; }

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw; }

.vc_row-fluid .projects-title-block {
  max-width: 1198px;
  margin: 0 auto !important; }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding: 0; }
  @media (min-width: 1480px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
      width: calc(100% - 160px);
      margin: 0 80px; } }

.form-control + label {
  position: absolute;
  top: 1em;
  left: 1.5em;
  color: #999999;
  padding: 0 .25em;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.form-control:focus, .form-control.filled {
  border-color: #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:focus + label, .form-control.filled + label {
    top: -.8em; }

#ontop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 40px;
  right: 80px;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #ontop:hover {
    opacity: 1; }
  #ontop:before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border-left: 2px solid #14CBCB;
    border-top: 2px solid #14CBCB;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 5px; }

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row norap;
  flex-flow: row norap;
  padding: 1.25em 0;
  z-index: 10; }

.header .menu {
  color: #7f7f7f; }
  @media (min-width: 768px) {
    .header .menu {
      margin-left: auto; } }
  .header .menu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0; }
    .header .menu ul li {
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .menu ul li a {
        display: block;
        font-weight: 500;
        text-decoration: none;
        color: inherit; }
      .header .menu ul li ul {
        display: none; }
  @media (max-width: 991.98px) {
    .header .menu {
      display: none;
      position: absolute;
      overflow-y: auto;
      top: 70px;
      right: 0;
      left: 0;
      letter-spacing: -1px;
      font-family: "Lexend Deca", sans-serif;
      -webkit-box-shadow: -200px 0 0 0 #fff, 200px 0 0 0 #fff;
      box-shadow: -200px 0 0 0 #fff, 200px 0 0 0 #fff;
      background-color: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .menuShow .header .menu {
        display: block; }
      .header .menu ul {
        color: #191919; }
        .header .menu ul ul {
          margin: 0 0 0 20px; }
        .header .menu ul li.menu-item-has-children > a {
          display: inline-block;
          padding-right: 24px; }
          .header .menu ul li.menu-item-has-children > a:before {
            content: '';
            position: absolute;
            display: block;
            height: 9px;
            width: 9px;
            right: 0;
            top: 28px;
            border-left: 2px solid;
            border-bottom: 2px solid;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .header .menu > ul {
        margin: 20px 0 60px; }
        .header .menu > ul > li > a {
          font-size: 2.2em;
          padding: .2em 0; }
        .header .menu > ul > li.menu-item-has-children > a:before {
          top: 35px; }
        .header .menu > ul > li li > a {
          display: inline-block;
          padding: .5em 0;
          font-size: 1.5em;
          font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } }
  @media (min-width: 992px) {
    .header .menu ul li {
      white-space: nowrap; }
      .header .menu ul li a {
        padding: .5em 1em; }
      .header .menu ul li.active > a {
        color: #191919; }
        .header .menu ul li.active > a:after {
          background-color: #14CBCB; }
      .header .menu ul li ul {
        position: absolute;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        color: #191919; }
    .header .menu > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row norap;
      flex-flow: row norap; }
      .header .menu > ul > li {
        margin-left: 2.5em; }
        .header .menu > ul > li > a {
          padding: .5em 0 .2em; }
        .header .menu > ul > li:hover > a {
          color: #14CBCB; }
        .header .menu > ul > li:before {
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .header .menu > ul > li.menu-item-has-children {
          border-color: #191919; }
          .header .menu > ul > li.menu-item-has-children:not(.active):hover:before {
            border-color: #14CBCB; }
        .header .menu > ul > li li {
          border-left: 3px solid transparent; }
          .header .menu > ul > li li.menu-item-has-children {
            padding-right: 15px; }
            .header .menu > ul > li li.menu-item-has-children:before {
              right: 13px;
              top: 20px;
              -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
          .header .menu > ul > li li a {
            -webkit-transition: none;
            transition: none; }
        .header .menu > ul > li > ul {
          margin-top: 20px;
          top: 100%;
          left: -1em; }
          .header .menu > ul > li > ul:before {
            content: '';
            position: absolute;
            display: block;
            height: 60px;
            width: 100%;
            top: -60px;
            left: 0;
            z-index: -1; }
          .header .menu > ul > li > ul li.active, .header .menu > ul > li > ul li:hover {
            background-color: rgba(20, 203, 203, .1);
            border-color: #B8D736; }
            .header .menu > ul > li > ul li.active > a, .header .menu > ul > li > ul li:hover > a {
              color: inherit; }
          .header .menu > ul > li > ul ul {
            left: 100%;
            top: 0; }
      .header .menu > ul li.menu-item-has-children {
        padding-right: 15px; }
        .header .menu > ul li.menu-item-has-children:before {
          content: '';
          position: absolute;
          display: block;
          height: 5px;
          width: 5px;
          right: 0;
          top: 18px;
          border-left: 1px solid;
          border-bottom: 1px solid;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); } }
  .header .menu__burger {
    display: none;
    height: 26px;
    width: 40px; }
    @media (min-width: 768px) {
      .header .menu__burger {
        margin-left: auto; } }
    @media (max-width: 991.98px) {
      .header .menu__burger {
        display: block; } }
    .header .menu__burger span {
      content: '';
      display: block;
      position: absolute;
      height: 1px;
      left: 0;
      background-color: #333333;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .menu__burger span:nth-child(1) {
        top: 6px;
        right: 40%; }
      .header .menu__burger span:nth-child(2) {
        top: 50%;
        right: 0; }
      .header .menu__burger span:nth-child(3) {
        bottom: 5px;
        right: 20%; }
    .header .menu__burger.close, .header .menu__burger.close:hover {
      opacity: 1 !important; }
    .header .menu__burger.close span {
      height: 1px;
      margin: auto;
      bottom: 0;
      top: 0; }
      .header .menu__burger.close span:nth-child(1) {
        right: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header .menu__burger.close span:nth-child(2) {
        left: 50%;
        right: 50%;
        opacity: 0; }
      .header .menu__burger.close span:nth-child(3) {
        right: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.header__pageInfo {
  max-width: 370px; }
  .header__pageInfo h1, .header__pageInfo .h1 {
    margin-bottom: 15px; }

.header__cover {
  padding: 70px 0 80px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-box-shadow: -20px 0 0 0 #fff;
  box-shadow: -20px 0 0 0 #fff; }

.header__postCover {
  min-height: 30vh;
  background-color: rgba(255, 140, 26, .1); }
  @media (min-width: 1240px) {
    .header__postCover {
      margin: 0 50px; } }
  .header__postCover img {
    width: 100%;
    height: auto; }

.header__breadcrumb {
  min-height: 100px;
  padding: 40px 30px;
  margin: -100px -30px -16px;
  background-color: #fff; }
  @media (min-width: 1600px) {
    .header__breadcrumb {
      padding: 40px 115px;
      margin: -100px -115px -16px; } }
  @media (max-width: 991.98px) {
    .header__breadcrumb {
      padding: 40px 50px;
      margin: -100px -20px -16px; } }
  @media (max-width: 767.98px) {
    .header__breadcrumb {
      padding: 40px 20px; } }

.slider {
  overflow: hidden; }
  .slider .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .slider .container .row {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    @media (min-width: 585px) {
      .slider .container {
        height: calc(100vh - 115px);
        padding: 120px 0;
        min-height: 800px; } }
  .slider__bg {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: url(../img/slider.png) center;
    background-size: cover !important; }
    .slider__bg:before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      background-color: rgba(34, 34, 34, .7); }
  .slider__scroll {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    padding-left: 100px;
    bottom: -12px;
    right: -80px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff; }
    @media (max-width: 767.98px) {
      .slider__scroll {
        visibility: hidden;
        opacity: 0; } }
    .slider__scroll:before, .slider__scroll:after {
      display: block;
      position: absolute;
      height: 1px;
      content: '';
      top: 50%;
      left: 0; }
    .slider__scroll:after {
      width: 80px;
      background-color: #A6A6A6; }
  .slider__info {
    position: relative; }
    @media (max-width: 991.98px) {
      .slider__info {
        max-width: 560px; } }
    @media (max-width: 585px) {
      .slider__info {
        width: 75%;
        margin-left: -16px;
        padding: 60px 40px; } }
    @media (max-width: 767.98px) {
      .slider__info {
        width: 100%;
        margin-left: 0; } }
    @media (min-width: 585px) {
      .slider__info .dots_07 {
        position: absolute;
        height: 454px;
        width: 454px;
        top: -100px;
        left: 100px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%2314CBCB' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
        background-position: 17px 0;
        background-repeat: repeat;
        content: ''; } }
    .slider__info .dots_07 {
      opacity: .5; }
  .slider h1, .slider .h1 {
    font-size: 4em;
    line-height: 1.25em; }
    @media (max-width: 767.98px) {
      .slider h1, .slider .h1 {
        font-size: 2.25em; } }
    @media (max-width: 460px) {
      .slider h1, .slider .h1 {
        font-size: 2.25em; } }

.img {
  margin-bottom: 3em; }
  .img__decor {
    position: absolute; }
  .img-1 {
    margin-bottom: 80px; }
    @media (min-width: 992px) {
      .img-1 {
        margin-right: 60px; } }
  .img-1 .img__decor1 {
    left: 10%;
    top: -60px;
    right: 10%;
    height: 180px; }
  .img-1 .img__decor2 {
    bottom: -100px;
    right: -65px;
    height: 200px;
    width: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%23FF8C1A' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
    background-position: 13px 13px;
    background-repeat: repeat; }
  .img-2 {
    margin-bottom: 45px; }
  .img-2 .img__decor1 {
    height: 80%;
    width: 80%;
    bottom: -60px;
    right: -60px; }
  .img-2 .img__decor2 {
    bottom: -100px;
    right: -100px;
    height: 200px;
    width: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%2314CBCB' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
    background-position: 13px 13px;
    background-repeat: repeat;
    z-index: 2; }
  @media (min-width: 992px) {
    .img-3 {
      margin-bottom: 80px; } }
  .img-3 .img__decor1 {
    left: 25%;
    top: 70px;
    right: -70px;
    bottom: -70px; }
  .img-3 .img__decor2 {
    bottom: -100px;
    right: -100px;
    height: 200px;
    width: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%23FF8C1A' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
    background-position: 13px 13px;
    background-repeat: repeat; }
  .img-4 img:nth-of-type(2) {
    position: absolute;
    left: -200px;
    top: 80px; }
  .img-4 img:nth-of-type(3) {
    position: absolute;
    bottom: -70px;
    right: -100px; }
  .img-4 .img__decor {
    top: 85px;
    right: -315px;
    height: 454px;
    width: 454px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34'%3E%3Ccircle fill='%2314CBCB' cx='2.5' cy='2.5' r='2.5'/%3E%3C/svg%3E");
    background-position: 17px 0;
    background-repeat: repeat; }
  .img-label .badge {
    position: absolute;
    bottom: 20px;
    right: 20px; }

.team {
  margin: 30px; }
  @media (min-width: 576px) {
    .team {
      margin-left: -120px;
      margin-right: -120px; } }
  .teamMember {
    padding: 60px 30px; }
    .teamMember__img {
      background-color: #000;
      margin-bottom: 2em;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .teamMember__img > img {
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      .slick-current .teamMember__img {
        margin: -30px;
        -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, .2);
        box-shadow: 0px 15px 30px rgba(0, 0, 0, .2); }
        .slick-current .teamMember__img > img {
          opacity: .6; }
    .teamMember__info {
      position: absolute;
      bottom: 80px;
      right: 50px;
      left: 50px;
      color: #fff;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .teamMember__info > *:last-child {
        margin-bottom: 0; }
      .teamMember__info h5, .teamMember__info .h5 {
        color: inherit; }
      .slick-center .teamMember__info {
        opacity: 1; }

.services .service__link {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

.services-v1 .service, .services-v2 .service {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.services-v1 .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: calc(100% - 60px);
  padding: 70px 50px 50px;
  margin: 30px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .services-v1 .service:hover .service__icon {
    background-color: #14CBCB; }
    .services-v1 .service:hover .service__icon > img {
      -webkit-filter: grayscale(1) brightness(2);
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter');
      filter: grayscale(1) brightness(2); }
  .services-v1 .service:hover .service__more {
    color: #14CBCB; }
  .services-v1 .service__icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -30px;
    left: 50px;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #EDF3F0;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .services-v1 .service__icon > img {
      width: 40px;
      height: 40px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .services-v1 .service:hover .services-v1 .service__icon {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .services-v1 .service:hover .services-v1 .service__icon > img {
    display: none;
    -webkit-filter: brightness(0.5);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.5); }
  .services-v1 .service__title * {
    color: inherit; }
  .services-v1 .service__more {
    margin-top: auto;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .services-v1 .service__more > i {
      margin-left: .5em;
      vertical-align: -2px; }

.services-v2 .service {
  height: calc(100% - 32px);
  padding: 40px 50px;
  margin: 15px 0;
  border-radius: 0.36rem;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 50px rgba(0, 0, 0, .05);
  overflow: hidden; }
  @media (min-width: 576px) {
    .services-v2 .service {
      padding-left: 170px; } }
  @media (min-width: 992px) {
    .services-v2 .service {
      min-height: 200px; } }
  .services-v2 .service:hover {
    color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1); }
    .services-v2 .service:hover .service__icon {
      background-color: rgba(255, 255, 255, .1); }
      .services-v2 .service:hover .service__icon > img {
        -webkit-filter: grayscale(1) brightness(2);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter');
        filter: grayscale(1) brightness(2); }
    .services-v2 .service:hover .service__img {
      opacity: 1; }
    .services-v2 .service:hover .service__text p {
      color: #fff; }
  .services-v2 .service__img {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
    .services-v2 .service__img > img {
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      margin: auto;
      opacity: .5;
      -o-object-fit: cover;
      object-fit: cover; }
    .services-v2 .service__img:after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      background-color: rgba(20, 203, 203, .8); }
  .services-v2 .service__icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 15px 0 30px;
    background-color: rgba(184, 215, 54, .1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (min-width: 576px) {
      .services-v2 .service__icon {
        position: absolute;
        margin: 0 0 30px;
        left: 45px;
        top: 45px; } }
    .services-v2 .service__icon > img {
      position: absolute;
      right: -10px;
      top: 14px; }
  .services-v2 .service__title * {
    color: inherit;
    font-weight: 500; }
  .services-v2 .service__text p {
    color: #666666;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .services-v2 .service__text p:last-child {
      margin-bottom: 0; }

.services-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .services-v3 .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 35px);
    margin: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    @media (max-width: 767.98px) {
      .services-v3 .service {
        width: 100%; } }
    .services-v3 .service__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 70px;
      width: 70px;
      min-width: 70px;
      margin-right: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      background-color: rgba(184, 215, 54, .1); }
      .services-v3 .service__icon > img {
        display: block;
        max-height: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .services-v3 .service__icon:hover {
        background-color: #B8D736; }
        .services-v3 .service__icon:hover > img {
          -webkit-filter: grayscale(1) brightness(2);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter');
          filter: grayscale(1) brightness(2); }
    .services-v3 .service h6, .services-v3 .service .h6 {
      width: calc(100% - 90px);
      top: .2em; }
      .services-v3 .service h6 > a, .services-v3 .service .h6 > a {
        color: inherit;
        text-decoration: none; }
        .services-v3 .service h6 > a:hover, .services-v3 .service .h6 > a:hover {
          color: #14CBCB; }

.servicesCarouselImg img {
  display: block; }

.servicesCarouselInfo {
  margin-left: -30px; }
  .servicesCarouselInfo__item {
    padding-left: 30px; }
    .servicesCarouselInfo__itemTitle {
      min-height: 90px;
      margin-bottom: 2em; }
      .servicesCarouselInfo__itemTitle > span {
        display: block;
        font-size: 120px;
        font-size: 7.5rem;
        font-weight: 600;
        line-height: .8;
        color: #B8D736; }
        @media (min-width: 576px) {
          .servicesCarouselInfo__itemTitle > span {
            left: -30px; } }
      .servicesCarouselInfo__itemTitle > h2, .servicesCarouselInfo__itemTitle > .h2 {
        margin-top: -2em; }

.servicesCarouselNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 50px;
  max-width: 300px; }
  .servicesCarouselNav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    color: #333333;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    border: none;
    height: 50px;
    width: 50px;
    min-width: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    color: #cccccc;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .servicesCarouselNav button.slick-disabled {
      pointer-events: none; }
    .servicesCarouselNav button:hover {
      color: inherit; }
    .servicesCarouselNav button:focus {
      outline: none; }
    .servicesCarouselNav button > i {
      font-size: .6em;
      vertical-align: middle; }
    .servicesCarouselNav button > b {
      display: inline-block;
      font-size: 1.25em;
      top: -.025em; }
      .servicesCarouselNav button > b:last-child {
        margin-left: .5em; }
      .servicesCarouselNav button > b:first-child {
        margin-right: .5em; }
  .servicesCarouselNav__pregress {
    height: 1px;
    width: calc(100% - 120px);
    background-color: #e0e0e0;
    overflow: hidden; }
    .servicesCarouselNav__pregress div {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #FF8C1A;
      -webkit-transition: width 0.2s ease-in-out;
      transition: width 0.2s ease-in-out; }

.projectInfo {
  padding: 30px 30px 0;
  border-radius: 0.18rem;
  border: 1px solid #e0e0e0;
  text-align: center; }
  .projectInfo small, .projectInfo .small {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #cccccc; }
  .projectInfo span {
    display: block;
    margin-bottom: 30px;
    color: #7f7f7f; }

.projectsFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
  padding-bottom: 1px;
  min-height: 45px;
  font-family: "Lexend Deca", sans-serif;
  padding: 0;
  list-style: none;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 44px, #e0e0e0 44px, #e0e0e0 45px);
  background-position: 0 -45px;
  background-size: 100% 45px; }
  .projectsFilter > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 5px;
    max-width: 100%;
    overflow: hidden; }
    .projectsFilter > li > a {
      display: block;
      position: relative;
      max-height: calc(100% - 2px);
      height: 45px;
      padding: .7em .75em .4em;
      max-width: 100%;
      font-weight: 500;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-decoration: none;
      overflow: hidden;
      color: inherit; }
      .projectsFilter > li > a:hover {
        color: #FF8C1A; }
    .projectsFilter > li.current-cat > a {
      -webkit-box-shadow: 0 20px 0 -0.75em #FF8C1A;
      box-shadow: 0 20px 0 -0.75em #FF8C1A;
      color: #FF8C1A; }

.projectsList {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -30px; }
  .projectsList.v2 {
    margin-bottom: -15px; }

.projectsItem {
  overflow: hidden;
  width: calc(33.33% - 21px);
  margin-bottom: 32px; }
  @media (max-width: 1239.98px) {
    .projectsItem {
      width: calc(50% - 15px); } }
  @media (max-width: 767.98px) {
    .projectsItem {
      width: 100%; } }
  .projectsItem__info {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: rgba(255, 140, 26, .8);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    padding: 20px 26px;
    color: #fff;
    opacity: 0; }
    .projectsItem__info > span {
      display: block;
      margin-top: .5em; }
  .projectsItem:hover .projectsItem__info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .projectsItem__title {
    color: inherit; }
  .projectsItem__link {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }

.projectsCarousel {
  margin: 0 -18%; }
  @media (max-width: 991.98px) {
    .projectsCarousel {
      margin: 0 10px; } }
  .projectsCarouselItem {
    padding: 0 10px; }
    .projectsCarouselItem__img > img {
      height: 100%;
      width: 100%;
      margin: auto;
      overflow: hidden;
      -o-object-fit: cover;
      object-fit: cover; }
    .projectsCarouselItem__info {
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 0;
      -webkit-transform: translateY(33.33%);
      transform: translateY(33.33%);
      background-color: rgba(255, 140, 26, .8);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 20px 26px;
      text-align: left;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #fff;
      opacity: 0; }
      .projectsCarouselItem__info > span {
        display: block;
        margin-top: .5em; }
    .projectsCarouselItem:hover .projectsCarouselItem__info {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .projectsCarouselItem__title {
      color: #fff; }
    .projectsCarouselItem__link {
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0; }
  .projectsCarouselFilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    padding: 0;
    margin: 0 auto 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 1239px) {
      .vc_row-fluid .projectsCarouselFilter {
        max-width: 930px; } }
    @media (max-width: 991px) {
      .vc_row-fluid .projectsCarouselFilter {
        max-width: 690px; } }
    @media (max-width: 767px) {
      .vc_row-fluid .projectsCarouselFilter {
        max-width: 510px; } }
    @media (max-width: 575px) {
      .vc_row-fluid .projectsCarouselFilter {
        max-width: none;
        margin-left: 15px;
        margin-right: 15px; } }
    .projectsCarouselFilter > a {
      display: block;
      margin-right: 0;
      margin-bottom: 10px;
      padding: .1em 0;
      border-radius: 0;
      border: 0;
      border-bottom: 2px solid transparent;
      text-decoration: none;
      font-size: 1.125em;
      font-weight: 500;
      color: inherit;
      margin-right: 2em; }
      .projectsCarouselFilter > a:hover {
        background-color: transparent;
        color: #FF8C1A; }
      .projectsCarouselFilter > a.active {
        border-color: #FF8C1A;
        color: #FF8C1A; }
  .projectsCarouselNav {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    height: 60px;
    margin: auto 16%;
    pointer-events: none;
    z-index: 2; }
    @media (max-width: 1239.98px) {
      .projectsCarouselNav {
        margin: auto 12%; } }
    .projectsCarouselNav .slick-arrow {
      top: 50%;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #fff;
      pointer-events: all;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .projectsCarouselNav .slick-arrow:before {
        position: relative;
        font-family: 'alwayshandy';
        color: #333333;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 1; }
      .projectsCarouselNav .slick-arrow:hover {
        background-color: #FF8C1A; }
        .projectsCarouselNav .slick-arrow:hover:before {
          color: #fff; }
      .projectsCarouselNav .slick-arrow.slick-prev {
        left: -31px; }
        .projectsCarouselNav .slick-arrow.slick-prev:before {
          left: -2px; }
      .projectsCarouselNav .slick-arrow.slick-next {
        right: -31px; }
        .projectsCarouselNav .slick-arrow.slick-next:before {
          right: -2px; }

.related hr {
  top: -100px;
  margin: 0;
  opacity: 1;
  border-top: 1px solid #e0e0e0; }

.related__project {
  margin-bottom: 32px; }
  .related__project h4, .related__project .h4 {
    margin-bottom: 0; }
    .related__project h4 > a, .related__project .h4 > a {
      color: inherit;
      text-decoration: none; }
      .related__project h4 > a:hover, .related__project .h4 > a:hover {
        color: #14CBCB; }
  .related__projectImg {
    display: block;
    margin-bottom: 2em;
    overflow: hidden; }
    .related__projectImg > img {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .related__projectImg:hover > img {
      -webkit-transform: scale(1.15, 1.15);
      transform: scale(1.15, 1.15); }
  .related__projectText {
    margin-bottom: 1.5em; }
  .related__projectLink {
    position: relative;
    display: inline-block;
    font-size: .7em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #191919; }
    .related__projectLink > i {
      margin-left: .25em;
      font-size: 1.4em;
      vertical-align: -3px;
      line-height: 1; }
    .related__projectLink:hover {
      text-decoration: none;
      color: #14CBCB; }

.testimonials {
  margin: 0 -50px; }
  .testimonials .slick-dots {
    vertical-align: middle;
    right: 50px;
    width: auto;
    line-height: 20px;
    bottom: 40px;
    z-index: 10; }
    @media (min-width: 1240px) {
      .testimonials .slick-dots {
        left: 548px; } }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .testimonials .slick-dots {
        left: 478px; } }
    .testimonials .slick-dots > li {
      float: left;
      margin: 0 10px; }
      .testimonials .slick-dots > li > button:before {
        font-size: 8px;
        color: #fff; }
    .testimonials .slick-dots li.slick-active button:before {
      font-size: 12px; }
  .testimonialsText {
    text-align: center; }
    .testimonialsText:after {
      display: block;
      position: absolute;
      width: 120px;
      height: 90px;
      line-height: 90px;
      left: 0;
      right: 0;
      top: 22px;
      margin: 0 auto 0;
      font-size: 7em;
      font-family: "alwayshandy";
      content: "";
      color: #B8D736;
      z-index: 2; }
      @media (max-width: 767.98px) {
        .testimonialsText:after {
          width: 60px;
          height: 45px;
          line-height: 45px;
          font-size: 4em;
          top: 38px; } }
    .testimonialsText__item {
      padding: 50px; }
      .testimonialsText__item > div {
        padding: 120px 135px 50px;
        -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .05);
        box-shadow: 0 0 50px rgba(0, 0, 0, .05);
        background-color: #fff;
        font-size: 1.5em;
        font-style: italic;
        color: #666666;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 991.98px) {
          .testimonialsText__item > div {
            padding: 100px 50px 50px; } }
        @media (max-width: 767.98px) {
          .testimonialsText__item > div {
            font-size: 1em;
            padding: 60px 30px 30px;
            color: #333333; } }
  .testimonialsUsers {
    margin: 0 100px 0; }
    @media (max-width: 991.98px) {
      .testimonialsUsers {
        margin: 0 20px; } }
    .testimonialsUsers__item {
      padding: 8px 40px;
      cursor: pointer;
      opacity: .6;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .testimonialsUsers__item:hover {
        opacity: .8; }
      .slick-current .testimonialsUsers__item {
        opacity: 1; }
      .testimonialsUsers__item > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .testimonialsUsers__itemInfo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .testimonialsUsers__itemAvatar {
        width: 80px;
        height: 80px;
        min-width: 80px;
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
        overflow: hidden;
        border-radius: 50%;
        -webkit-filter: grayscale(100%);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
        filter: grayscale(100%);
        margin-right: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .slick-current .testimonialsUsers__itemAvatar {
        -webkit-filter: grayscale(0);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
        filter: grayscale(0);
        -webkit-box-shadow: 0 0 0 8px #B8D736;
        box-shadow: 0 0 0 8px #B8D736; }
      .testimonialsUsers__itemName {
        margin-bottom: .2em; }
      .testimonialsUsers__itemPost {
        color: #999999; }

.contactForm textarea {
  min-height: 140px; }

.map {
  height: 560px;
  letter-spacing: 0; }

.getinTouch > img {
  max-width: calc(100% - 40px);
  margin-top: -40px; }
  @media (min-width: 1240px) {
    .getinTouch > img {
      position: absolute;
      display: block;
      max-width: 50%;
      margin: 0;
      bottom: 0;
      left: 0; } }

.footer a {
  color: inherit; }
  .footer a:hover {
    color: #14CBCB; }

.footer .logo {
  vertical-align: middle; }

.footer__title {
  margin-bottom: 1em;
  color: #999999;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.footer__menu, .footer .widget_nav_menu {
  margin-bottom: 2em; }
  .footer__menu a, .footer .widget_nav_menu a {
    color: inherit;
    text-decoration: none; }
    .footer__menu a:hover, .footer .widget_nav_menu a:hover {
      color: #14CBCB; }
  .footer__menu ul, .footer .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer__menu ul > li, .footer .widget_nav_menu ul > li {
      margin-bottom: .5em; }

.footer__contacts {
  margin-bottom: 2em; }
  .footer__contacts a {
    color: inherit;
    text-decoration: none; }
  .footer__contacts ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer__contacts ul > li {
      margin-bottom: .5em; }
      .footer__contacts ul > li i {
        color: #999999;
        margin-right: 1em; }

.footer__top {
  border-bottom: 1px solid #f7f7f7; }

.footer__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-width: 120px; }
  .footer__social > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 50%;
    color: #7f7f7f;
    background-color: #f7f7f7;
    margin-bottom: .5em;
    margin-top: .5em; }
    @media (min-width: 576px) {
      .footer__social > a {
        height: 48px;
        width: 48px;
        font-size: 1.25em; } }
    .footer__social > a:not(:last-child) {
      margin-right: .75em; }
    .footer__social > a > i {
      left: 1px; }
    .footer__social > a:hover {
      color: #fff !important;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); }
    .footer__social > a.youtube:hover {
      background-color: #ff0000; }
    .footer__social > a.linkedin:hover {
      background-color: #007ab9; }
    .footer__social > a.facebook:hover {
      background-color: #1877f2; }
    .footer__social > a.twitter:hover {
      background-color: #1da1f2; }
    .footer__social > a.pinterest:hover {
      background-color: #c8232c; }

.footer__copyright {
  padding-top: 2px; }
  @media (max-width: 767.98px) {
    .footer__copyright {
      width: 100%; } }

.footer .text-muted {
  color: #999999 !important; }

.latestNews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1em; }
  .latestNews__itemImg {
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin-right: 1em;
    border-radius: 50%;
    overflow: hidden; }
    .latestNews__itemImg > img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .latestNews__itemTitle {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    font-size: 1rem; }

.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.25em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 992px) {
    .blog__item {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .blog__itemImg {
    overflow: hidden;
    margin-bottom: 2em;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 992px) {
      .blog__itemImg {
        width: calc(50% - 15px);
        min-width: calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        margin-bottom: 0; } }
    .blog__itemImg > a {
      display: block;
      overflow: hidden; }
      .blog__itemImg > a > img {
        display: block;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .blog__itemImg > a:hover > img {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15); }
  @media (min-width: 992px) {
    .blog__item:nth-child(2n) .blog__itemImg {
      margin-left: 85px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 992px) {
    .blog__item:nth-child(2n + 1) .blog__itemImg {
      margin-right: 85px; } }
  .blog__itemBody {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: calc(50% - 85px); }
  .blog__itemCategory {
    margin-bottom: 1em; }
    .blog__itemCategory > a {
      display: inline-block;
      vertical-align: middle;
      padding: .5em 1em;
      margin-right: 1em;
      font-size: .75em;
      border-radius: 0.18rem;
      background-color: #f7f7f7;
      text-decoration: none;
      color: inherit; }
      .blog__itemCategory > a:hover {
        background-color: #14CBCB;
        color: #fff; }
  .blog__itemTitle {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 1em 0 .75em 0; }
    .blog__itemTitle > a {
      color: inherit;
      text-decoration: none; }
      .blog__itemTitle > a:hover {
        color: #14CBCB; }
  .blog__itemText {
    margin-bottom: 2em;
    color: #4c4c4c; }
  .blog__itemMore > a {
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    color: inherit; }
    .blog__itemMore > a > i {
      vertical-align: -2px;
      margin-left: .5em;
      -webkit-transition: margin-left 0.2s ease-in-out;
      transition: margin-left 0.2s ease-in-out; }
    .blog__itemMore > a:hover {
      text-decoration: none;
      color: #14CBCB; }
      .blog__itemMore > a:hover > i {
        margin-left: .75em; }

.related__post {
  margin-bottom: 32px; }
  .related__post h4, .related__post .h4 {
    margin-bottom: .75em; }
    .related__post h4 > a, .related__post .h4 > a {
      color: inherit;
      text-decoration: none; }
      .related__post h4 > a:hover, .related__post .h4 > a:hover {
        color: #FF8C1A; }
  .related__postImg {
    display: block;
    margin-bottom: 2em;
    overflow: hidden; }
    .related__postImg > img {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .related__postImg:hover > img {
      -webkit-transform: scale(1.15, 1.15);
      transform: scale(1.15, 1.15); }
  .related__postText {
    margin-bottom: 1.5em; }
  .related__postLink {
    position: relative;
    display: inline-block;
    font-size: .7em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #191919; }
    .related__postLink > i {
      margin-left: .25em;
      font-size: 1.4em;
      vertical-align: -3px;
      line-height: 1; }
    .related__postLink:hover {
      text-decoration: none;
      color: #14CBCB; }

.ahpost {
  padding-top: 2em;
  padding-bottom: 70px; }
  .ahpost__info {
    margin-bottom: 30px;
    padding: 30px 30px 0;
    border-radius: 0.18rem;
    border: 1px solid #e0e0e0;
    text-align: center; }
    .ahpost__info small, .ahpost__info .small {
      display: block;
      font-weight: 600;
      text-transform: uppercase;
      color: #cccccc; }
    .ahpost__info span {
      display: block;
      margin-bottom: 30px;
      color: #7f7f7f; }

.carousel {
  margin: 0 -25%; }
  .carousel img {
    padding: 0 15px; }
  .carousel *:focus, .carousel *:active {
    outline: none; }

#leaveComent {
  position: relative;
  top: -100px; }

.comments {
  padding: 100px 0 70px; }
  .commentsList {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none; }
  .commentsForm textarea {
    min-height: 140px; }

.comment {
  position: relative;
  margin-bottom: 2em; }
  .comment .commentsList, .comment .children {
    list-style: none;
    margin-left: 0;
    margin-top: 2em;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .comment .commentsList, .comment .children {
        margin-left: 24px; } }
  .comment .commentsList, .comment .children {
    padding-left: 38px;
    border-left: 2px solid #e0e0e0; }
  .comment__body {
    min-height: 120px; }
  .comment__img {
    position: absolute;
    height: 48px;
    width: 48px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 0 0 1px #e0e0e0;
    box-shadow: 0 0 0 1px #e0e0e0;
    left: 0; }
    .comment__img > img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      overflow: hidden;
      border-radius: 50%; }
  .comment__name {
    font-family: "Lexend Deca", sans-serif;
    font-size: 1.25em;
    letter-spacing: -1px;
    margin-left: 64px;
    color: #333333; }
  .comment__time {
    margin-left: 64px;
    font-size: .75em;
    color: #cccccc; }
  .comment__text {
    margin-top: 1em;
    color: #333333; }
  .comment__replay, .comment .comment-reply-link {
    position: absolute;
    width: 30px;
    right: 0;
    top: 1em;
    text-align: center;
    color: #cccccc; }
    .comment__replay:hover, .comment .comment-reply-link:hover {
      text-decoration: none;
      color: #7f7f7f; }
  .comment .comment-reply-link {
    font-family: "alwayshandy" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5em;
  margin-top: 1em; }
  .pager > a {
    height: 24px;
    width: 24px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 12px;
    color: #191919; }
    .pager > a:hover {
      color: #14CBCB; }

@media (max-width: 991.98px) {
  .vc_section {
    overflow-x: hidden;
    overflow-y: visibile; } }

.alwayshandy-vc_row-shadow {
  -webkit-box-shadow: 0px 0 50px rgba(0, 0, 0, .1);
  box-shadow: 0px 0 50px rgba(0, 0, 0, .1); }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.alignleft {
  float: left;
  margin: 10px 15px 10px 0; }

.alignright {
  float: right;
  margin: 10px 0 10px 15px; }

.aligncenter {
  display: block;
  margin: 10px auto; }

.bypostauthor {
  list-style: none;
  background: none; }

.simplesocialbuttons.simplesocial-round-icon {
  padding: 0 10%;
  text-align: center !important; }
  .simplesocialbuttons.simplesocial-round-icon button {
    margin: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-color: transparent !important; }
    .simplesocialbuttons.simplesocial-round-icon button:after {
      height: 41px;
      width: 41px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 16px; }

/*# sourceMappingURL=main.css.map */