@charset "UTF-8";

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* ==========================================================================
   1. ROOT VARIABLES
   ========================================================================== */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

/* ==========================================================================
   2. RESET & BASE TYPOGRAPHY
   ========================================================================== */
*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root { scroll-behavior: smooth; }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 { font-size: calc(1.375rem + 1.5vw); }
@media (min-width: 1200px) { .h1, h1 { font-size: 2.5rem; } }

.h2, h2 { font-size: calc(1.325rem + .9vw); }
@media (min-width: 1200px) { .h2, h2 { font-size: 2rem; } }

.h3, h3 { font-size: calc(1.3rem + .6vw); }
@media (min-width: 1200px) { .h3, h3 { font-size: 1.75rem; } }

.h4, h4 { font-size: calc(1.275rem + .3vw); }
@media (min-width: 1200px) { .h4, h4 { font-size: 1.5rem; } }

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

p { margin-top: 0; margin-bottom: 1rem; }
ul { padding-left: 2rem; margin-top: 0; margin-bottom: 1rem; }
ul ul { margin-bottom: 0; }

sup { position: relative; font-size: .75em; line-height: 0; vertical-align: baseline; top: -.5em; }

a { color: #0d6efd; text-decoration: underline; }
a:hover { color: #0a58ca; }
a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }

code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code { color: inherit; }

img { vertical-align: middle; }
label { display: inline-block; }

/* ==========================================================================
   3. FORMS & INPUTS
   ========================================================================== */
button { border-radius: 0; }
button:focus:not(:focus-visible) { outline: 0; }
button, input { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button { text-transform: none; }
[role=button] { cursor: pointer; }
[list]::-webkit-calendar-picker-indicator { display: none; }
[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; }

::-moz-focus-inner { padding: 0; border-style: none; }
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field { padding: 0; }
::-webkit-inner-spin-button { height: auto; }
[type=search] { outline-offset: -2px; -webkit-appearance: textfield; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-color-swatch-wrapper { padding: 0; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }
::file-selector-button { font: inherit; }

[hidden] { display: none !important; }
.img-fluid { max-width: 100%; height: auto; }

/* Form Controls */
.form-label { margin-bottom: .5rem; }
.col-form-label { padding-top: calc(.375rem + 1px); padding-bottom: calc(.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }
.col-form-label-lg { padding-top: calc(.5rem + 1px); padding-bottom: calc(.5rem + 1px); font-size: 1.25rem; }
.form-text { margin-top: .25rem; font-size: .875em; color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) { .form-control { transition: none; } }

.form-control[type=file] { overflow: hidden; }
.form-control[type=file]:not(:disabled):not([readonly]) { cursor: pointer; }
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value { height: 1.5em; }
.form-control::-moz-placeholder { color: #6c757d; opacity: 1; }
.form-control::placeholder { color: #6c757d; opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; }

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: #dde0e3; }
.form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: #dde0e3; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.form-control-lg::-webkit-file-upload-button { padding: .5rem 1rem; margin: -.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; }
.form-control-lg::file-selector-button { padding: .5rem 1rem; margin: -.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; }

.form-control-color { width: 3rem; height: auto; padding: .375rem; }
.form-control-color:not(:disabled):not([readonly]) { cursor: pointer; }
.form-control-color::-moz-color-swatch { height: 1.5em; border-radius: .25rem; }
.form-control-color::-webkit-color-swatch { height: 1.5em; border-radius: .25rem; }

/* ==========================================================================
   4. GRID SYSTEM
   ========================================================================== */
.container, .container-fluid, .container-lg, .container-md, .container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container, .container-md { max-width: 720px; } }
@media (min-width: 992px) { .container, .container-lg, .container-md { max-width: 960px; } }
@media (min-width: 1200px) { .container, .container-lg, .container-md, .container-xl { max-width: 1140px; } }
@media (min-width: 1400px) { .container, .container-lg, .container-md, .container-xl { max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col { flex: 1 0 0%; }
.col-1 { flex: 0 0 auto; width: 8.33333333%; }
.col-2 { flex: 0 0 auto; width: 16.66666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-4 { flex: 0 0 auto; width: 33.33333333%; }
.col-5 { flex: 0 0 auto; width: 41.66666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.33333333%; }
.col-8 { flex: 0 0 auto; width: 66.66666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.33333333%; }
.col-11 { flex: 0 0 auto; width: 91.66666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }

@media (min-width: 768px) {
  .col-md { flex: 1 0 0%; }
  .col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-md-3 { flex: 0 0 auto; width: 25%; }
  .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-md-9 { flex: 0 0 auto; width: 75%; }
  .col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 992px) {
  .col-lg { flex: 1 0 0%; }
  .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-lg-3 { flex: 0 0 auto; width: 25%; }
  .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-lg-6 { flex: 0 0 auto; width: 50%; }
  .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-lg-9 { flex: 0 0 auto; width: 75%; }
  .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-lg-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 1200px) {
  .col-xl { flex: 1 0 0%; }
  .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-xl-3 { flex: 0 0 auto; width: 25%; }
  .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-xl-6 { flex: 0 0 auto; width: 50%; }
  .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-xl-9 { flex: 0 0 auto; width: 75%; }
  .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-xl-12 { flex: 0 0 auto; width: 100%; }
}

/* ==========================================================================
   5. BUTTONS
   ========================================================================== */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }
.btn:hover { color: #212529; }
.btn:focus { outline: 0; box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25); }
.btn:disabled { pointer-events: none; opacity: .65; }

.btn-success { color: #fff; background-color: #198754; border-color: #198754; }
.btn-success:hover { color: #fff; background-color: #157347; border-color: #146c43; }
.btn-success:focus { color: #fff; background-color: #157347; border-color: #146c43; box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5); }
.btn-success.active, .btn-success:active { color: #fff; background-color: #146c43; border-color: #13653f; }
.btn-success.active:focus, .btn-success:active:focus { box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5); }
.btn-success:disabled { color: #fff; background-color: #198754; border-color: #198754; }

.btn-info { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; }
.btn-info:hover { color: #000; background-color: #31d2f2; border-color: #25cff2; }
.btn-info:focus { color: #000; background-color: #31d2f2; border-color: #25cff2; box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5); }
.btn-info.active, .btn-info:active { color: #000; background-color: #3dd5f3; border-color: #25cff2; }
.btn-info.active:focus, .btn-info:active:focus { box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5); }
.btn-info:disabled { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; }

.btn-link { font-weight: 400; color: #0d6efd; text-decoration: underline; }
.btn-link:hover { color: #0a58ca; }
.btn-link:disabled { color: #6c757d; }
.btn-lg { padding: .5rem 1rem; font-size: 1.25rem; border-radius: .3rem; }

/* ==========================================================================
   6. NAVBAR & NAVIGATION
   ========================================================================== */
.fade { transition: opacity .15s linear; }
@media (prefers-reduced-motion: reduce) { .fade { transition: none; } }
.fade:not(.show) { opacity: 0; }

.nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-link { display: block; padding: .5rem 1rem; color: #0d6efd; text-decoration: none; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; }
@media (prefers-reduced-motion: reduce) { .nav-link { transition: none; } }
.nav-link:focus, .nav-link:hover { color: #0a58ca; }

.navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: .5rem; padding-bottom: .5rem; }
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-xl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; }
.navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }
.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }
.navbar-text { padding-top: .5rem; padding-bottom: .5rem; }

/* ==========================================================================
   7. UTILITIES
   ========================================================================== */
@-webkit-keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } }
@keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } }
@-webkit-keyframes spinner-border { to { transform: rotate(360deg); } }
@keyframes spinner-border { to { transform: rotate(360deg); } }
@-webkit-keyframes spinner-grow { 0% { transform: scale(0); } 50% { opacity: 1; transform: none; } }
@keyframes spinner-grow { 0% { transform: scale(0); } 50% { opacity: 1; transform: none; } }
@-webkit-keyframes placeholder-glow { 50% { opacity: .2; } }
@keyframes placeholder-glow { 50% { opacity: .2; } }
@-webkit-keyframes placeholder-wave { 100% { -webkit-mask-position: -200% 0; mask-position: -200% 0; } }
@keyframes placeholder-wave { 100% { -webkit-mask-position: -200% 0; mask-position: -200% 0; } }

.link-success { color: #198754; }
.link-success:focus, .link-success:hover { color: #146c43; }
.link-info { color: #0dcaf0; }
.link-info:focus, .link-info:hover { color: #3dd5f3; }

.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.align-top { vertical-align: top !important; }
.align-text-top { vertical-align: text-top !important; }
.d-flex { display: flex !important; }
.position-relative { position: relative !important; }
.position-fixed { position: fixed !important; }

.top-0 { top: 0 !important; }
.top-50 { top: 50% !important; }
.top-100 { top: 100% !important; }
.end-0 { right: 0 !important; }
.end-50 { right: 50% !important; }
.end-100 { right: 100% !important; }

/* Borders */
.border { border: 1px solid #dee2e6 !important; }
.border-0 { border: 0 !important; }
.border-top { border-top: 1px solid #dee2e6 !important; }
.border-top-0 { border-top: 0 !important; }
.border-end { border-right: 1px solid #dee2e6 !important; }
.border-end-0 { border-right: 0 !important; }
.border-success { border-color: #198754 !important; }
.border-info { border-color: #0dcaf0 !important; }
.border-1 { border-width: 1px !important; }
.border-2 { border-width: 2px !important; }
.border-3 { border-width: 3px !important; }
.border-4 { border-width: 4px !important; }
.border-5 { border-width: 5px !important; }

/* Sizing */
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.h-25 { height: 25% !important; }
.h-50 { height: 50% !important; }
.h-75 { height: 75% !important; }
.h-100 { height: 100% !important; }

/* Flexbox Utilities */
.flex-row { flex-direction: row !important; }
.flex-wrap { flex-wrap: wrap !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !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-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }

/* Spacing & Margins */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.me-0 { margin-right: 0 !important; }
.me-1 { margin-right: .25rem !important; }
.me-2 { margin-right: .5rem !important; }
.me-3 { margin-right: 1rem !important; }
.me-4 { margin-right: 1.5rem !important; }
.me-5 { margin-right: 3rem !important; }
.p-0 { padding: 0 !important; }
.p-1 { padding: .25rem !important; }
.p-2 { padding: .5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
.px-0 { padding-right: 0 !important; padding-left: 0 !important; }
.px-1 { padding-right: .25rem !important; padding-left: .25rem !important; }
.px-2 { padding-right: .5rem !important; padding-left: .5rem !important; }
.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
.px-5 { padding-right: 3rem !important; padding-left: 3rem !important; }

/* Text & Colors */
.text-end { text-align: right !important; }
.text-center { text-align: center !important; }
.text-wrap { white-space: normal !important; }
.text-success { --bs-text-opacity: 1; color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }
.text-info { --bs-text-opacity: 1; color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }
.text-body { --bs-text-opacity: 1; color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

/* Responsive Utilities */
@media (min-width: 768px) {
  .d-md-flex { display: flex !important; }
  .flex-md-row { flex-direction: row !important; }
  .flex-md-wrap { flex-wrap: wrap !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; }
  .align-items-md-end { align-items: flex-end !important; }
  .align-items-md-center { align-items: center !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-self-md-end { align-self: flex-end !important; }
  .align-self-md-center { align-self: center !important; }
  .mt-md-0 { margin-top: 0 !important; }
  .mt-md-1 { margin-top: .25rem !important; }
  .mt-md-2 { margin-top: .5rem !important; }
  .mt-md-3 { margin-top: 1rem !important; }
  .mt-md-4 { margin-top: 1.5rem !important; }
  .mt-md-5 { margin-top: 3rem !important; }
  .me-md-0 { margin-right: 0 !important; }
  .me-md-1 { margin-right: .25rem !important; }
  .me-md-2 { margin-right: .5rem !important; }
  .me-md-3 { margin-right: 1rem !important; }
  .me-md-4 { margin-right: 1.5rem !important; }
  .me-md-5 { margin-right: 3rem !important; }
  .p-md-0 { padding: 0 !important; }
  .p-md-1 { padding: .25rem !important; }
  .p-md-2 { padding: .5rem !important; }
  .p-md-3 { padding: 1rem !important; }
  .p-md-4 { padding: 1.5rem !important; }
  .p-md-5 { padding: 3rem !important; }
  .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-md-1 { padding-right: .25rem !important; padding-left: .25rem !important; }
  .px-md-2 { padding-right: .5rem !important; padding-left: .5rem !important; }
  .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .text-md-end { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}

@media (min-width: 992px) {
  .d-lg-flex { display: flex !important; }
  .flex-lg-row { flex-direction: row !important; }
  .flex-lg-wrap { flex-wrap: wrap !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; }
  .align-items-lg-end { align-items: flex-end !important; }
  .align-items-lg-center { align-items: center !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-self-lg-end { align-self: flex-end !important; }
  .align-self-lg-center { align-self: center !important; }
  .mt-lg-0 { margin-top: 0 !important; }
  .mt-lg-1 { margin-top: .25rem !important; }
  .mt-lg-2 { margin-top: .5rem !important; }
  .mt-lg-3 { margin-top: 1rem !important; }
  .mt-lg-4 { margin-top: 1.5rem !important; }
  .mt-lg-5 { margin-top: 3rem !important; }
  .me-lg-0 { margin-right: 0 !important; }
  .me-lg-1 { margin-right: .25rem !important; }
  .me-lg-2 { margin-right: .5rem !important; }
  .me-lg-3 { margin-right: 1rem !important; }
  .me-lg-4 { margin-right: 1.5rem !important; }
  .me-lg-5 { margin-right: 3rem !important; }
  .p-lg-0 { padding: 0 !important; }
  .p-lg-1 { padding: .25rem !important; }
  .p-lg-2 { padding: .5rem !important; }
  .p-lg-3 { padding: 1rem !important; }
  .p-lg-4 { padding: 1.5rem !important; }
  .p-lg-5 { padding: 3rem !important; }
  .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-lg-1 { padding-right: .25rem !important; padding-left: .25rem !important; }
  .px-lg-2 { padding-right: .5rem !important; padding-left: .5rem !important; }
  .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .text-lg-end { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}

@media (min-width: 1200px) {
  .d-xl-flex { display: flex !important; }
  .flex-xl-row { flex-direction: row !important; }
  .flex-xl-wrap { flex-wrap: wrap !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; }
  .align-items-xl-end { align-items: flex-end !important; }
  .align-items-xl-center { align-items: center !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-self-xl-end { align-self: flex-end !important; }
  .align-self-xl-center { align-self: center !important; }
  .mt-xl-0 { margin-top: 0 !important; }
  .mt-xl-1 { margin-top: .25rem !important; }
  .mt-xl-2 { margin-top: .5rem !important; }
  .mt-xl-3 { margin-top: 1rem !important; }
  .mt-xl-4 { margin-top: 1.5rem !important; }
  .mt-xl-5 { margin-top: 3rem !important; }
  .me-xl-0 { margin-right: 0 !important; }
  .me-xl-1 { margin-right: .25rem !important; }
  .me-xl-2 { margin-right: .5rem !important; }
  .me-xl-3 { margin-right: 1rem !important; }
  .me-xl-4 { margin-right: 1.5rem !important; }
  .me-xl-5 { margin-right: 3rem !important; }
  .p-xl-0 { padding: 0 !important; }
  .p-xl-1 { padding: .25rem !important; }
  .p-xl-2 { padding: .5rem !important; }
  .p-xl-3 { padding: 1rem !important; }
  .p-xl-4 { padding: 1.5rem !important; }
  .p-xl-5 { padding: 3rem !important; }
  .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-xl-1 { padding-right: .25rem !important; padding-left: .25rem !important; }
  .px-xl-2 { padding-right: .5rem !important; padding-left: .5rem !important; }
  .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .text-xl-end { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}

/* ==========================================================================
   8. BOOTSTRAP ICONS
   ========================================================================== */
@font-face {
  font-family: bootstrap-icons;
  src: url(https://www.lincolntonstorage.com/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2?a74547b2f0863226942ff8ded57db345) format("woff2"), url(https://www.lincolntonstorage.com/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff?a74547b2f0863226942ff8ded57db345) format("woff");
}
.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before { content: "\f67f"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-at::before { content: "\f152"; }
.bi-back::before { content: "\f155"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box::before { content: "\f1c8"; }
.bi-code::before { content: "\f2c8"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-google::before { content: "\f3f0"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image::before { content: "\f42a"; }
.bi-info::before { content: "\f434"; }
.bi-justify::before { content: "\f44b"; }
.bi-link::before { content: "\f471"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-map::before { content: "\f47f"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type::before { content: "\f5f7"; }
.bi-window::before { content: "\f620"; }
.bi-x::before { content: "\f62a"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-info-lg::before { content: "\f646"; }
.bi-x-lg::before { content: "\f659"; }
.bi-apple::before { content: "\f65b"; }
.bi-body-text::before { content: "\f683"; }
.bi-meta::before { content: "\f6a1"; }
.bi-window-x::before { content: "\f6d3"; }

/* ==========================================================================
   9. CUSTOM THEME STYLES
   ========================================================================== */
body { font-family: "Open Sans", sans-serif; color: #444; }
a { color: #2487ce; text-decoration: none; }
a:hover { color: #469fdf; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: Raleway, sans-serif; }

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2487ce;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all .4s;
}
.back-to-top i { font-size: 28px; color: #fff; line-height: 0; }
.back-to-top:hover { background: #3e9bdd; color: #fff; }
.back-to-top.active { visibility: visible; opacity: 1; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
@keyframes animate-preloader { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }

@media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } }

#header { transition: all .5s; background: #fff; z-index: 997; padding: 15px 0; border-bottom: 1px solid #e6f2fb; }
#header .logo { font-size: 28px; margin: 0; padding: 0; line-height: 1; font-weight: 300; letter-spacing: .5px; font-family: Poppins, sans-serif; }
#header .logo a { color: #16507b; }
#header .logo img { max-height: 40px; }
@media (max-width: 992px) { #header .logo { font-size: 28px; } }

.navbar { padding: 0; }
.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; }
.navbar li { position: relative; }
.navbar a, .navbar a:focus { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 30px; font-size: 14px; color: #16507b; white-space: nowrap; transition: .3s; }
.navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; }
.navbar .active, .navbar .active:focus, .navbar a:hover, .navbar li:hover > a { color: #2487ce; }
.navbar .getstarted, .navbar .getstarted:focus { background: #2487ce; padding: 8px 20px; margin-left: 30px; border-radius: 4px; color: #fff; }
.navbar .getstarted:focus:hover, .navbar .getstarted:hover { color: #fff; background: #3194db; }

.mobile-nav-toggle { color: #124265; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: .5s; }
.mobile-nav-toggle.bi-x { color: #fff; }
@media (max-width: 991px) {
  .mobile-nav-toggle { display: block; }
  .navbar ul { display: none; }
}

.navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(10, 38, 58, .9); transition: .3s; z-index: 999; }
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; }
.navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; background-color: #fff; overflow-y: auto; transition: .3s; }
.navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: #124265; }
.navbar-mobile .active, .navbar-mobile a:hover, .navbar-mobile li:hover > a { color: #2487ce; }
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; }

#hero { width: 100%; height: 35vh; position: relative; background-size: cover; position: relative; }
#hero:before { content: ""; background: rgba(255, 255, 255, .8); position: absolute; bottom: 0; top: 0; left: 0; right: 0; }
#hero .container { padding-top: 80px; }
#hero h1 { margin: 0; font-size: 56px; font-weight: 700; line-height: 72px; color: #124265; font-family: Poppins, sans-serif; }
#hero h2 { color: #5e5e5e; margin: 10px 0 0; font-size: 22px; }
#hero .btn-get-started { font-family: Poppins, sans-serif; font-weight: 500; font-size: 14px; letter-spacing: .5px; display: inline-block; padding: 14px 50px; border-radius: 5px; transition: .5s; margin-top: 30px; color: #fff; background: #2487ce; }
#hero .btn-get-started:hover { background: #3194db; }
#hero .icon-box { padding: 50px 30px; position: relative; overflow: hidden; background: #fff; box-shadow: 0 0 29px 0 rgba(18, 66, 101, .08); transition: all .3s ease-in-out; border-radius: 8px; z-index: 1; }
#hero .icon-box .title { font-weight: 700; margin-bottom: 15px; font-size: 18px; }
#hero .icon-box .title a { color: #124265; transition: .3s; }
#hero .icon-box .description { font-size: 15px; line-height: 28px; margin-bottom: 0; }
#hero .icon-box .icon { margin-bottom: 20px; padding-top: 10px; display: inline-block; transition: all .3s ease-in-out; font-size: 36px; line-height: 1; color: #2487ce; }
#hero .icon-box:hover { transform: scale(1.08); }
#hero .icon-box:hover .title a { color: #2487ce; }
@media (min-width: 1024px) { #hero { background-attachment: fixed; } }
@media (max-height: 800px) { #hero { height: auto; } }
@media (max-width: 992px) {
  #hero { height: auto; }
  #hero h1 { font-size: 28px; line-height: 36px; }
  #hero h2 { font-size: 18px; line-height: 24px; }
}

section { padding: 80px 0; overflow: hidden; }
.section-title { text-align: center; padding-bottom: 30px; }
.section-title h2 { font-size: 32px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 0; color: #124265; }
.section-title p { margin-bottom: 0; font-size: 14px; color: #919191; }

@-webkit-keyframes pulsate-btn { 0% { transform: scale(.6, .6); opacity: 1; } 100% { transform: scale(1, 1); opacity: 0; } }
@keyframes pulsate-btn { 0% { transform: scale(.6, .6); opacity: 1; } 100% { transform: scale(1, 1); opacity: 0; } }

.pricing .box { padding: 40px 20px; text-align: center; border-radius: 8px; position: relative; overflow: hidden; background: #fefefe; box-shadow: 0 5px 90px 0 rgba(110, 123, 131, .1); }
.pricing .box h3 { font-weight: 400; padding: 15px; font-size: 18px; text-transform: uppercase; font-weight: 600; color: #124265; }
.pricing .box h4 { font-size: 42px; color: #2487ce; font-weight: 500; font-family: "Open Sans", sans-serif; margin-bottom: 20px; }
.pricing .box h4 sup { font-size: 20px; top: -15px; left: -3px; }
.pricing .box h4 span { color: #bababa; font-size: 16px; font-weight: 300; }
.pricing .box ul { padding: 0; list-style: none; color: #124265; text-align: center; line-height: 20px; font-size: 14px; }
.pricing .box ul li { padding-bottom: 16px; }
.pricing .box .btn-wrap { padding: 15px; text-align: center; }
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #2487ce;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  transition: .3s;
  border: 2px solid #2487ce;
}
.pricing .box .btn-buy:hover { background: #2487ce; color: #fff; }

.contact .info { width: 100%; background: #fff; }
.contact .info i { font-size: 20px; color: #2487ce; float: left; width: 44px; height: 44px; background: #e3f0fa; display: flex; justify-content: center; align-items: center; border-radius: 5px; transition: all .3s ease-in-out; }
.contact .info h4 { padding: 0 0 0 60px; font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #124265; }
.contact .info p { padding: 0 0 0 60px; margin-bottom: 0; font-size: 14px; color: #217bbc; }
.contact .info .email { margin-top: 40px; }
.contact .info .email:hover i { background: #2487ce; color: #fff; }
.contact .php-email-form { width: 100%; background: #fff; }
.contact .php-email-form input { border-radius: 0; box-shadow: none; font-size: 14px; border-radius: 4px; }
.contact .php-email-form input:focus { border-color: #2487ce; }
.contact .php-email-form input { height: 44px; }
.contact .php-email-form button[type=submit] { background: #2487ce; border: 0; padding: 10px 30px; color: #fff; transition: .4s; border-radius: 4px; }
.contact .php-email-form button[type=submit]:hover { background: #3194db; }

@-webkit-keyframes animate-loading { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
@keyframes animate-loading { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }

@media (min-width: 1200px) { .head_ace { font-size: 1.75rem !important; } }