*/:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #869ab8;
  --gray-dark: #384c74;
  --primary: #1589ee;
  --secondary: #506690;
  --success: #42ba96;
  --info: #7c69ef;
  --warning: #fad776;
  --danger: #df4759;
  --light: #f9fbfd;
  --dark: #1b2a4e;
  --primary-desat: #6c8aec;
  --black: #161c2d;
  --white: #ffffff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(22, 28, 45, 0);
}
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Inter, serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
a {
  color: #1589ee;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #133bbd;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[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;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1;
}
.h1,
h1 {
  font-size: 2.3125rem;
}
.h2,
h2 {
  font-size: 1.9375rem;
}
.h3,
h3 {
  font-size: 1.3125rem;
}
.h4,
h4 {
  font-size: 1.1875rem;
}
.h5,
h5 {
  font-size: 1.0625rem;
}
.h6,
h6 {
  font-size: 0.75rem;
}
.display-1 {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1;
}
.display-2 {
  font-size: 3.8125rem;
  font-weight: 400;
  line-height: 1;
}
.display-3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
.display-4 {
  font-size: 2.6875rem;
  font-weight: 400;
  line-height: 1;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.logo {
  height: 32px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1040px;
  }
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 1.625rem + 2px);
  padding: 0.8125rem 1.25rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  box-shadow: none;
  -webkit-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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #161c2d;
}
.form-control:focus {
  color: #161c2d;
  background-color: #fff;
  border-color: #1589ee;
  outline: 0;
}
.form-control::-webkit-input-placeholder {
  color: #869ab8;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #869ab8;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #869ab8;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #869ab8;
  opacity: 1;
}
.form-control::placeholder {
  color: #869ab8;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f1f4f8;
  opacity: 1;
}
input[type='date'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control,
input[type='time'].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.col-form-label {
  padding-top: calc(0.8125rem + 1px);
  padding-bottom: calc(0.8125rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}
.col-form-label-lg {
  padding-top: calc(1.122rem + 1px);
  padding-bottom: calc(1.122rem + 1px);
  font-size: 1.0625rem;
  line-height: 1.6;
}
.col-form-label-sm {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  font-size: 1.0625rem;
  line-height: 1.6;
}
.form-control-sm {
  height: calc(1.6em + 1.125rem + 2px);
  padding: 0.5625rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 0.375rem;
}
.form-control-lg {
  height: calc(1.6em + 2.244rem + 2px);
  padding: 1.122rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 0.375rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}
.form-control.is-invalid {
  border-color: #df4759;
}
.form-control.is-invalid:focus {
  border-color: #df4759;
  box-shadow: 0 0 0 0 rgba(223, 71, 89, 0.25);
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #161c2d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8125rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 0.375rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #161c2d;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #1589ee;
  border-color: #1589ee;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0575d6;
  border-color: #0575d6;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0575d6;
  border-color: #0575d6;
  box-shadow: 0 0 0 0 rgba(82, 118, 237, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #1589ee;
  border-color: #1589ee;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0575d6;
  border-color: #153fc9;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0 rgba(82, 118, 237, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #df4759;
  border-color: #df4759;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d9263c;
  border-color: #cf2438;
}
.btn-danger:focus {
  color: #fff;
  background-color: #d9263c;
  border-color: #cf2438;
  box-shadow: 0 0 0 0 rgba(228, 99, 114, 0.5);
}
.btn-danger:disabled {
  color: #fff;
  background-color: #df4759;
  border-color: #df4759;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #cf2438;
  border-color: #c42235;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0 rgba(228, 99, 114, 0.5);
}
.btn-light {
  color: #1b2a4e;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
  box-shadow: none;
}
.btn-light:hover {
  color: #1b2a4e;
  background-color: #dce8f3;
  border-color: #d3e2f0;
}
.btn-light:focus {
  color: #1b2a4e;
  background-color: #dce8f3;
  border-color: #d3e2f0;
  box-shadow: 0 0 0 0 rgba(216, 220, 227, 0.5);
}
.btn-light:disabled {
  color: #1b2a4e;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #1b2a4e;
  background-color: #d3e2f0;
  border-color: #c9dbed;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0 rgba(216, 220, 227, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #1b2a4e;
  border-color: #1b2a4e;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #111b32;
  border-color: #0e1628;
}
.btn-dark:focus {
  color: #fff;
  background-color: #111b32;
  border-color: #0e1628;
  box-shadow: 0 0 0 0 rgba(61, 74, 105, 0.5);
}
.btn-dark:disabled {
  color: #fff;
  background-color: #1b2a4e;
  border-color: #1b2a4e;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0e1628;
  border-color: #0b111f;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0 rgba(61, 74, 105, 0.5);
}
.btn-white {
  color: #1b2a4e;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white:hover {
  color: #1b2a4e;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus {
  color: #1b2a4e;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0 rgba(221, 223, 228, 0.5);
}
.btn-white:disabled {
  color: #1b2a4e;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active {
  color: #1b2a4e;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0 rgba(221, 223, 228, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #1589ee;
  text-decoration: none;
}
.btn-link:hover {
  color: #133bbd;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled {
  color: #869ab8;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 1.122rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 0.375rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.5625rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 0.375rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}
.btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.8125rem 1.25rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #869ab8;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #f1f4f8;
  border-radius: 0.375rem;
}
.input-group-text input[type='checkbox'],
.input-group-text input[type='radio'] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.6em + 2.244rem + 2px);
}
.input-group-lg > .form-control {
  padding: 1.122rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 0.375rem;
}
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.6em + 1.125rem + 2px);
}
.input-group-sm > .form-control {
  padding: 0.5625rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: 0.375rem;
}
.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 0;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm {
    flex-wrap: nowrap;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm {
  flex-wrap: nowrap;
}
.navbar-light .navbar-brand {
  color: #1589ee;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #1589ee;
}
.navbar-light .navbar-nav .nav-link {
  color: #506690;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #1589ee;
}
.navbar-light .navbar-text {
  color: #506690;
}
.navbar-light .navbar-text a {
  color: #1589ee;
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #1589ee;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-dark .navbar-text {
  color: #fff;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #f1f4f8;
  border-radius: 0.375rem;
}
.card-body {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem;
}
.card-title {
  margin-bottom: 1.5rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 2rem;
}
.card-img,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img {
  border-top-left-radius: calc(0.375rem - 0px);
  border-top-right-radius: calc(0.375rem - 0px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 0px);
  border-bottom-left-radius: calc(0.375rem - 0px);
}
.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.bg-primary {
  background-color: #1589ee !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0575d6 !important;
}
.bg-danger {
  background-color: #df4759 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #cf2438 !important;
}
.bg-light {
  background-color: #f9fbfd !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #d3e2f0 !important;
}
.bg-dark {
  background-color: #1b2a4e !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #0e1628 !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
  background-color: #e6e6e6 !important;
}
.bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #f1f4f8 !important;
}
.border-bottom {
  border-bottom: 1px solid #f1f4f8 !important;
}
.border-left {
  border-left: 1px solid #f1f4f8 !important;
}
.border-0 {
  border: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #1589ee !important;
}
.border-danger {
  border-color: #df4759 !important;
}
.border-light {
  border-color: #f9fbfd !important;
}
.border-dark {
  border-color: #1b2a4e !important;
}
.border-white {
  border-color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(22, 28, 45, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
}
.shadow-lg {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1) !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;
}
.h-110 {
  height: 110% !important;
}
.h-120 {
  height: 120% !important;
}
.h-130 {
  height: 130% !important;
}
.h-140 {
  height: 140% !important;
}
.h-150 {
  height: 150% !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mx-3 {
  margin-right: 0.75rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mx-4 {
  margin-right: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
}
.mt-5 {
  margin-top: 1.5rem !important;
}
.mx-5 {
  margin-right: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 1.5rem !important;
}
.mx-5 {
  margin-left: 1.5rem !important;
}
.mt-6 {
  margin-top: 2rem !important;
}
.mx-6 {
  margin-right: 2rem !important;
}
.mb-6 {
  margin-bottom: 2rem !important;
}
.mx-6 {
  margin-left: 2rem !important;
}
.mt-7 {
  margin-top: 2.5rem !important;
}
.mx-7 {
  margin-right: 2.5rem !important;
}
.mb-7 {
  margin-bottom: 2.5rem !important;
}
.mx-7 {
  margin-left: 2.5rem !important;
}
.mt-8 {
  margin-top: 3rem !important;
}
.mx-8 {
  margin-right: 3rem !important;
}
.mb-8 {
  margin-bottom: 3rem !important;
}
.mx-8 {
  margin-left: 3rem !important;
}
.mt-9 {
  margin-top: 4rem !important;
}
.mx-9 {
  margin-right: 4rem !important;
}
.mb-9 {
  margin-bottom: 4rem !important;
}
.mx-9 {
  margin-left: 4rem !important;
}
.mt-10 {
  margin-top: 5rem !important;
}
.mx-10 {
  margin-right: 5rem !important;
}
.mb-10 {
  margin-bottom: 5rem !important;
}
.mx-10 {
  margin-left: 5rem !important;
}
.mt-11 {
  margin-top: 6rem !important;
}
.mx-11 {
  margin-right: 6rem !important;
}
.mb-11 {
  margin-bottom: 6rem !important;
}
.mx-11 {
  margin-left: 6rem !important;
}
.mt-12 {
  margin-top: 8rem !important;
}
.mx-12 {
  margin-right: 8rem !important;
}
.mb-12 {
  margin-bottom: 8rem !important;
}
.mx-12 {
  margin-left: 8rem !important;
}
.mt-13 {
  margin-top: 10rem !important;
}
.mx-13 {
  margin-right: 10rem !important;
}
.mb-13 {
  margin-bottom: 10rem !important;
}
.mx-13 {
  margin-left: 10rem !important;
}
.mt-14 {
  margin-top: 12rem !important;
}
.mx-14 {
  margin-right: 12rem !important;
}
.mb-14 {
  margin-bottom: 12rem !important;
}
.mx-14 {
  margin-left: 12rem !important;
}
.mt-15 {
  margin-top: 16rem !important;
}
.mx-15 {
  margin-right: 16rem !important;
}
.mb-15 {
  margin-bottom: 16rem !important;
}
.mx-15 {
  margin-left: 16rem !important;
}
.mt-16 {
  margin-top: 25rem !important;
}
.mx-16 {
  margin-right: 25rem !important;
}
.mb-16 {
  margin-bottom: 25rem !important;
}
.mx-16 {
  margin-left: 25rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}
.px-3 {
  padding-right: 0.75rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1rem !important;
}
.px-4 {
  padding-right: 1rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}
.px-4 {
  padding-left: 1rem !important;
}
.p-5 {
  padding: 1.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}
.px-5 {
  padding-right: 1.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}
.px-5 {
  padding-left: 1.5rem !important;
}
.p-6 {
  padding: 2rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2rem !important;
}
.px-6 {
  padding-right: 2rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}
.px-6 {
  padding-left: 2rem !important;
}
.p-7 {
  padding: 2.5rem !important;
}
.pt-7,
.py-7 {
  padding-top: 2.5rem !important;
}
.px-7 {
  padding-right: 2.5rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 2.5rem !important;
}
.px-7 {
  padding-left: 2.5rem !important;
}
.p-8 {
  padding: 3rem !important;
}
.pt-8,
.py-8 {
  padding-top: 3rem !important;
}
.px-8 {
  padding-right: 3rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 3rem !important;
}
.px-8 {
  padding-left: 3rem !important;
}
.p-9 {
  padding: 4rem !important;
}
.pt-9,
.py-9 {
  padding-top: 4rem !important;
}
.px-9 {
  padding-right: 4rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}
.px-9 {
  padding-left: 4rem !important;
}
.p-10 {
  padding: 5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 5rem !important;
}
.px-10 {
  padding-right: 5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 5rem !important;
}
.px-10 {
  padding-left: 5rem !important;
}
.p-11 {
  padding: 6rem !important;
}
.pt-11,
.py-11 {
  padding-top: 6rem !important;
}
.px-11 {
  padding-right: 6rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 6rem !important;
}
.px-11 {
  padding-left: 6rem !important;
}
.p-12 {
  padding: 8rem !important;
}
.pt-12,
.py-12 {
  padding-top: 8rem !important;
}
.px-12 {
  padding-right: 8rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 8rem !important;
}
.px-12 {
  padding-left: 8rem !important;
}
.p-13 {
  padding: 10rem !important;
}
.pt-13,
.py-13 {
  padding-top: 10rem !important;
}
.px-13 {
  padding-right: 10rem !important;
}
.pb-13,
.py-13 {
  padding-bottom: 10rem !important;
}
.px-13 {
  padding-left: 10rem !important;
}
.p-14 {
  padding: 12rem !important;
}
.pt-14,
.py-14 {
  padding-top: 12rem !important;
}
.px-14 {
  padding-right: 12rem !important;
}
.pb-14,
.py-14 {
  padding-bottom: 12rem !important;
}
.px-14 {
  padding-left: 12rem !important;
}
.p-15 {
  padding: 16rem !important;
}
.pt-15,
.py-15 {
  padding-top: 16rem !important;
}
.px-15 {
  padding-right: 16rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 16rem !important;
}
.px-15 {
  padding-left: 16rem !important;
}
.p-16 {
  padding: 25rem !important;
}
.pt-16,
.py-16 {
  padding-top: 25rem !important;
}
.px-16 {
  padding-right: 25rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 25rem !important;
}
.px-16 {
  padding-left: 25rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mx-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 1.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2rem !important;
  }
  .mx-sm-6 {
    margin-left: 2rem !important;
  }
  .mt-sm-7 {
    margin-top: 2.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  .mx-sm-7 {
    margin-left: 2.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 3rem !important;
  }
  .mx-sm-8 {
    margin-right: 3rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }
  .mx-sm-8 {
    margin-left: 3rem !important;
  }
  .mt-sm-9 {
    margin-top: 4rem !important;
  }
  .mx-sm-9 {
    margin-right: 4rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  .mx-sm-9 {
    margin-left: 4rem !important;
  }
  .mt-sm-10 {
    margin-top: 5rem !important;
  }
  .mx-sm-10 {
    margin-right: 5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 5rem !important;
  }
  .mx-sm-10 {
    margin-left: 5rem !important;
  }
  .mt-sm-11 {
    margin-top: 6rem !important;
  }
  .mx-sm-11 {
    margin-right: 6rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 6rem !important;
  }
  .mx-sm-11 {
    margin-left: 6rem !important;
  }
  .mt-sm-12 {
    margin-top: 8rem !important;
  }
  .mx-sm-12 {
    margin-right: 8rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 8rem !important;
  }
  .mx-sm-12 {
    margin-left: 8rem !important;
  }
  .mt-sm-13 {
    margin-top: 10rem !important;
  }
  .mx-sm-13 {
    margin-right: 10rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 10rem !important;
  }
  .mx-sm-13 {
    margin-left: 10rem !important;
  }
  .mt-sm-14 {
    margin-top: 12rem !important;
  }
  .mx-sm-14 {
    margin-right: 12rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 12rem !important;
  }
  .mx-sm-14 {
    margin-left: 12rem !important;
  }
  .mt-sm-15 {
    margin-top: 16rem !important;
  }
  .mx-sm-15 {
    margin-right: 16rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 16rem !important;
  }
  .mx-sm-15 {
    margin-left: 16rem !important;
  }
  .mt-sm-16 {
    margin-top: 25rem !important;
  }
  .mx-sm-16 {
    margin-right: 25rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 25rem !important;
  }
  .mx-sm-16 {
    margin-left: 25rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .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;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .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;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 1.5rem !important;
  }
  .p-sm-6 {
    padding: 2rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 2rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important;
  }
  .px-sm-6 {
    padding-left: 2rem !important;
  }
  .p-sm-7 {
    padding: 2.5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.5rem !important;
  }
  .px-sm-7 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  .px-sm-7 {
    padding-left: 2.5rem !important;
  }
  .p-sm-8 {
    padding: 3rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3rem !important;
  }
  .px-sm-8 {
    padding-right: 3rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3rem !important;
  }
  .px-sm-8 {
    padding-left: 3rem !important;
  }
  .p-sm-9 {
    padding: 4rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem !important;
  }
  .px-sm-9 {
    padding-right: 4rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem !important;
  }
  .px-sm-9 {
    padding-left: 4rem !important;
  }
  .p-sm-10 {
    padding: 5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5rem !important;
  }
  .px-sm-10 {
    padding-right: 5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5rem !important;
  }
  .px-sm-10 {
    padding-left: 5rem !important;
  }
  .p-sm-11 {
    padding: 6rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 6rem !important;
  }
  .px-sm-11 {
    padding-right: 6rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 6rem !important;
  }
  .px-sm-11 {
    padding-left: 6rem !important;
  }
  .p-sm-12 {
    padding: 8rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 8rem !important;
  }
  .px-sm-12 {
    padding-right: 8rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 8rem !important;
  }
  .px-sm-12 {
    padding-left: 8rem !important;
  }
  .p-sm-13 {
    padding: 10rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 10rem !important;
  }
  .px-sm-13 {
    padding-right: 10rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 10rem !important;
  }
  .px-sm-13 {
    padding-left: 10rem !important;
  }
  .p-sm-14 {
    padding: 12rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 12rem !important;
  }
  .px-sm-14 {
    padding-right: 12rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 12rem !important;
  }
  .px-sm-14 {
    padding-left: 12rem !important;
  }
  .p-sm-15 {
    padding: 16rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 16rem !important;
  }
  .px-sm-15 {
    padding-right: 16rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 16rem !important;
  }
  .px-sm-15 {
    padding-left: 16rem !important;
  }
  .p-sm-16 {
    padding: 25rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 25rem !important;
  }
  .px-sm-16 {
    padding-right: 25rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 25rem !important;
  }
  .px-sm-16 {
    padding-left: 25rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 1.5rem !important;
  }
  .mt-md-6 {
    margin-top: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2rem !important;
  }
  .mx-md-6 {
    margin-left: 2rem !important;
  }
  .mt-md-7 {
    margin-top: 2.5rem !important;
  }
  .mx-md-7 {
    margin-right: 2.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2.5rem !important;
  }
  .mx-md-7 {
    margin-left: 2.5rem !important;
  }
  .mt-md-8 {
    margin-top: 3rem !important;
  }
  .mx-md-8 {
    margin-right: 3rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3rem !important;
  }
  .mx-md-8 {
    margin-left: 3rem !important;
  }
  .mt-md-9 {
    margin-top: 4rem !important;
  }
  .mx-md-9 {
    margin-right: 4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  .mx-md-9 {
    margin-left: 4rem !important;
  }
  .mt-md-10 {
    margin-top: 5rem !important;
  }
  .mx-md-10 {
    margin-right: 5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 5rem !important;
  }
  .mx-md-10 {
    margin-left: 5rem !important;
  }
  .mt-md-11 {
    margin-top: 6rem !important;
  }
  .mx-md-11 {
    margin-right: 6rem !important;
  }
  .mb-md-11 {
    margin-bottom: 6rem !important;
  }
  .mx-md-11 {
    margin-left: 6rem !important;
  }
  .mt-md-12 {
    margin-top: 8rem !important;
  }
  .mx-md-12 {
    margin-right: 8rem !important;
  }
  .mb-md-12 {
    margin-bottom: 8rem !important;
  }
  .mx-md-12 {
    margin-left: 8rem !important;
  }
  .mt-md-13 {
    margin-top: 10rem !important;
  }
  .mx-md-13 {
    margin-right: 10rem !important;
  }
  .mb-md-13 {
    margin-bottom: 10rem !important;
  }
  .mx-md-13 {
    margin-left: 10rem !important;
  }
  .mt-md-14 {
    margin-top: 12rem !important;
  }
  .mx-md-14 {
    margin-right: 12rem !important;
  }
  .mb-md-14 {
    margin-bottom: 12rem !important;
  }
  .mx-md-14 {
    margin-left: 12rem !important;
  }
  .mt-md-15 {
    margin-top: 16rem !important;
  }
  .mx-md-15 {
    margin-right: 16rem !important;
  }
  .mb-md-15 {
    margin-bottom: 16rem !important;
  }
  .mx-md-15 {
    margin-left: 16rem !important;
  }
  .mt-md-16 {
    margin-top: 25rem !important;
  }
  .mx-md-16 {
    margin-right: 25rem !important;
  }
  .mb-md-16 {
    margin-bottom: 25rem !important;
  }
  .mx-md-16 {
    margin-left: 25rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .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;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .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;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 1.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 1.5rem !important;
  }
  .p-md-6 {
    padding: 2rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important;
  }
  .px-md-6 {
    padding-right: 2rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important;
  }
  .px-md-6 {
    padding-left: 2rem !important;
  }
  .p-md-7 {
    padding: 2.5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2.5rem !important;
  }
  .px-md-7 {
    padding-right: 2.5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2.5rem !important;
  }
  .px-md-7 {
    padding-left: 2.5rem !important;
  }
  .p-md-8 {
    padding: 3rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3rem !important;
  }
  .px-md-8 {
    padding-right: 3rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3rem !important;
  }
  .px-md-8 {
    padding-left: 3rem !important;
  }
  .p-md-9 {
    padding: 4rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem !important;
  }
  .px-md-9 {
    padding-right: 4rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important;
  }
  .px-md-9 {
    padding-left: 4rem !important;
  }
  .p-md-10 {
    padding: 5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 5rem !important;
  }
  .px-md-10 {
    padding-right: 5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5rem !important;
  }
  .px-md-10 {
    padding-left: 5rem !important;
  }
  .p-md-11 {
    padding: 6rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 6rem !important;
  }
  .px-md-11 {
    padding-right: 6rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 6rem !important;
  }
  .px-md-11 {
    padding-left: 6rem !important;
  }
  .p-md-12 {
    padding: 8rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 8rem !important;
  }
  .px-md-12 {
    padding-right: 8rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 8rem !important;
  }
  .px-md-12 {
    padding-left: 8rem !important;
  }
  .p-md-13 {
    padding: 10rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 10rem !important;
  }
  .px-md-13 {
    padding-right: 10rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 10rem !important;
  }
  .px-md-13 {
    padding-left: 10rem !important;
  }
  .p-md-14 {
    padding: 12rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 12rem !important;
  }
  .px-md-14 {
    padding-right: 12rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 12rem !important;
  }
  .px-md-14 {
    padding-left: 12rem !important;
  }
  .p-md-15 {
    padding: 16rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 16rem !important;
  }
  .px-md-15 {
    padding-right: 16rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 16rem !important;
  }
  .px-md-15 {
    padding-left: 16rem !important;
  }
  .p-md-16 {
    padding: 25rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 25rem !important;
  }
  .px-md-16 {
    padding-right: 25rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 25rem !important;
  }
  .px-md-16 {
    padding-left: 25rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 1.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2rem !important;
  }
  .mx-lg-6 {
    margin-left: 2rem !important;
  }
  .mt-lg-7 {
    margin-top: 2.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  .mx-lg-7 {
    margin-left: 2.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 3rem !important;
  }
  .mx-lg-8 {
    margin-right: 3rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }
  .mx-lg-8 {
    margin-left: 3rem !important;
  }
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  .mx-lg-9 {
    margin-right: 4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  .mx-lg-9 {
    margin-left: 4rem !important;
  }
  .mt-lg-10 {
    margin-top: 5rem !important;
  }
  .mx-lg-10 {
    margin-right: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 5rem !important;
  }
  .mx-lg-10 {
    margin-left: 5rem !important;
  }
  .mt-lg-11 {
    margin-top: 6rem !important;
  }
  .mx-lg-11 {
    margin-right: 6rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 6rem !important;
  }
  .mx-lg-11 {
    margin-left: 6rem !important;
  }
  .mt-lg-12 {
    margin-top: 8rem !important;
  }
  .mx-lg-12 {
    margin-right: 8rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 8rem !important;
  }
  .mx-lg-12 {
    margin-left: 8rem !important;
  }
  .mt-lg-13 {
    margin-top: 10rem !important;
  }
  .mx-lg-13 {
    margin-right: 10rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 10rem !important;
  }
  .mx-lg-13 {
    margin-left: 10rem !important;
  }
  .mt-lg-14 {
    margin-top: 12rem !important;
  }
  .mx-lg-14 {
    margin-right: 12rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 12rem !important;
  }
  .mx-lg-14 {
    margin-left: 12rem !important;
  }
  .mt-lg-15 {
    margin-top: 16rem !important;
  }
  .mx-lg-15 {
    margin-right: 16rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 16rem !important;
  }
  .mx-lg-15 {
    margin-left: 16rem !important;
  }
  .mt-lg-16 {
    margin-top: 25rem !important;
  }
  .mx-lg-16 {
    margin-right: 25rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 25rem !important;
  }
  .mx-lg-16 {
    margin-left: 25rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .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;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .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;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 1.5rem !important;
  }
  .p-lg-6 {
    padding: 2rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 2rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important;
  }
  .px-lg-6 {
    padding-left: 2rem !important;
  }
  .p-lg-7 {
    padding: 2.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.5rem !important;
  }
  .px-lg-7 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  .px-lg-7 {
    padding-left: 2.5rem !important;
  }
  .p-lg-8 {
    padding: 3rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3rem !important;
  }
  .px-lg-8 {
    padding-right: 3rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3rem !important;
  }
  .px-lg-8 {
    padding-left: 3rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important;
  }
  .px-lg-9 {
    padding-right: 4rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important;
  }
  .px-lg-9 {
    padding-left: 4rem !important;
  }
  .p-lg-10 {
    padding: 5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5rem !important;
  }
  .px-lg-10 {
    padding-right: 5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5rem !important;
  }
  .px-lg-10 {
    padding-left: 5rem !important;
  }
  .p-lg-11 {
    padding: 6rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 6rem !important;
  }
  .px-lg-11 {
    padding-right: 6rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 6rem !important;
  }
  .px-lg-11 {
    padding-left: 6rem !important;
  }
  .p-lg-12 {
    padding: 8rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 8rem !important;
  }
  .px-lg-12 {
    padding-right: 8rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 8rem !important;
  }
  .px-lg-12 {
    padding-left: 8rem !important;
  }
  .p-lg-13 {
    padding: 10rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 10rem !important;
  }
  .px-lg-13 {
    padding-right: 10rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 10rem !important;
  }
  .px-lg-13 {
    padding-left: 10rem !important;
  }
  .p-lg-14 {
    padding: 12rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 12rem !important;
  }
  .px-lg-14 {
    padding-right: 12rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 12rem !important;
  }
  .px-lg-14 {
    padding-left: 12rem !important;
  }
  .p-lg-15 {
    padding: 16rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 16rem !important;
  }
  .px-lg-15 {
    padding-right: 16rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 16rem !important;
  }
  .px-lg-15 {
    padding-left: 16rem !important;
  }
  .p-lg-16 {
    padding: 25rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 25rem !important;
  }
  .px-lg-16 {
    padding-right: 25rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 25rem !important;
  }
  .px-lg-16 {
    padding-left: 25rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.font-weight-light {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #1589ee !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #133bbd !important;
}
.text-danger {
  color: #df4759 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #b92032 !important;
}
.text-light {
  color: #f9fbfd !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #c0d5ea !important;
}
.text-dark {
  color: #1b2a4e !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #070b15 !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important;
}
.text-body {
  color: #161c2d !important;
}
.text-muted {
  color: #869ab8 !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}
.btn > img {
  max-height: 1em;
  width: auto;
}
.btn:not([class*='btn-outline']) {
  border-color: transparent !important;
}
.btn-white {
  background-color: #fff;
  color: #1589ee;
}
.btn-white:focus,
.btn-white:hover {
  background-color: #fff;
  color: #1c4ce8;
}
.btn-group .btn-white {
  border-color: #d9e2ef !important;
  color: #869ab8;
}
.card {
  position: relative;
  width: 100%;
}
.card-body {
  display: block;
  -webkit-box-flex: 0;
  flex-grow: 0;
}
.card-body,
.card-img,
.card-img-left,
.card-meta {
  position: relative;
  min-height: 1px;
}
a.card,
a.card-body,
a.card-meta {
  color: inherit;
}
a.card-body:hover,
a.card-meta:hover,
a.card:hover {
  text-decoration: none;
}
.card-border {
  position: relative;
}
.card-border::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-top-width: 2px;
  border-bottom-width: calc(0.375rem - 2px);
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: inherit;
  border-bottom-color: transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.card-border-lg::after {
  border-top-width: 3px;
  border-bottom-width: calc(0.375rem - 3px);
}
@media (min-width: 768px) {
  .card-row .card-body {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .card-row .card-meta {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.card-img-left {
  border-radius: 0.375rem 0.375rem 0 0;
}
@media (min-width: 768px) {
  .card-img-left {
    border-radius: 0.375rem 0 0 0.375rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-group {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    flex: auto;
  }
}
.card-meta {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 2rem 1.5rem;
}
.card-btn:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.card:hover > .card-zoom > [class*='card-img'] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(1.6em + 1.625rem + 2px);
  padding: 0.8125rem 1.25rem;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.0625rem;
  color: #869ab8;
  pointer-events: none;
  cursor: text;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-label-group > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group > .form-control::-moz-placeholder {
  color: transparent;
}
.form-label-group > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-label-group > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-label-group > .form-control::placeholder {
  color: transparent;
}
.form-label-group > .form-control:not(:placeholder-shown) {
  padding-top: 1.21875rem;
  padding-bottom: 0.40625rem;
}
.form-label-group > .form-control:not(:placeholder-shown) ~ label {
  padding-top: 0.00937rem;
  padding-bottom: 0.00937rem;
  font-size: 0.75rem;
}
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group .form-control::-webkit-input-placeholder {
    color: #869ab8;
  }
  .form-label-group .form-control::-moz-placeholder {
    color: #869ab8;
  }
  .form-label-group .form-control:-ms-input-placeholder {
    color: #869ab8;
  }
  .form-label-group .form-control::-ms-input-placeholder {
    color: #869ab8;
  }
  .form-label-group .form-control::placeholder {
    color: #869ab8;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group .form-control::-webkit-input-placeholder {
    color: #869ab8;
  }
  .form-label-group .form-control::-moz-placeholder {
    color: #869ab8;
  }
  .form-label-group .form-control:-ms-input-placeholder {
    color: #869ab8;
  }
  .form-label-group .form-control::-ms-input-placeholder {
    color: #869ab8;
  }
  .form-label-group .form-control::placeholder {
    color: #869ab8;
  }
}
[class^='container'] {
  position: relative;
  z-index: 1;
}
.img-fluid > img,
.img-fluid > svg {
  max-width: inherit;
  height: inherit;
}
.navbar {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  z-index: 1030;
}
@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-item .nav-link {
    color: #506690;
  }
  .navbar-dark .navbar-nav .nav-item .nav-link:focus,
  .navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #1589ee;
  }
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.navbar-brand {
  font-weight: 600;
}
.navbar-brand-img {
  max-height: 2.4rem;
  width: auto;
}
.navbar-dark .navbar-brand {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 991.98px) {
  .navbar-btn {
    width: 100%;
    padding: 0.8125rem 1.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1.0625rem;
  }
}
.navbar-nav .nav-link {
  font-weight: 600;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  outline: 0;
}
body,
html {
  overflow-x: hidden;
}
.h1,
.h2,
h1,
h2 {
  margin-bottom: 1rem;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  letter-spacing: -0.01em;
}
.h1,
h1 {
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .h1,
  h1 {
    font-size: 1.875rem;
  }
}
.h2,
h2 {
  line-height: 1.35;
}
@media (max-width: 991.98px) {
  .h2,
  h2 {
    font-size: 1.5rem;
  }
}
.h3,
h3 {
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .h3,
  h3 {
    font-size: 1.125rem;
  }
}
.h4,
h4 {
  line-height: 1.45;
}
@media (max-width: 991.98px) {
  .h4,
  h4 {
    font-size: 1.0625rem;
  }
}
.h5,
h5 {
  line-height: 1.5;
}
.h6,
h6 {
  line-height: 1.55;
}
.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: -0.02em;
}
.display-1 {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .display-1 {
    font-size: 3.125rem;
  }
}
.display-2 {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .display-2 {
    font-size: 2.5rem;
  }
}
.display-3 {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .display-3 {
    font-size: 2.25rem;
  }
}
.display-4 {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .display-4 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #f1f4f8 !important;
    color: rose;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #f1f4f8 !important;
  }
  .border-left-sm {
    border-left: 1px solid #f1f4f8 !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-left-sm-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #f1f4f8 !important;
    color: rose;
  }
  .border-bottom-md {
    border-bottom: 1px solid #f1f4f8 !important;
  }
  .border-left-md {
    border-left: 1px solid #f1f4f8 !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-left-md-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #f1f4f8 !important;
    color: rose;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #f1f4f8 !important;
  }
  .border-left-lg {
    border-left: 1px solid #f1f4f8 !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-left-lg-0 {
    border-left: 0 !important;
  }
}
.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-white-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.left-0 {
  left: 0 !important;
}
.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shadow-light {
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.05) !important;
}
.shadow-light-lg {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05) !important;
}
.shadow-dark {
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.15) !important;
}
.shadow-dark-lg {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15) !important;
}
@media (min-width: 576px) {
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-110 {
    height: 110% !important;
  }
  .h-sm-120 {
    height: 120% !important;
  }
  .h-sm-130 {
    height: 130% !important;
  }
  .h-sm-140 {
    height: 140% !important;
  }
  .h-sm-150 {
    height: 150% !important;
  }
}
@media (min-width: 768px) {
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-110 {
    height: 110% !important;
  }
  .h-md-120 {
    height: 120% !important;
  }
  .h-md-130 {
    height: 130% !important;
  }
  .h-md-140 {
    height: 140% !important;
  }
  .h-md-150 {
    height: 150% !important;
  }
}
@media (min-width: 992px) {
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-110 {
    height: 110% !important;
  }
  .h-lg-120 {
    height: 120% !important;
  }
  .h-lg-130 {
    height: 130% !important;
  }
  .h-lg-140 {
    height: 140% !important;
  }
  .h-lg-150 {
    height: 150% !important;
  }
}
.font-size-sm {
  font-size: 0.9375rem !important;
}
.font-size-lg {
  font-size: 1.1875rem !important;
}
@media (max-width: 991.98px) {
  .font-size-lg {
    font-size: 1.0625rem !important;
  }
}
.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}
.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-muted-80 {
  color: rgba(134, 154, 184, 0.8) !important;
}
[data-aos='img-skewed-item-left'],
[data-aos='img-skewed-item-right'] {
  opacity: 0;
  transition-property: opacity, transform, -webkit-transform;
  will-change: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
[data-aos='img-skewed-item-left'] {
  -webkit-transform: rotateY(-20deg) rotateX(5deg) translate3d(0, 100px, 0);
  transform: rotateY(-20deg) rotateX(5deg) translate3d(0, 100px, 0);
}
[data-aos='img-skewed-item-right'] {
  -webkit-transform: rotateY(20deg) rotateX(5deg) translate3d(0, 100px, 0);
  transform: rotateY(20deg) rotateX(5deg) translate3d(0, 100px, 0);
}
.device {
  position: relative;
}
.device > .img-fluid {
  position: relative;
}
.device::before {
  content: '';
  background-color: #f9fbfd;
}
.device::before {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-border {
  position: relative;
}
.section-border::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: inherit;
  content: '';
}
.badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}
.badge-primary-soft {
  background-color: rgba(51, 94, 234, 0.1);
  color: #335eea;
}
.border-badge-custom {
  border-radius: 1rem;
  border: 2px dashed #ccc;
  padding: 10px 20px;
  width: fit-content;
}
@media (max-width: 991px) {
  .coupon-card {
    margin: auto;
  }
}
