﻿@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

body {
  margin: 0;
  font-family: -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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

/*--Pagination--*/
.pagination { 
    display: inline-block; 
} 
.center { 
    text-align:center; 
} 
.pagination a { 
    font-weight:bold; 
    font-size:20px; 
    color: black; 
    float: left; 
    margin:0px 5px; 
    padding: 8px 16px; 
    text-decoration: none; 
    border:1px solid black; 
} 
.pagination a.active { 
    background-color:#01a3d4; 
} 
.pagination a:hover:not(.active) { 
    background-color: #d4d5d2; 
} 
/*--Pagination end --*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.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: 1rem;
  padding-left: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.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%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 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='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

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

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

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

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

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    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: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    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: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

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

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

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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: #fff;
    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 {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #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: #d6d8db; }

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #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: #fdfdfe; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

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

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

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

.bg-success {
  background-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

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

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

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

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

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

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !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: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

button {
  padding: 0;
  border: none;
  background-image: none;
  background-color: transparent;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: inherit; }
  button .icon {
    pointer-events: none; }
  button:focus {
    outline: 0; }

@-webkit-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-moz-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-o-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-webkit-keyframes slideBG {
  from {
    background-position: 0 0; }
  to {
    background-position: -468px 438px; } }

@-moz-keyframes slideBG {
  from {
    background-position: 0 0; }
  to {
    background-position: -468px 438px; } }

@-o-keyframes slideBG {
  from {
    background-position: 0 0; }
  to {
    background-position: -468px 438px; } }

@keyframes slideBG {
  from {
    background-position: 0 0; }
  to {
    background-position: -468px 438px; } }

@-webkit-keyframes alpha-dot {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes alpha-dot {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes alpha-dot {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes alpha-dot {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes pause {
  0%, 20%, 40%, 100% {
    -webkit-transform: translateX(0) translateZ(0px) scaleY(1) scaleX(1);
    -moz-transform: translateX(0) translateZ(0px) scaleY(1) scaleX(1);
    -ms-transform: translateX(0) translateZ(0px) scaleY(1) scaleX(1);
    -o-transform: translateX(0) translateZ(0px) scaleY(1) scaleX(1);
    transform: translateX(0) translateZ(0px) scaleY(1) scaleX(1); } }

@keyframes loading {
  from {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes loader {
  from {
    -webkit-transform: translate3d(29px, 0, 0);
    -moz-transform: translate3d(29px, 0, 0);
    -ms-transform: translate3d(29px, 0, 0);
    -o-transform: translate3d(29px, 0, 0);
    transform: translate3d(29px, 0, 0); }
  to {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); } }

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@font-face {
  font-family: "framework-icons";
  src: url("/Content//fonts/framework-icons.woff2") format("woff2"), url("/Content//fonts/framework-icons.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

[class^="i-"], [class*=" i-"] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative; }

[class^="i-"]::before, [class*=" i-"]::before, [class^="i-"]::after, [class*=" i-"]::after {
  width: inherit;
  height: inherit;
  font-family: "framework-icons";
  font-size: inherit;
  line-height: inherit;
  text-indent: 0;
  font-weight: normal !important;
  font-style: normal !important;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  speak: none; }

[class^="i-"]::after, [class*=" i-"]::after {
  z-index: 0; }

.i-16 {
  width: 1rem;
  height: 1rem;
  font-size: 1rem; }

.i-20 {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem; }

.i-24 {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem; }

.i-32 {
  width: 2rem;
  height: 2rem;
  font-size: 2rem; }

.i-48 {
  width: 3rem;
  height: 3rem;
  font-size: 3rem; }

.i-56 {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 3.5rem; }

.i-64 {
  width: 4rem;
  height: 4rem;
  font-size: 4rem; }

.i-72 {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 4.5rem; }

.i-80 {
  width: 5rem;
  height: 5rem;
  font-size: 5rem; }

.i-96 {
  width: 6rem;
  height: 6rem;
  font-size: 6rem; }

.i-action-vote-angry::before {
  content: "\eA01"; }

.i-action-vote-happy::before {
  content: "\eA02"; }

.i-alert-error::before {
  content: "\eA04"; }

.i-alert-error-solid::before {
  content: "\eA03"; }

.i-alert-info::before {
  content: "\eA06"; }

.i-alert-info-solid::before {
  content: "\eA05"; }

.i-alert-success::before {
  content: "\eA08"; }

.i-alert-success-solid::before {
  content: "\eA07"; }

.i-alert-warning::before {
  content: "\eA0A"; }

.i-alert-warning-solid::before {
  content: "\eA09"; }

.i-arrow-bold-down::before {
  content: "\eA0F"; }

.i-arrow-bold-left::before {
  content: "\eA10"; }

.i-arrow-bold-right::before {
  content: "\eA11"; }

.i-arrow-bold-up::before {
  content: "\eA12"; }

.i-arrow-down::before {
  content: "\eA0B"; }

.i-arrow-left::before {
  content: "\eA0C"; }

.i-arrow-right::before {
  content: "\eA0D"; }

.i-arrow-up::before {
  content: "\eA0E"; }

.i-badge::before {
  content: "\eA47"; }

.i-display-address-picker::before {
  content: "\eA44"; }

.i-display-application::before {
  content: "\eA20"; }

.i-display-calendar::before {
  content: "\eA21"; }

.i-display-camera::before {
  content: "\eA4B"; }

.i-display-contact-card::before {
  content: "\eA22"; }

.i-display-coupon::before {
  content: "\eA23"; }

.i-display-credit-card::before {
  content: "\eA24"; }

.i-display-dashboard::before {
  content: "\eA26"; }

.i-display-documents::before {
  content: "\eA27"; }

.i-display-edit::before {
  content: "\eA28"; }

.i-display-eligibility-score::before {
  content: "\eA29"; }

.i-display-email::before {
  content: "\eA2A"; }

.i-display-file-image::before {
  content: "\eA41"; }

.i-display-file-pdf::before {
  content: "\eA42"; }

.i-display-file-word::before {
  content: "\eA43"; }

.i-display-gauge::before {
  content: "\eA25"; }

.i-display-home::before {
  content: "\eA45"; }

.i-display-inbox::before {
  content: "\eA2B"; }

.i-display-invitation::before {
  content: "\eA2C"; }

.i-display-lock::before {
  content: "\eA2D"; }

.i-display-logout::before {
  content: "\eA2E"; }

.i-display-menu::before {
  content: "\eA46"; }

.i-display-mobile::before {
  content: "\eA2F"; }

.i-display-phone::before {
  content: "\eA30"; }

.i-display-profile::before {
  content: "\eA31"; }

.i-display-settings::before {
  content: "\eA32"; }

.i-display-shield::before {
  content: "\eA33"; }

.i-display-success::before {
  content: "\eA34"; }

.i-display-time::before {
  content: "\eA35"; }

.i-file-contact-card::before {
  content: "\eA36"; }

.i-file-credit-card::before {
  content: "\eA37"; }

.i-file-document::before {
  content: "\eA49"; }

.i-file-id-card::before {
  content: "\eA38"; }

.i-file-name-card::before {
  content: "\eA48"; }

.i-file-salary-slip::before {
  content: "\eA4A"; }

.i-file-selfie::before {
  content: "\eA39"; }

.i-file-tax-id::before {
  content: "\eA3A"; }

.i-gender-female::before {
  content: "\eA3C"; }

.i-gender-female-light::before {
  content: "\eA3B"; }

.i-gender-male::before {
  content: "\eA3E"; }

.i-gender-male-light::before {
  content: "\eA3D"; }

.i-help-email::before {
  content: "\eA3F"; }

.i-help-sms::before {
  content: "\eA40"; }

.i-pointer-down::before {
  content: "\eA13"; }

.i-pointer-left::before {
  content: "\eA14"; }

.i-pointer-right::before {
  content: "\eA15"; }

.i-pointer-up::before {
  content: "\eA16"; }

.i-star::before {
  content: "\eA1A"; }

.i-toggle-add::before {
  content: "\eA17"; }

.i-toggle-clear::before {
  content: "\eA1B"; }

.i-toggle-close::before {
  content: "\eA18"; }

.i-toggle-drawer-close::before {
  content: "\eA1C"; }

.i-toggle-drawer-open::before {
  content: "\eA1D"; }

.i-toggle-edit::before {
  content: "\eA1E"; }

.i-toggle-remove::before {
  content: "\eA19"; }

.i-toggle-search::before {
  content: "\eA1F"; }

.icon-16, .icon-20, .icon-24, .icon-32, .icon-48, .icon-56, .icon-64, .icon-72, .icon-80, .icon-96 {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat; }

.icon-16 {
  height: 1rem;
  width: 1rem;
  background-size: 1rem; }

.icon-20 {
  height: 1.25rem;
  width: 1.25rem;
  background-size: 1.25rem; }

.icon-24 {
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem; }

.icon-32 {
  height: 2rem;
  width: 2rem;
  background-size: 2rem; }

.icon-48 {
  height: 3rem;
  width: 3rem;
  background-size: 3rem; }

.icon-56 {
  height: 3.5rem;
  width: 3.5rem;
  background-size: 3.5rem; }

.icon-64 {
  height: 4rem;
  width: 4rem;
  background-size: 4rem; }

.icon-72 {
  height: 4.5rem;
  width: 4.5rem;
  background-size: 4.5rem; }

.icon-80 {
  height: 5rem;
  width: 5rem;
  background-size: 5rem; }

.icon-96 {
  height: 6rem;
  width: 6rem;
  background-size: 6rem; }

.icon-cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 21.333 21.333'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; fill: %23FFFFFF; %7D %3C/style%3E%3C/defs%3E%3Cpath id='icon-cart' class='cls-1' d='M1659.86,557.5h-7.88s-1.45,2.5.02,2.5h11v1.413h-12c-2.86,0-1-3.413-1-3.413l1-2-4-7h-2v-1.516h3l1.39,2.077h14.99ZM1650,551l2.59,5H1659l3-5h-12Zm1,12a2,2,0,1,1-2,2A2,2,0,0,1,1651,563Zm10,0a2,2,0,1,1-2,2A2,2,0,0,1,1661,563Z' transform='translate(-1644.023 -546.568)'/%3E%3C/svg%3E%0A"); }

.icon-cart-solid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 21.333 21.333'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %236A6A6A; %7D %3C/style%3E%3C/defs%3E%3Cpath id='icon-cart-solid' class='cls-1' d='M964.859,540.5h-7.877s-1.451,2.5.018,2.5h11v1.413H956c-2.858,0-1-3.413-1-3.413l1-2-4-7h-2v-1.516h3l1.386,2.077h14.992ZM956,546a2,2,0,1,1-2,2A2,2,0,0,1,956,546Zm10,0a2,2,0,1,1-2,2A2,2,0,0,1,966,546Z' transform='translate(-949.021 -529.568)'/%3E%3C/svg%3E%0A"); }

.icon-envelope {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %236A6A6A; %7D %3C/style%3E%3C/defs%3E%3Cpath id='icon-envelope' class='cls-1' d='M971,549H949a2,2,0,0,1-2-2V534l13,5,13-5v13A2,2,0,0,1,971,549Zm-24-16a2,2,0,0,1,2-2h22a2,2,0,0,1,2,2l-13,5Z' transform='translate(-944 -524)'/%3E%3C/svg%3E%0A"); }

.icon-filter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %236A6A6A; %7D %3C/style%3E%3C/defs%3E%3Cpath id='icon-filter' class='cls-1' d='M949,527h22a2,2,0,0,1,2,2v1l-11,10v13h-4V540l-11-10v-1A2,2,0,0,1,949,527Z' transform='translate(-944 -524)'/%3E%3C/svg%3E%0A"); }

.icon-view {
  background-image: url("data:image/svg+xml,%3Csvg id='view' xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-1, .cls-3 %7B fill-rule: evenodd; %7D .cls-2 %7B fill: %23c7e8fe; %7D .cls-3 %7B fill: %23036; %7D %3C/style%3E%3C/defs%3E%3Cpath id='view-bg-1' class='cls-1' d='M960,533c-7,0-11,7-11,7s4,7,11,7,11-7,11-7S967,533,960,533Z' transform='translate(-944 -524)'/%3E%3Ccircle id='view-bg-2' class='cls-2' cx='16' cy='16' r='4'/%3E%3Cpath id='view-border' class='cls-3' d='M960,548a13.024,13.024,0,0,1-12-8,13,13,0,0,1,24,0A13.024,13.024,0,0,1,960,548Zm0-14a11.607,11.607,0,0,0-10,6,11.333,11.333,0,0,0,20,0A11.607,11.607,0,0,0,960,534Zm0,11a5,5,0,1,1,5-5A5,5,0,0,1,960,545Zm0-8a3,3,0,1,0,3,3A3,3,0,0,0,960,537Z' transform='translate(-944 -524)'/%3E%3C/svg%3E%0A"); }

.icon-view-hide {
  background-image: url("data:image/svg+xml,%3Csvg id='view-hide' xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-1, .cls-2, .cls-3 %7B fill-rule: evenodd; %7D .cls-2 %7B fill: %23c7e8fe; %7D .cls-3 %7B fill: %23036; %7D %3C/style%3E%3C/defs%3E%3Cpath id='view-hide-bg-1' class='cls-1' d='M951.987,543.6A16.923,16.923,0,0,1,949,540s4-7,11-7a10.363,10.363,0,0,1,2.316.27Zm12.438-9.61A16.267,16.267,0,0,1,971,540s-4,7-11,7a11.186,11.186,0,0,1-6.444-2.141Z' transform='translate(-944 -524)'/%3E%3Cpath id='view-hide-bg-2' class='cls-2' d='M956.046,539.539a3.976,3.976,0,0,1,3.493-3.493Zm5.863-3.034a3.987,3.987,0,1,1-5.4,5.4Z' transform='translate(-944 -524)'/%3E%3Cpath id='view-hide-border' class='cls-3' d='M971.707,529.707l-4.47,4.47A13.832,13.832,0,0,1,972,540a13.024,13.024,0,0,1-12,8,12.841,12.841,0,0,1-5.435-1.151l-4.858,4.858h0a1,1,0,1,1-1.414-1.414h0l4.47-4.47c-0.035-.024-0.063-0.051-0.1-0.075l1.44-1.44c0.036,0.023.065,0.048,0.1,0.07l1.625-1.624c-0.024-.035-0.04-0.074-0.062-0.109l1.485-1.486c0.017,0.041.026,0.087,0.045,0.127l3.986-3.986c-0.04-.019-0.086-0.028-0.127-0.045l1.486-1.485c0.035,0.022.074,0.038,0.109,0.062l1.136-1.136c-0.042-.016-0.087-0.027-0.129-0.042l1.551-1.552c0.04,0.018.084,0.031,0.123,0.049l4.858-4.858h0a1,1,0,1,1,1.414,1.414h0Zm-9.007,9.007-3.986,3.986A2.969,2.969,0,0,0,960,543a3,3,0,0,0,3-3A2.969,2.969,0,0,0,962.7,538.714Zm1.468-1.468a4.994,4.994,0,0,1-6.922,6.922L956.11,545.3a11.039,11.039,0,0,0,3.89.7,11.607,11.607,0,0,0,10-6,12.231,12.231,0,0,0-4.207-4.378ZM955,540a5,5,0,0,1,5-5,4.9,4.9,0,0,1,.545.041l-5.5,5.5A4.9,4.9,0,0,1,955,540Zm6.479-5.893A11.1,11.1,0,0,0,960,534a11.607,11.607,0,0,0-10,6,12.074,12.074,0,0,0,2.5,3.088l-1.373,1.373A14.02,14.02,0,0,1,948,540a13.024,13.024,0,0,1,12-8,13.352,13.352,0,0,1,3.2.385Z' transform='translate(-944 -524)'/%3E%3C/svg%3E%0A"); }

.icon-dashboard {
  background-image: url("data:image/svg+xml,%3Csvg id='dashboard' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23565656; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M962,556V539h14v17H962Zm11-14h-8v11h8V542Zm-11-18h14v11H962V524Zm3,8h8v-5h-8v5Zm-21,13h14v11H944V545Zm3,8h8v-5h-8v5Zm-3-29h14v17H944V524Zm3,14h8V527h-8v11Z' transform='translate(-944 -524)'/%3E%3C/svg%3E%0A"); }

.icon-help {
  background-image: url("data:image/svg+xml,%3Csvg id='help' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 28 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23565656; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M971,552h-7l-4,4-4-4h-7a3,3,0,0,1-3-3V527a3,3,0,0,1,3-3h22a3,3,0,0,1,3,3v22A3,3,0,0,1,971,552Zm0-25H949v22h8l3,3,3-3h8V527Zm-10,17h-2v-5h1a4,4,0,1,0-4-4h-2a6,6,0,1,1,7,5.9V544Zm0,3h-2v-2h2v2Z' transform='translate(-946 -524)'/%3E%3C/svg%3E%0A"); }

.icon-list {
  background-image: url("data:image/svg+xml,%3Csvg id='list' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23565656; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='list-2' data-name='list' class='cls-1' d='M974,556H946a2,2,0,0,1-2-2V526a2,2,0,0,1,2-2h28a2,2,0,0,1,2,2v28A2,2,0,0,1,974,556Zm-2-28H948v24h24V528Zm-17,7h-4v-4h4v4Zm0,7h-4v-4h4v4Zm0,7h-4v-4h4v4Zm14-14H958v-4h11v4Zm0,7H958v-4h11v4Zm0,7H958v-4h11v4Z' transform='translate(-944 -524)'/%3E%3C/svg%3E%0A"); }

.icon-log-out {
  background-image: url("data:image/svg+xml,%3Csvg id='log-out' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23565656; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M972,556H948a4,4,0,0,1-4-4v-4a2,2,0,0,1,4,0v4h24V528H948v4a2,2,0,0,1-4,0v-4a4,4,0,0,1,4-4h24a4,4,0,0,1,4,4v24A4,4,0,0,1,972,556Zm-28-16a2,2,0,0,1,2-2h15.172l-2.586-2.586h0a2,2,0,1,1,2.828-2.828h0l6,6h0a2,2,0,0,1,0,2.828h0l-6,6h0a2,2,0,1,1-2.828-2.828h0L961.172,542H946A2,2,0,0,1,944,540Z' transform='translate(-944 -524)'/%3E%3C/svg%3E%0A"); }

.icon-menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23565656; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M982,544H938a4,4,0,0,1,0-8h44A4,4,0,0,1,982,544Zm0-16H938a4,4,0,0,1,0-8h44A4,4,0,0,1,982,528Zm-44,24h44a4,4,0,0,1,0,8H938A4,4,0,0,1,938,552Z' transform='translate(-928 -508)'/%3E%3C/svg%3E%0A"); }

.icon-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23565656; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M979.828,525.828h0L965.657,540l14.171,14.172h0a4,4,0,1,1-5.656,5.656h0L960,545.657l-14.172,14.171h0a4,4,0,1,1-5.656-5.656h0L954.343,540l-14.171-14.172h0a4,4,0,1,1,5.656-5.656h0L960,534.343l14.172-14.171h0A4,4,0,1,1,979.828,525.828Z' transform='translate(-928 -508)'/%3E%3C/svg%3E%0A"); }

.icon-100-bg, .icon-150-bg, .icon-200-bg {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23e9f7ff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='bg' class='cls-1' d='M885,499c43.971-12.971,82.688-27.143,127-32,48.97-5.367,54.91,49.566,33,94-21.85,44.317-91.975,76.138-146,30S861.451,505.947,885,499Z' transform='translate(-860.003 -440.11)'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }

.icon-100-bg {
  width: 6.25rem;
  height: 6.25rem; }

.icon-150-bg {
  width: 9.375rem;
  height: 9.375rem; }

.icon-200-bg {
  width: 12.5rem;
  height: 12.5rem; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  html.overflow body, html.overflow-modal body, html.overflow-panel body, html.overflow-calendar body, html.overflow-filter body, html.overflow-drawer body {
    overflow: hidden; }
  @media (max-width: 575.98px) {
    html.overflow body {
      max-height: 0;
      overflow: hidden; } }

html, body {
  height: 100%; }

a {
  color: #01a3d4; }

[onclick] {
  cursor: pointer; }

.layout {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  font-family: "Montserrat", sans-serif; }

.container {
  padding-left: 1rem;
  padding-right: 1rem; }

.layout-backdrop {
  position: fixed;
  outline: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0;
  z-index: -1; }
  .layout-backdrop.show {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 1;
    z-index: 1100; }
  .layout-backdrop[aria-hidden="true"] {
    display: none;
    visibility: hidden;
    pointer-events: none; }
  .layout-backdrop[aria-hidden="false"] {
    display: block;
    visibility: visible;
    pointer-events: auto; }

.layout-drawer {
  height: 100%;
  width: 23.75rem;
  max-width: 23.75rem;
  border-right: #CCCCCC;
  background-color: #FFFFFF;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  z-index: 1120;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .layout-drawer.layout-drawer-left {
    -webkit-transform: translate(-23.75rem, 0);
    -moz-transform: translate(-23.75rem, 0);
    -ms-transform: translate(-23.75rem, 0);
    -o-transform: translate(-23.75rem, 0);
    transform: translate(-23.75rem, 0);
    left: -23.75rem; }
    .layout-drawer.layout-drawer-left.show {
      left: 0;
      -webkit-transition: all 0.2s ease-out 0.4s;
      -moz-transition: all 0.2s ease-out 0.4s;
      -o-transition: all 0.2s ease-out 0.4s;
      transition: all 0.2s ease-out 0.4s;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      pointer-events: auto; }
    .layout-drawer.layout-drawer-left .drawer-close-float {
      left: 125%; }
  .layout-drawer.layout-drawer-right {
    -webkit-transform: translate(23.75rem, 0);
    -moz-transform: translate(23.75rem, 0);
    -ms-transform: translate(23.75rem, 0);
    -o-transform: translate(23.75rem, 0);
    transform: translate(23.75rem, 0);
    right: -23.75rem; }
    .layout-drawer.layout-drawer-right.show {
      right: 0;
      -webkit-transition: all 0.2s ease-out 0.4s;
      -moz-transition: all 0.2s ease-out 0.4s;
      -o-transition: all 0.2s ease-out 0.4s;
      transition: all 0.2s ease-out 0.4s;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      pointer-events: auto; }
    .layout-drawer.layout-drawer-right .drawer-close-float {
      right: 125%; }
  .drawer-open .layout-drawer.show {
    -webkit-transition: all 0.2s ease-out 0.4s;
    -moz-transition: all 0.2s ease-out 0.4s;
    -o-transition: all 0.2s ease-out 0.4s;
    transition: all 0.2s ease-out 0.4s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto; }
  .layout-drawer[aria-hidden="true"] {
    display: none;
    visibility: hidden; }
  .layout-drawer[aria-hidden="false"] {
    display: block;
    visibility: visible; }
  @media (max-width: 380px) {
    .layout-drawer {
      width: 20rem; } }

.layout-header {
  background-color: #FFFFFF;
  -webkit-box-flex: 0 0 14.5rem;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 0 0 14.5rem;
  -webkit-flex: 0 0 14.5rem;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -ms-flex: 0 0 14.5rem;
  /* IE 10 */
  flex: 0 0 14.5rem;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .layout-header .container-fluid, .layout-header .container-sm, .layout-header .container-md, .layout-header .container-lg, .layout-header .container-xl {
    padding-left: 8.75rem;
    padding-right: 8.75rem; }
  .layout-header .head {
    height: 14.5rem;
    padding: 1rem 0;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-box;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 1393px) {
      .layout-header .head {
        height: auto; } }
  .layout-header .logo {
    position: static;
    display: block;
    width: auto;
    height: 12.5rem; }
    .layout-header .logo:hover {
      text-decoration: none; }
    @media (max-width: 1393px) {
      .layout-header .logo {
        height: auto; }
        .layout-header .logo img {
          width: 100%;
          height: auto; } }
  .layout-header .menu .nav-link {
    color: #565656;
    font-size: 1.125rem;
    font-weight: 300;
    text-transform: uppercase; }
    .layout-header .menu .nav-link:hover, .layout-header .menu .nav-link.active {
      border-color: transparent;
      background-color: transparent;
      font-weight: 600; }
  @media (max-width: 1393px) {
    .layout-header {
      -ms-flex-preferred-size: auto;
      -webkit-flex-basis: auto;
      -moz-flex-basis: auto;
      flex-basis: auto; } }
  @media (max-width: 991.98px) {
    .layout-header .logo img {
      max-width: 25rem; } }

.layout-main {
  -webkit-box-flex: 1 1 100%;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -ms-flex: 1 1 100%;
  /* IE 10 */
  flex: 1 1 100%;
  /* New, Spec - Firefox, Chrome, Opera */
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }

.layout-modal.show {
  pointer-events: auto; }

.layout-modal .modal {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  transform: translate(0, 120%); }
  .layout-modal .modal.show {
    -webkit-transition: all 0.2s ease-out 0.4s;
    -moz-transition: all 0.2s ease-out 0.4s;
    -o-transition: all 0.2s ease-out 0.4s;
    transition: all 0.2s ease-out 0.4s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

@media (max-width: 575.98px) {
  .layout-modal .modal {
    margin-top: 0;
    height: 100%;
    min-height: 100%; } }

.layout-modal[aria-hidden="true"] {
  display: none;
  visibility: hidden; }

.layout-modal[aria-hidden="false"] {
  display: block;
  visibility: visible; }

.layout-footer {
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-flex: 0 0 1rem;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 0 0 1rem;
  -webkit-flex: 0 0 1rem;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -ms-flex: 0 0 1rem;
  /* IE 10 */
  flex: 0 0 1rem;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .layout-footer .foot {
    color: #565656;
    line-height: 1rem;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 500; }
    .layout-footer .foot + .foot {
      border-color: rgba(86, 86, 86, 0.2); }

.foot-terms a {
  color: inherit; }

.layout-hero {
  -webkit-box-flex: 1 1 100%;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -ms-flex: 1 1 100%;
  /* IE 10 */
  flex: 1 1 100%;
  /* New, Spec - Firefox, Chrome, Opera */
  background-color: #000000; }

.section {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 4rem 0;
  margin-left: -1rem;
  margin-right: -1rem; }
  .section .title {
    display: block;
    text-align: center;
    color: #424242;
    font-size: 3.75rem;
    font-weight: 700;
    margin-bottom: 2rem; }
    @media (max-width: 767.98px) {
      .section .title {
        font-size: 9vw; } }

.section-about {
  text-align: center;
  background-size: contain;
  background-image: url(../img/dindo-ayuyao-logo-monochrome.jpg); }
  .section-about .paragraph {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.8; }

.section-services {
  background-size: 100%;
  background-image: url(../img/service-bg-image.jpg); }
  .section-services .card {
    text-align: center;
    margin: 2rem;
    padding: 2rem 2rem 4rem 2rem; }
    @media (max-width: 1373px) {
      .section-services .card {
        margin: 0.25rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem; } }
    @media (max-width: 768px) {
      .section-services .card {
        max-width: 23.75rem;
        margin: 2rem auto;
        padding-left: 0.25rem;
        padding-right: 0.25rem; } }
  .section-services .card-image {
    margin: 2rem; }
  .section-services .heading {
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.8; }
    @media (max-width: 768px) {
      .section-services .heading {
        font-size: 1.5rem; } }
    @media (max-width: 380px) {
      .section-services .heading {
        font-size: 5.5vw; } }
  .section-services .link {
    display: block;
    position: relative;
    color: #000000;
    margin-top: 2rem;
    padding-top: 2rem; }
    .section-services .link::before {
      content: '';
      position: absolute;
      width: 25%;
      height: 0.125rem;
      left: 37.5%;
      top: -0.0625rem;
      border-radius: -0.0625rem;
      background-color: #000000; }

.section-testimonial {
  background-size: 100%;
  background-image: url(../img/testimonial-bg-image.jpg);
  border-top: 0.125rem solid #FFFFFF;
  border-bottom: 0.125rem solid #FFFFFF; }
  .section-testimonial .blockquote {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 50rem; }
    .section-testimonial .blockquote::before {
      content: '\201C';
      display: inline-block;
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-weight: 700;
      font-size: 7rem;
      line-height: 7rem;
      text-align: center;
      width: 4rem;
      height: 4rem;
      overflow: hidden; }
  .section-testimonial .heading {
    font-size: 1.875rem; }
    @media (max-width: 767.98px) {
      .section-testimonial .heading {
        font-size: 5.5vw; } }
  .section-testimonial .paragraph {
    font-size: 0.875rem;
    line-height: 1.8; }
  @media (max-width: 767.98px) {
    .section-testimonial {
      background-size: auto; } }

.section-subpage .heading {
  font-size: 1.5rem;
  margin-bottom: 1.5rem; }

.slider-pagination {
  padding: 2rem 0;
  text-align: center;
  position: static;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .slider-pagination a {
    width: 1rem;
    height: 1rem;
    text-align: center;
    display: inline-block;
    margin: 0.25rem;
    background-color: #000000;
    border-radius: 50%; }
    .slider-pagination a span {
      font-size: 0;
      height: 0;
      width: 0;
      overflow: hidden; }
    .slider-pagination a.active {
      background-color: #01a3d4; }

.section-subpage {
  text-align: center; }
  .section-subpage .image {
    width: 18.75rem;
    height: auto; }
    @media (max-width: 1270px) {
      .section-subpage .image {
        width: 100%;
        margin-bottom: 1rem; } }

.subpage-image {
  position: relative;
  margin-top: -4rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .subpage-image .title {
    margin: 0;
    font-size: 3vw;
    text-align: right;
    position: absolute;
    padding-right: 14vw;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    width: 100%; }
    @media (max-width: 767.98px) {
      .subpage-image .title {
        font-size: 4vw; } }
  .subpage-image img {
    width: 100%;
    height: auto; }

.head-section {
  width: 100%; }
  @media (max-width: 1641px) {
    .head-section .container-fluid, .head-section .container-sm, .head-section .container-md, .head-section .container-lg, .head-section .container-xl {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .head-section .toggle {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    outline: 0;
    border: 0;
    margin: 0;
    display: none; }
    .head-section .toggle:focus, .head-section .toggle:hover {
      outline: 0; }
  @media (max-width: 991.98px) {
    .head-section .call-to-action, .head-section .menu {
      display: none; }
    .head-section .toggle {
      display: block; } }

.head-links {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  pointer-events: none;
  opacity: 0; }
  .head-links.show {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    pointer-events: auto;
    opacity: 1; }
  .head-links .link {
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-decoration: none;
    display: inline-block; }
    .head-links .link .icon {
      vertical-align: -0.1875rem;
      margin-right: 0.25rem; }
  .head-links[aria-hidden="true"] {
    display: none;
    visibility: hidden; }
  .head-links[aria-hidden="false"] {
    display: block;
    visibility: visible; }

.foot-section {
  padding-bottom: 2rem; }
  .foot-section .title {
    color: #01a3d4;
    font-size: 1.125rem;
    font-weight: 700; }
  .foot-section .title-sub {
    color: #919191;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1rem; }
  .foot-section .image {
    width: 100%;
    height: auto; }
  .foot-section ul > li {
    margin-bottom: 0.5rem; }
    .foot-section ul > li:last-child {
      margin-bottom: 0; }
  @media (max-width: 580px) {
    .foot-section ul {
      margin-bottom: 2rem; } }
  .foot-section a {
    color: #919191; }
  .foot-section:first-child {
    padding-top: 2rem; }
  .foot-section:last-child {
    padding-top: 2rem;
    border-top: 0.0625rem solid #CCCCCC; }
    @media (max-width: 580px) {
      .foot-section:last-child {
        text-align: center; } }

.hero {
  position: relative;
  height: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }

.hero-caption {
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 62.5%;
  left: 18.75%;
  top: 12vw; }
  .hero-caption .lead {
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 4vw; }
  .hero-caption .paragraph {
    color: #FFFFFF;
    font-size: 1rem; }
    .hero-caption .paragraph strong {
      font-weight: 600; }
    .hero-caption .paragraph::before {
      content: '\2014 ';
      margin-right: 0.25rem; }
    @media (max-width: 768px) {
      .hero-caption .paragraph {
        font-size: 2vw; } }
    @media (max-width: 580px) {
      .hero-caption .paragraph {
        font-size: 3vw; } }
  .hero-caption .btn {
    text-transform: uppercase;
    margin-top: 2rem; }
    @media (max-width: 991.98px) {
      .hero-caption .btn {
        margin-top: 3vw; } }
  @media (max-width: 580px) {
    .hero-caption {
      width: 87.5%;
      left: 6.25%; } }

.hero-image {
  position: relative;
  z-index: 1; }
  .hero-image img {
    width: 100%;
    height: auto; }

.modal {
  width: auto;
  min-height: calc(100% - 4rem);
  margin: 2rem;
  pointer-events: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  @media (max-width: 575.98px) {
    .modal {
      margin: 0;
      height: calc(100% - 2.5rem);
      min-height: 0;
      margin-top: 2.5rem;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      background-color: #FFFFFF;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }

.modal-dialog {
  height: 100%;
  width: 75rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  background-clip: padding-box;
  position: relative;
  pointer-events: auto;
  -ms-flex-wrap: row nowrap;
  -webkit-flex-wrap: row nowrap;
  -moz-flex-wrap: row nowrap;
  flex-wrap: row nowrap;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .modal-sm .modal-dialog {
    width: 27.5rem; }
  .modal-md .modal-dialog {
    width: 43.75rem; }
  .modal-center .modal-dialog {
    text-align: center; }
  @media (max-width: 575.98px) {
    .modal-dialog {
      height: auto;
      min-height: 100%;
      width: 100%;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; } }

.modal-content {
  width: 100%;
  border-radius: inherit;
  text-align: inherit;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }

.modal-title {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500; }

.modal-header {
  padding: 1.5rem 1.5rem; }
  .modal-header ~ .card-body {
    padding-top: 0; }
  @media (max-width: 575.98px) {
    .modal-header {
      padding-left: 1rem;
      padding-right: 1rem; } }

.modal-body {
  padding: 1.5rem 1.5rem;
  padding-bottom: 0;
  text-align: inherit; }
  .modal-body > *:last-child {
    margin-bottom: 0; }
  .modal-body:last-child {
    padding-bottom: 1.5rem 1.5rem; }
  @media (max-width: 575.98px) {
    .modal-body {
      height: 100%;
      padding-left: 1rem;
      padding-right: 1rem; } }

.modal-footer {
  padding: 1.5rem 1.5rem;
  border-top: 0.0625rem solid #CCCCCC;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  background-color: #FFFFFF;
  text-align: left; }
  @media (max-width: 575.98px) {
    .modal-footer {
      padding-left: 1rem;
      padding-right: 1rem; } }

.modal-close {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(204, 204, 204, 0.75);
  top: -1.25rem;
  right: 1.875rem;
  color: #565656; }
  .modal-close:hover {
    box-shadow: 0 0 0.25rem 0 rgba(204, 204, 204, 0.75);
    color: rgba(86, 86, 86, 0.7);
    opacity: 1; }
  .modal-close .icon {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    margin: 0.625rem; }
  @media (max-width: 575.98px) {
    .modal-close {
      top: 1rem;
      z-index: 1180; } }

form {
  text-align: left; }
  form hr {
    margin: 1.5rem 0 1.5rem; }

label {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1rem;
  color: #565656; }

legend {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1rem;
  color: #565656; }
  legend + p {
    margin-top: -0.25rem;
    margin-bottom: 0.5rem; }

.form-control, .form-control-range, .form-control-range::-webkit-slider-thumb, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button, input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.field-validation-valid, .invalid-feedback {
  display: none;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0; }

.form-fillup[aria-hidden="true"] {
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden; }

.form-fillup[aria-hidden="false"] {
  -webkit-transition: height 0s linear, visibility 0s linear, opacity 0.2s ease-in-out 0.2s;
  -moz-transition: height 0s linear, visibility 0s linear, opacity 0.2s ease-in-out 0.2s;
  -o-transition: height 0s linear, visibility 0s linear, opacity 0.2s ease-in-out 0.2s;
  transition: height 0s linear, visibility 0s linear, opacity 0.2s ease-in-out 0.2s;
  margin-bottom: 0;
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible; }

.form-help {
  position: relative;
  color: #3783cb;
  border-top: 0.125rem solid #88B5E0;
  background-color: #E7F2FD;
  font-size: 0.875rem;
  line-height: 1.5;
  pointer-events: none;
  opacity: 0;
  overflow: hidden; }
  .form-help h6 {
    margin-bottom: 0.625rem;
    font-weight: 500;
    font-size: inherit;
    line-height: inherit; }
  .form-help p {
    margin-bottom: 0.625rem; }
  .form-help .icon {
    position: absolute;
    left: 0.875rem;
    top: calc(50% - 0.5rem); }
  .form-help .dialog {
    padding: 1.5rem;
    padding-left: 3rem; }
    .form-help .dialog > *:last-child {
      margin-bottom: 0; }
  .form-help .link {
    font-weight: inherit;
    text-decoration: underline;
    color: #424242; }
    .form-help .link:hover {
      text-decoration: none; }
  .form-help.show {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    pointer-events: auto;
    opacity: 1;
    overflow: visible; }
  @media (max-width: 575.98px) {
    .form-help .icon {
      display: none; }
    .form-help .dialog {
      padding: 1.5rem; } }
  .form-help[aria-hidden="true"] {
    visibility: hidden;
    display: none;
    margin-bottom: 0; }
  .form-help[aria-hidden="false"] {
    visibility: visible;
    margin-bottom: 2rem;
    display: block; }

.form-guidance .form-emphasis {
  margin-top: 0.875rem;
  display: none; }
  .form-guidance .form-emphasis strong:first-child {
    display: block; }
  .form-guidance .form-emphasis[aria-hidden="true"] {
    visibility: hidden;
    display: none;
    margin-bottom: 0; }
  .form-guidance .form-emphasis[aria-hidden="false"] {
    visibility: visible;
    display: block; }

.btn {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 0.875rem 2.375rem;
  font-weight: 500;
  text-transform: none;
  font-weight: 500;
  color: #6A6A6A;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 0.125rem solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex; }
  .btn::after {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(10, 10);
    -moz-transform: scale(10, 10);
    -ms-transform: scale(10, 10);
    -o-transform: scale(10, 10);
    transform: scale(10, 10);
    -webkit-transition: transform 0.5s, opacity 1s;
    -moz-transition: transform 0.5s, opacity 1s;
    -o-transition: transform 0.5s, opacity 1s;
    transition: transform 0.5s, opacity 1s;
    background-image: radial-gradient(circle, #000000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    content: ''; }
  .btn:active::after {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .2; }
  .btn.process {
    color: rgba(255, 255, 255, 0) !important; }
  .btn[disabled] {
    pointer-events: none; }
  .btn .icon {
    margin-top: -0.1875rem;
    margin-right: 0.625rem; }
  .btn.btn-primary, .btn.btn-secondary, .btn.btn-tertiary {
    color: #FFFFFF; }
  @media (max-width: 767.98px) {
    .btn {
      width: 100%;
      padding: 0.75rem 0.875rem;
      margin-left: 0 !important;
      white-space: normal; }
      .btn + .btn {
        margin-top: 1.5rem; } }
  @media (max-width: 575.98px) {
    .btn + .btn {
      margin-top: 0.875rem; } }

.text-primary {
  color: #01a3d4 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #016888 !important; }

.btn-primary {
  color: #fff;
  background-color: #01a3d4;
  border-color: #01a3d4; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0186ae;
    border-color: #017ca1; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0186ae;
    border-color: #017ca1;
    box-shadow: 0 0 0 0.2rem rgba(39, 177, 218, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #01a3d4;
    border-color: #01a3d4; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #017ca1;
    border-color: #017295; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(39, 177, 218, 0.5); }

.btn-outline-primary {
  color: #01a3d4;
  border-color: #01a3d4; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #01a3d4;
    border-color: #01a3d4; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 163, 212, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #01a3d4;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #01a3d4;
    border-color: #01a3d4; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 163, 212, 0.5); }

.text-secondary {
  color: #2d3780 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #191f47 !important; }

.btn-secondary {
  color: #fff;
  background-color: #2d3780;
  border-color: #2d3780; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #232b64;
    border-color: #20275a; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #232b64;
    border-color: #20275a;
    box-shadow: 0 0 0 0.2rem rgba(77, 85, 147, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #2d3780;
    border-color: #2d3780; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #20275a;
    border-color: #1c2351; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(77, 85, 147, 0.5); }

.btn-outline-secondary {
  color: #2d3780;
  border-color: #2d3780; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #2d3780;
    border-color: #2d3780; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 55, 128, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #2d3780;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2d3780;
    border-color: #2d3780; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(45, 55, 128, 0.5); }

.text-tertiary {
  color: #FF9800 !important; }

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #b36a00 !important; }

.btn-tertiary {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800; }
  .btn-tertiary:hover {
    color: #fff;
    background-color: #d98100;
    border-color: #cc7a00; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    color: #fff;
    background-color: #d98100;
    border-color: #cc7a00;
    box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #212529;
    background-color: #FF9800;
    border-color: #FF9800; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #cc7a00;
    border-color: #bf7200; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5); }

.btn-outline-tertiary {
  color: #FF9800;
  border-color: #FF9800; }
  .btn-outline-tertiary:hover {
    color: #212529;
    background-color: #FF9800;
    border-color: #FF9800; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #FF9800;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #FF9800;
    border-color: #FF9800; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }

.text-success {
  color: #8DC63F !important; }

a.text-success:hover, a.text-success:focus {
  color: #648e2a !important; }

.btn-success {
  color: #212529;
  background-color: #8DC63F;
  border-color: #8DC63F; }
  .btn-success:hover {
    color: #fff;
    background-color: #79ac33;
    border-color: #72a230; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #79ac33;
    border-color: #72a230;
    box-shadow: 0 0 0 0.2rem rgba(125, 174, 60, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #8DC63F;
    border-color: #8DC63F; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #72a230;
    border-color: #6b982d; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(125, 174, 60, 0.5); }

.btn-outline-success {
  color: #8DC63F;
  border-color: #8DC63F; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #8DC63F;
    border-color: #8DC63F; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 198, 63, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #8DC63F;
    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: #212529;
    background-color: #8DC63F;
    border-color: #8DC63F; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(141, 198, 63, 0.5); }

.text-info {
  color: #00ACEE !important; }

a.text-info:hover, a.text-info:focus {
  color: #0075a2 !important; }

.btn-info {
  color: #fff;
  background-color: #00ACEE;
  border-color: #00ACEE; }
  .btn-info:hover {
    color: #fff;
    background-color: #0090c8;
    border-color: #0087bb; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0090c8;
    border-color: #0087bb;
    box-shadow: 0 0 0 0.2rem rgba(38, 184, 241, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #00ACEE;
    border-color: #00ACEE; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0087bb;
    border-color: #007eae; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 184, 241, 0.5); }

.btn-outline-info {
  color: #00ACEE;
  border-color: #00ACEE; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #00ACEE;
    border-color: #00ACEE; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 172, 238, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #00ACEE;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00ACEE;
    border-color: #00ACEE; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 172, 238, 0.5); }

.text-warning {
  color: #FF9800 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b36a00 !important; }

.btn-warning {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800; }
  .btn-warning:hover {
    color: #fff;
    background-color: #d98100;
    border-color: #cc7a00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d98100;
    border-color: #cc7a00;
    box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FF9800;
    border-color: #FF9800; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc7a00;
    border-color: #bf7200; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5); }

.btn-outline-warning {
  color: #FF9800;
  border-color: #FF9800; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #FF9800;
    border-color: #FF9800; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FF9800;
    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: #212529;
    background-color: #FF9800;
    border-color: #FF9800; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }

.text-danger {
  color: #E64040 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #c01919 !important; }

.btn-danger {
  color: #fff;
  background-color: #E64040;
  border-color: #E64040; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e21e1e;
    border-color: #d71c1c; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #e21e1e;
    border-color: #d71c1c;
    box-shadow: 0 0 0 0.2rem rgba(234, 93, 93, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #E64040;
    border-color: #E64040; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d71c1c;
    border-color: #cc1b1b; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(234, 93, 93, 0.5); }

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

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

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

.btn-light {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

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

.text-dark {
  color: #000000 !important; }

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

.btn-dark {
  color: #fff;
  background-color: #000000;
  border-color: #000000; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

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

.btn-edit {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  color: #565656;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .btn-edit .icon {
    margin: 0; }
  .btn-edit:hover {
    background-color: rgba(1, 163, 212, 0.2); }

.btn-edit-pill {
  width: auto;
  height: auto;
  padding: 0.25rem 0.625rem;
  border-radius: 2rem;
  font-weight: 500;
  color: #007BFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex; }
  .btn-edit-pill .icon {
    margin-left: 0.5rem; }

.btn-wide {
  min-width: 15rem; }
  .btn-wide.btn-sm {
    min-width: 10rem; }
  @media (max-width: 767.98px) {
    .btn-wide {
      width: 100%; }
      .btn-wide + .btn {
        margin: 1.5rem 0 0; } }

.btn-ghost-primary {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  position: relative;
  white-space: normal;
  overflow: hidden;
  color: #01a3d4; }
  .btn-ghost-primary:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #01a3d4; }
  .btn-ghost-primary:focus, .btn-ghost-primary.focus {
    border-color: rgba(1, 163, 212, 0.1);
    background-color: rgba(1, 163, 212, 0.06);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    color: #01a3d4; }
  .btn-ghost-primary.disabled, .btn-ghost-primary:disabled {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #01a3d4; }
  .btn-ghost-primary:not(:disabled):not(.disabled):active, .btn-ghost-primary:not(:disabled):not(.disabled).active, .show > .btn-ghost-primary.dropdown-toggle {
    border-color: rgba(1, 163, 212, 0.1);
    background-color: rgba(1, 163, 212, 0.06);
    color: #01a3d4; }
    .btn-ghost-primary:not(:disabled):not(.disabled):active:focus, .btn-ghost-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-ghost-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 163, 212, 0.5); }
  .btn-ghost-primary[disabled] {
    pointer-events: none; }
  .btn-ghost-primary::after {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(10, 10);
    -moz-transform: scale(10, 10);
    -ms-transform: scale(10, 10);
    -o-transform: scale(10, 10);
    transform: scale(10, 10);
    -webkit-transition: transform 0.5s, opacity 1s;
    -moz-transition: transform 0.5s, opacity 1s;
    -o-transition: transform 0.5s, opacity 1s;
    transition: transform 0.5s, opacity 1s;
    background-image: radial-gradient(circle, #01a3d4 12.5%, transparent 18.75%);
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    content: ''; }
  .btn-ghost-primary:active::after {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .2; }

.btn-link {
  color: #01a3d4; }

.btn-toggle {
  width: 100%;
  border-color: #DFDFDF;
  background-color: #DFDFDF;
  position: relative;
  white-space: normal;
  overflow: hidden;
  color: #01a3d4;
  border-radius: 0;
  border: none; }
  .btn-toggle:hover {
    border-color: #DFDFDF;
    background-color: #DFDFDF;
    color: #01a3d4; }
  .btn-toggle:focus, .btn-toggle.focus {
    border-color: rgba(1, 163, 212, 0.1);
    background-color: rgba(1, 163, 212, 0.06);
    box-shadow: 0 0 0 0.2rem rgba(223, 223, 223, 0.5);
    color: #01a3d4; }
  .btn-toggle.disabled, .btn-toggle:disabled {
    border-color: #DFDFDF;
    background-color: #DFDFDF;
    color: #01a3d4; }
  .btn-toggle:not(:disabled):not(.disabled):active, .btn-toggle:not(:disabled):not(.disabled).active, .show > .btn-toggle.dropdown-toggle {
    border-color: rgba(1, 163, 212, 0.1);
    background-color: rgba(1, 163, 212, 0.06);
    color: #01a3d4; }
    .btn-toggle:not(:disabled):not(.disabled):active:focus, .btn-toggle:not(:disabled):not(.disabled).active:focus, .show > .btn-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 163, 212, 0.5); }
  .btn-toggle[disabled] {
    pointer-events: none; }
  .btn-toggle::after {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(10, 10);
    -moz-transform: scale(10, 10);
    -ms-transform: scale(10, 10);
    -o-transform: scale(10, 10);
    transform: scale(10, 10);
    -webkit-transition: transform 0.5s, opacity 1s;
    -moz-transition: transform 0.5s, opacity 1s;
    -o-transition: transform 0.5s, opacity 1s;
    transition: transform 0.5s, opacity 1s;
    background-image: radial-gradient(circle, #01a3d4 12.5%, transparent 18.75%);
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    content: ''; }
  .btn-toggle:active::after {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .2; }

.form-control {
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 0.9375rem 0.875rem;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #424242;
  background-color: #DFDFDF;
  background-clip: padding-box;
  border: 0.0625rem solid #B8B8B8;
  box-shadow: none;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .form-control::placeholder {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
    color: #B8B8B8;
    opacity: 1; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    outline: 0;
    color: #3394DE;
    background-color: #DFDFDF;
    border-color: #88B5E0;
    box-shadow: 0 0 0 0.1875rem rgba(51, 148, 222, 0.25); }
  .form-control.is-inverted {
    border-color: #A4A4A4;
    background-color: #FFFFFF; }
    .form-control.is-inverted::placeholder {
      color: #424242;
      opacity: .5; }
    .form-control.is-inverted:focus {
      border-color: #88B5E0;
      background-color: #FFFFFF; }
  .form-control.is-valid {
    border-color: #7FBF38;
    background-color: #F2F8EB;
    color: #4b7021; }
    .form-control.is-valid::placeholder {
      color: #4b7021;
      opacity: .5; }
    .form-control.is-valid:focus {
      border-color: #7FBF38;
      color: #3783cb; }
  .form-control.is-invalid {
    border-color: #DE071C;
    background-color: #FEF0F0;
    color: #7b0410; }
    .form-control.is-invalid::placeholder {
      color: #7b0410;
      opacity: .5; }
    .form-control.is-invalid:focus {
      border-color: #DE071C;
      color: #3783cb; }
  .form-control.is-ribbed {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 0.375rem, #dadada 0.375rem, #dadada 0.5rem); }
  .form-control.is-dotted {
    border-style: dotted; }
  .form-control.is-highlight {
    -webkit-opacity: 1;
    -webkit-text-fill-color: #424242;
    color: #424242; }
  .form-control:disabled, .form-control[readonly] {
    opacity: .5;
    pointer-events: none; }

.form-control-range {
  height: 0.8125rem;
  margin: 0.875rem 0 0;
  padding: 0.25rem 0.1875rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #B8B8B8;
  background-color: #DFDFDF;
  -webkit-tap-highlight-color: transparent; }
  .form-control-range.is-inverted {
    border-color: #A4A4A4;
    background-color: #FFFFFF; }
  .form-control-range:focus {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAO0lEQVQ4y2NgGHbgPxTjY+PWDAP42PgM+k8IwNRQZAg+A/5TYsB/UgBFBtDM/0QZQkxawGsI3QygLwAAbjZlqS88cqkAAAAASUVORK5CYII=") 8 8, move;
    border-color: #88B5E0;
    color: #3783cb;
    box-shadow: 0 0 0 0.1875rem rgba(51, 148, 222, 0.25);
    outline: none; }
    .form-control-range:focus::-webkit-slider-runnable-track {
      background-color: rgba(55, 131, 203, 0.6); }
    .form-control-range:focus::-moz-range-progress {
      background-color: rgba(55, 131, 203, 0.6); }
  .form-control-range::-webkit-slider-runnable-track {
    height: 0.1875rem;
    border-radius: 0.1875rem;
    box-shadow: inset 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.14);
    background-color: #FF9800; }
  .form-control-range::-moz-range-track {
    height: 0.1875rem;
    border-radius: 0.1875rem;
    background-color: transparent; }
  .form-control-range::-ms-track {
    height: 0.1875rem;
    margin: 0 0.25rem;
    border-radius: 0.1875rem;
    background: transparent;
    border-color: transparent;
    border-width: 0.1875rem 0;
    color: transparent; }
  .form-control-range::-webkit-slider-thumb, .form-control-range::-moz-range-thumb, .form-control-range::-ms-thumb {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -0.84375rem;
    border-radius: 50%;
    border: 0.0625rem solid #B8B8B8;
    background-color: #FFFFFF;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAAXNSR0IArs4c6QAAA8JJREFUWAnFWF1oU0kUPjNz721u0zS1aaJ1xYBShArFB6vSVREfdkW3LCgUWUUQfRJ8EMHnvviixQdBtCDig8jSF11Yf0Bduv6giFJkUQvrw7rWUpu2tsY2TW7mjufcOuGa1mg0aeahZ+bMzPm++535SxkUUR487m9xstnfpHTbFEDMVW4UFNQyBtMY5p0QvJ8zcV8weaNtTcvfXxuafWlgT0+PWBRvPixl9oCUKv6l8bpfCPbCMMwz429Sp9vbV09p/1y2IIm7D5/ucrLO0WLA80G44EOmMA9sWNt8Kb9Pt+ck0dnZyTdv2XE242T36oFkA1UW1IaCEKwOgGWZYBoGYArAdV3AFEFqOg2TU9PwfnIKplLp3FTOmRJC9Lz5//mejo6OTK7jY2UWib6+vrqJlLiSlbKNxmC+ob6uFqKROggEqvLnf7ZNhEbGJuDteNIjSQMNw7ibHEn/nJ+eT0iQApt+2n5HEwjXBqExFikKPJ9VJuPAq8FhSL6fWRaoyKPEQP+PfkU+IXH7wT/nKAUMP79xYQRiDQvyY35zexRVeT2UQFUUWKY4v3Fdy14dLEeCFuF0OnPBMATElyyCUE21HlMy+y45Cf+9GsJ4SllV5u71q1depOCc/tA2pF1ACpSLAOHQol4WX0xV5qSdru7ubpMaHomZc0DFKQXlUICAdKkJ2pjqBpCuamxetf4g+T0SdBDRIizlGtCgc1naaaSKI51D1M/oKJ5MpZ6sWL70u3bBXGCFfLRr+l+8BMsOtHK6C+gcKOYMKBT8a/vosKsLhwCycjuny4jkqUSh9CP+Rm5aZnS+VdAfTNeAaRoxHqqxI9pZCYv4C3jQtiuTi49fXG3bYW6aYrQSCmhM0zJGOd5sg9pRCWsaYhDfHHygEuAakzM+wLPSvacdlbCEz5XjXK4EuMYkfO8qHxlLPsUnVLPumDer1LOG+tBK7wJzlToxb8A+II3rkei9df08vjOe+frLX0U8DxeRci+rxNjENsbEn+VHn0FQSv4SrQ9foZanBFXIoRQcp3q5C+FoAoQl/IBB27rVuratFV95TX5/KetI4Oqpk137ent78ZfkTMmlQzsSiUQIhP07EtmqfaWyRABkamc0Gk36Y+bSoZ00AJm244Qu7SuFpXgUN58AxZ6lhB/QW6zAj33XGYK7QIF7xL8G/BhUn6WEfwBN/OvmtRb8rbm/6C2M4DSP5hciQHgFlfATovrw8EQTE+JXYGoDqvMD/m9iMa6dCEo9ipEGkehrUOyOkvKPWCz8b/78z7U/AGrrYy58z/gGAAAAAElFTkSuQmCC");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.6875rem 0.6875rem; }
  .form-control-range::-moz-range-progress {
    background-color: #FF9800;
    box-shadow: inset 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.14); }
  .form-control-range::-ms-fill-lower {
    background: #FF9800;
    box-shadow: inset 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.14); }
  .form-control-range::-ms-fill-upper {
    background: transparent; }
  .form-control-range::-ms-tooltip {
    display: none; }
  .form-control-range:-moz-focusring {
    outline: 0.0625rem solid #FFFFFF;
    outline-offset: -0.0625rem; }
  .form-control-range::-moz-focus-outer {
    border: 0; }

.form-group {
  margin-bottom: 1.5rem;
  position: relative; }
  .form-group label, .form-group .label, .form-group legend {
    display: table;
    color: #919191;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 0.75rem; }
  .form-group.valid label, .form-group.valid .label, .form-group.valid legend, .form-group.invalid label, .form-group.invalid .label, .form-group.invalid legend {
    color: inherit; }
  .form-group.valid {
    color: #919191; }
  .form-group.invalid {
    color: #7b0410; }
  @media (max-width: 575.98px) {
    .form-group label, .form-group .label, .form-group legend {
      margin-bottom: 0.625rem;
      font-size: 1rem;
      line-height: 1.4; } }
  .form-group[aria-hidden="true"] {
    visibility: hidden;
    display: none;
    margin-bottom: 0; }
  .form-group[aria-hidden="false"] {
    visibility: visible;
    display: block; }

.alert {
  pointer-events: auto; }
  .alert p:last-child {
    margin: 0; }
  .alert a {
    color: inherit;
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none; }

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

.alert-success {
  color: #FFFFFF;
  background-color: #8DC63F;
  border-color: #8DC63F; }
  .alert-success hr {
    border-top-color: #80b636; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  color: #FFFFFF;
  background-color: #00ACEE;
  border-color: #00ACEE; }
  .alert-info hr {
    border-top-color: #009ad5; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  color: #FFFFFF;
  background-color: #FF9800;
  border-color: #FF9800; }
  .alert-warning hr {
    border-top-color: #e68900; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  color: #FFFFFF;
  background-color: #E64040;
  border-color: #E64040; }
  .alert-danger hr {
    border-top-color: #e32929; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

.form-button {
  padding-top: 2rem; }
  .form-button::after {
    display: block;
    clear: both;
    content: ""; }
  .form-button .btn {
    float: right;
    margin-left: 1.5rem; }
    .form-button .btn:last-child {
      margin-left: 0; }
  .form-button .btn-outline-primary {
    float: left; }
  .form-button .form-terms {
    -webkit-box-flex: 1 1 100%;
    /* Old - iOS 6-, Safari 3.1~6 */
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
    -ms-flex: 1 1 100%;
    /* IE 10 */
    flex: 1 1 100%;
    /* New, Spec - Firefox, Chrome, Opera */
    text-align: left; }
  .form-button.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .form-button.align-block {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  @media (max-width: 767.98px) {
    .form-button .btn {
      float: none;
      width: 100%; }
    .form-button .btn-outline-primary {
      float: none; } }
  @media (max-width: 575.98px) {
    .form-button {
      margin-top: 1.5rem; }
      .form-button .form-terms {
        text-align: center; } }

.valid .valid-feedback {
  display: block; }

.invalid .invalid-feedback {
  display: block; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    margin: 0; }

.checkbox label {
  margin: 0 !important;
  padding: 0.1875rem 0;
  padding-right: 1.5rem;
  color: #565656; }

.checkbox div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex; }

.checkbox input[type='checkbox'] {
  margin-left: 0; }

input[type="checkbox"] {
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  margin-right: 0.625rem;
  vertical-align: -0.3125rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #B8B8B8;
  background-color: #DFDFDF;
  cursor: pointer; }
  input[type="checkbox"]:focus {
    border-color: #88B5E0;
    box-shadow: 0 0 0 0.25rem rgba(231, 242, 253, 0.25);
    outline-offset: -0.1875rem;
    outline: 0; }
  input[type="checkbox"]:checked {
    border-color: #88B5E0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA0CAMAAAANBM47AAAApVBMVEUAAAAAyv8Are8ArO4Are8B//8ArO8Are8ArO8Are8AsfMAre8Are8Are8Are4ArfAAsvQAvv8Are8Are8Are4Are8ArO8ArvAArvAAr/EAsO8AtP8Avf8Ay/8Are8ArO4Are4Are8Are8Are8Are8Aru8Aru8ArfAArvAArO8ArvAArvAAr/MArvAAs/UAre8Are8ArO8Are8Aru8Ar/EAsvAArO5lfSh6AAAANnRSTlMAA/r28QH938/AFLGloXpoHAjr6OTEulpJNC4NCwXZ1barnJONh4J1U05BPCkhGMqXb2xhJBAijjO6AAABjUlEQVRIx9WV2ZKCMBBFGxEQRVFZFMV938Z18v+fNqVlOeSGWDZvnsfQp4qk+nbTl7L1nPbYt4rqxsIWd+KfYr7liScxFWImXnSK+EvxT434XEQGh+93RJYy2++WRBaX6+9MIbFk+r2y7Id9nn8LZN/e8PymI2R8nl8dgd/g+WkE/pznD2Lw6xYvgBPwawaxOIHvtnj+AvwKswFW4A+rSoutJlO/qvOv4IdNfKHGIyJBN9/f2LLf3mtHzCV3gJZkv5wQkNjvRlQCASptCfEyX5Vb7NsQoDUpZHvc3EGAQiFzJRVTumFPCtAQ/BXlUJFKggO96B/BX1AeUyHhvPZNywV/SrkcTOjT32d71MCf6ALUgMLokRSrDsfxQOOrpeN76RwOjynpUH/Ws5TfGmmionmumQ8HDgQI6VfEW4KbzsSWQbC99BxCtLDBEX1skNKHGygxRT4d5u5GzvQxaxtc9gr3Vf9ELBroewbxmCupYIHBilJiY9RgMrBpuTCb2KTPW7hNKso6KpuVs0HfwR/PAMVJY9cPjgAAAABJRU5ErkJggg==");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.875rem 0.6875rem; }
  input[type="checkbox"].is-inverted {
    border-color: #A4A4A4;
    background-color: #FFFFFF; }
    input[type="checkbox"].is-inverted:focus {
      border-color: #88B5E0;
      background-color: #FFFFFF; }
  input[type="checkbox"].is-valid {
    border-color: #7FBF38;
    background-color: #F2F8EB; }
    input[type="checkbox"].is-valid:focus {
      border-color: #7FBF38;
      box-shadow: 0 0 0 0.25rem rgba(75, 112, 33, 0.25);
      outline: 0; }
    input[type="checkbox"].is-valid:checked {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA0CAMAAAANBM47AAAAmVBMVEUAAABDykMvvTEvvTIwvTI9xj0vvTEvvTEwvTEvvTEvvTEvvTFZ3VkvvTEvvTIvvDEwvTIwvTIwvTExwTU3wTcvvDEvvTEwvTEvvTEwvTEwvjIxvjQzwTU0xDgzwzwvvTEvvTEvvTIvvTEwvjEwvTMxvjIwvjMxvTIyvzIxwTQvvTEwvTIxvTMvvDMxvzQvvTEvvTEyvTIvvDE/rnbOAAAAMnRSTlMABsHPeQv49PDp39cC+7GilG9oGxf95LqmnVgtIhMPx7asgmBRTEg8MifsjohBNoyHQhf1bq8AAAF8SURBVEjH1ZbXbsJAEEXHvRts40LvnZBk///jIiIE3usC4zfOo+FI6xVnBvpQvgrXWcSddeWSihv5gLrRE3fybn5fPBh18VfiSUh8IlHC5fsjUcZm+9tAlFG5/t4SEiumP7ZlPzN4/sSR/XTL8xNXyMQ8f+qBr/N8Yw7+mRlQDn6P5/tL8EOFG5CMyvR/wNdm3IBkvCkBY305jBvnyxr8LMEb0v8TcXb1/iaQ/dOx8Yai2gFqyr51JeCQto2oAwRk/hJSlD6tvMURAgo2VMErn28PAWVCZk1VLGlIjfkBaaKMMykFpIF/oTqGQsIdPAJSwR82DBqz/nfqh+AvfapHx1KMupOJXGlZdjKL21e/4eHcaJkWeNgCjoUBIdXr6sfwwE2olZkmWnGO9IKB1+bbhze2Rtbsm/u39tapyQ/e3EBXC0QI6DU7s9aPGP8eUnDZKzyu+n1ioaNf+MTjXKmCSw8CYqOE/A2GYcFsYmPc30JNqCsb1ba0yKfP4A/0RLVrzSMx3gAAAABJRU5ErkJggg=="); }
    input[type="checkbox"].is-valid ~ label {
      color: #4b7021; }
  input[type="checkbox"].is-invalid {
    border-color: #DE071C;
    background-color: #FEF0F0; }
    input[type="checkbox"].is-invalid:focus {
      border-color: #DE071C;
      box-shadow: 0 0 0 0.25rem rgba(123, 4, 16, 0.25);
      outline: 0; }
    input[type="checkbox"].is-invalid:checked {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA0CAMAAAANBM47AAAApVBMVEUAAADfBxzmHiPfBxzfCB3lCyHrFCjfBxz/Njb/dnbfBx3fCBzfCBzfCB3gCB3fBx3iCR7jCR/fBx3fCBzfCBzfCB3fCB3fBx3fCR3fCB3gCB3fCR3gCR7hCR7hCh/jDiLeBxzfBxzfBx3fCBzfBxzfBxzfCBzfCB3fCR3hCB3gDB/eCB3eCB7fBx3gCR3hCh7gCB/fCBzfCBzfCB3eBx3gCB/eBxyJqWpmAAAANnRSTlMA/Aj1oRYMzwQC7+rBp3poIxz55eHeubGUbl9XSTQuEfLZ1cS2rYiCdTwpyZuOUU1Bx72YjEIcLG0QAAABgklEQVRIx9XV127CUAyAYYfsDRQSAoS9V7ff/9EqqojGPiHUueO7hV8CyfaBJ/UW9v1V3Dh3NhpeJSY0Y2AhadYP8GbUpN/inxTkMizpyfshlnnifqxhWSDt9zoSW2E/8Wj/Ysn69gvttVdZ3+kjJZzl6YL1kay33ll/lvWthPWGrHdD1qcOiHyyPmjJ+g3rbeEA7Fg/N5UR262N2KxZIKLXAcqNflfEH1f3F432/uHuickqD2iX9rMcmFyrO1H5jPbdb+DC0qfKvzj4bIEuoCjPuL5nC9RDaggqnRypCZSYc9bvoIJNj0S7tEBH1m+gygmJvnlboA/Wn+4cGp3N6bQYjzXr1y5Ui5BatooXjEruLxD/6uq6q19IHWsWyEmRCtWftZjW3psAqUGsLlAty8Zafru+5yPDeRP5q4FswB87eLSSv0A5Gyi+QI+Nu5V9Bv82YsdL/oTHaj8AkYj3oQsyZ2UrpAy2l2JOSi+DXCugt0nOKv5F0IGmRsuZbmcuPIcfa8LD0sK2ho0AAAAASUVORK5CYII="); }
    input[type="checkbox"].is-invalid ~ label {
      color: #7b0410; }

.checkbox-stack label {
  padding-right: 0; }

.checkbox-stack .option {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .checkbox-stack .option + .option {
    margin-top: 0.125rem; }

.radio label {
  margin: 0 !important;
  padding: 0.1875rem 0;
  padding-right: 1.5rem;
  color: #565656; }

.radio div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex; }

.radio input[type='radio'] {
  margin-left: 0; }

input[type="radio"] {
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  margin-right: 0.625rem;
  vertical-align: -0.3125rem;
  border-radius: 50%;
  border: 0.0625rem solid #B8B8B8;
  background-color: #DFDFDF;
  cursor: pointer; }
  input[type="radio"]:focus {
    border-color: #88B5E0;
    box-shadow: 0 0 0 0.25rem rgba(231, 242, 253, 0.25);
    outline-offset: -0.1875rem;
    outline: 0; }
  input[type="radio"]:checked {
    border-color: #88B5E0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAALVBMVEUAAAAAre8ArO4Awf8Are8Are8Are4ArO8Are8Are4ArO8Aru8Ar/AArvMArO4GAwv7AAAADnRSTlMAgPML6NnTv6qlclIjFjy9diYAAAC1SURBVCjPY4CCU9ODVCvXMCADXrF3YJB4ASHGLPQOChQN4IJb3sGBN0yM8R0SEIBq7kMWfAExgOMdCmgAC8qhCj4EiXG/QwMbgIIm6ILOEN0Y+nn10AUfXYA5EtWpbJiCCQznMAXfMKzDFHzFMA9T8CVDHabgc4Y4TMGnDHqYgo+wCmLVjtUirE7C6nis3sQaIFiDDmsgY4sOXBGHGcU4EgNmssGZwDCTImaixZe8MTMC1iwDAJzxPGkzD9PjAAAAAElFTkSuQmCC");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.625rem 0.625rem; }
  input[type="radio"].is-inverted {
    border-color: #A4A4A4;
    background-color: #FFFFFF; }
    input[type="radio"].is-inverted:focus {
      border-color: #88B5E0;
      background-color: #FFFFFF; }
  input[type="radio"].is-valid {
    border-color: #7FBF38;
    background-color: #F2F8EB; }
    input[type="radio"].is-valid:focus {
      border-color: #7FBF38;
      box-shadow: 0 0 0 0.25rem rgba(75, 112, 33, 0.25);
      outline: 0; }
    input[type="radio"].is-valid:checked {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAALVBMVEUAAAAwvTIvvTE+wT4vvTEvvDEvvTIwvDEwvTIwvTExvjEyvjIzvTM6xTovvDHNyXmsAAAADnRSTlMAgPML6NnTv6qlclIjFjy9diYAAAC1SURBVCjPY4CCU9ODVCvXMCADXrF3YJB4ASHGLPQOChQN4IJb3sGBN0yM8R0SEIBq7kMWfAExgOMdCmgAC8qhCj4EiXG/QwMbgIIm6ILOEN0Y+nn10AUfXYA5EtWpbJiCCQznMAXfMKzDFHzFMA9T8CVDHabgc4Y4TMGnDHqYgo+wCmLVjtUirE7C6nis3sQaIFiDDmsgY4sOXBGHGcU4EgNmssGZwDCTImaixZe8MTMC1iwDAJzxPGkzD9PjAAAAAElFTkSuQmCC"); }
    input[type="radio"].is-valid ~ label {
      color: #4b7021; }
  input[type="radio"].is-invalid {
    border-color: #DE071C;
    background-color: #FEF0F0; }
    input[type="radio"].is-invalid:focus {
      border-color: #DE071C;
      box-shadow: 0 0 0 0.25rem rgba(123, 4, 16, 0.25);
      outline: 0; }
    input[type="radio"].is-invalid:checked {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAKlBMVEUAAADgCBzeBxzfCB3pFyfeCB3eBxzeBx3fCBzgCR3gCR/iBx3oDCPeBxy+b+sBAAAADXRSTlMAgPOoC+jZ079yUiMWKVQbwgAAALVJREFUKM9jgIKdFklqzbMZkAGP+F0wKDyAEGMRugsFig5wwaV34SAKJsZ4FwkIQDXbIgtehhjAfBcFGIAFZVEFL4LEuO6igQVAQVd0wRCIbgz9PLrogpcOwByJ6lR2TMEChr2YgrcZ5mIK3mSwxRS8zNCLKXiDIRdT8BqDLqbgJayCWLVjtQirk7A6Hqs3sQYI1qDDGsjYogNXxGFGMY7EgJlscCYwzKSImWjxJW/MjIA1ywAAZsYS171cJagAAAAASUVORK5CYII="); }
    input[type="radio"].is-invalid ~ label {
      color: #7b0410; }

.radio-stack label {
  padding-right: 0; }

.radio-stack .option {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .radio-stack .option + .option {
    margin-top: 0.125rem; }

.form-option .option {
  position: relative;
  display: block; }
  .form-option .option label {
    width: auto;
    height: 100%;
    min-height: 3.5rem;
    padding: 0.9375rem 0.875rem;
    padding-left: 4rem;
    border-radius: 0.1875rem;
    border: 0.0625rem solid #B8B8B8;
    background-color: #DFDFDF;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-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;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    color: #424242;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-box;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */ }
    .form-option .option label strong {
      font-weight: 500; }
    .form-option .option label em {
      margin-left: 0.5rem;
      color: #919191;
      font-style: normal; }
    .form-option .option label small {
      -ms-flex-preferred-size: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%;
      margin-top: 0.125rem;
      color: #919191;
      display: block; }
  .form-option .option input {
    position: absolute;
    background-color: #FFFFFF;
    top: calc(50% - (1.375rem / 2));
    left: 1.5rem; }
    .form-option .option input:focus {
      box-shadow: none; }
      .form-option .option input:focus ~ label {
        border-color: #88B5E0;
        box-shadow: 0 0 0 0.25rem rgba(231, 242, 253, 0.25);
        color: #3783cb; }
  .form-option .option .palette {
    font-size: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background-color: #FFFFFF;
    border: 0.0625rem solid rgba(0, 0, 0, 0.14);
    border-radius: 0.375rem; }
  .form-option .option .icon {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    margin: -0.125rem 0;
    margin-right: 0.625rem;
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0; }
  .form-option .option .graphic {
    -ms-flex-preferred-size: 3.125rem;
    -webkit-flex-basis: 3.125rem;
    -moz-flex-basis: 3.125rem;
    flex-basis: 3.125rem;
    margin-left: auto;
    margin-right: -0.5rem;
    text-align: right;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1; }
    .form-option .option .graphic img {
      margin-right: 0.5rem; }
  .form-option .option .is-inverted {
    background-color: #DFDFDF; }
    .form-option .option .is-inverted ~ label {
      border-color: #A4A4A4;
      background-color: #FFFFFF; }
  .form-option .option .is-valid ~ label {
    border-color: #7FBF38;
    background-color: #F2F8EB;
    color: #4b7021; }
  .form-option .option .is-valid:focus ~ label {
    border-color: #7FBF38;
    box-shadow: 0 0 0 0.25rem rgba(75, 112, 33, 0.25);
    color: #4b7021; }
  .form-option .option .is-invalid ~ label {
    border-color: #DE071C;
    background-color: #FEF0F0;
    color: #7b0410; }
  .form-option .option .is-invalid:focus ~ label {
    border-color: #DE071C;
    box-shadow: 0 0 0 0.25rem rgba(123, 4, 16, 0.25);
    color: #7b0410; }
  .form-option .option + .option {
    margin-top: 0.625rem; }

@media (max-width: 575.98px) {
  .form-option .option label {
    font-size: 1rem; }
  .form-option .graphic {
    display: none; } }

.form-option.form-flex {
  margin-left: -2rem;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .form-option.form-flex .option {
    -ms-flex-preferred-size: calc(50% - 2rem);
    -webkit-flex-basis: calc(50% - 2rem);
    -moz-flex-basis: calc(50% - 2rem);
    flex-basis: calc(50% - 2rem);
    margin-left: 2rem; }
    .form-option.form-flex .option:nth-child(1), .form-option.form-flex .option:nth-child(2) {
      margin-top: 0; }

@media (max-width: 575.98px) {
  .form-option.form-flex {
    margin-left: 0;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .form-option.form-flex .option {
      -ms-flex-preferred-size: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%;
      margin-left: 0; }
      .form-option.form-flex .option + .option {
        margin-top: 0.625rem; } }

select {
  cursor: pointer; }
  select.form-control:not([size]):not([multiple]) {
    padding-right: 3rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYBAMAAABpfeIHAAAAElBMVEUAAAA0O0A1O0E2PEI9PUk0OkAiqeRcAAAABXRSTlMA6qpVFQVXMqEAAABSSURBVBjTVcuxCQAgEMXQD67gCvau4AqC+69iYSRcysDLOKWdVUdPq2PmGUWeUQSjwCgwCowCo8AoMAgaCowCo9AgNAgNQoPQIDQIDUKD0HxxAZxJP8Gf3MEsAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: right 1.125rem center;
    background-size: 0.5rem 0.375rem; }
  select::-ms-expand {
    display: none; }

.form-date label {
  -ms-flex-preferred-size: calc(50% - 1.25rem);
  -webkit-flex-basis: calc(50% - 1.25rem);
  -moz-flex-basis: calc(50% - 1.25rem);
  flex-basis: calc(50% - 1.25rem);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }

.form-date input {
  -ms-flex-preferred-size: calc(50% - 1.25rem);
  -webkit-flex-basis: calc(50% - 1.25rem);
  -moz-flex-basis: calc(50% - 1.25rem);
  flex-basis: calc(50% - 1.25rem);
  margin: 0 -0.0625rem;
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  background-color: transparent !important;
  text-align: center; }

.form-date .labels {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }

.form-date .controls {
  position: relative;
  height: 3.5rem;
  border: 0.0625rem solid #B8B8B8;
  background-color: #DFDFDF;
  border-radius: 0.1875rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .form-date .controls::before, .form-date .controls::after {
    width: 1.25rem;
    margin-left: -0.625rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: calc(0.9375rem - 0.1875rem);
    content: '/'; }
  .form-date .controls::after {
    opacity: 0; }

.form-date.is-inverted .controls {
  border-color: #A4A4A4;
  background-color: #FFFFFF; }

.form-date.is-invalid .controls {
  border-color: #DE071C;
  background-color: #FEF0F0;
  color: #7b0410; }

.form-date.is-birthday label {
  -ms-flex-preferred-size: calc(30% - 1.25rem);
  -webkit-flex-basis: calc(30% - 1.25rem);
  -moz-flex-basis: calc(30% - 1.25rem);
  flex-basis: calc(30% - 1.25rem); }
  .form-date.is-birthday label:last-child {
    -ms-flex-preferred-size: calc(40% - 1.25rem);
    -webkit-flex-basis: calc(40% - 1.25rem);
    -moz-flex-basis: calc(40% - 1.25rem);
    flex-basis: calc(40% - 1.25rem); }

.form-date.is-birthday input {
  -ms-flex-preferred-size: calc(30% - 1.25rem);
  -webkit-flex-basis: calc(30% - 1.25rem);
  -moz-flex-basis: calc(30% - 1.25rem);
  flex-basis: calc(30% - 1.25rem); }
  .form-date.is-birthday input:last-child {
    -ms-flex-preferred-size: calc(40% - 1.25rem);
    -webkit-flex-basis: calc(40% - 1.25rem);
    -moz-flex-basis: calc(40% - 1.25rem);
    flex-basis: calc(40% - 1.25rem); }

.form-date.is-birthday .controls::before {
  left: calc(30% - 0.3125rem); }

.form-date.is-birthday .controls::after {
  left: calc(60% + 0.3125rem);
  opacity: 1; }

.range-group .form-control {
  margin-bottom: 0.875rem; }

.range-values {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .range-values .range-min {
    margin-right: auto; }
  .range-values .range-max {
    margin-left: auto; }

.range-display {
  text-align: center; }

.file-group .form-control-file {
  display: none; }

.file-display .file-card {
  padding: 1.5rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #CCCCCC;
  box-shadow: rgba(204, 204, 204, 0.75);
  background-color: #FFFFFF;
  text-align: center;
  position: relative; }

.file-display .file-photo {
  margin: 0 auto;
  position: relative;
  display: inline-block; }

.file-display .file-location {
  height: 6.25rem;
  margin: -1.5rem;
  border-radius: inherit; }
  .file-display .file-location img {
    width: 100%;
    height: inherit;
    border-radius: inherit;
    object-position: 50% 100%;
    object-fit: cover; }

.file-display .file-thumb img {
  border-radius: 0.1875rem; }

.file-display .file-signature {
  height: 8.75rem; }
  .file-display .file-signature img {
    width: auto;
    height: 100%; }

.file-display .file-count {
  text-align: right;
  position: absolute;
  font-size: 1.625rem;
  left: -0.9375rem;
  bottom: 0.25rem;
  color: #424242; }

.file-display .file-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #A4A4A4;
  position: absolute;
  color: #FFFFFF;
  right: -1rem;
  top: 0.625rem; }

.file-display .file-toggle {
  width: calc(100% + (1.5rem * 2));
  padding: 0.875rem;
  margin: -1.5rem;
  margin-top: 1.5rem;
  background-color: #DFDFDF;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1;
  display: block; }

.file-display.is-file .file-card {
  background-color: #DFDFDF; }

.file-display.is-file .file-icon {
  top: 1.875rem; }

.file-display.is-file .file-toggle {
  background-color: #FFFFFF; }

.file-display.is-success .file-icon {
  background-color: #8DC63F;
  color: #FFFFFF; }

.file-display.is-error label {
  color: #7b0410; }

.file-display.is-error .file-card {
  border-color: rgba(222, 7, 28, 0.5);
  box-shadow: 0 0.125rem 0 0 rgba(222, 7, 28, 0.2);
  color: #7b0410; }

.file-display.is-error .file-icon {
  background-color: #E64040;
  color: #FFFFFF; }

.file-preview {
  height: 100%;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .file-preview.is-multiple {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (max-height: 400px) {
    .file-preview {
      height: auto;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      flex-wrap: wrap; } }

.file-documents p {
  margin-bottom: 0.875rem; }

.file-documents .list {
  margin: 0;
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  background-color: #DFDFDF; }

.file-editor {
  position: relative; }

.file-media {
  border: 0.0625rem solid #CCCCCC;
  background-color: #DFDFDF;
  position: relative;
  text-align: center; }
  .file-media img {
    width: 100%;
    height: auto; }
  .file-media + .file-media {
    margin-top: 0.875rem; }
  .file-media::before {
    width: 100%;
    height: 100%;
    border: 0.5rem solid rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    content: ''; }

.form-locality {
  position: relative; }
  .form-locality .form-locality-field {
    margin-bottom: 1.5rem; }

.form-locality-picker {
  height: 100%;
  min-height: 22.5rem;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .form-locality-picker .form-locality {
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1; }
    .form-locality-picker .form-locality .form-locality-map {
      height: auto;
      margin: 0;
      position: absolute !important;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

.form-locality-places {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  z-index: 1130; }
  .form-locality-places span {
    padding: 0;
    font-weight: 500;
    font-size: 0.75rem;
    color: #919191; }
  .form-locality-places .pac-item {
    position: relative;
    padding: 0.5rem 0.625rem;
    padding-left: 2.25rem;
    line-height: 1.5; }
    .form-locality-places .pac-item:hover {
      background-color: #DFDFDF; }
      .form-locality-places .pac-item:hover .pac-item-query {
        color: #007BFF; }
  .form-locality-places .pac-icon {
    margin: 0;
    position: absolute;
    left: 0.625rem;
    top: calc(50% - 0.625rem); }
  .form-locality-places .pac-item-query {
    display: block;
    font-weight: 500;
    font-size: 1rem !important;
    color: #424242; }
  .form-locality-places .pac-matched {
    color: inherit;
    font-size: inherit;
    font-weight: 500; }
  .form-locality-places.pac-logo::after {
    height: 2.25rem;
    border-top: 0.0625rem solid #CCCCCC;
    background-position: center right 0.625rem;
    background-color: #DFDFDF; }
  .form-locality-places.is-fixed {
    position: fixed !important; }

.form-locality-map {
  width: 100%;
  height: 22.5rem;
  margin-bottom: 1rem;
  background-color: #DFDFDF;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdQAAAG2BAMAAAA0NWoOAAAAMFBMVEUAAACDk6mDk6mDk6mDk6mDk6mDk6mDk6mDk6mDk6mDk6mDk6mDk6mDk6mDk6mDk6njiNsjAAAAD3RSTlMAdxHuu0Qi3WbMmTOqiFU2pDjdAAAFQklEQVR42uzBgQAAAACAoP2pF6kCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABm525eZ4rCOIB/55p7DcN4LSk14yVvkZdS8nYRNhZ3ConNKPakyEINUZakrKQrScpiyMpCZCHZUMrWlIUlY2aM33j5uuc5v3OHf8DimfNZ/H6zfbr3PM8z5zxnPM/zPM/zPM/zPM/zPM/zPM/zPM/zPM/zPM/z/p9HrzEeggUkxsM8kjWMgyfM1DEGSjH56hjGwVXyPcZChbyJ8bCUE+ORkoAqN2I8BDEvQFyEciV2azAOdrW/xzPZg7GavA21SnUARf5CphCTfWgVJqck1A6ASpNkD1pNkSCLEuFMcgt5AUoVJCHN5EDycKfW5Glo1TSJqGQ7/fnH0GAHWjX4AwjyzDuDXbVNv12mb/gDIiKfQ6mIbAONPPNWFZabsO5iOwUUydkQLX2LNUp6NtalJrYy+R3GMn39UlAlf0oCKkkiqtrHWok5hDIRM0OJNeVteYN7baxMTcTafGBmQ03KTR8IUlpnoM5SDkysUkp7skjFL2Vf4hYcA0r8eYXkOSCy38vnMdN7CFWOSJJN2b5E8ozbbQkWkre0dUot9mWJbgzMk9yLafpKqXOcE7JEfyIwyWlfSGp7mk6BvCDlpo6oRfLeB719b5MbXUdYTki+U9j3Tvosi3OF/A1TZiagVJE8lu+Ilpqkwh4pOCR1s0xZnAlvu31CXoMuR5vkq7/LTR/G4pgboMtBGmdsVwhgOnsQq4fK2sETtC4ABVmcUax0J3QtyfOLmuT3UbnRuRNqks8Dm2/rQENOLqaq7AhN+dyPzCrytCs3FZU7odPJczCClB3pCncCSDR2hFHsSudxeaAf+BvAM5UdYZXf82b/7ajcfIc+U+kOxJtcD5Sk3ATbFK5VVPI+96q8u6mUG42RAgm/QayTEtPQt+GLsAbxjD//PpCaQSrbMkOUbM3LTR1GQUKNOKEt1A/sXnCzSafyUDPz1PW/JDsQ1ckPM+04yxJok5B8kZcb+a+ymGZa3RYnpKaE0jsADX6FSlU+Jbf+VW6CVN0J6qQGZ1+dHEY6KfloDbXOEZ7k7UrMXzYfsY0o5W/oNIvX8Jjc7crNPL3zZkV+QZTafuEqO4epNf8C09mXrYdNAKYxM9DWJOUK0ji8kdc2ZGYulHl0d1cbRsihbGpzaCN+CWUWkBzMhm3r7aAvr5t0fAPKfKJhmySynJDbZZEWNkOZ1RS2SUr4huzUDpA7EGhrHoKUvH/oMu0ub4syd1ZuKjxZRNEmn4+yPFElB3XZ6+7qC3Xyi2nZ9oMNF2LrDrQJYtrYnsn20Tp+hYigToED94E7gSn8Aa3kfpBI2QeKeptezOJvCLvXO1PlyaILtT9KxTUUFF+IGj3VCtlGyC60miVrVZhcHOidIESRAxjuqDhW9xsIhbPuA/PYqqbaJNpm1MN0CCGH/3moz4E5UEZOn6wkT8FvFHb4bthBNDiowQj0LVM37DAqp2/zFlGjfNhhdOvrqtKeMB92sLe+XLuvkht2sLe+6iilan+tRIYd8h2XwR7ZJNTJlRu9t76c0bBDfutLZaX5Z9jB3fpSeziTlxurrDjQ0bADlkO9P+3bwQmAMAAEQREE/7Zij5ZhCbZkJ/ERA4JJA8dME/fZe+dm3ad4NXZYznJP6WrscOUdhPpzM2+lpN1mfmrscETvadNih9SC5SM1dugIjR26ImOHgcDYYSQvdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASPIAUpX40MFnkugAAAAASUVORK5CYII=");
  background-size: 10rem 9.375rem;
  background-repeat: repeat;
  background-position: center center; }
  .form-locality-map .gm-style-iw button {
    top: 0 !important;
    right: 0 !important; }

.form-locality-pin {
  padding: 0.25rem 0.625rem;
  padding-left: 1.875rem;
  background-color: #FFFFFF;
  display: none; }
  .form-locality-pin span {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #919191;
    display: block; }
  .form-locality-pin .pin-name {
    font-weight: 500;
    color: #424242; }
  .form-locality-pin .pin-icon {
    position: absolute;
    left: 0.875rem;
    top: calc(50% - 0.5rem); }
  .form-locality-map .form-locality-pin {
    display: inline-block; }
  @media (max-width: 575.98px) {
    .form-locality-pin {
      padding-bottom: 0.5rem; } }

.form-autocomplete .form-control {
  padding-right: 3.25rem; }

input[autocomplete="off"]::-webkit-contacts-auto-fill-button {
  width: 0;
  height: 0;
  margin: 0;
  display: none !important;
  pointer-events: none;
  visibility: hidden; }

.form-amend[aria-hidden="true"] {
  margin-bottom: 0;
  visibility: hidden;
  display: none;
  margin-bottom: 0; }

.form-amend[aria-hidden="false"] {
  margin-top: 1.5rem;
  visibility: visible;
  display: block; }

.form-toggle[aria-hidden="true"] {
  visibility: hidden;
  display: none;
  margin-bottom: 0; }

.form-toggle[aria-hidden="false"] {
  visibility: visible;
  display: block; }

.form-grid {
  margin-left: -2rem;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .card .form-grid > *, .form-grid > * {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 2rem; }
  .form-grid .form-section {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }
  .form-grid .form-group {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }
  .form-grid .form-flex, .form-grid .form-flex-fixed {
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1; }
    .form-grid .form-flex.form-flex-2, .form-grid .form-flex-fixed.form-flex-2 {
      -ms-flex-preferred-size: calc(50% - 2rem);
      -webkit-flex-basis: calc(50% - 2rem);
      -moz-flex-basis: calc(50% - 2rem);
      flex-basis: calc(50% - 2rem);
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      flex-grow: 0; }
    .form-grid .form-flex.form-flex-3, .form-grid .form-flex-fixed.form-flex-3 {
      -ms-flex-preferred-size: calc(33.33% - 2rem);
      -webkit-flex-basis: calc(33.33% - 2rem);
      -moz-flex-basis: calc(33.33% - 2rem);
      flex-basis: calc(33.33% - 2rem);
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      flex-grow: 0; }
  .form-grid .form-auto {
    -webkit-box-flex: 0 0 auto;
    /* Old - iOS 6-, Safari 3.1~6 */
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
    -ms-flex: 0 0 auto;
    /* IE 10 */
    flex: 0 0 auto;
    /* New, Spec - Firefox, Chrome, Opera */ }
  @media (max-width: 767.98px) {
    .form-grid .form-flex {
      -ms-flex-preferred-size: 100% !important;
      -webkit-flex-basis: 100% !important;
      -moz-flex-basis: 100% !important;
      flex-basis: 100% !important;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1; }
    .form-grid .form-flex-fixed {
      -ms-flex-preferred-size: auto;
      -webkit-flex-basis: auto;
      -moz-flex-basis: auto;
      flex-basis: auto;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1; }
    .form-grid .form-auto {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      flex-shrink: 1; } }

.loading {
  width: 75%;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  display: inline-block !important;
  text-align: center;
  position: absolute;
  z-index: 1;
  right: 12.5%;
  left: 12.5%; }
  .loading span {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.125rem;
    margin-top: -0.25rem;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #FFFFFF;
    -webkit-animation: loading 0.8s linear infinite alternate;
    -moz-animation: loading 0.8s linear infinite alternate;
    -o-animation: loading 0.8s linear infinite alternate;
    animation: loading 0.8s linear infinite alternate;
    display: inline-block !important;
    position: relative;
    line-height: 0;
    font-size: 0; }
    .btn-sm .loading span {
      width: 0.5rem;
      height: 0.5rem; }
    .loading span:nth-child(1) {
      -webkit-animation-delay: -0.8s;
      -moz-animation-delay: -0.8s;
      -o-animation-delay: -0.8s;
      animation-delay: -0.8s; }
    .loading span:nth-child(2) {
      -webkit-animation-delay: -0.53333s;
      -moz-animation-delay: -0.53333s;
      -o-animation-delay: -0.53333s;
      animation-delay: -0.53333s; }
    .loading span:nth-child(3) {
      -webkit-animation-delay: -0.26666s;
      -moz-animation-delay: -0.26666s;
      -o-animation-delay: -0.26666s;
      animation-delay: -0.26666s; }

.form-page[aria-hidden="true"] {
  visibility: hidden;
  display: none;
  margin-bottom: 0; }

.form-page[aria-hidden="false"] {
  visibility: visible;
  display: block; }

.form-section {
  margin-bottom: 1rem; }
  .form-section h2 {
    margin-bottom: 0.5rem;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.5;
    color: #424242;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-box;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .form-section h2 + p {
      margin-top: 0;
      margin-bottom: 2rem; }
  .form-section[aria-disabled="true"] {
    user-select: none;
    pointer-events: none;
    opacity: 0.2; }
  .form-section:last-child {
    margin-bottom: 0; }
  @media (max-width: 575.98px) {
    .form-section h2 {
      font-size: 1.125rem;
      margin-bottom: 0.25rem; }
      .form-section h2 + p {
        margin-top: 0;
        margin-bottom: 1.5rem; }
    .form-section p {
      font-size: 1rem;
      margin-bottom: 1.5rem; } }

.form-info {
  margin-bottom: 1.5rem;
  position: relative; }
  .form-info span, .form-info strong {
    display: block; }

.form-info-otp {
  padding-left: 4rem;
  text-align: left; }
  .form-info-otp i {
    position: absolute;
    left: 0;
    top: 0;
    color: #424242; }

.form-otp {
  padding-top: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .form-otp .complete {
    border-bottom-color: #8DC63F;
    border-bottom-width: 0.1875rem; }
    .form-otp .complete:focus {
      border-color: #88B5E0;
      border-bottom-width: 0.0625rem; }
  .form-otp input {
    width: auto;
    padding: 0.9375rem 0;
    margin: 0 1rem;
    text-align: center;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1; }
  @media (max-width: 575.98px) {
    .form-otp {
      margin-left: -0.375rem;
      margin-right: -0.375rem; }
      .form-otp input {
        margin-left: 0.375rem;
        margin-right: 0.375rem; } }
  .form-otp[aria-hidden="true"] {
    visibility: hidden;
    display: none;
    margin-bottom: 0; }
  .form-otp[aria-hidden="false"] {
    visibility: visible;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-box;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */ }

.form-terms {
  margin-top: 0.875rem;
  font-size: 1rem;
  text-align: center; }

.form-text {
  font-weight: 400;
  color: #919191; }

.form-consent {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left; }
  .form-consent ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem; }
    .form-consent ul li + li {
      margin-top: 0.625rem; }
  @media (max-width: 767.98px) {
    .form-consent {
      height: 10rem;
      padding: 0.625rem;
      margin-bottom: 1.5rem;
      border-radius: 0.1875rem;
      border: 0.0625rem solid #CCCCCC;
      background-color: #FFFFFF;
      -webkit-overflow-scrolling: touch;
      overflow: visible;
      overflow-y: auto; }
      .form-consent ul {
        margin-bottom: 0; } }

.form-emphasis {
  padding: 0.875rem;
  background-color: #DFDFDF;
  font-size: 1rem; }

.form-voucher .form-control {
  padding-right: 3.25rem; }

.form-basket {
  padding: 0.875rem;
  background-color: #DFDFDF;
  border-radius: 0.1875rem; }
  .form-basket hr {
    margin: 0.625rem 0; }
  .form-basket .basket-details {
    font-size: 1rem;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-box;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */ }
    .form-basket .basket-details li {
      -ms-flex-preferred-size: auto;
      -webkit-flex-basis: auto;
      -moz-flex-basis: auto;
      flex-basis: auto;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1; }
      .form-basket .basket-details li:nth-child(even) {
        text-align: right; }
    .form-basket .basket-details em {
      font-style: normal; }
    .form-basket .basket-details span, .form-basket .basket-details strong {
      font-weight: 500;
      color: #424242; }
  .form-basket .basket-terms {
    font-size: 0.875rem;
    color: #919191; }
  @media (max-width: 767.98px) {
    .form-basket .basket-details {
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .form-basket .basket-details li {
        text-align: left !important; }
        .form-basket .basket-details li + li {
          margin-top: 0.5rem; } }

.input-addon {
  position: relative; }
  .input-addon .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem; }
    .input-addon .icon ~ .form-control, .input-addon .icon ~ .is-password-default .form-control {
      padding-left: 3.625rem; }
    .input-addon .icon.icon-right {
      left: auto;
      right: 0; }
      .input-addon .icon.icon-right ~ .form-control {
        padding-right: 3.625rem; }
    .input-addon .icon.de-style-input, .input-addon .icon.de-style-input:hover {
      left: 1rem;
      line-height: normal; }
  .input-addon .toggle-password {
    cursor: pointer; }
    .input-addon .toggle-password[aria-hidden="true"] {
      visibility: hidden;
      display: none;
      margin-bottom: 0; }
    .input-addon .toggle-password[aria-hidden="false"] {
      visibility: visible;
      display: block; }
  .input-addon .btn {
    padding: 0 1.5rem;
    border-radius: 0.1875rem; }
    .input-addon .btn.btn-addon {
      position: absolute;
      text-transform: uppercase;
      right: 0.1875rem;
      top: 0.1875rem;
      width: auto !important;
      height: 3.125rem;
      font-size: 0.875rem; }
  .input-addon.icon-right .icon {
    left: auto;
    right: 0; }
    .input-addon.icon-right .icon ~ .form-control, .input-addon.icon-right .icon ~ .is-password-default .form-control {
      padding-left: 1rem;
      padding-right: 3.625rem; }

.input-group-text {
  border-color: #B8B8B8;
  background-color: #DFDFDF;
  color: #424242;
  font-size: 1rem;
  font-weight: 400; }

.drawer {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative; }

.drawer-head {
  padding: 1.875rem 1.5rem;
  border-bottom: 0.0625rem solid #CCCCCC;
  position: relative;
  -webkit-box-flex: 0 0 auto;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .drawer-head .heading {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0; }
  .drawer-head .title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0; }
  .drawer-head .lead {
    font-size: 0.875rem;
    font-weight: 500;
    color: #919191; }
  .drawer-head .drawer-close {
    position: absolute;
    box-shadow: none;
    top: 50%;
    right: 1.5rem;
    margin-top: -1rem; }
  @media (max-width: 575.98px) {
    .drawer-head {
      padding-right: 1.5rem;
      position: relative; }
      .drawer-head .drawer-close {
        top: 50%;
        margin-top: -1.25rem;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background-color: #FFFFFF;
        box-shadow: 0 0.125rem 0.5rem 0 rgba(204, 204, 204, 0.75);
        z-index: 1180; }
        .drawer-head .drawer-close .icon {
          width: 1rem;
          height: 1rem;
          font-size: 1rem;
          margin: 0.625rem; } }

.drawer-close {
  width: 2rem;
  height: 2rem;
  box-shadow: 0 0 0.25rem 0 rgba(204, 204, 204, 0.75);
  border-width: 0; }
  .drawer-close .icon {
    margin: 0.5rem; }

.drawer-close-float {
  width: 4rem;
  height: 4rem;
  box-shadow: 0 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  border-width: 0;
  top: 50%;
  margin-top: -2rem; }
  .drawer-close-float .icon {
    margin: 1.25rem; }
  @media (max-width: 575.98px) {
    .drawer-close-float {
      width: 3rem;
      height: 3rem;
      box-shadow: 0 0 0.125rem 0.125rem rgba(204, 204, 204, 0.75); }
      .drawer-close-float .icon {
        margin: 0.75rem; }
      .layout-drawer.layout-drawer-right .drawer-close-float, .layout-drawer.layout-drawer-left .drawer-close-float {
        left: auto;
        top: auto;
        right: 0.875rem;
        bottom: 1.5rem; } }

.drawer-body {
  padding: 1.875rem 1.5rem;
  -webkit-box-flex: 1 1 100%;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -ms-flex: 1 1 100%;
  /* IE 10 */
  flex: 1 1 100%;
  /* New, Spec - Firefox, Chrome, Opera */
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.drawer-body-section {
  margin-bottom: 1.25rem; }
  .drawer-body-section legend {
    font-size: 0.875rem;
    font-weight: 500; }
  .drawer-body-section .option {
    display: block;
    position: relative; }
    .drawer-body-section .option input[type="radio"],
    .drawer-body-section .option input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0.625rem; }
    .drawer-body-section .option label {
      display: block;
      padding: 0.625rem 2rem;
      font-weight: 400;
      padding-right: 0; }
  .drawer-body-section:last-child {
    margin-bottom: 0; }

.drawer-foot {
  padding: 1.5rem 1.5rem;
  border-top: 0.0625rem solid #CCCCCC;
  -webkit-box-flex: 0 0 auto;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .drawer-foot .btn {
    border-width: 0.0625rem; }
  .drawer-foot[aria-hidden="true"] {
    display: none;
    visibility: hidden; }
  .drawer-foot[aria-hidden="false"] {
    display: block;
    visibility: visible; }

.card {
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.125rem 0.125rem 0 rgba(204, 204, 204, 0.75); }

.card-image.circle img {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 50%; }

nav button {
  width: 100%; }

nav .nav-item {
  position: relative; }

.nav {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }

.nav-drawer {
  padding: 0.875rem 0;
  border-top: 0.0625rem solid #DFDFDF; }
  .nav-drawer .nav-item {
    margin-bottom: 0; }
  .nav-drawer .nav-link {
    padding: 0.875rem 1.5rem;
    border-left: 0.1875rem solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    color: #424242;
    display: block; }
    .nav-drawer .nav-link:hover {
      background-color: #DFDFDF; }
    .nav-drawer .nav-link.active {
      border-color: #007BFF;
      background-color: #DFDFDF; }
  .nav-drawer .icon {
    margin-right: 0.875rem;
    vertical-align: -0.4375rem; }

.nav-menu {
  margin: 0 -0.0625rem;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-box;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */ }
  .nav-menu .nav-item {
    margin: 0 0.0625rem;
    -webkit-box-flex: 1 1 0;
    /* Old - iOS 6-, Safari 3.1~6 */
    -moz-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
    -ms-flex: 1 1 0;
    /* IE 10 */
    flex: 1 1 0;
    /* New, Spec - Firefox, Chrome, Opera */ }
  .nav-menu .nav-link {
    padding: 0.875rem 0.625rem 0.9375rem;
    border-top: 0.1875rem solid #CCCCCC;
    font-size: 1rem;
    color: #424242; }
    .nav-menu .nav-link.active, .nav-menu .nav-link:hover {
      background-color: #DFDFDF; }
    .nav-menu .nav-link[type="button"] {
      width: 100%;
      font-weight: inherit;
      text-align: left; }

.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  text-align: center;
  width: 12.5rem;
  padding: 1.5rem 0;
  color: #424242;
  border-top: 0.1875rem solid transparent;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .nav-tabs .nav-link:hover {
    border-color: transparent; }
  .nav-tabs .nav-link:focus {
    outline: 0;
    border-color: transparent;
    color: #007BFF; }
  .nav-tabs .nav-link.active {
    color: #424242;
    background-color: #FFFFFF;
    border-color: #2d3780; }
  .nav-tabs .nav-link.disabled {
    opacity: .3; }

.nav-sticky {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.nav-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .nav-links .nav-item {
    margin: 0 0.875rem; }
    .nav-links .nav-item::after {
      position: absolute;
      right: -0.875rem;
      top: -0.125rem;
      color: #A4A4A4;
      content: '|'; }
  .nav-links .nav-link {
    padding: 0; }

.list {
  padding-left: 0;
  list-style: none; }
  .list .icon {
    margin-right: 0.5rem;
    vertical-align: -0.25rem; }

.list-icon {
  padding-left: 0.5rem;
  list-style: none; }
  .list-icon li {
    padding-left: 1.5rem;
    padding-bottom: 0.5rem;
    position: relative; }
    .list-icon li::before {
      position: absolute;
      width: 1rem;
      height: 1rem;
      font-size: 1rem;
      line-height: 1rem;
      font-family: "framework-icons";
      top: 0.125rem;
      left: 0;
      content: ''; }
    .list-icon li:last-child {
      padding-bottom: 0; }
  @media (max-width: 767.98px) {
    .list-icon {
      padding-left: 0.25rem; } }
  .list-icon:last-child {
    margin-bottom: 0; }

.list-icon-tick li::before {
  color: #8DC63F;
  content: ""; }

.list-icon-tick li.plus::before {
  content: ""; }

.list-icon-tick li.minus::before {
  color: #E64040;
  content: ""; }

.list-icon-tick li.cross::before {
  color: #E64040;
  content: ""; }

.list-icon-tick li.time::before {
  color: #FF9800;
  content: ""; }

.list-icon-bullet li {
  padding-left: 1.25rem; }
  .list-icon-bullet li::before {
    line-height: 0;
    height: 0.5rem;
    top: 0.25rem;
    content: "•"; }

.sticky-board {
  height: 0;
  text-align: center;
  opacity: 0;
  margin: 2rem;
  bottom: 3rem;
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .sticky-board .btn {
    color: #424242;
    width: 10rem;
    border: 0.0625rem solid #CCCCCC;
    padding: 0 1rem;
    height: 2.5rem;
    margin-top: -3rem;
    box-shadow: 0 0 0.3125rem 0 rgba(204, 204, 204, 0.75);
    line-height: 2.5rem;
    background-color: #DFDFDF;
    font-size: 0.75rem;
    font-weight: 500; }
    .sticky-board .btn:hover {
      background-color: #CCCCCC; }
  .sticky-board .icon {
    display: none; }
  .sticky-board.show {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    pointer-events: auto;
    opacity: 1; }
  .sticky-board[aria-hidden="true"] {
    visibility: hidden;
    display: none;
    margin-bottom: 0; }
  .sticky-board[aria-hidden="false"] {
    visibility: visible;
    display: block; }
  @media (max-width: 575.98px) {
    .sticky-board {
      margin: 0;
      bottom: 0;
      left: 0;
      height: auto;
      padding: 0;
      box-shadow: 0.125rem 0 0.125rem 0 rgba(0, 0, 0, 0.15);
      background-color: #FFFFFF; }
      .sticky-board .btn {
        top: auto;
        margin: 0;
        border: 0;
        height: auto;
        width: auto;
        display: inline-block;
        box-shadow: none;
        border-radius: 0;
        text-align: center;
        line-height: normal;
        background-color: transparent;
        padding: 0.5rem 1rem; }
        .sticky-board .btn-text {
          display: block; }
      .sticky-board .icon {
        display: inline-block;
        margin: 0; }
      .sticky-board .badge {
        line-height: 0.5rem;
        height: 1rem; } }

.de-style-input, .de-style-input:focus, .de-style-input:active, .de-style-input:hover {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-width: 0;
  outline: none;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  width: auto;
  color: inherit;
  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;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.w-32 {
  width: 2rem; }
  .w-32.de-style-input, .w-32.de-style-input:focus, .w-32.de-style-input:active, .w-32.de-style-input:hover {
    width: 2rem; }

.to-show-xs {
  display: none; }
  @media (max-width: 575.98px) {
    .to-show-xs {
      display: inline-block; } }

.to-hide-xs {
  display: inline-block; }
  @media (max-width: 575.98px) {
    .to-hide-xs {
      display: none; } }

.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cf:after {
    clear: both; }

hr.sm {
  width: 5.625rem;
  height: 0.1875rem;
  margin: 4rem auto;
  border-width: 0;
  background-color: #565656;
  border-radius: 1rem; }

.alert[aria-hidden="true"] {
  visibility: hidden;
  display: none;
  margin-bottom: 0; }

.alert[aria-hidden="false"] {
  visibility: visible;
  display: block; }

.bg-primary {
  background-color: #01a3d4;
  color: #FFFFFF; }

.bg-secondary {
  background-color: #2d3780;
  color: #FFFFFF; }

.bg-tertiary {
  background-color: #FF9800;
  color: #FFFFFF; }

.bg-success {
  background-color: #8DC63F;
  color: #FFFFFF; }

.bg-info {
  background-color: #00ACEE;
  color: #FFFFFF; }

.bg-warning {
  background-color: #FF9800;
  color: #FFFFFF; }

.bg-danger {
  background-color: #E64040;
  color: #FFFFFF; }

.bg-light {
  background-color: #FFFFFF;
  color: #FFFFFF; }

.bg-dark {
  background-color: #000000;
  color: #FFFFFF; }

.card-primary {
  background-color: #bcefff; }

.card-secondary {
  background-color: #afb6e3; }

.card-tertiary {
  background-color: #fff5e6; }

.card-success {
  background-color: #f6fbf0; }

.card-info {
  background-color: #d5f3ff; }

.card-warning {
  background-color: #fff5e6; }

.card-danger {
  background-color: white; }

.card-light {
  background-color: white; }

.card-dark {
  background-color: #737373; }
